Releases: canonical/vanilla-framework
v3.15.0
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.15.0
🚀 Features
- Add sliding nav on mobile by @ClementChaumel (#4767)
📝 Documentation
- Update rule-highlight pattern to use to appropriate class by @petesfrench (#4759)
🔨 Maintenance
- chore(deps): update dependency canonicalwebteam.discourse to v5.4.2 by @renovate (#4778)
- chore(deps): update dependency postcss-cli to v10 by @renovate (#4776)
- chore(deps): update all non-major dependencies by @renovate (#4775)
- Add paper colour variable by @bartaz (#4772)
- chore(deps): update all non-major dependencies by @renovate (#4754)
Full Changelog: v3.14.0...v3.15.0
v4.0.0-alpha.2
💣 Breaking changes in Vanilla 4
This is a second pre-release of Vanilla 4.0. On top of changes from previous version it adds support for new paper background colour via is-paper
class and some related changes, such as introduction of white strip.
Migration guide
We also created a draft version of the migration guide that can be accessed on our demo server.
What's Changed
- chore(deps): update all non-major dependencies by @renovate in #4754
- Update rule-highlight pattern to use to appropriate class by @petesfrench in #4759
- Paper background by @bartaz in #4763
- Add paper colour variable by @bartaz in #4772
- Implement white strips for paper background by @bartaz in #4773
- Migration docs 4.0 by @bartaz in #4774
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2
v4.0.0-alpha.1
💣 Breaking changes in Vanilla 4
This is a first pre-release of Vanilla 4.0. It includes typography changes that affect size and font weight of headings, wider grid width and fixes to any related components.
Migration guide
At this point there should be no breaking changes on SCSS code side, but visual changes introduced by changed typography may require some additional attention so make sure to:
- properly review ALL of your pages/templates to make sure nothing looks broken, especially around new headings
- if you have any custom styles of headings or custom components that use headings make sure they look correct
- if you have anything that relies on grid max width (like a legacy global-nav bar on top of the page) make sure to use new value of
$grid-max-width
that is80rem
What's Changed
- Typography changes by @lyubomir-popov @ClementChaumel in #4734
- Align prefix for stepped list @ClementChaumel @bartaz in #4735
- Fix alignment of heading icon @bartaz in #4736
- Update small screens font sizes @lyubomir-popov in #4740
- Revert logo font size to match logo sizing by @bartaz in #4756
Full Changelog: v3.14.0...v4.0.0-alpha.1
v3.14.0
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.14.0
🚀 Features
- Add sections and blocks components by @yurii-vasyliev (#4730)
- Add rule component by @andesol (#4731)
- Add common grid patterns by @andesol (#4727)
- Update deep strip paddings by @yurii-vasyliev (#4720)
🐛 Bug Fixes
- Fix grid offsets by @ClementChaumel (#4741)
- Fix split list items overflowing in the other column by @ClementChaumel (#4722)
📝 Documentation
- Remove outdated Suru strips from the website by @ClementChaumel (#4752)
- Demo of design sprint brochure site documentation by @bartaz (#4708)
🔨 Maintenance
- Remove border radius from images by @bartaz (#4750)
- Update dependency canonicalwebteam.discourse to v5.4.1 by @renovate (#4743)
- Update dependency yaml to v2 [SECURITY] by @renovate (#4746)
- Revert new vertical spacing classes by @yurii-vasyliev (#4733)
- Skip installing Chromium for production on jenkins by @bartaz (#4732)
- Update dependency canonicalwebteam.discourse to v5.4.0 by @renovate (#4726)
- Remove separator for the first item in the list (except if nested) by @ClementChaumel (#4723)
- Move all deps to devDeps by @yurii-vasyliev (#4725)
New Contributors
- @yurii-vasyliev made their first contribution in #4717
Full Changelog: v3.13.0...v3.14.0
v3.13.0
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.13.0
🚀 Features
🐛 Bug Fixes
- Fix lists wrapping under the prefix by @ClementChaumel (#4702)
- Fixed theme of pin/close button in application layout examples by @lorumic (#4694)
- Trap focus within the sidenav on small screens by @lorumic (#4680)
📝 Documentation
- Fixes incorrect aria-label on tabs examples by @petesfrench (#4701)
🔨 Maintenance
- Update dependency canonicalwebteam.discourse to v5.3.0 by @renovate (#4715)
- Update mobile nav to match new design by @pedoch (#4706)
- Add missing page to side navigation by @bartaz (#4700)
- Fix icon override on the main page by @ClementChaumel (#4693)
- Extract side navigation data to YAML file by @abhigyanghosh30 (#4681)
- Set version in releases.yml file to 3.12.1 by @lorumic (#4686)
New Contributors
Full Changelog: v3.12.0...v3.13.0
v3.12.1
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.12.1
🚀 Features
- Add u-has-icon utility class [WD-2275] by @lorumic (#4677)
- Add dense variant to logo section by @abhigyanghosh30 (#4668)
- Fix font size of all caps text component by @bartaz (#4665)
- Update list styles by @ClementChaumel (#4636)
🐛 Bug Fixes
- Fix stepped list in dark mode didn't show numbers by @abhigyanghosh30 (#4674)
- Removed highlight of side nav items on search results page [WD-2276] by @lorumic (#4682)
- Use chevron icon in article pagination by @wszczawinski (#4669)
- Fixed hex code for color-mid-light + a couple of typos by @lorumic (#4670)
- Set white background for search and filter dropdown [WD-2279] by @lorumic (#4671)
🔨 Maintenance
- Rename list dots to bullets by @ClementChaumel (#4683)
- chore(deps): update dependency canonicalwebteam.discourse to v5.2.4 by @renovate (#4684)
- Make updating the what's new page easier by @abhigyanghosh30 (#4679)
- chore(deps): update all non-major dependencies by @renovate (#4675)
- Revert What's new page to 3.12 release by @bartaz (#4673)
- Revert version to 3.12.0 by @bartaz (#4672)
- chore(deps): update internal dependencies by @renovate (#4663)
- Add missing secret for upload-assets snap by @bartaz (#4661)
New Contributors
- @abhigyanghosh30 made their first contribution in #4668
- @wszczawinski made their first contribution in #4669
Full Changelog: v3.11.1...v3.12.0
v3.11.1
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.11.1
🐛 Bug Fixes
- Fix the calculation of hr margin by @bartaz (#4660)
- Fix nesting row in fixed width container by @bartaz (#4657)
- Update top nav font weight by @bartaz (#4658)
📝 Documentation
- WD-777 Add full-width layout documentation by @bartaz (#4655)
- WD-778 Use new full width layout on Vanilla site by @bartaz (#4650)
- Fix command for git submodule example by @kkumtree (#4635)
🔨 Maintenance
- Bump cacheable-request from 10.2.2 to 10.2.7 by @dependabot (#4653)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot (#4647)
- Add !default to fontsizes map by @lyubomir-popov (#4644)
- Update font files and use small caps by @lyubomir-popov (#4648)
- Bring back upload-assets CLI tool for release by @bartaz (#4649)
- chore(deps): update dependency canonicalwebteam.discourse to v5.0.4 by @renovate (#4651)
- Update u-off-screen utility by @steverydz (#4639)
- chore(deps): update dependency @testing-library/cypress to v9 by @renovate (#4627)
- chore(deps): update all non-major dependencies by @renovate (#4637)
- chore(deps): update dependency cypress to v12 by @renovate (#4638)
New Contributors
Full Changelog: v3.11.0...v3.11.1
v3.11.0
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.11.0
🚀 Features
🐛 Bug Fixes
- fix: remove collapsed side panel from accessibility tree by @petermakowski (#4628)
📝 Documentation
🔨 Maintenance
Full Changelog: v3.10.0...v3.11.0
v3.10.0
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.10.0
🚀 Features
- Add desktop icon by @edlerd (#4624)
- Switch to the new variable font by @ClementChaumel (#4616)
📝 Documentation
🔨 Maintenance
- Reduce social icon sizes to work better next to headings by @lyubomir-popov (#4625)
- Temporary script to fix the upload assets job by @bartaz (#4623)
- Update all non-major dependencies by @renovate (#4626)
Full Changelog: v3.9.0...v3.10.0
v3.9.0
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.9.0
🚀 Features
Update styling of buttons and form elements by @lyubomir-popov (#4402)
💣 Potentially breaking changes
Updating to Vanilla 3.9.0 should be seamless, but if you have any custom form components built on top of Vanilla or separate components made look like Vanilla form elements they may need to be updated to the new style.
🐛 Bug Fixes
- Increase z-index of the modal so that it overlays the navigation drawer by @lorumic (#4619)
- Add hover states for checkboxes by @ClementChaumel (#4615)
🔨 Maintenance
- Update all non-major dependencies by @renovate (#4610)
- Bump qs from 6.5.2 to 6.5.3 by @dependabot (#4617)
- Bump express from 4.17.1 to 4.18.2 by @dependabot (#4618)
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot (#4612)
New Contributors
Full Changelog: v3.8.2...v3.9.0