This release has breaking changes!
- Fixed active status for
.button-link - Changed alternative grid system recommendation
- Removed
variables.css- Moved core variables to
shoelace.css - Moved component variables to their respective stylesheets
- This makes Shoelace more modular and removes added weight from unused modules
- Moved core variables to
- Reworked color/state variables:
- Changed
--color-primaryto--state-primary - Added
--state-secondary - Added
--state-light - Added
--state-dark - Changed
--color-infodefault from aqua to teal - Removed
--state-inverse - Removed
--text-muted(use--state-secondaryinstead) - We now have the following states: primary, secondary, success, info, warning, danger, light, dark
- Changed
- Reworked variations for alerts, badges, buttons
- Added secondary, light, and dark variations
- Removed inverse variation
- Added variations to loaders, progress bars, and switches
- Added
text-lightandtext-dark - Removed
text-muted(usetext-secondaryinstead) - Removed support for disabled links
- Lots of minor tweaks and improvements
- Lots of updates to the docs