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

fix(deps): update dependency macos_ui to v2 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2023

This PR contains the following updates:

Package Type Update Change
macos_ui (source) dependencies major ^1.12.2 -> ^2.0.0

Release Notes

GroovinChip/macos_ui (macos_ui)

v2.0.9

🛠️ Updated 🛠️
  • Add expandDisclosureItems flag to SidebarItem to optionally (default not changed) expand disclosure items initially

v2.0.8

🛠️ Updated 🛠️
  • Fixed SidebarItem text overflowing.

v2.0.7

🛠️ Updated 🛠️
  • Made most widgets aware of the user’s accent color and window state by adding respective fields to MacosThemeData.
  • MacosCheckbox has received a facelift to mimic the look and feel of native macOS checkboxes better.

v2.0.6

🛠️ Updated 🛠️
  • Implemented value equality for MacosThemeData.

v2.0.5

🛠️ Fixed 🛠️
  • Fixed MacosRadioButton check null value issue.

v2.0.2

Compare Source

🛠️ Fixed 🛠️
  • Fixed images in generated documentation.

v2.0.0

Compare Source

🚨 Breaking Changes 🚨
  • macos_ui has been migrated to utilize macos_window_utils under the hood, which provides the following benefits:

    • Window animation smoothness is drastically improved, particularly when miniaturizing and deminiaturizing the application window.
    • Some visual artifacts that occurred while the window was being (de)miniaturized (such as the application's shadow going missing) no longer occur.
    • The sidebar remains transparent when the app's brightness setting mismatches the OS setting.
    • Wallpaper tinting is now supported.
    • To migrate an existing application, please refer to the “Modern window look” section in the README.
  • Support for Flutter 3.10 and Dart 3

  • PushButton has been updated to support the ControlSize enum.

    • The buttonSize property has been changed to controlSize.
    • Buttons can now be any of the following sizes: mini, small, regular, or large.
  • PushButton.isSecondary is now PushButton.secondary.

  • MacosAlertDialog: primaryButton and secondaryButton are now declared to be of type PushButton.

  • RelevanceIndicator has been deprecated

  • MacosTypography white and black are now factory constructors called darkOpaque() and lightOpaque() to reflect
    Apple's naming conventions.

✨ New ✨
  • MacosSwitch has been completely rewritten and now matches the native macOS switch in appearance and behavior.
  • A ControlSize enum has been introduced, which will allow widgets to more closely match their native counterparts.
  • MacosTypography
    • You can now call MacosTypography.of(context) as a shorthand for retrieving the typography used in your MacosTheme.
    • MacosFontWeight allows using Apple-specific font weights like w510, w590, and w860.
  • Localization
    • Added support for weekdayAbbreviations and monthAbbreviations to MacosDatePicker.
    • Added support for dateFormat to MacosDatePicker.
    • Added support for startWeekOnMonday to MacosDatePicker.
🔄 Updated 🔄
  • MacosColor has been updated with some previously missing elements.
  • PushButton
    • Now uses the correct body text style instead of the incorrect headline
  • PushButton's secondary and disabled colors more closely match their native counterparts.
  • MacosCheckbox appearance more closely matches its native counterpart.
  • MacosAlertDialog
    • primaryButton and secondaryButton are now required to have controlSizes of ControlSize.large.
    • Docs now suggest that appIcon should be of size 64x64.
  • Toolbar now uses the correct title3 text style instead of the incorrect headline
  • MacosTheme sets the global typography more efficiently
  • HelpButton now sizes itself according to specification
  • ResizablePane can now disallow the usage of its internal scrollbar via the ReziablePane.noScrollBar constructor.
🛠️ Fixed 🛠️
  • Clicking on the calendar elements in MacosDatePicker has better UX
  • ToolBars in use where a SideBar is not present will now have their title's avoid the traffic lights (native window controls).
  • MacosTypography.darkOpaque() and MacosTypography.lightOpaque() now conform to specification by using MacosColors.labelColor
  • Ensure builds targeting web do not utilize any macos_window_utils code
  • Ensure builds targeting web are themed correctly

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 20, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/6f0c97/264ef4/repos/github/kw214/flutter-boilerplate":"/tmp/worker/6f0c97/264ef4/repos/github/kw214/flutter-boilerplate" -v "/tmp/worker/6f0c97/264ef4/cache":"/tmp/worker/6f0c97/264ef4/cache" -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/6f0c97/264ef4/repos/github/kw214/flutter-boilerplate" ghcr.io/containerbase/sidecar:9.6.1 bash -l -c "install-tool flutter 3.10.6 && flutter pub upgrade macos_ui"
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
Downloading Linux x64 Dart SDK from Flutter engine cdbeda788a293fa29665dc3fa3d6e63bd221cb0d...
Building flutter tool...
Because flutter_boilerplate depends on flutter_localizations from sdk which depends on intl 0.18.0, intl 0.18.0 is required.
So, because flutter_boilerplate depends on intl ^0.17.0, version solving failed.

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.

0 participants