Skip to content

Commit

Permalink
chore: release v5.0.0 (#888)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 7, 2024
1 parent 03e1cdf commit b55ccb1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 5.0.0 (2024-08-07)

## What's Changed
* chore!: remove YaruExpansionPanelList by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/887
* fix: windows window control and titlebar color by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/889
* fix(YaruIcons): Fix emote_monkey icon broken path by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/890
* fix: Make YaruExpansionPanel build lazily by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/892
* chore(Example): add RTL mode settings by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/894
* fix(YaruToggleButton): rtl and infinite available space by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/896
* feat!: drop deprecated features for 5.0 by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/898
* feat!: decouple paned view from master detail by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/897
* chore!: update project to flutter 3.22 by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/901
* chore!: update golden images by @github-actions in https://github.com/ubuntu/yaru.dart/pull/902
* feat: YaruDateTimeEntry, YaruSegmentedEntry, YaruEdgeFocusInterceptor by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/824
* feat(example): enable semantics by @d-loose in https://github.com/ubuntu/yaru.dart/pull/906
* feat(YaruBackButton): add backButtonTooltip from MaterialLocalizations by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/907
* chore: update flutter version to 3.24 and update dependencies by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/909
* Update golden images by @github-actions in https://github.com/ubuntu/yaru.dart/pull/910


**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v4.1.0...v5.0.0

## 4.1.0 (2024-03-10)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: yaru
description: Common flutter widgets useful for building desktop and web applications.
homepage: https://github.com/ubuntu/yaru.dart
issue_tracker: https://github.com/ubuntu/yaru.dart/issues
version: 4.1.0
version: 5.0.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit b55ccb1

Please sign in to comment.