|
| 1 | +## 0.3.0 |
| 2 | + |
| 3 | +* `flet pack` CLI to create app bundles with custom icons and metadata (https://github.com/flet-dev/flet/issues/770) |
| 4 | +* Control comments (https://github.com/flet-dev/flet/issues/681) |
| 5 | +* Fix MaterialState error in ButtonStyle (https://github.com/flet-dev/flet/issues/689) |
| 6 | +* Flet CLI moved into separate module (https://github.com/flet-dev/flet/issues/679) |
| 7 | +* Added BorderRadius to `__init__.py` (https://github.com/flet-dev/flet/issues/691) |
| 8 | +* Added dense property to TextField and Dropdown controls (https://github.com/flet-dev/flet/issues/696) |
| 9 | +* Correctly handle control replacement (https://github.com/flet-dev/flet/issues/710) |
| 10 | +* Fix "replace" when moving children in the collection (https://github.com/flet-dev/flet/issues/711) |
| 11 | +* Remove hard-coded colors in Markdown default code theme (https://github.com/flet-dev/flet/issues/731) |
| 12 | +* Authorization should allow to override, such as request_token() methods (https://github.com/flet-dev/flet/issues/776) |
| 13 | + |
| 14 | +## 0.2.4 |
| 15 | + |
| 16 | +* Use correct Flet viewer path when installed from a source package (https://github.com/flet-dev/flet/issues/675) |
| 17 | +* add `ControlEvent` to `__init__.py` (https://github.com/flet-dev/flet/issues/657) |
| 18 | +* fix: handle a few corner cases (https://github.com/flet-dev/flet/issues/503) |
| 19 | + |
| 20 | +## 0.2.2 |
| 21 | + |
| 22 | +* Make `Control.offset` work without animation enabled (https://github.com/flet-dev/flet/issues/632) |
| 23 | +* Added `Dropdown.alignment` property (https://github.com/flet-dev/flet/issues/630) |
| 24 | +* Remove beartype runtime check for all `value` properties |
| 25 | +* Fix `page.scroll` to allow None and strings |
| 26 | +* Literals to Enums (https://github.com/flet-dev/flet/issues/626) |
| 27 | +* `gapless_playback` is `True` by default for base64 images |
| 28 | +* Ability to change border shape of FAB control (https://github.com/flet-dev/flet/issues/621) |
| 29 | +* Added Slider's `on_change_start` and `on_change_end` events (https://github.com/flet-dev/flet/issues/620) |
| 30 | +* DataTable control: 1-to-1 mapping to Flutter (https://github.com/flet-dev/flet/issues/583) |
| 31 | +* Implemented `page.can_launch_url()` (https://github.com/flet-dev/flet/issues/582) |
| 32 | +* Update project changelog from very beginning (https://github.com/flet-dev/flet/issues/581) |
| 33 | +* Publish pre releases to pypi.org (https://github.com/flet-dev/flet/issues/579) |
| 34 | +* Theming Slider control (https://github.com/flet-dev/flet/issues/573) |
| 35 | + |
1 | 36 | ## 0.1.65 |
2 | 37 |
|
3 | 38 | * Fixed: Floating Action Button now showing on top left ([#567](https://github.com/flet-dev/flet/issues/567)) |
|
0 commit comments