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