Update dependency vanilla-framework to v4.18.2 #313
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.9.0
->4.18.2
Release Notes
canonical/vanilla-framework (vanilla-framework)
v4.18.2
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.18.2
🐛 Bug Fixes
Full Changelog: canonical/vanilla-framework@v4.18.1...v4.18.2
v4.18.1
Compare Source
Getting Vanilla Framework
Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs
This release will cause lazy-loaded images loaded with the canonical web template not to load. It has been fixed in 4.18.2.
New in Vanilla v4.18.1
🐛 Bug Fixes
Full Changelog: canonical/vanilla-framework@v4.18.0...v4.18.1
v4.18.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.18.0
🚀 Features
.grid-row
and.grid-col
) by @jmuzina (#5368)🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors
Full Changelog: canonical/vanilla-framework@v4.17.1...v4.18.0
v4.17.1
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.17.1
This is a follow-up hotfix release for v4.17.0, where we introduced usage of Sass color functions only available in recent versions of
sass
. This release adds relevant version ofsass
a peer dependency to make it a bit easier to identify the problem when installing.Check release notes for v4.17.0 for more details.
🔨 Maintenance
sass
as a peer dependency by @jmuzina (#5379)Full Changelog: canonical/vanilla-framework@v4.17.0...v4.17.1
v4.17.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.17.0
sass
at least at version 1.79.0 or higher. So please update yoursass
along with Vanilla.🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors
Full Changelog: canonical/vanilla-framework@v4.16.0...v4.17.0
v4.16.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.16.0
🚀 Features
🐛 Bug Fixes
📝 Documentation
hr
element consistent in styling by @petesfrench (#5241)🔨 Maintenance
main
before running Percy by @jmuzina (#5300)Full Changelog: canonical/vanilla-framework@v4.15.0...v4.16.0
v4.15.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.15.0
🚀 Features
.row--75-25
) by @jmuzina (#5235)🐛 Bug Fixes
📝 Documentation
js-beautify
by @jmuzina (#5259)is-cover
to image container class reference by @jmuzina (#5207)🔨 Maintenance
templates/_macros
to percy tests by @jmuzina (#5250)❤️ New Contributors
Full Changelog: canonical/vanilla-framework@v4.14.0...v4.15.0
v4.14.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.14.0
🚀 Features
🐛 Bug Fixes
🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.13.0...v4.14.0
v4.13.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.13.0
🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.12.0...v4.13.0
v4.12.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.12.0
🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors
Full Changelog: canonical/vanilla-framework@v4.11.0...v4.12.0
v4.11.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.11.0
💣 Potentially breaking change
In #5081 we renamed the class names that add dividers to equal heights row component. If you've been using those already, rename them accordingly:
has-1st-divider
tohas-divider-1
, etc…🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors
Full Changelog: canonical/vanilla-framework@v4.10.0...v4.11.0
v4.10.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.10.0
💣 Breaking changes
Setting default theme via SCSS variables is now deprecated. For example, using
$theme-default-nav
with valuedark
will not work anymore. Useis-dark
oris-light
class names in HTML instead.🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors
Full Changelog: canonical/vanilla-framework@v4.9.1...v4.10.0
v4.9.1
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.9.1
🐛 Bug Fixes
🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.9.0...v4.9.1
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.