From 7c493c03a5bc5c0573127fe7836c1dc8cd484be7 Mon Sep 17 00:00:00 2001 From: Mikhail Smal Date: Wed, 7 Nov 2018 23:25:01 +0100 Subject: [PATCH] [RELEASE] Bump version to 2.3.0 --- RELEASE_NOTES.md | 6 ++++++ docs/src/Global.fs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c740896..5736c72 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +## New in 2.4.0 +* [SvgIcon] Add `ShapeRendering` prop +* [SvgIcon] Add missing `ViewBox` prop +* [FormControlLabel] Add `Top` and `Bottom` `LabelPlacement` property variants +* [CircularProgress] Add `DisableShrink` prop + ## New in 2.3.0 * [Avatar] `AvatarProp.Sizes` marked as deprecated. Use `HTMLAttr.Sizes` instead * [BottomNavigation] `BottomNavigationProp.Value` and `BottomNavigationActionProp.Value` are marked as deprecated. Use `MaterialProp.Value` instead diff --git a/docs/src/Global.fs b/docs/src/Global.fs index 71df68f..b9c910b 100644 --- a/docs/src/Global.fs +++ b/docs/src/Global.fs @@ -1,6 +1,6 @@ module Global -let [] libVersion = "v2.3.0" +let [] libVersion = "v2.4.0" type Page = | Home