Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 16:57
4f2d418

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:
    grafik

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