File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Flet changelog
2
2
3
+ ## 0.28.0
4
+
5
+ * feat(cli): ` flet -V ` as alternative to ` flet --version ` ([ #4791 ] ( https://github.com/flet-dev/flet/pull/4791 ) )
6
+ * New Features and Flutter 3.29 ([ #4891 ] ( https://github.com/flet-dev/flet/issues/4891 ) )
7
+ * Fixed: ` Dropdown.expand ` has no effect ([ #5042 ] ( https://github.com/flet-dev/flet/pull/5042 ) )
8
+ * feat: expose events (` on_double_tap ` , ` on_pan_start ` ) in ` WindowDragArea ` ([ #5043 ] ( https://github.com/flet-dev/flet/pull/5043 ) )
9
+ * feat: custom ` ReorderableListView ` drag handle listeners ([ #5051 ] ( https://github.com/flet-dev/flet/pull/5051 ) )
10
+ * Fixed: ` LineChartDataPoint.tooltip ` not properly rendered ([ #5105 ] ( https://github.com/flet-dev/flet/pull/5105 ) )
11
+ * Fixed: broken code in ` Page.__on_authorize_async ` ([ #5154 ] ( https://github.com/flet-dev/flet/pull/5154 ) )
12
+ * Remove Flet v0.25 deprecations ([ #5155 ] ( https://github.com/flet-dev/flet/pull/5155 ) )
13
+ * Prevent platform back button from popping a route with pop confirmation event ([ #5280 ] ( https://github.com/flet-dev/flet/issues/5280 ) )
14
+ * Fixed: SearchBar does not handle capitalization correctly ([ #5014 ] ( https://github.com/flet-dev/flet/issues/5014 ) )
15
+ * Fixed: ` FilePicker ` upload fails if original filename is modified ([ #5037 ] ( https://github.com/flet-dev/flet/issues/5037 ) )
16
+
3
17
## 0.27.6
4
18
5
19
* Fix ` flet build ` : allow dependencies with commas ([ #5033 ] ( https://github.com/flet-dev/flet/issues/5033 ) )
Original file line number Diff line number Diff line change 1
- $milestone = 12
1
+ $milestone = 15
2
2
3
3
[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12
4
4
Original file line number Diff line number Diff line change
1
+ # 0.28.0
2
+
3
+ * New Features and Flutter 3.29 ([ #4891 ] ( https://github.com/flet-dev/flet/issues/4891 ) )
4
+ * Fixed: ` Dropdown.expand ` has no effect ([ #5042 ] ( https://github.com/flet-dev/flet/pull/5042 ) )
5
+ * feat: custom ` ReorderableListView ` drag handle listeners ([ #5051 ] ( https://github.com/flet-dev/flet/pull/5051 ) )
6
+ * Fixed: ` LineChartDataPoint.tooltip ` not properly rendered ([ #5105 ] ( https://github.com/flet-dev/flet/pull/5105 ) )
7
+ * Remove Flet v0.25 deprecations ([ #5155 ] ( https://github.com/flet-dev/flet/pull/5155 ) )
8
+ * Prevent platform back button from popping a route with pop confirmation event ([ #5280 ] ( https://github.com/flet-dev/flet/issues/5280 ) )
9
+ * Fixed: SearchBar does not handle capitalization correctly ([ #5014 ] ( https://github.com/flet-dev/flet/issues/5014 ) )
10
+ * Fixed: ` FilePicker ` upload fails if original filename is modified ([ #5037 ] ( https://github.com/flet-dev/flet/issues/5037 ) )
11
+
1
12
# 0.27.6
2
13
3
14
* Fix ` flet build ` : allow dependencies with commas ([ #5033 ] ( https://github.com/flet-dev/flet/issues/5033 ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flet
2
2
description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
3
3
homepage : https://flet.dev
4
4
repository : https://github.com/flet-dev/flet/packages/flet
5
- version : 0.27.6
5
+ version : 0.28.0
6
6
7
7
# This package supports all platforms listed below.
8
8
platforms :
You can’t perform that action at this time.
0 commit comments