|
1 | 1 | # Flet changelog |
2 | 2 |
|
| 3 | +## 0.27.0 |
| 4 | + |
| 5 | +* `DropdownMenu` control ([#1088](https://github.com/flet-dev/flet/issues/1088)) |
| 6 | +* feat: `ReorderableListView` Control ([#4865](https://github.com/flet-dev/flet/pull/4865)) |
| 7 | +* Remove v0.24.0 deprecations [#4932](https://github.com/flet-dev/flet/pull/4932)) |
| 8 | +* Implement `Container.dark_theme` property ([#4857](https://github.com/flet-dev/flet/issues/4857)) |
| 9 | +* Upgrade to Pyodide 0.27 for `httpx` Support ([#4840](https://github.com/flet-dev/flet/issues/4840)) |
| 10 | +* Remove `CupertinoCheckbox.inactive_color` in favor of `fill_color` ([#4837](https://github.com/flet-dev/flet/issues/4837)) |
| 11 | +* `flet build`: use Provisioning Profile to sign iOS app archive (`.ipa`), deprecate `--team` option ([#4869](https://github.com/flet-dev/flet/issues/4869)) |
| 12 | +* feat: `flet doctor` CLI command ([#4803](https://github.com/flet-dev/flet/pull/4803)) |
| 13 | +* feat: implement button themes (for `ElevatedButton`, `OutlinedButton`, `TextButton`, `FilledButton`, `IconButton `) ([#4872](https://github.com/flet-dev/flet/pull/4872)) |
| 14 | +* `ControlEvent.data` should be of type `Optional[str]` and default to `None` ([#4786](https://github.com/flet-dev/flet/issues/4786)) |
| 15 | +* `flet build`: add `--source-packages` to allow installing certain Python packages from source distros ([#4762](https://github.com/flet-dev/flet/issues/4762)) |
| 16 | +* disable markup for flet-cli stdout logs ([#4796](https://github.com/flet-dev/flet/pull/4796)) |
| 17 | +* Fixed: Disable rich's Markup for stdout logs ([#4795](https://github.com/flet-dev/flet/issues/4795)) |
| 18 | +* Fixed: Setting `SearchBar.bar_border_side` isn't visually honoured ([#4767](https://github.com/flet-dev/flet/issues/4767)) |
| 19 | +* Fixed: Dropdown: Long options cause the down-arrow to oveflow ([#4838](https://github.com/flet-dev/flet/issues/4838)) |
| 20 | +* Fixed: CupertinoSlider initialisation does not allow values less then zero/greater then 1 ([#4853](https://github.com/flet-dev/flet/issues/4853)) |
| 21 | +* Fixed: Same code shows different appearance in Flet APP/Web/PC local. ([#4855](https://github.com/flet-dev/flet/issues/4855)) |
| 22 | +* Fixed: Transforming scale renders a grey screen ([#4759](https://github.com/flet-dev/flet/issues/4759)) |
| 23 | +* Fixed: UnicodeDecodeError when using accented characters in manifest.json ([#4713](https://github.com/flet-dev/flet/issues/4713)) |
| 24 | +* Fixed: Implement `SearchBar.blur()` to programmatically unfocus the bar ([#4827](https://github.com/flet-dev/flet/issues/4827)) |
| 25 | + |
3 | 26 | ## 0.26.0 |
4 | 27 |
|
5 | 28 | * Flutter extensions: `flet_*` packages moved to separate repositories ([#4721](https://github.com/flet-dev/flet/pull/4721)) |
|
0 commit comments