Skip to content

Commit dfe9b4e

Browse files
committed
Bump Flet version to 0.15.0
1 parent 38112d6 commit dfe9b4e

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
# 0.15.0
4+
5+
* `ExpansionPanel` and `ExpansionPanelList` controls ([docs](https://flet.dev/docs/controls/expansionpanel)).
6+
* `CupertinoCheckBox` control, adaptive `CheckBox` ([docs](https://flet.dev/docs/controls/cupertinocheckbox)).
7+
* Additional control props ([#2182](https://github.com/flet-dev/flet/issues/2182)):
8+
* `Card.shape`.
9+
* `NavigationDestination.tooltip`.
10+
* `NavigationRail`: `elevation`, `indicator_color`, `indicator_shape`.
11+
* `BottomSheet`: `bgcolor`, `elevation`.
12+
* Added `Dropdown.Option.visible` property.
13+
314
# 0.14.0
415

516
* `SelectionArea` control ([docs](https://flet.dev/docs/controls/selectionarea)).

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.14.0"
186+
version: "0.15.0"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter

package/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.15.0
2+
3+
* `ExpansionPanel` and `ExpansionPanelList` controls ([docs](https://flet.dev/docs/controls/expansionpanel)).
4+
* `CupertinoCheckBox` control, adaptive `CheckBox` ([docs](https://flet.dev/docs/controls/cupertinocheckbox)).
5+
* Additional control props ([#2182](https://github.com/flet-dev/flet/issues/2182)):
6+
* `Card.shape`.
7+
* `NavigationDestination.tooltip`.
8+
* `NavigationRail`: `elevation`, `indicator_color`, `indicator_shape`.
9+
* `BottomSheet`: `bgcolor`, `elevation`.
10+
* Added `Dropdown.Option.visible` property.
11+
112
# 0.14.0
213

314
* `SelectionArea` control ([docs](https://flet.dev/docs/controls/selectionarea)).

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.14.0
5+
version: 0.15.0
66

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

0 commit comments

Comments
 (0)