diff --git a/CHANGELOG.md b/CHANGELOG.md index fb24a113ee..3b8b9a1663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Flet changelog +## 0.28.0 + +* feat(cli): `flet -V` as alternative to `flet --version` ([#4791](https://github.com/flet-dev/flet/pull/4791)) +* New Features and Flutter 3.29 ([#4891](https://github.com/flet-dev/flet/issues/4891)) +* Fixed: `Dropdown.expand` has no effect ([#5042](https://github.com/flet-dev/flet/pull/5042)) +* feat: expose events (`on_double_tap`, `on_pan_start`) in `WindowDragArea` ([#5043](https://github.com/flet-dev/flet/pull/5043)) +* feat: custom `ReorderableListView` drag handle listeners ([#5051](https://github.com/flet-dev/flet/pull/5051)) +* Fixed: `LineChartDataPoint.tooltip` not properly rendered ([#5105](https://github.com/flet-dev/flet/pull/5105)) +* Fixed: broken code in `Page.__on_authorize_async` ([#5154](https://github.com/flet-dev/flet/pull/5154)) +* Remove Flet v0.25 deprecations ([#5155](https://github.com/flet-dev/flet/pull/5155)) +* Prevent platform back button from popping a route with pop confirmation event ([#5280](https://github.com/flet-dev/flet/issues/5280)) +* Fixed: SearchBar does not handle capitalization correctly ([#5014](https://github.com/flet-dev/flet/issues/5014)) +* Fixed: `FilePicker` upload fails if original filename is modified ([#5037](https://github.com/flet-dev/flet/issues/5037)) + ## 0.27.6 * Fix `flet build`: allow dependencies with commas ([#5033](https://github.com/flet-dev/flet/issues/5033)) diff --git a/ci/whats-new.ps1 b/ci/whats-new.ps1 index 0134092fe1..5c77e5cf45 100644 --- a/ci/whats-new.ps1 +++ b/ci/whats-new.ps1 @@ -1,4 +1,4 @@ -$milestone = 12 +$milestone = 15 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 diff --git a/packages/flet/CHANGELOG.md b/packages/flet/CHANGELOG.md index 3c8cdfd577..01f29b3fee 100644 --- a/packages/flet/CHANGELOG.md +++ b/packages/flet/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.28.0 + +* New Features and Flutter 3.29 ([#4891](https://github.com/flet-dev/flet/issues/4891)) +* Fixed: `Dropdown.expand` has no effect ([#5042](https://github.com/flet-dev/flet/pull/5042)) +* feat: custom `ReorderableListView` drag handle listeners ([#5051](https://github.com/flet-dev/flet/pull/5051)) +* Fixed: `LineChartDataPoint.tooltip` not properly rendered ([#5105](https://github.com/flet-dev/flet/pull/5105)) +* Remove Flet v0.25 deprecations ([#5155](https://github.com/flet-dev/flet/pull/5155)) +* Prevent platform back button from popping a route with pop confirmation event ([#5280](https://github.com/flet-dev/flet/issues/5280)) +* Fixed: SearchBar does not handle capitalization correctly ([#5014](https://github.com/flet-dev/flet/issues/5014)) +* Fixed: `FilePicker` upload fails if original filename is modified ([#5037](https://github.com/flet-dev/flet/issues/5037)) + # 0.27.6 * Fix `flet build`: allow dependencies with commas ([#5033](https://github.com/flet-dev/flet/issues/5033)) diff --git a/packages/flet/pubspec.yaml b/packages/flet/pubspec.yaml index f9d414659c..5447096e67 100644 --- a/packages/flet/pubspec.yaml +++ b/packages/flet/pubspec.yaml @@ -2,7 +2,7 @@ name: flet description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app. homepage: https://flet.dev repository: https://github.com/flet-dev/flet/packages/flet -version: 0.27.6 +version: 0.28.0 # This package supports all platforms listed below. platforms: