DesignGuide v.0.9.0 - 2018-08-22
Pre-release
Pre-release
erikhallaraaker
released this
22 Aug 12:45
·
1448 commits
to develop
since this release
Added
- Added utility classes for flex layout.
- Added section for alignment in the grid documentation.
- Added styling for disabled rangeslider.
Changed
- Changed class
.panel-dark-mode
to.panel-dark
. - Changed loader component to be visible by default (class
.in
no longer required), use.d-none
when needed. - Changed modal close button to be wrapped by an anchor tag to help keyboard navigation.
- Changed alert close button to be wrapped by an anchor tag to help keyboard navigation.
- Slightly changed the documentation example and styling for desctiption-table.
Fixed
- Fixed alignment for checkboxes and radio buttons when label extends to multiple lines.
- Fixed disabled styling not being applied for some form components within a disabled fieldset.
- Optimized some internal code.