Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency yaru to ^0.5.0 #25

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Update dependency yaru to ^0.5.0 #25

merged 1 commit into from
Feb 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

ubuntu/yaru.dart

v0.5.2

  • Relax Flutter version constraint to allow beta (#​274)
  • Regenerate package metadata (#​273)

v0.5.1

  • Example fix inputs view not having a const constructor (#​271)
  • Fix Light theme: surface and background got incorrectly switched in 0.5.0 (#​270)

v0.5.0

  • Fix button view
  • Fix secondary containers and chips (#​264)
  • Rework all themes with from seed (#​263)
  • fix example (#​262)
  • M3 fixes (#​261)
  • Use GtkSettings from gtk.dart (#​254)
  • Bump minimum Flutter version to 3.7.0 (#​260)
  • Button vs. text field borders (#​250)
  • Fix white dividers (M3 / Flutter 3.7.0) (#​259)
  • CI: no need to run tests when publishing to GH pages (#​257)
  • Example: add macos (#​258)
  • Fix M3 dialogs and popups (Flutter 3.7.0) (#​256)
  • Fix deprecated_member_use (Flutter 3.7.0) (#​255)

0.4.8

0.4.7

0.4.6

0.4.5

  • J-P Nurmi
    • YaruTheme widget: build empty during accent color initialiation (#​232)
    • YaruTheme widget: fix dispose() order (#​233)
    • 500ms wait duration for tooltips (#​236)
    • Add missing light dialog theme background color (#​235)

0.4.4

0.4.3

0.4.2

0.4.1

0.4.0

  • jpnurmi
    • Update README.md (#​207)
    • Page transitions (#​206)
    • Introduce theme data overrides
    • Parallel CI jobs (#​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)
    • Replace GSettings with GtkSettings (#​193)
    • Set minimum Flutter version to 3.3.0 (#​194)
  • Carlos Nihelton
    • Page transitions consistency on desktop platforms (#​203)
  • Paul Kepinski
    • Add correct web icons from yaru_widgets.dart
  • Robert Ancell
    • Replace deprecated arguments with replacements (#​191)
  • Frederik Feichtmeier
    • Add PopupMenuTheme and improve example (#​208)
    • Add common lint rules (#​189)
    • Make color selection UI screen size adaptive (#​187)
    • Update README.md
    • Update publish.yml
    • Setup publish to GitHub Pages (#​185)

0.3.3

0.3.2

0.3.1

0.3.0

  • jpnurmi
    • Relax dbus version constraint (#​168)
    • Add successColor and warningColor extensions for ThemeData (#​167)
    • Use yaru_colors (#​166)
    • Enable flutter_lints/recommended and fix findings (#​165)
    • Rename yaruMate to yaruUbuntuMate for consistency (#​164)
    • Reorganize themes/*.dart (#​163)
    • Merge accents and flavors to variants (#​162)
    • Material colors (#​159)
    • example: present complete color palettes (#​158)
    • Make flavor names consistent with color names (#​157)
    • Add missing Ubuntu Font license (#​156)
    • Pair YaruFlavor with its flavor color (#​155)
    • Pair YaruAccent with its accent color (#​154)
    • CI: enable tests (#​153)
    • Example: show flavor colors in the palette tab (#​152)
    • Specify accent colors as MaterialColor constants (#​151)
    • Introduce YaruTheme widget (#​150)
    • Add YaruAccent enum and getYaruXxxTheme(accent) getter (#​149)
    • Let Flutter help with high-contrast colors (#​148)
  • Frederik Feichtmeier
    • Example: use handy_window (#​161)

0.2.5

0.2.4

0.2.3

0.2.2

  • Frederik Feichtmeier
    • ToggleButtons: round toggle buttons (#​135)
    • Increase border radii to match gnome themes (#​134)
    • Inputs: make dense by default
    • BorderRadius: increase to match yaru gnome
    • Example: display dialog on AppBar button click

0.2.1

0.2.0

0.1.8

0.1.7

0.1.6

0.1.5

0.1.4

0.1.3

0.1.2

  • jpnurmi
    • Add missing input decoration border in dark theme (#​82)

0.1.1

0.1.0

0.0.9

0.0.8

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

0.0.0-dev.10

0.0.9-dev

  • Abhishek Ghaskata
    • Remove curly bracket
    • Added curly braces
    • Adding const keyword before constructor
  • Frederik 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
    • 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
    • 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
    • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@jpnurmi jpnurmi merged commit e98f667 into main Feb 7, 2023
@jpnurmi jpnurmi deleted the renovate/yaru-0.x branch February 7, 2023 06:53
@jpnurmi jpnurmi mentioned this pull request Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant