Skip to content

Commit

Permalink
Flet version bumped to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Dec 14, 2023
1 parent fcca8c0 commit dc1f887
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc1f887

Please sign in to comment.