Skip to content

Releases: canonical/vanilla-framework

v3.7.1

06 Sep 10:13
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 v3.7.1

🐛 Bug Fixes

📝 Documentation

Full Changelog: v3.7.0...v3.7.1

v3.7.0

24 Aug 10:53
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 v3.7.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

Full Changelog: v3.6.1...v3.7.0

v3.6.1

01 Jul 11:03
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 v3.6.1

🐛 Bug Fixes

  • Fix nesting and font weight when parent is a title by @bartaz (#4501)

📝 Documentation

🔨 Maintenance

v3.6.0

24 Jun 11:47
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 v3.6.0

🚀 Features

🐛 Bug Fixes

🔨 Maintenance

  • Update dependency canonicalwebteam.search to v1.2.1 by @renovate (#4500)
  • Update dependency @canonical/latest-news to v1.4.1 by @renovate (#4493)
  • Docker: Make pip install slightly faster by @jkfran (#4492)

v3.5.0

09 Jun 11:31
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 v3.5.0

🚀 Features

📝 Documentation

  • Close side nav drawer when anchors are clicked by @bartaz (#4489)
  • Update brand name in navigation example logos by @bartaz (#4468)

🔨 Maintenance

Full Changelog: v3.4.0...v3.5.0

v3.4.0

17 May 10:19
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 v3.4.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

Full Changelog: v3.3.0...v3.4.0

v3.3.0

28 Apr 11:24
705bf37
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 v3.3.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

Full Changelog: v3.2.0...v3.3.0

v3.2.0

13 Apr 10:26
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 v3.2.0

💣 Potentially breaking changes

Removed vf-p-label mixin

The Label component has been renamed to "Status label". Old .p-label class names are still supported (but deprecated), but the vf-p-label mixin has been removed and renamed to vf-p-status-label.

Changes to expanding search in the navigation

We updated the HTML structure of expanding search for mobile. This may cause some small glitches if you are using expanding navigation and don't update the HTML. Please refer to our docs for more information.

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

28 Feb 14:13
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 v3.1.1

🐛 Bug Fixes

  • Fix visited links in dark side navigation (#4342)

📝 Documentation

  • Add new sections to Notification docs (#4333)
  • Add demo of class reference to side navigation component (#4328)
  • Update modal accessibility docs (#4311)

🔨 Maintenance

  • Update dependency canonicalwebteam.flask-base to v1.0.1 (#4330)
  • Lock MarkupSafe at version 2.0.1 (#4325)
  • Update list examples to use list elements (#4302)
  • Replace <cite> with <span> pull-quotes (#4300)
  • Button's processing state's width and height is set to initial width and height (#4289)

Full Changelog: v3.1.0...v3.1.1

v3.1.0

04 Feb 12:34
c769a61
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 v3.1.0

🚀 Features

  • Added Empty state pattern (#4279, #4276, #4274)
  • Updated switch styling (#4254)
  • Update slider style (#4253)
  • Add nested counter to order lists (#4264)

🐛 Bug Fixes

  • Improve search box accessibility (#4291)
  • Added height to close button (#4267)
  • Changed display property to fix raw-HTML side nav wrapping (#4266)
  • Fix notifications in docs (#4248)

📝 Documentation

  • Update table docs with empty state (#4297)
  • Add accessibility docs for navigation (#4287)
  • Added notification accessibility docs (#4288)
  • Add icon accessibility docs (#4286)
  • Add tab accessibility doc (#4285)
  • Add heading icon accessibility docs (#4277)
  • Add grid accessibility notes (#4275)
  • Add switch accessibility docs (#4271)
  • Add pagination accessibility docs (#4269)
  • Add label accessibility doc (#4268)
  • Logo section accessibility doc (#4262)
  • Fix broken link in docs (#4255)
  • Merge Button Accessibility sections into one (#4252)
  • Add buttons accessibility notes (#4236)

🔨 Maintenance

  • Update dependency canonicalwebteam.flask-base to v1 (#4278)
  • Update all non-major dependencies (#4290)
  • Bump nanoid from 3.1.30 to 3.2.0 (#4270)
  • Remove middle state in the mobile card view (#4265)
  • Removed right alignment in card example (#4261)
  • Add role=switch to switch component (#4260)
  • Update dependency @canonical/cookie-policy to v3.4.0 (#4247)
  • Improve accessibility in the pagination component (#4258)

New Contributors

Full Changelog: v3.0.1...v3.1.0