The Stable Release
What's Changed
- Use
very_good_analysis
linting 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.minimal
is nowAdwHeaderBar.custom
- Remove
label
parameter fromAdwTextField
ViewSwitcherStyle
is nowViewSwitcherPolicy
ViewSwitcherStyle.desktop
andViewSwitcherStyle.mobile
are also renamed toViewSwitcherPolicy.wide
andViewSwitcherPolicy.narrow
Changes to widgets
ComboRow
- Dropdown is now scrollable if too many elements are there
Flap
- Renamed
flapController
tocontroller
- Moved most of the things into
FlapStyle
class to simplify its usage inAdwScaffold
HeaderBar
- Now the
AdwHeaderBar
is not dependent on any package,windowDecor
object is now optional - Add
isTransparent
parameter => MakesAdwHeaderBar
's background and border color
Popover
- Revisit popup menu by using
popover_gtk
package (popover package with fade transition) (#35)
TextField
- Add
autofocus
parameter - Add
prefixIcon
parameter - Add
onSubmitted
parameter
ViewSwitcher
- Add
badge
inAdwViewSwitcher
New Widgets
AdwSwitch
=> port ofGtkSwitch
from gtk4AdwAboutWindow
=> port of upcomingAdwAboutWindow
from libadwaita
Full Changelog: 1.0.0-rc.2...1.0.0