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 11# Flet changelog
22
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+
317## 0.27.6
418
519* 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
22
33[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12
44
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+
112# 0.27.6
213
314* 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
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/packages/flet
5- version : 0.27.6
5+ version : 0.28.0
66
77# This package supports all platforms listed below.
88platforms :
You can’t perform that action at this time.
0 commit comments