v2.4.1
Getting Vanilla Framework
Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://docs.vanillaframework.io
New
Features
- Updated the dark navigation colour to #333
- Added dark theme support to subnavs using the same switch as the main nav
- Added padding under tables to correct vertical spacing
Documentation
Content
- Documented
is-light/is-darkclasses for buttons - Documented top-level theming
- Documented theming changes to components
- Corrected the title of the details page
Configuration
- Bumped the version of vanilla used by the docs to v2.4.0
- Bumped the version of Example JS to 1.2.1
Website
- Added hr under the navigation to match new styles
Bug fixes
- Fixed table td padding and table layout bugs
- Corrected colour configuration maps for themes
- Fixed theming-related regressions introduced in v2.4.0
- Fixed bug where all icons in positive buttons were appearing as pluses
- Added padding to search box to avoid text-flow issues
- Reordered form validation rules so that the highest priority state is displayed when multiple are used
- Removed redundant table role properties from the sortable table example
Code maintenance
- Refactored subnav sass
- Changed Parker configuration to allow more specific rules (theming necessitated some more specificity)