This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
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:
3.2.0
->3.4.0
2.4.5
->2.7.0
==0.9.0
->==0.9.3
2.29.0
->2.37.1
Release Notes
canonical-web-and-design/cookie-policy
v3.4.0
Compare Source
What's Changed in cookie-policy v3.4.0
💣 (Potentially) breaking changes
This release includes updates to Vanilla 3.0. If you project is still on Vanilla 2.x is may cause some visual glitches.
🚀 Features
🐛 Fixes
🛠️ Maintenance
New Contributors
Full Changelog: canonical/cookie-policy@3.3.0...v3.4.0
v3.3.0
Compare Source
New in Cookie policy v3.3.0
🐛 Bug Fixes
aria-hidden
from being set on thebody
tag🔨 Maintenance
canonical-web-and-design/global-nav
v2.7.0
Compare Source
v2.6.0
Compare Source
💣 (Potentially) breaking changes
This version updates to Vanilla 3.0. If it is used in a project that is on Vanilla 2.x it may cause some visual glitches.
🚀 Features
🐛 Bug fixes
🛠️ Maintenance
v2.5.0
Compare Source
🐛 Bug fixes
🛠️ Maintainence
canonical-web-and-design/canonicalwebteam.flask-base
v0.9.3
Compare Source
Include PID on Talisker logs
v0.9.2
Compare Source
Check static files against provided
?v=
hashesv0.9.1
Compare Source
Changes
Preload env variable for /_status/check and update dependencies (#49)
This release was made possible by the following contributors:
@jkfran
canonical/vanilla-framework
v2.37.1
Compare Source
This is a maintenance release, it doesn't change anything in SCSS code. Changes are mostly around dependencies.
Most notably we moved all dependencies to
devDependencies
to avoid installing them in projects using Vanilla.It removes
node-sass
which was causing issues on Macs with M1 chips.💣 Potentially breaking changes
There have been reports of builds failing after this update due to error with missing
postcss
. Vanilla used to installnode-sass
andpostcss
as its dependencies. We don't do it anymore since this version. If your project usespostcss
ornode-sass
for building, you need to make sure you have any required dependencies in your package.json. Also in some of our projects we only install production dependencies in Dockerfile (notdevDependencies
), so you need to make sure that any build tools are included independencies
rather thandevDependencies
Changes
devDependencies
main
Dependency updates
v2.37.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 v2.37.0
🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
v2.36.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 v2.36.0
🚀 Features
p-card__inner
(#3953)🐛 Bug Fixes
🔨 Maintenance
v2.35.0
Compare Source
v2.34.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 v2.34.0
🚀 Features
p-tab-buttons
pattern (#3921)🐛 Bug Fixes
📝 Documentation
p-search-box
pattern (#3925)🔨 Maintenance
v2.33.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 v2.33.1
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
v2.33.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 v2.33.0
New notifications
We updated the look of Notification components. Previous notification HTML structure has been deprecated, please update the class names according to updated notifications documentation.
💣 (Potentially) Breaking changes
The spacing and style of notifications have been updated. This may affect any custom CSS projects have around notifications.
🚀 Features
🔨 Maintenance
v2.32.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 v2.32.0
💣 Breaking changes
This version removes internal variable
$grid-margin-width
. Any external code that uses this variable will not build, it should be replaced withmap-get($grid-margin-widths, medium)
(or, ideally with correct value for different screen sizes).🚀 Features
has-overflow
utility to tables (#3796)🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
has-overflow
item in component status page (#3799)v2.31.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 v2.31.0
🚀 Features
🐛 Bug Fixes
🔨 Maintenance
v2.30.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 v2.30.0
🚀 Features
💣 Breaking Change
Main navigation update introduced in #3727 changes the height of the main top navigation (and main logo) to 3.5rem. Styling of active navigation items was updated as well. This may affect any custom styling around main navigation or logo.
🐛 Bug Fixes
🔨 Maintenance
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.