canonical / workshops

Workshops
GNU General Public License v3.0
51 stars 11 forks source link

Update dependency yaru to ^0.5.0 #322

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
yaru dependencies minor ^0.4.5 -> ^0.5.0

Release Notes

ubuntu/yaru.dart ### [`v0.5.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#​050) - Fix button view - Fix secondary containers and chips ([#​264](https://togithub.com/ubuntu/yaru.dart/issues/264)) - Rework all themes with from seed ([#​263](https://togithub.com/ubuntu/yaru.dart/issues/263)) - fix example ([#​262](https://togithub.com/ubuntu/yaru.dart/issues/262)) - M3 fixes ([#​261](https://togithub.com/ubuntu/yaru.dart/issues/261)) - Use GtkSettings from gtk.dart ([#​254](https://togithub.com/ubuntu/yaru.dart/issues/254)) - Bump minimum Flutter version to 3.7.0 ([#​260](https://togithub.com/ubuntu/yaru.dart/issues/260)) - Button vs. text field borders ([#​250](https://togithub.com/ubuntu/yaru.dart/issues/250)) - Fix white dividers (M3 / Flutter 3.7.0) ([#​259](https://togithub.com/ubuntu/yaru.dart/issues/259)) - CI: no need to run tests when publishing to GH pages ([#​257](https://togithub.com/ubuntu/yaru.dart/issues/257)) - Example: add macos ([#​258](https://togithub.com/ubuntu/yaru.dart/issues/258)) - Fix M3 dialogs and popups (Flutter 3.7.0) ([#​256](https://togithub.com/ubuntu/yaru.dart/issues/256)) - Fix deprecated_member_use (Flutter 3.7.0) ([#​255](https://togithub.com/ubuntu/yaru.dart/issues/255)) #### 0.4.8 - Adjust TextField content padding by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/242](https://togithub.com/ubuntu/yaru.dart/pull/242) - Reduce AppBar height by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/243](https://togithub.com/ubuntu/yaru.dart/pull/243) - Remove elevation on hover from ElevatedButton by [@​Jupi007](https://togithub.com/Jupi007) in [https://github.com/ubuntu/yaru.dart/pull/228](https://togithub.com/ubuntu/yaru.dart/pull/228) - pubspec.yaml: try adding entries for all supported platforms by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/247](https://togithub.com/ubuntu/yaru.dart/pull/247) - CHANGELOG.md: fix formatting by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/248](https://togithub.com/ubuntu/yaru.dart/pull/248) #### 0.4.7 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Dark theme borders: reduce opacity ([#​240](https://togithub.com/ubuntu/yaru.dart/issues/240)) #### 0.4.6 - [J-P Nurmi](https://togithub.com/jpnurmi) - Disable theme variant detection in tests ([#​238](https://togithub.com/ubuntu/yaru.dart/issues/238)) #### 0.4.5 - [J-P Nurmi](https://togithub.com/jpnurmi) - YaruTheme widget: build empty during accent color initialiation ([#​232](https://togithub.com/ubuntu/yaru.dart/issues/232)) - YaruTheme widget: fix dispose() order ([#​233](https://togithub.com/ubuntu/yaru.dart/issues/233)) - 500ms wait duration for tooltips ([#​236](https://togithub.com/ubuntu/yaru.dart/issues/236)) - Add missing light dialog theme background color ([#​235](https://togithub.com/ubuntu/yaru.dart/issues/235)) #### 0.4.4 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Text inputs: change cursor and icon color to onSurface ([#​229](https://togithub.com/ubuntu/yaru.dart/issues/229)) - [Paul Kepinski](https://togithub.com/Jupi007) - Improve toggle buttons look ([#​226](https://togithub.com/ubuntu/yaru.dart/issues/226)) - Require yaru_colors 0.1.1 ([#​227](https://togithub.com/ubuntu/yaru.dart/issues/227)) - [Yannick Mauray](https://togithub.com/frenchguych) - feat: Ubuntu Butterfly variant ([#​220](https://togithub.com/ubuntu/yaru.dart/issues/220)) #### 0.4.3 - [J-P Nurmi](https://togithub.com/jpnurmi) - Fix AppBar border ([#​217](https://togithub.com/ubuntu/yaru.dart/issues/217)) #### 0.4.2 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Dark AppBar: make border bright ([#​213](https://togithub.com/ubuntu/yaru.dart/issues/213)) #### 0.4.1 - [J-P Nurmi](https://togithub.com/jpnurmi) - Use G_DECLARE_FINAL_TYPE to fix build with flutter-snap ([#​211](https://togithub.com/ubuntu/yaru.dart/issues/211)) #### 0.4.0 - [jpnurmi](https://togithub.com/jpnurmi) - Update README.md ([#​207](https://togithub.com/ubuntu/yaru.dart/issues/207)) - Page transitions ([#​206](https://togithub.com/ubuntu/yaru.dart/issues/206)) - Introduce theme data overrides - Parallel CI jobs ([#​201](https://togithub.com/ubuntu/yaru.dart/issues/201)) - CI: install packages required for build - YaruPlugin: define autoptr cleanup func - CI: build the example to catch build issues - CI: switch to stable channel ([#​196](https://togithub.com/ubuntu/yaru.dart/issues/196)) - Replace GSettings with GtkSettings ([#​193](https://togithub.com/ubuntu/yaru.dart/issues/193)) - Set minimum Flutter version to 3.3.0 ([#​194](https://togithub.com/ubuntu/yaru.dart/issues/194)) - [Carlos Nihelton](https://togithub.com/CarlosNihelton) - Page transitions consistency on desktop platforms ([#​203](https://togithub.com/ubuntu/yaru.dart/issues/203)) - [Paul Kepinski](https://togithub.com/Jupi007) - Add correct web icons from yaru_widgets.dart - [Robert Ancell](https://togithub.com/robert-ancell) - Replace deprecated arguments with replacements ([#​191](https://togithub.com/ubuntu/yaru.dart/issues/191)) - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Add PopupMenuTheme and improve example ([#​208](https://togithub.com/ubuntu/yaru.dart/issues/208)) - Add common lint rules ([#​189](https://togithub.com/ubuntu/yaru.dart/issues/189)) - Make color selection UI screen size adaptive ([#​187](https://togithub.com/ubuntu/yaru.dart/issues/187)) - Update README.md - Update publish.yml - Setup publish to GitHub Pages ([#​185](https://togithub.com/ubuntu/yaru.dart/issues/185)) #### 0.3.3 - [jpnurmi](https://togithub.com/jpnurmi) - YaruTheme: add builder method ([#​181](https://togithub.com/ubuntu/yaru.dart/issues/181)) #### 0.3.2 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - enable material3 ([#​177](https://togithub.com/ubuntu/yaru.dart/issues/177)) #### 0.3.1 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Default to cupertino page transitions ([#​175](https://togithub.com/ubuntu/yaru.dart/issues/175)) - Material3 fixes ([#​172](https://togithub.com/ubuntu/yaru.dart/issues/172)) - [jpnurmi](https://togithub.com/jpnurmi) - Upgrade to Flutter 3.0 & Dart 2.17 ([#​174](https://togithub.com/ubuntu/yaru.dart/issues/174)) - Enable the `prefer_const_declarations` lint and fix findings ([#​171](https://togithub.com/ubuntu/yaru.dart/issues/171)) - Add text selection theme ([#​170](https://togithub.com/ubuntu/yaru.dart/issues/170)) #### 0.3.0 - [jpnurmi](https://togithub.com/jpnurmi) - Relax dbus version constraint ([#​168](https://togithub.com/ubuntu/yaru.dart/issues/168)) - Add successColor and warningColor extensions for ThemeData ([#​167](https://togithub.com/ubuntu/yaru.dart/issues/167)) - Use yaru_colors ([#​166](https://togithub.com/ubuntu/yaru.dart/issues/166)) - Enable flutter_lints/recommended and fix findings ([#​165](https://togithub.com/ubuntu/yaru.dart/issues/165)) - Rename yaruMate to yaruUbuntuMate for consistency ([#​164](https://togithub.com/ubuntu/yaru.dart/issues/164)) - Reorganize themes/\*.dart ([#​163](https://togithub.com/ubuntu/yaru.dart/issues/163)) - Merge accents and flavors to variants ([#​162](https://togithub.com/ubuntu/yaru.dart/issues/162)) - Material colors ([#​159](https://togithub.com/ubuntu/yaru.dart/issues/159)) - example: present complete color palettes ([#​158](https://togithub.com/ubuntu/yaru.dart/issues/158)) - Make flavor names consistent with color names ([#​157](https://togithub.com/ubuntu/yaru.dart/issues/157)) - Add missing Ubuntu Font license ([#​156](https://togithub.com/ubuntu/yaru.dart/issues/156)) - Pair YaruFlavor with its flavor color ([#​155](https://togithub.com/ubuntu/yaru.dart/issues/155)) - Pair YaruAccent with its accent color ([#​154](https://togithub.com/ubuntu/yaru.dart/issues/154)) - CI: enable tests ([#​153](https://togithub.com/ubuntu/yaru.dart/issues/153)) - Example: show flavor colors in the palette tab ([#​152](https://togithub.com/ubuntu/yaru.dart/issues/152)) - Specify accent colors as MaterialColor constants ([#​151](https://togithub.com/ubuntu/yaru.dart/issues/151)) - Introduce YaruTheme widget ([#​150](https://togithub.com/ubuntu/yaru.dart/issues/150)) - Add YaruAccent enum and getYaruXxxTheme(accent) getter ([#​149](https://togithub.com/ubuntu/yaru.dart/issues/149)) - Let Flutter help with high-contrast colors ([#​148](https://togithub.com/ubuntu/yaru.dart/issues/148)) - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Example: use handy_window ([#​161](https://togithub.com/ubuntu/yaru.dart/issues/161)) #### 0.2.5 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Add high contrast themes ([#​144](https://togithub.com/ubuntu/yaru.dart/issues/144)) #### 0.2.4 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Two more accent colors ([#​141](https://togithub.com/ubuntu/yaru.dart/issues/141)) #### 0.2.3 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Add new accent colors from [https://github.com/ubuntu/yaru/pull/3486](https://togithub.com/ubuntu/yaru/pull/3486) ([#​137](https://togithub.com/ubuntu/yaru.dart/issues/137)) #### 0.2.2 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - ToggleButtons: round toggle buttons ([#​135](https://togithub.com/ubuntu/yaru.dart/issues/135)) - Increase border radii to match gnome themes ([#​134](https://togithub.com/ubuntu/yaru.dart/issues/134)) - Inputs: make dense by default - BorderRadius: increase to match yaru gnome - Example: display dialog on AppBar button click #### 0.2.1 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Fix AppBar text and icon color in the light theme ([#​129](https://togithub.com/ubuntu/yaru.dart/issues/129)) - Adapt constants to k\* convention, add appbarheight ([#​128](https://togithub.com/ubuntu/yaru.dart/issues/128)) - Export createYaru\*Theme() functions ([#​127](https://togithub.com/ubuntu/yaru.dart/issues/127)) - Detach appbar from yaru colors ([#​126](https://togithub.com/ubuntu/yaru.dart/issues/126)) - Example: add web support ([#​125](https://togithub.com/ubuntu/yaru.dart/issues/125)) - Use createYaru\*Theme() functions to reduce code duplication ([#​124](https://togithub.com/ubuntu/yaru.dart/issues/124)) - Further theme simplifications ([#​123](https://togithub.com/ubuntu/yaru.dart/issues/123)) - Consolidate theming in common_themes ([#​122](https://togithub.com/ubuntu/yaru.dart/issues/122)) [Paul Kepinski](https://togithub.com/Jupi007) - Add missing colors from Yaru palette [Alberto Bonacina](https://togithub.com/polilluminato) - Fix Typos in the yaru.dart flavors and Example ([#​114](https://togithub.com/ubuntu/yaru.dart/issues/114)) #### 0.2.0 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Reorganize yaru and add yaru flavor themes ([#​110](https://togithub.com/ubuntu/yaru.dart/issues/110)) #### 0.1.8 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - AppBar title: use normal font-weight ([#​107](https://togithub.com/ubuntu/yaru.dart/issues/107)) #### 0.1.7 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Clean-ups: update generated files, including a wayland window option and a test, remove unnecessary imports ([#​103](https://togithub.com/ubuntu/yaru.dart/issues/103)) - Add a tabbar theme and update example ([#​104](https://togithub.com/ubuntu/yaru.dart/issues/104)) - change light bg to FAFAFA ([#​105](https://togithub.com/ubuntu/yaru.dart/issues/105)) - [Paul Kepinski](https://togithub.com/Jupi007) - Make dark theme bg darker ([#​101](https://togithub.com/ubuntu/yaru.dart/issues/101)) #### 0.1.6 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Make the checkmarks a bit rounded ([#​98](https://togithub.com/ubuntu/yaru.dart/issues/98)) - Remove the fallback fonts ([#​99](https://togithub.com/ubuntu/yaru.dart/issues/99)) #### 0.1.5 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Dark theme: Brighten up check and radios and adapt dark dialogs to gtk/shell theme ([#​95](https://togithub.com/ubuntu/yaru.dart/issues/95)) #### 0.1.4 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Make red 10% lighter ([#​91](https://togithub.com/ubuntu/yaru.dart/issues/91)) #### 0.1.3 - [mivoligo](https://togithub.com/mivoligo) - Replace deprecated properties in AppBarTheme ([#​88](https://togithub.com/ubuntu/yaru.dart/issues/88)) #### 0.1.2 - [jpnurmi](https://togithub.com/jpnurmi) - Add missing input decoration border in dark theme ([#​82](https://togithub.com/ubuntu/yaru.dart/issues/82)) #### 0.1.1 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - All TextFields should have a border in Yaru ([#​80](https://togithub.com/ubuntu/yaru.dart/issues/80)) #### 0.1.0 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - ColorTheme: darken the green ([#​78](https://togithub.com/ubuntu/yaru.dart/issues/78)) #### 0.0.9 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - ElevatedButton: improve and simplify ([#​76](https://togithub.com/ubuntu/yaru.dart/issues/76)) #### 0.0.8 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - AppBar: reduce elevation, adapt the text theme ([#​73](https://togithub.com/ubuntu/yaru.dart/issues/73)) #### 0.0.7 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Replace lightAubergine with orange ([#​70](https://togithub.com/ubuntu/yaru.dart/issues/70)) #### 0.0.6 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Do not style progress indicators (yet) ([#​68](https://togithub.com/ubuntu/yaru.dart/issues/68)) - Update readme instructions ([#​65](https://togithub.com/ubuntu/yaru.dart/issues/65)) #### 0.0.5 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Reduce themes to 2 and update light/dark mode button ([#​63](https://togithub.com/ubuntu/yaru.dart/issues/63)) - Fixes and improvements for Flutter 2.3 ([#​64](https://togithub.com/ubuntu/yaru.dart/issues/64)) #### 0.0.4 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Improve dark and light theme contrast ([#​61](https://togithub.com/ubuntu/yaru.dart/issues/61)) - Button theme fixes ([#​60](https://togithub.com/ubuntu/yaru.dart/issues/60)) #### 0.0.3 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Example: add FAB and snackbar ([#​56](https://togithub.com/ubuntu/yaru.dart/issues/56)) - Fix bottombar and pimp up the example ([#​55](https://togithub.com/ubuntu/yaru.dart/issues/55)) - [Arish Sultan](https://togithub.com/ArishSultan) - Fixes incorrect fontWeight, Button- and TextStyles. ([#​46](https://togithub.com/ubuntu/yaru.dart/issues/46)) #### 0.0.2 - [Talat El Beick](https://togithub.com/elbeicktalat) - Fix TextField focus border regression ([#​52](https://togithub.com/ubuntu/yaru.dart/issues/52)) #### 0.0.1 - [Talat El Beick](https://togithub.com/elbeicktalat) - Fixing style issues ([#​48](https://togithub.com/ubuntu/yaru.dart/issues/48)) - [Arish Sultan](https://togithub.com/ArishSultan) - Let TextStyles be different ([#​45](https://togithub.com/ubuntu/yaru.dart/issues/45)) #### 0.0.0-dev.10 - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - Remove "clang-format off" comments from in CCfiles ([#​37](https://togithub.com/ubuntu/yaru.dart/issues/37)) - [Marcus Tomlinson](https://togithub.com/MarcusTomlinson) - Add "Flutter CI" workflow - Use has-signed-canonical-cla GitHub Action - [Talat El Beick](https://togithub.com/elbeicktalat) - Reorganize project structure and show colors in example ([#​29](https://togithub.com/ubuntu/yaru.dart/issues/29)) - [Fabio Colella](https://togithub.com/fcole90) - Fix for screenshots not appearing on pub.dart ([#​28](https://togithub.com/ubuntu/yaru.dart/issues/28)) - [J-P Nurmi](https://togithub.com/jpnurmi) - Migrate to null-safety ([#​30](https://togithub.com/ubuntu/yaru.dart/issues/30)) #### 0.0.9-dev - [Abhishek Ghaskata](https://togithub.com/Abhishek01039) - Remove curly bracket - Added curly braces - Adding const keyword before constructor - [Frederik Feichtmeier](https://togithub.com/Feichtmeier) - YaruDark: Slightly transparent switch track - update state helper methods - Special case dark switches, checks and radios - add CircularProgressIndicator to the example app - Theme Fixes and CircularProgressIndicator addition - Example: Replace or correct (deprecated) Widgets - [Olivier Tilloy](https://togithub.com/oSoMoN) - Releasing 0.0.0-dev.5 - Also define the theme data for OutlinedButton for the light and dark theme variants. - Update the colors of the AppBar with the light theme (cool \* grey on white). - Define the theme data for OutlinedButton to fix its text \* foreground color. - Ship extra fonts and set them as fontFamilyFallback. - dd_custom_command() missing VERBATIM - [Robert Ancell](https://togithub.com/robert-ancell) - Add CONTRIBUTING.md - Releasing 0.0.0-dev.3 - Add screenshot - Add a Yaru standard theme - Add a dark theme - Use rounded corners on buttons - Use full constructor for ThemeData - Update tooltip - Fix spacing and label colors - Add FlatButton and OutlineButton - Add a DropdownButton - Add a TextField showing an error - Add TextFields to example - Add radio buttons - Add buttons and checkboxes to the example - Drop old example code, run through dart format - Make the example a full Flutter app - Added cla-check, copied from snapcraft - [Ken VanDine](https://togithub.com/kenvandine) - Added example that demonstrates all of the styles - bump version to 0.0.0-dev.8 for release - Updated README - Full url to screenshot, should fix pub.dev/packages/yaru - Updated description and homepage to reflect github move - Re-license under MPL-2.0 to reduce the barrier for use by \* Flutter developers. - Releasing 0.0.0-dev.4 #### 0.0.0-dev - Initial prerelease

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.