The Stable Release
What's Changed
- Use
very_good_analysislinting rules by @pablojimpas in #52 - feat(popover): Make transition a simple fade by @simrat39 in #54
- version 1.0.0 by @prateekmedia in #53
- Trying to Fix #46 by @prateekmedia in #56
BREAKING
AdwHeaderBar.minimalis nowAdwHeaderBar.custom- Remove
labelparameter fromAdwTextField ViewSwitcherStyleis nowViewSwitcherPolicyViewSwitcherStyle.desktopandViewSwitcherStyle.mobileare also renamed toViewSwitcherPolicy.wideandViewSwitcherPolicy.narrow
Changes to widgets
ComboRow
- Dropdown is now scrollable if too many elements are there
Flap
- Renamed
flapControllertocontroller - Moved most of the things into
FlapStyleclass to simplify its usage inAdwScaffold
HeaderBar
- Now the
AdwHeaderBaris not dependent on any package,windowDecorobject is now optional - Add
isTransparentparameter => MakesAdwHeaderBar's background and border color
Popover
- Revisit popup menu by using
popover_gtkpackage (popover package with fade transition) (#35)
TextField
- Add
autofocusparameter - Add
prefixIconparameter - Add
onSubmittedparameter
ViewSwitcher
- Add
badgeinAdwViewSwitcher
New Widgets
AdwSwitch=> port ofGtkSwitchfrom gtk4AdwAboutWindow=> port of upcomingAdwAboutWindowfrom libadwaita
Full Changelog: 1.0.0-rc.2...1.0.0