This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
mini.css v2.2.0
The v2.2.0 release of mini.css marks a crucial milestone in the framework's life due to the sheer amount of things that have been added, changed and removed. This version will be the base for the first LTS (Long Term Support) release, after patching certain things in subsequent releases.
Changes
- Replaced old classes for generic shadows with one class (
.shadowed
). - Removed the
.nano
progress style variant. - Responsive visibility helpers now properly utilize
!important
. - Updated the styling of the
.close
icon. - Fixed a bug where the
<header>
element could not be a.row
. - Removed
.alert
and all its variants. Alerts are now deprecated. - Added a
.toast
message to contextual module, along with variants. - Removed
.inverse
card color variant, added.warning
and.error
variants to replace the old alerts. - Swapped the order of the input_control and naviation modules.
- Added a fluid typography mode (currently disabled by default on all flavors).
- Added a
.drawer
component in navigation module, along with variants. - Updated documentation and customization documentation to reflect latest changes.
- Updated all flavors to utilize the latest features.
Compatibility with older versions
Due to some of the changes described above, v2.2.0 is not compatible with some of the previous versions of the framework, however it's possible to enable those disabled or deprecated features manually.