Releases: ubuntu/yaru.dart
Releases · ubuntu/yaru.dart
v5.3.2
5.3.2 (2024-10-28)
Bug Fixes
- Align
YaruSplitButton
consistently (#934) (ad4dfe4) - high contrast themes: ListTile selected state is not distinguishable from non-selected state (#941) (ebddaed)
- HighContrast YaruMasterTile, move Example theme buttons to side pane (#943) (5656b32)
- YaruPanedView: do not overwrite the divider theme (#935) (b1d50a6)
v5.3.0
5.3.0 (2024-10-16)
What's Changed
- feat: YaruSplitButton by @Feichtmeier in #928
- fix(YaruSplitButton): normal buttons when no option callback by @Feichtmeier in #930
- chore(example): add a better YaruSplitButton example by @Feichtmeier in #931
- fix: Correct menu alignment for YaruSplitButton by @spydon in #933
New Contributors
Full Changelog: v5.2.1...v5.3.0
v5.2.1
5.2.1 (2024-09-20)
What's Changed
- fix: error missing key and fix wrong banner color by @Feichtmeier in #924
- chore: update yaru_window dependency by @Feichtmeier in #926
Full Changelog: v5.2.0...v5.2.1
v5.2.0
5.2.0 (2024-09-18)
What's Changed
- fix: use safe picks for ubuntu colors by @Feichtmeier in #914
- fix: rename brown to wartyBrown, matching the gtk theme name by @Feichtmeier in #916
- chore: renamed the snap back to yaru-widgets-example which is what's published by @kenvandine in #918
- fix: ensure better contrast for the warty version by @Feichtmeier in #921
- feat: follow accent-color gsettings key for 24.10 by @Feichtmeier in #922
Full Changelog: v5.1.0...v5.2.0
v5.1.0
5.1.0 (2024-08-22)
What's Changed
- feat: Support GNOME accent colors by @Feichtmeier in #911
Full Changelog: v5.0.0...v5.1.0
v5.0.0
5.0.0 (2024-08-07)
What's Changed
- chore!: remove YaruExpansionPanelList by @Feichtmeier in #887
- fix: windows window control and titlebar color by @Feichtmeier in #889
- fix(YaruIcons): Fix emote_monkey icon broken path by @Jupi007 in #890
- fix: Make YaruExpansionPanel build lazily by @Feichtmeier in #892
- chore(Example): add RTL mode settings by @Jupi007 in #894
- fix(YaruToggleButton): rtl and infinite available space by @Jupi007 in #896
- feat!: drop deprecated features for 5.0 by @Jupi007 in #898
- feat!: decouple paned view from master detail by @Jupi007 in #897
- chore!: update project to flutter 3.22 by @Feichtmeier in #901
- chore!: update golden images by @github-actions in #902
- feat: YaruDateTimeEntry, YaruSegmentedEntry, YaruEdgeFocusInterceptor by @Jupi007 in #824
- feat(example): enable semantics by @d-loose in #906
- feat(YaruBackButton): add backButtonTooltip from MaterialLocalizations by @Jupi007 in #907
- chore: update flutter version to 3.24 and update dependencies by @Feichtmeier in #909
- Update golden images by @github-actions in #910
Full Changelog: v4.1.0...v5.0.0
v4.1.0
4.1.0 (2024-03-10)
What's Changed
- chore(example): add a full color icons page for designers by @Feichtmeier in #877
- chore(example): add missing icon by @Feichtmeier in #879
- feat(YaruIcons): add light bulb on/off icons by @Jupi007 in #881
- chore: add todo comments on deprecated features by @Jupi007 in #883
- feat: add YaruInfoBadge, YaruInfoBox, YaruTranslucentBorderContainer by @Feichtmeier in #880
- chore(example): improve wording, placement and info by @Feichtmeier in #884
- fix(YaruMasterDetailPage): has too many nested Scaffolds by @Feichtmeier in #885
Full Changelog: v4.0.0...v4.1.0
v4.0.0
4.0.0 (2024-03-05)
Important
yaru.dart 4.0.0 is now released
Information for canonical flutter contributors on what to do:
- remove yaru_icons and yaru_widgets from pubspec
- replace all imports of yaru_icons.dart and yaru_widgets.dart with just yaru.dart
- in case you were using YaruAnimatedIcon somewhere, the api has changed:
Here is the diff of this in musicpod as an example:
https://github.com/ubuntu-flutter-community/musicpod/pull/542/files
Was really straight forward
CC @spydon @d-loose @robert-ancell @BLKKKBVSIK
What's Changed
- chore!: migrate yaru.dart and yaru_icons.dart into yaru_widgets.dart by @Feichtmeier in #839
- chore!: rename yaru_widgets.dart to yaru.dart by @Feichtmeier in #852
- fix: pin flutter version for actions on 3.16.5 for now by @Feichtmeier in #854
- chore: Update golden images by @github-actions in #855
- feat(example): improve icon page by @Feichtmeier in #856
- fix: make the icon page work in the github pages web page build by @Jupi007 in #858
- feat(YaruWindowControl)!: use material state properties for colors by @Jupi007 in #859
- chore(YaruTitleBar): backdrop effect is already implemented by @Jupi007 in #861
- chore: fix icons page title bar by @Jupi007 in #864
- fix(YaruSearchField): display clear button on _controller text change by @Jupi007 in #866
- chore: move actions to floating button by @Jupi007 in #868
- fix(IconButton): selected color needs to be different to onSurface by @Feichtmeier in #869
- fix(theme): Material Check/Radio color by @Feichtmeier in #871
- chore: Update golden images by @github-actions in #872
- fix: Styling issue with YaruPopupMenuButton by @Feichtmeier in #873
- fix(YaruPopupMenuButton): Wrong background color by @Feichtmeier in #876
Full Changelog: v3.6.0...v4.0.0
v3.6.0
v3.5.0
3.5.0 (2024-01-21)
What's Changed
- fix: choice chip nav buttons block mouse by @Feichtmeier in #823
- feat(YaruChoiceChipBar): add selectedFirst parameter by @Feichtmeier in #827
- fix(YaruChoiceChipBar): allow more parameters by @Feichtmeier in #828
- fix(YaruChoiceChipBar): forward parameters to buttons by @Feichtmeier in #829
- fix(YaruMasterDetailPage): bring back sidebar color option by @Feichtmeier in #826
- fix: fix snippetUrl for popup_page in example by @Timo-Schroeder in #830
New Contributors
- @Timo-Schroeder made their first contribution in #830
Full Changelog: v3.4.0...v3.5.0