Skip to content

Releases: ubuntu/yaru.dart

2.2.0

11 Mar 22:02
31c70da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0

2.1.1

22 Feb 19:22
2d8058c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

15 Feb 08:05
62a7683
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.1.0

2.0.3

12 Feb 11:11
5d0a956
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

09 Feb 19:36
80a948d
Compare
Choose a tag to compare

What's Changed

  • Add diagnosticable properties to togglable widgets by @Jupi007 in #579
  • YaruSection: fix unbounded height by @jpnurmi in #584
  • pubspec: add missing issue tracker link by @jpnurmi in #590
  • Restructure by @jpnurmi in #586
  • Update screenshot by @jpnurmi in #589
  • Introduce YaruClip.diagonal() by @jpnurmi in #591
  • Allow null YaruNavigationRailItem label with compact style by @Jupi007 in #592
  • Introduce YaruPageIndicator by @Jupi007 in #593
  • Add YaruBanner.selected property by @jpnurmi in #596
  • YaruCarousel: fix laggy animation on multiple clicks by @Jupi007 in #597
  • YaruTitleBar: set an opaque background when the window is inactive by @jpnurmi in #599
  • Expose kYaruBannerRadius constant by @jpnurmi in #601
  • Example: remove generated files to fix pub.dev warnings by @jpnurmi in #600
  • Use Flutter's callback typedefs by @jpnurmi in #598
  • Improve YaruCarousel comments by @Jupi007 in #594
  • YaruExpandable: leave iconbutton padding indvidually from widget padding by @Jupi007 in #605
  • Missing mixed->checked checkbox animation by @Jupi007 in #606
  • Pass curve parameter to next/previousPage methods by @Jupi007 in #602
  • pubspec.yaml: clean up uses-material-design: true by @jpnurmi in #608

Full Changelog: 2.0.1...2.0.2

2.0.1

30 Jan 20:29
958dc46
Compare
Choose a tag to compare

What's Changed

  • Allow YaruNavigationRailItem width control by @Jupi007 in #571
  • Allow switch dot to be mouse dragged by @Jupi007 in #573
  • Fix: YaruBanners bg color with upgrading yaru to 0.5.1 by @Feichtmeier in #575

Full Changelog: 2.0.0...2.0.1

2.0.0

26 Jan 21:53
10bab30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-beta-5...2.0.0

2.0.0-beta-5

20 Jan 15:28
c189884
Compare
Choose a tag to compare
2.0.0-beta-5 Pre-release
Pre-release

What's Changed

  • Landscape: remove separator fix for web, not needed anymore by @Feichtmeier in #529
  • Remove YaruTabbedPage by @Feichtmeier in #530
  • YaruTile: make title optional by @jpnurmi in #533
  • YaruTitleBar: use TextTheme.titleLarge as a fallback by @jpnurmi in #535
  • Revert "Remove all RepaintBoundary widgets" by @Jupi007 in #537
  • Update goldens by @jpnurmi in #538
  • YaruPopupMenuButton: sync border with OutlinedButton by @jpnurmi in #539
  • YaruPopupMenuButton: fix styling issues by @jpnurmi in #541
  • YaruNavigationPage: add HeroController to support YaruDetailPage by @jpnurmi in #545
  • Add YaruBackButtonTheme & YaruBackButtonStyle (rounded vs. square) by @jpnurmi in #531
  • YaruPopupMenuButton: remove default tooltip by @jpnurmi in #543
  • YaruTitleBarThemeData: fix buttonPadding type by @jpnurmi in #544
  • Add missing RepaintBoundary on painter widgets by @Jupi007 in #547
  • Fix use of deprecated members (beta channel) by @jpnurmi in #551
  • Example: fix the settings bottom bar look sensible with Flutter beta by @jpnurmi in #552
  • YaruDetailPage: allow specifying the hero tag by @jpnurmi in #553
  • YaruTitleBar: allow specifying the hero tag by @jpnurmi in #554
  • Release 2.0.0-beta-5 by @jpnurmi in #558

Full Changelog: 2.0.0-beta-4...2.0.0-beta-5

2.0.0-beta-4

15 Jan 20:05
cc34de8
Compare
Choose a tag to compare
2.0.0-beta-4 Pre-release
Pre-release

What's Changed

  • MD: wrap detail page with ScaffoldMessenger in landscape layout by @jpnurmi in #463
  • Add YaruNavigationPageTheme.railPadding by @jpnurmi in #466
  • YaruTitleBar: make themable and use window controls by @jpnurmi in #464
  • YaruTitleBar: adjust callbacks by @jpnurmi in #467
  • MD: fix page controller updates by @jpnurmi in #468
  • NavigationPage: fix controller updates by @jpnurmi in #469
  • Update goldens for yaru.dart border changes by @jpnurmi in #472
  • YaruPopupMenuButton: align drop indicator to the end by @jpnurmi in #471
  • Example: update yaru and handy_window by @Feichtmeier in #470
  • Navigation/MD pages: pop all but first on select by @d-loose in #473
  • Introduce YaruWindowTitleBar & YaruDialogTitleBar by @jpnurmi in #455
  • Example: change YaruDialogTitleBar menu entry name by @Feichtmeier in #476
  • YaruTitleBar: small styling changes by @Feichtmeier in #478
  • add NavigationPage by @d-loose in #474
  • CI: add missing apt update by @jpnurmi in #491
  • Use new filled icons in sidebar navigation by @Jupi007 in #488
  • Fix stretched yaru togglables by @Jupi007 in #490
  • Fix title bar corners by @jpnurmi in #487
  • Fix the example to respect the system theme variant by @jpnurmi in #485
  • Expose title bar / window control metrics by @jpnurmi in #486
  • YaruTitleBar: consider active by default by @jpnurmi in #482
  • example: sort page items in alphabetical order by @jpnurmi in #479
  • Hide kTogglableActiveResizeFactor out of the public API by @jpnurmi in #494
  • Move kCheckboxRadio* constants out of the public API by @jpnurmi in #495
  • Use title bar colors from yaru_colors by @jpnurmi in #496
  • YaruTitleBar: remove empty padding when there are no window controls by @jpnurmi in #497
  • YaruExpandable: expand button position control by @Jupi007 in #499
  • Example: eliminate duplicate page titles/tooltips by @jpnurmi in #504
  • YaruDetailPage: fix app/title bar height by @jpnurmi in #501
  • YaruWindowTitleBar: fix slow window state init by @jpnurmi in #506
  • YaruWindowTitleBar: fix state init by @jpnurmi in #507
  • YaruTitleBar: fix hero conflict by @jpnurmi in #509
  • Add YaruTitleBarStyle (hidden, background, normal) by @jpnurmi in #510
  • MD: specify the desired title bar style in landscape and portrait modes by @jpnurmi in #511
  • YaruWindowTitleBar: improve defaults for web by @jpnurmi in #514
  • YaruTitleBar: trailing -> actions by @jpnurmi in #517
  • Example: move code snippet button out of the app bar by @jpnurmi in #519
  • Remove all RepaintBoundary widgets by @Jupi007 in #520
  • Example: make better use of YaruWindowTitleBar by @jpnurmi in #521
  • YaruTitleBar: fix single-click delay by @jpnurmi in #524
  • Add scaffold to yaru-master-detail page by @whiskeyPeak in #525
  • Allow color customization of single togglable by @Jupi007 in #527
  • Release 2.0.0-beta-4 by @jpnurmi in #528

New Contributors

Full Changelog: 2.0.0-beta-3...2.0.0-beta-4

2.0.0-beta-2

22 Nov 11:41
ae6a66a
Compare
Choose a tag to compare
2.0.0-beta-2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0-beta-1...2.0.0-beta-2