Skip to content

Commit dc1f887

Browse files
committed
Flet version bumped to 0.16.0
1 parent fcca8c0 commit dc1f887

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Flet changelog
22

3+
# 0.16.0
4+
5+
* `CupertinoSlider` control and `Slider.adaptive` ([#2224](https://github.com/flet-dev/flet/issues/2224)).
6+
* `CupertinoRadio` control and `Radio.adaptive` ([#2225](https://github.com/flet-dev/flet/issues/2225)).
7+
* Fix `NavigationBar.label_bahavior` ([#2229](https://github.com/flet-dev/flet/issues/2229)).
8+
* `CupertinoSwitch` control ([docs](https://flet.dev/docs/controls/cupertinoswitch)).
9+
* Disable fade-in effect on Flet app start.
10+
* Tab alignment bug fix ([#2208](https://github.com/flet-dev/flet/issues/2208)).
11+
* Tab visibility ([#2213](https://github.com/flet-dev/flet/issues/2213)).
12+
* Dark window title for Windows ([#2204](https://github.com/flet-dev/flet/issues/2204)).
13+
* Fix `ValueError` on web page resize ([#1564](https://github.com/flet-dev/flet/issues/1564)).
14+
315
# 0.15.0
416

517
* `ExpansionPanel` and `ExpansionPanelList` controls ([docs](https://flet.dev/docs/controls/expansionpanel)).

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ packages:
183183
path: "../package"
184184
relative: true
185185
source: path
186-
version: "0.15.0"
186+
version: "0.16.0"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter

package/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.16.0
2+
3+
* `CupertinoSlider` control and `Slider.adaptive` ([#2224](https://github.com/flet-dev/flet/issues/2224)).
4+
* `CupertinoRadio` control and `Radio.adaptive` ([#2225](https://github.com/flet-dev/flet/issues/2225)).
5+
* Fix `NavigationBar.label_bahavior` ([#2229](https://github.com/flet-dev/flet/issues/2229)).
6+
* `CupertinoSwitch` control ([docs](https://flet.dev/docs/controls/cupertinoswitch)).
7+
* Disable fade-in effect on Flet app start.
8+
* Tab alignment bug fix ([#2208](https://github.com/flet-dev/flet/issues/2208)).
9+
* Tab visibility ([#2213](https://github.com/flet-dev/flet/issues/2213)).
10+
* Dark window title for Windows ([#2204](https://github.com/flet-dev/flet/issues/2204)).
11+
* Fix `ValueError` on web page resize ([#1564](https://github.com/flet-dev/flet/issues/1564)).
12+
113
# 0.15.0
214

315
* `ExpansionPanel` and `ExpansionPanelList` controls ([docs](https://flet.dev/docs/controls/expansionpanel)).

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.15.0
5+
version: 0.16.0
66

77
# This package supports all platforms listed below.
88
platforms:

0 commit comments

Comments
 (0)