Skip to content

Releases: canonical/vanilla-framework

v4.18.5

20 Dec 09:44
Compare
Choose a tag to compare

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.5

🐛 Bug Fixes

📝 Documentation

  • chore: contribution guidelines/issue creation updates by @jmuzina (#5435)
  • docs: Update tiered list jinja template docs to use semantic structure by @petesfrench (#5429)
  • Added content guidelines page by @advl (#5425)

🔨 Maintenance

  • chore(deps): update dependency canonicalwebteam.image-template to v1.4.1 by @renovate (#5438)
  • chore: silence import and global builtin deprecation warnings in sass build by @jmuzina (#5436)
  • Bump nanoid from 3.3.7 to 3.3.8 by @dependabot (#5434)
  • chore(deps): update dependency @canonical/cookie-policy to v3.6.5 by @renovate (#5430)

New Contributors

Full Changelog: v4.18.4...v4.18.5

v4.18.4

09 Dec 15:43
e6593da
Compare
Choose a tag to compare

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.4

🐛 Bug Fixes

  • fix: quote wrapper's title_text is now a semantic h2. by @jmuzina (#5427)

📝 Documentation

  • fix: Update link to accessibility report tool by @Dinika (#5428)

Full Changelog: v4.18.3...v4.18.4

v4.18.3

03 Dec 16:33
0530009
Compare
Choose a tag to compare

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.3

  • fix: removed the extra spacing between the chips in search and filter from vanilla example by @Nisarg-18 (#5414)
  • Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot (#5412)

🐛 Bug Fixes

  • fix: make quote wrapper quote separator always use .p-rule--muted by @jmuzina (#5424)

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: v4.18.2...v4.18.3

v4.18.2

30 Oct 16:12
0a577f5
Compare
Choose a tag to compare

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

  • Fix using the image container with lazyloaded images by @jmuzina (#5403)

Full Changelog: v4.18.1...v4.18.2

v4.18.1

30 Oct 14:01
6b77a8d
Compare
Choose a tag to compare

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

  • fix: responsive aspect ratios don't work with intermediate elements by @jmuzina (#5402)

Full Changelog: v4.18.0...v4.18.1

v4.18.0

25 Oct 13:19
ce8551b
Compare
Choose a tag to compare

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

🐛 Bug Fixes

  • Adjust search and filter component height to align with standard inputs by @bartaz (#5399)
  • fix: Search and filter hidden search button alignment and stacking order adjustment by @jmuzina (#5339)
  • Fix input padding alignment by @bartaz (#5389)
  • Fix slider margin by @mcslayer (#5392)
  • Fix top margin of validation messages in dense form elements by @jmuzina (#5343)
  • Fix icon margin within small buttons by @mcslayer (#5387)

📝 Documentation

🔨 Maintenance

  • Update layout of the homepage "downloads" section on medium screens by @mcslayer (#5400)
  • Set icon alignment in paragraph to text-bottom by @advl (#5314)
  • Update icon SVGs to use simplified paths and fix artifacts by @bartaz (#5385)
  • Update remaining legacy components to use new theme colours. by @bartaz (#5377)
  • Change the JIRA epic where new issues are synchronised by @bartaz (#5383)

New Contributors

Full Changelog: v4.17.1...v4.18.0

v4.17.1

10 Oct 19:02
008e830
Compare
Choose a tag to compare

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 of sass 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

Full Changelog: v4.17.0...v4.17.1

v4.17.0

10 Oct 13:46
e964254
Compare
Choose a tag to compare

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

⚠️ Due to Sass deprecating older color functions we updated our SCSS code, but new Sass APIs require sass at least at version 1.79.0 or higher. So please update your sass along with Vanilla.

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

  • fix(skip-link): give the skip link a more modern styling by @lorumic (#5371)
  • Update contributors list by @jmuzina (#5373)
  • Remove SASS warnings by using color.scale and color.channel functions by @mcslayer (#5370)
    • Note: this requires updating to sass version 1.79.0 or higher if you build with our SASS.
  • Manually set baseline build commit signature by @jmuzina (#5340)
  • Update all non-major dependencies by @renovate (#5360)
  • Update dependency canonicalwebteam.search to v2.1.1 by @renovate (#5354)

New Contributors

Full Changelog: v4.16.0...v4.17.0

v4.16.0

13 Sep 08:20
b90c2c6
Compare
Choose a tag to compare

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

  • Make rule component and hr element consistent in styling by @petesfrench (#5241)
  • Improve Percy workflow docs by @jmuzina (#5305)
  • Update all references to WCAG 2.1 to WCAG 2.2; fix broken accessibility reference links by @pastelcyborg (#5297)

🔨 Maintenance

Full Changelog: v4.15.0...v4.16.0

v4.15.0

09 Aug 12:41
Compare
Choose a tag to compare

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

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

❤️ New Contributors

Full Changelog: v4.14.0...v4.15.0