diff --git a/CHANGELOG.md b/CHANGELOG.md index b44e8d697..c792cfa78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Flet changelog +# 0.12.0 + +* `NavigationDrawer` control ([docs](https://flet.dev/docs/controls/navigationdrawer)). +* `Badge` control ([docs](https://flet.dev/docs/controls/badge)). +* `RangeSlider` control ([docs](https://flet.dev/docs/controls/rangeslider)). +* `WebView` control ([docs](https://flet.dev/docs/controls/webview)). +* `Cookiecutter` replaces `Copier` ([#2014](https://github.com/flet-dev/flet/issues/2014)). +* `page.go()`: ability to skip route change event ([#2039](https://github.com/flet-dev/flet/issues/2039)). +* Fixed: Two `Datepicker` Opening Issue ([#2025](https://github.com/flet-dev/flet/issues/2025)). +* Fixed: Using Audio and FilePicker at the same time, when click on the FilePicker, the audio automatically replays ([#1807](https://github.com/flet-dev/flet/issues/1807)). +* Fixed: Audio issue while Route Changing ([#1236](https://github.com/flet-dev/flet/issues/1236)). +* Fixed: Snackbar cause Audio stop playing ([#1772](https://github.com/flet-dev/flet/issues/1772)). +* Fixed: `scroll_to()` with zero duration does nothing ([#1659](https://github.com/flet-dev/flet/issues/1659)). +* Fixed: cannot get height and width for page ([#1960](https://github.com/flet-dev/flet/issues/1960)). +* Fixed: Put it the right version of flet ([#1997](https://github.com/flet-dev/flet/issues/1997)). +* Fixed: `Chip.selected` property type changed to bool ([#2048](https://github.com/flet-dev/flet/issues/2048)). + # 0.11.0 * `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)). diff --git a/client/pubspec.lock b/client/pubspec.lock index fdc6a381c..c07093d24 100644 --- a/client/pubspec.lock +++ b/client/pubspec.lock @@ -183,7 +183,7 @@ packages: path: "../package" relative: true source: path - version: "0.11.0" + version: "0.12.0" flutter: dependency: "direct main" description: flutter diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index a82157031..24a495e4c 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.12.0 + +* `NavigationDrawer` control ([docs](https://flet.dev/docs/controls/navigationdrawer)). +* `Badge` control ([docs](https://flet.dev/docs/controls/badge)). +* `RangeSlider` control ([docs](https://flet.dev/docs/controls/rangeslider)). +* `WebView` control ([docs](https://flet.dev/docs/controls/webview)). +* `Cookiecutter` replaces `Copier` ([#2014](https://github.com/flet-dev/flet/issues/2014)). +* `page.go()`: ability to skip route change event ([#2039](https://github.com/flet-dev/flet/issues/2039)). +* Fixed: Two `Datepicker` Opening Issue ([#2025](https://github.com/flet-dev/flet/issues/2025)). +* Fixed: Using Audio and FilePicker at the same time, when click on the FilePicker, the audio automatically replays ([#1807](https://github.com/flet-dev/flet/issues/1807)). +* Fixed: Audio issue while Route Changing ([#1236](https://github.com/flet-dev/flet/issues/1236)). +* Fixed: Snackbar cause Audio stop playing ([#1772](https://github.com/flet-dev/flet/issues/1772)). +* Fixed: `scroll_to()` with zero duration does nothing ([#1659](https://github.com/flet-dev/flet/issues/1659)). +* Fixed: cannot get height and width for page ([#1960](https://github.com/flet-dev/flet/issues/1960)). +* Fixed: Put it the right version of flet ([#1997](https://github.com/flet-dev/flet/issues/1997)). +* Fixed: `Chip.selected` property type changed to bool ([#2048](https://github.com/flet-dev/flet/issues/2048)). + # 0.11.0 * `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)). diff --git a/package/pubspec.yaml b/package/pubspec.yaml index 72045eca3..d8e7248d1 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.11.0 +version: 0.12.0 # This package supports all platforms listed below. platforms: