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-primary
to--state-primary
- Added
--state-secondary
- Added
--state-light
- Added
--state-dark
- Changed
--color-info
default from aqua to teal - Removed
--state-inverse
- Removed
--text-muted
(use--state-secondary
instead) - 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-light
andtext-dark
- Removed
text-muted
(usetext-secondary
instead) - Removed support for disabled links
- Lots of minor tweaks and improvements
- Lots of updates to the docs