File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 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 ) ).
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ) ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flet
22description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33homepage : https://flet.dev
44repository : 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.
88platforms :
You can’t perform that action at this time.
0 commit comments