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:
0.47.1
->0.50.0
4.5.1
->4.7.0
Release Notes
canonical/react-components (@canonical/react-components)
v0.50.0
Compare Source
Features
v0.49.0
Compare Source
Features
v0.48.0
Compare Source
Features
v0.47.4
Compare Source
Bug Fixes
v0.47.3
Compare Source
v0.47.3
🐛 Bug Fixes
v0.47.2
Compare Source
v0.47.2
🚀 Features
🔨 Maintenance
canonical/vanilla-framework (vanilla-framework)
v4.7.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.7.0
🚀 Features
💣 Potentially breaking changes
Updates to top navigation (increased padding and new 25/75 layout variant) may cause top navigation items not fit on smaller screens. If your project adjusts
$breakpoint-navigation-threshold
you may need to update its value, so that navigation switches to mobile view when items don't fit anymore.🐛 Bug Fixes
🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.6.0...v4.7.0
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.