|
1 | 1 | # Flet changelog |
2 | 2 |
|
| 3 | +## 0.26.0 |
| 4 | + |
| 5 | +* Flutter extensions: `flet_*` packages moved to separate repositories ([#4721](https://github.com/flet-dev/flet/pull/4721)) |
| 6 | +* Automatic installation of Flutter, JDK and Android SDK ([#4721](https://github.com/flet-dev/flet/pull/4721)) |
| 7 | +* Migrated to Flutter 3.27.0 ([#4593](https://github.com/flet-dev/flet/pull/4593)) |
| 8 | +* New control properties, Flutter 3.27 fixes ([#4703](https://github.com/flet-dev/flet/pull/4703)) |
| 9 | +* Optional on-demand creation of `ListView.controls` ([#3931](https://github.com/flet-dev/flet/issues/3931)) |
| 10 | +* Reset `InteractiveViewer` tranformations ([#4391](https://github.com/flet-dev/flet/issues/4391)) |
| 11 | +* Passthrough of mouse events from main window to other applications ([#1438](https://github.com/flet-dev/flet/issues/1438)) |
| 12 | +* Remove v0.26.0-related deprecations ([#4456](https://github.com/flet-dev/flet/issues/4456)) |
| 13 | +* Implemented `Window.ignore_mouse_events` ([#4465](https://github.com/flet-dev/flet/pull/4465)) |
| 14 | +* Adding Google/Android TV platform support ([#4581](https://github.com/flet-dev/flet/pull/4581)) |
| 15 | +* Remove `Optional[]` from predefined typing `*Value`s ([#4702](https://github.com/flet-dev/flet/pull/4702)) |
| 16 | +* Throttle `InteractiveViewer` update events ([#4704](https://github.com/flet-dev/flet/pull/4704)) |
| 17 | +* Fixed: Update project_dependencies.py ([#4459](https://github.com/flet-dev/flet/pull/4459)) |
| 18 | +* Fixed: `SafeArea` object has no attribute `_SafeArea__minimum` ([#4500](https://github.com/flet-dev/flet/pull/4500)) |
| 19 | +* Fixed: Tooltip corruption in `Segment` and `BarChartRod` on `update()` ([#4525](https://github.com/flet-dev/flet/pull/4525)) |
| 20 | +* Fixed: Setting `CheckBox.border_side.stroke_align` to an Enum fails ([#4526](https://github.com/flet-dev/flet/pull/4526)) |
| 21 | +* Fixed: `ControlState` should be resolved based on user-defined order ([#4556](https://github.com/flet-dev/flet/pull/4556)) |
| 22 | +* Fixed: broken `Dismissible.dismiss_direction` ([#4557](https://github.com/flet-dev/flet/pull/4557)) |
| 23 | +* Fixed: Fix Rive not updating ([#4582](https://github.com/flet-dev/flet/pull/4582)) |
| 24 | +* Fixed: `DatePicker` regression with first and last dates ([#4661](https://github.com/flet-dev/flet/pull/4661)) |
| 25 | +* `flet build` command: Copy `flutter-packages`, support for platform-specific dependencies ([#4667](https://github.com/flet-dev/flet/pull/4667)) |
| 26 | +* Fixed: `CupertinoBottomSheet` applies a red color and yellow underline to `Text` content ([#4673](https://github.com/flet-dev/flet/pull/4673)) |
| 27 | +* Fixed: setting `ButtonTheme` displays a grey screen ([#4731](https://github.com/flet-dev/flet/pull/4731)) |
| 28 | +* Fixed: `Textfield` input border color considers user-specified `border_color` property ([#4735](https://github.com/flet-dev/flet/pull/4735)) |
| 29 | +* Fixed: make `Tooltip.message` a required parameter ([#4736](https://github.com/flet-dev/flet/pull/4736)) |
| 30 | + |
3 | 31 | ## 0.25.2 |
4 | 32 |
|
5 | 33 | ### Bug fixes |
|
0 commit comments