Skip to content

Commit ad9a8d3

Browse files
committed
Fix readme, bump to 1.0.2
1 parent 5f688de commit ad9a8d3

File tree

4 files changed

+54
-50
lines changed

4 files changed

+54
-50
lines changed

CHANGELOG.md

Lines changed: 51 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,94 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
* Fix License in README
6+
37
## 1.0.1
48

5-
- Relicense under MPL-2.0
9+
* Relicense under MPL-2.0
610

711
## 1.0.0+2
812

9-
- Fix Table view on pub.dev
13+
* Fix Table view on pub.dev
1014

1115
## 1.0.0+1
1216

13-
- Fix Example link
17+
* Fix Example link
1418

1519
## 1.0.0
1620

1721
### **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`
2226

2327
### **Changes to widgets**
2428
**ComboRow**
25-
- Dropdown is now scrollable if too many elements are there
29+
* Dropdown is now scrollable if too many elements are there
2630

2731
**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`
3034

3135
**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
3438

3539
**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)
3741

3842
**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
4246

4347
**ViewSwitcher**
44-
- Add `badge` in `AdwViewSwitcher`
48+
* Add `badge` in `AdwViewSwitcher`
4549

4650
**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
4953

5054
## 1.0.0-rc.2
5155

5256
**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
5761

5862
**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`
6468

6569
## 1.0.0-rc.1
6670

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`
7781

7882
## 1.0.0-rc.0
7983

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
8993

9094
Older CHANGELOG can be found [here](https://pub.dev/packages/gtk/changelog)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ AdwHeaderBar(
131131

132132
## License
133133

134-
`LGPL v3 / GNU LESSER GENERAL PUBLIC LICENSE v3`
134+
`Mozilla Public License 2.0`
135135

136136
TLDR;
137137

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ packages:
176176
path: ".."
177177
relative: true
178178
source: path
179-
version: "1.0.1"
179+
version: "1.0.2"
180180
libadwaita_bitsdojo:
181181
dependency: "direct main"
182182
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: libadwaita
22
description: Libadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/gtk-flutter/libadwaita
55

66
environment:

0 commit comments

Comments
 (0)