-
Notifications
You must be signed in to change notification settings - Fork 108
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 internal dependencies #4498
Conversation
Demo starting at https://snapcraft-io-4498.demos.haus |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4498 +/- ##
==========================================
+ Coverage 79.83% 85.73% +5.89%
==========================================
Files 207 94 -113
Lines 10505 6918 -3587
Branches 926 0 -926
==========================================
- Hits 8387 5931 -2456
+ Misses 1994 987 -1007
+ Partials 124 0 -124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d7f1e70
to
49e7f84
Compare
Edited/Blocked NotificationRenovate 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. |
I pushed a commit that should fix the issue mentioned above. |
This PR contains the following updates:
==0.4.1
->==0.5.0
4.5.1
->4.6.0
Release Notes
canonical/vanilla-framework (vanilla-framework)
v4.6.0
Compare Source
Getting Vanilla Framework
Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs
New in Vanilla v4.6.0
🚀 Features
💣 Potentially breaking changes
With the introduction of new responsive grid patterns (
row--25-75-on-medium
, etc), the default responsive behaviour ofrow--25-75
has changed. Previously on medium screens it did not split the layout, but used a stacked mobile layout. With Vanilla 4.6.0 therow--25-75
will split into 2+4 columns layout on medium screens by default. This also means thatis-split-on-medium
modifier class is no longer needed, as its behaviour is now default forrow--25-75
.If you are using
row--25-75
withoutis-split-on-medium
make sure that the layout doesn't break on medium screen sizes.If you are using
row--25-75
withis-split-on-medium
no change is needed, butis-split-on-medium
is redundant and can be safely removed from code.For more information refer to the Vanilla grid documentation.
🐛 Bug Fixes
🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.5.1...v4.6.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.