chore(deps): update dependency vanilla-framework to v4.6.0 #1015
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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: Enabled.
♻ 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.