|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.0.2 |
| 4 | + |
| 5 | +* Fix License in README |
| 6 | + |
3 | 7 | ## 1.0.1
|
4 | 8 |
|
5 |
| -- Relicense under MPL-2.0 |
| 9 | +* Relicense under MPL-2.0 |
6 | 10 |
|
7 | 11 | ## 1.0.0+2
|
8 | 12 |
|
9 |
| -- Fix Table view on pub.dev |
| 13 | +* Fix Table view on pub.dev |
10 | 14 |
|
11 | 15 | ## 1.0.0+1
|
12 | 16 |
|
13 |
| -- Fix Example link |
| 17 | +* Fix Example link |
14 | 18 |
|
15 | 19 | ## 1.0.0
|
16 | 20 |
|
17 | 21 | ### **BREAKING**
|
18 |
| -- `AdwHeaderBar.minimal` is now `AdwHeaderBar.custom` |
19 |
| -- Remove `label` parameter from `AdwTextField` |
20 |
| -- `ViewSwitcherStyle` is now `ViewSwitcherPolicy` |
21 |
| -- `ViewSwitcherStyle.desktop` and `ViewSwitcherStyle.mobile` are also renamed to `ViewSwitcherPolicy.wide` and `ViewSwitcherPolicy.narrow` |
| 22 | +* `AdwHeaderBar.minimal` is now `AdwHeaderBar.custom` |
| 23 | +* Remove `label` parameter from `AdwTextField` |
| 24 | +* `ViewSwitcherStyle` is now `ViewSwitcherPolicy` |
| 25 | +* `ViewSwitcherStyle.desktop` and `ViewSwitcherStyle.mobile` are also renamed to `ViewSwitcherPolicy.wide` and `ViewSwitcherPolicy.narrow` |
22 | 26 |
|
23 | 27 | ### **Changes to widgets**
|
24 | 28 | **ComboRow**
|
25 |
| -- Dropdown is now scrollable if too many elements are there |
| 29 | +* Dropdown is now scrollable if too many elements are there |
26 | 30 |
|
27 | 31 | **Flap**
|
28 |
| -- Renamed `flapController` to `controller` |
29 |
| -- Moved most of the things into `FlapStyle` class to simplify its usage in `AdwScaffold` |
| 32 | +* Renamed `flapController` to `controller` |
| 33 | +* Moved most of the things into `FlapStyle` class to simplify its usage in `AdwScaffold` |
30 | 34 |
|
31 | 35 | **HeaderBar**
|
32 |
| -- Now the `AdwHeaderBar` is not dependent on any package, `windowDecor` object is now optional |
33 |
| -- Add `isTransparent` parameter => Makes `AdwHeaderBar`'s background and border color |
| 36 | +* Now the `AdwHeaderBar` is not dependent on any package, `windowDecor` object is now optional |
| 37 | +* Add `isTransparent` parameter => Makes `AdwHeaderBar`'s background and border color |
34 | 38 |
|
35 | 39 | **Popover**
|
36 |
| -- Revisit popup menu by using `popover_gtk` package (popover package with fade transition) (#35) |
| 40 | +* Revisit popup menu by using `popover_gtk` package (popover package with fade transition) (#35) |
37 | 41 |
|
38 | 42 | **TextField**
|
39 |
| -- Add `autofocus` parameter |
40 |
| -- Add `prefixIcon` parameter |
41 |
| -- Add `onSubmitted` parameter |
| 43 | +* Add `autofocus` parameter |
| 44 | +* Add `prefixIcon` parameter |
| 45 | +* Add `onSubmitted` parameter |
42 | 46 |
|
43 | 47 | **ViewSwitcher**
|
44 |
| -- Add `badge` in `AdwViewSwitcher` |
| 48 | +* Add `badge` in `AdwViewSwitcher` |
45 | 49 |
|
46 | 50 | **New Widgets**
|
47 |
| -- `AdwSwitch` => port of `GtkSwitch` from gtk4 |
48 |
| -- `AdwAboutWindow` => port of upcoming `AdwAboutWindow` from libadwaita |
| 51 | +* `AdwSwitch` => port of `GtkSwitch` from gtk4 |
| 52 | +* `AdwAboutWindow` => port of upcoming `AdwAboutWindow` from libadwaita |
49 | 53 |
|
50 | 54 | ## 1.0.0-rc.2
|
51 | 55 |
|
52 | 56 | **BREAKING**
|
53 |
| -- `AdwHeaderBarMinimal` is now `AdwHeaderBar.minimal` |
54 |
| -- The `start` and `end` parameter of `AdwHeaderBar` are now `List<Widget>` instead of `Widget` |
55 |
| -- `AdwTextButton` is now `AdwButton.flat` |
56 |
| -- The `height` and `expanded` properties of ViewSwitcher are now deprecated |
| 57 | +* `AdwHeaderBarMinimal` is now `AdwHeaderBar.minimal` |
| 58 | +* The `start` and `end` parameter of `AdwHeaderBar` are now `List<Widget>` instead of `Widget` |
| 59 | +* `AdwTextButton` is now `AdwButton.flat` |
| 60 | +* The `height` and `expanded` properties of ViewSwitcher are now deprecated |
57 | 61 |
|
58 | 62 | **Other Changes**
|
59 |
| -- Add `AdwComboRow`, `AdwAvatar`, `AdwButton`(`.pill`, `.circular`, `.flat`) |
60 |
| -- Improve Header Button |
61 |
| -- Update Sidebar Theming |
62 |
| -- Update View Switcher theming |
63 |
| -- Remove Scroll errors from example app by improving `AdwClamp` |
| 63 | +* Add `AdwComboRow`, `AdwAvatar`, `AdwButton`(`.pill`, `.circular`, `.flat`) |
| 64 | +* Improve Header Button |
| 65 | +* Update Sidebar Theming |
| 66 | +* Update View Switcher theming |
| 67 | +* Remove Scroll errors from example app by improving `AdwClamp` |
64 | 68 |
|
65 | 69 | ## 1.0.0-rc.1
|
66 | 70 |
|
67 |
| -- Added the following widgets: |
68 |
| - - `AdwScaffold` |
69 |
| - - `AdwTextField` |
70 |
| - - `AdwTextButton` |
71 |
| - - `AdwViewStack` |
72 |
| - - `WindowResizeListener` |
73 |
| -- Fix Window buttons null error |
74 |
| -- Update Example |
75 |
| -- Update `AdwActionRow` & `AdwStackSidebar` |
76 |
| -- Improve `AdwFlap` |
| 71 | +* Added the following widgets: |
| 72 | + * `AdwScaffold` |
| 73 | + * `AdwTextField` |
| 74 | + * `AdwTextButton` |
| 75 | + * `AdwViewStack` |
| 76 | + * `WindowResizeListener` |
| 77 | +* Fix Window buttons null error |
| 78 | +* Update Example |
| 79 | +* Update `AdwActionRow` & `AdwStackSidebar` |
| 80 | +* Improve `AdwFlap` |
77 | 81 |
|
78 | 82 | ## 1.0.0-rc.0
|
79 | 83 |
|
80 |
| -- Seperate libadwaita (Widgets) and adwaita (Colors) |
81 |
| -- Rename Every widget from GtkSomething to AdwSomething |
82 |
| -- Rename GtkContainer to AdwClamp and GtkTwoPane to AdwFlap |
83 |
| -- Add `AdwPreferenceGroup` and `AdwActionRow` from libadwaita. |
84 |
| -- Add `AdwStackSidebar` which is basically `GtkStackSidebar` |
85 |
| -- `AdwHeaderBar` parameter's |
86 |
| - - Replace leading with start |
87 |
| - - Replace trailing with end |
88 |
| - - Replace center with title |
| 84 | +* Seperate libadwaita (Widgets) and adwaita (Colors) |
| 85 | +* Rename Every widget from GtkSomething to AdwSomething |
| 86 | +* Rename GtkContainer to AdwClamp and GtkTwoPane to AdwFlap |
| 87 | +* Add `AdwPreferenceGroup` and `AdwActionRow` from libadwaita. |
| 88 | +* Add `AdwStackSidebar` which is basically `GtkStackSidebar` |
| 89 | +* `AdwHeaderBar` parameter's |
| 90 | + * Replace leading with start |
| 91 | + * Replace trailing with end |
| 92 | + * Replace center with title |
89 | 93 |
|
90 | 94 | Older CHANGELOG can be found [here](https://pub.dev/packages/gtk/changelog)
|
0 commit comments