2.0.0-alpha.1
Pre-release
Pre-release
Getting Vanilla Framework
Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://docs.vanillaframework.io
This release includes the changes included in 2.0.0-alpha with the following additional changes:
New
Features
- Introduced new variable to change the font-weight for bold fonts
Components and utilities
- Added fixed-width utility and expose it as class
- Added bordered row
Documentation
Website
- Upgraded Husky config (previous version was deprecated)
Bug fixes
- Stepped-detailed list: fix alignment to rows
- u-min-margin--bottom: ensure it keeps text on baseline grid
- Fixed tick position in lists
- Convert p-card margin to padding so it pushes border down
- Fixed p-strip selector so class order doesn't matter
- Fixed typo in the base buttons disabled class (was
.is--disabled
, corrected to.is-disabled
)