Open renovate[bot] opened 3 months ago
This PR contains the following updates:
^0.9.0
^5.0.0
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
^0.9.0
->^5.0.0
Release Notes
ubuntu/yaru.dart (yaru)
### [`v5.3.2`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#532-2024-10-28) ##### Bug Fixes - Align `YaruSplitButton` consistently ([#934](https://redirect.github.com/ubuntu/yaru.dart/issues/934)) ([ad4dfe4](https://redirect.github.com/ubuntu/yaru.dart/commit/ad4dfe4554eb649bc92677e4ecdac281ec515f63)) - high contrast themes: ListTile selected state is not distinguishable from non-selected state ([#941](https://redirect.github.com/ubuntu/yaru.dart/issues/941)) ([ebddaed](https://redirect.github.com/ubuntu/yaru.dart/commit/ebddaed76b2f05ceeef6d1e2299d579fb5388e0a)) - HighContrast YaruMasterTile, move Example theme buttons to side pane ([#943](https://redirect.github.com/ubuntu/yaru.dart/issues/943)) ([5656b32](https://redirect.github.com/ubuntu/yaru.dart/commit/5656b3276da90560d998d4dbf66b77fef7f715bc)) - **YaruPanedView:** do not overwrite the divider theme ([#935](https://redirect.github.com/ubuntu/yaru.dart/issues/935)) ([b1d50a6](https://redirect.github.com/ubuntu/yaru.dart/commit/b1d50a6d5c4884d2689b93e40a1d0f53ef45f43b)) ##### Miscellaneous Chores - **main:** release 5.3.2 ([#949](https://redirect.github.com/ubuntu/yaru.dart/issues/949)) ([9112f8d](https://redirect.github.com/ubuntu/yaru.dart/commit/9112f8d2c21634311b19b613a0cc9e794c93e082)) ### [`v5.3.1`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#531-2024-10-18) ### [`v5.3.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#530-2024-10-16) [Compare Source](https://redirect.github.com/ubuntu/yaru.dart/compare/v5.2.1...v5.3.0) ### [`v5.2.1`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#521-2024-09-20) [Compare Source](https://redirect.github.com/ubuntu/yaru.dart/compare/v5.2.0...v5.2.1) ### [`v5.2.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#520-2024-09-18) [Compare Source](https://redirect.github.com/ubuntu/yaru.dart/compare/v5.1.0...v5.2.0) ### [`v5.1.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#510-2024-08-22) [Compare Source](https://redirect.github.com/ubuntu/yaru.dart/compare/v5.0.0...v5.1.0) ### [`v5.0.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#500-2024-08-07) [Compare Source](https://redirect.github.com/ubuntu/yaru.dart/compare/v4.1.0...v5.0.0) ### [`v4.1.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#410-2024-03-10) [Compare Source](https://redirect.github.com/ubuntu/yaru.dart/compare/v4.0.0...v4.1.0) ### [`v4.0.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#400-2024-03-05) ### [`v1.1.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#110) - [Paul Kepinski](https://redirect.github.com/Jupi007) - YaruExpandable: add onChange callback ([#149](https://redirect.github.com/ubuntu/yaru.dart/issues/149)) - Introduce YaruDraggable widget ([#142](https://redirect.github.com/ubuntu/yaru.dart/issues/142)) - [Frederik Feichtmeier](https://redirect.github.com/Feichtmeier) - NarrowLayout: fix item widget if selected ([#153](https://redirect.github.com/ubuntu/yaru.dart/issues/153)) - YaruExpandable: increase button size ([#151](https://redirect.github.com/ubuntu/yaru.dart/issues/151)) - YaruExpansionPanel: use Object.hash ([#150](https://redirect.github.com/ubuntu/yaru.dart/issues/150)) - WideLayout: fallback to itemWIdget ([#148](https://redirect.github.com/ubuntu/yaru.dart/issues/148)) - YaruDialogTitle: use YaruRoundIconButton ([#147](https://redirect.github.com/ubuntu/yaru.dart/issues/147)) - Add YaruRoundIconButton and get rid of IconButtons ([#146](https://redirect.github.com/ubuntu/yaru.dart/issues/146)) - YaruDialogTitle: fix for material3 ([#145](https://redirect.github.com/ubuntu/yaru.dart/issues/145)) - YaruExpandable: add optional isExpanded parameter ([#144](https://redirect.github.com/ubuntu/yaru.dart/issues/144)) - YaruCompactLayout: Allow optional Widgets as Icons ([#143](https://redirect.github.com/ubuntu/yaru.dart/issues/143)) ### [`v1.0.0`](https://redirect.github.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#100) - this is the initial release of yaru.dart 🎉, it adds: - YaruRow - YaruSection - YaruPageItem - YaruMasterDetailPage - YaruPage - YaruAlertDialog - YaruCheckBoxRow - YaruColorPickerButton - YaruDialogTitle - YaruExpansionPanelList - YaruExtraOptionRow - YaruImageTile - YaruLandscapeLayout - YaruLinearProgressIndicator - YaruNarrowLayout - YaruOptionButton - YaruOptionCard - YaruPortraitLayout - YaruSearchAppBar - YaruSimpleDialog - YaruSliderRow - YaruSwitchRow - YaruTabbedPage - YaruToggleButtonsRow - YaruWideLayout - Thanks to our contributors - [Shan Shaji](https://redirect.github.com/shan-shaji) - [mivoligo](https://redirect.github.com/mivoligo) - [Paul Kepinski](https://redirect.github.com/Jupi007)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.