From dc1f8871ad10c57922f2684b2d0c555ea86f0bc2 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 13 Dec 2023 16:39:05 -0800 Subject: [PATCH] Flet version bumped to 0.16.0 --- CHANGELOG.md | 12 ++++++++++++ client/pubspec.lock | 2 +- package/CHANGELOG.md | 12 ++++++++++++ package/pubspec.yaml | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4440788..9b00f4a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Flet changelog +# 0.16.0 + +* `CupertinoSlider` control and `Slider.adaptive` ([#2224](https://github.com/flet-dev/flet/issues/2224)). +* `CupertinoRadio` control and `Radio.adaptive` ([#2225](https://github.com/flet-dev/flet/issues/2225)). +* Fix `NavigationBar.label_bahavior` ([#2229](https://github.com/flet-dev/flet/issues/2229)). +* `CupertinoSwitch` control ([docs](https://flet.dev/docs/controls/cupertinoswitch)). +* Disable fade-in effect on Flet app start. +* Tab alignment bug fix ([#2208](https://github.com/flet-dev/flet/issues/2208)). +* Tab visibility ([#2213](https://github.com/flet-dev/flet/issues/2213)). +* Dark window title for Windows ([#2204](https://github.com/flet-dev/flet/issues/2204)). +* Fix `ValueError` on web page resize ([#1564](https://github.com/flet-dev/flet/issues/1564)). + # 0.15.0 * `ExpansionPanel` and `ExpansionPanelList` controls ([docs](https://flet.dev/docs/controls/expansionpanel)). diff --git a/client/pubspec.lock b/client/pubspec.lock index ef6abc65f..8231bb827 100644 --- a/client/pubspec.lock +++ b/client/pubspec.lock @@ -183,7 +183,7 @@ packages: path: "../package" relative: true source: path - version: "0.15.0" + version: "0.16.0" flutter: dependency: "direct main" description: flutter diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index db31dffef..4bfc069a4 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.16.0 + +* `CupertinoSlider` control and `Slider.adaptive` ([#2224](https://github.com/flet-dev/flet/issues/2224)). +* `CupertinoRadio` control and `Radio.adaptive` ([#2225](https://github.com/flet-dev/flet/issues/2225)). +* Fix `NavigationBar.label_bahavior` ([#2229](https://github.com/flet-dev/flet/issues/2229)). +* `CupertinoSwitch` control ([docs](https://flet.dev/docs/controls/cupertinoswitch)). +* Disable fade-in effect on Flet app start. +* Tab alignment bug fix ([#2208](https://github.com/flet-dev/flet/issues/2208)). +* Tab visibility ([#2213](https://github.com/flet-dev/flet/issues/2213)). +* Dark window title for Windows ([#2204](https://github.com/flet-dev/flet/issues/2204)). +* Fix `ValueError` on web page resize ([#1564](https://github.com/flet-dev/flet/issues/1564)). + # 0.15.0 * `ExpansionPanel` and `ExpansionPanelList` controls ([docs](https://flet.dev/docs/controls/expansionpanel)). diff --git a/package/pubspec.yaml b/package/pubspec.yaml index 7b6b49f5a..0f7e8d072 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -2,7 +2,7 @@ name: flet description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app. homepage: https://flet.dev repository: https://github.com/flet-dev/flet -version: 0.15.0 +version: 0.16.0 # This package supports all platforms listed below. platforms: