v0.1.1-beta
·
169 commits
to main
since this release
What's Changed
Refining Changes
- The default theme now uses RoleModel blue as the primary color.
- Semantic Stops #102 by @Jeremy-Walton
- Semantic tokens now use words instead of numbers so
--rm-color-primary-plus-3would read--rm-color-primary-plus-three - We now have plus-eight down through minus-eight
- Semantic tokens now use words instead of numbers so
- Semantic utilities like
.background-primary-plus-3are now deprecated as a part of trying to move away from the look and feel utilities.
Breaking Changes
- The Semantic utilities are no longer available.
.background-primary-plus-3etc. If you used them in places such as cards, consider making that style the default card style or making a custom card class. The tokens they used are still very much available and encouraged to be used. - Semantic stops have more fidelity which means plus 3 doesn't mean what it used to mean. Here is a mapping reference if you want to maintain what you may have been using.
Anything usingplus-3should now useplus-seven
Anything usingplus-2should now useplus-four
Anything usingplus-1should now useplus-three
Anything usingminus-3should now useminus-seven
Anything usingminus-2should now useminus-five
Anything usingminus-1should now useminus-three
Anything usingon-plus-3should now useon-plus-seven
Anything usingon-plus-2should now useon-plus-four
Anything usingon-plus-1should now useon-plus-three
Anything usingon-minus-3should now useon-minus-seven
Anything usingon-minus-2should now useon-minus-five
Anything usingon-minus-1should now useon-minus-three
If your application is adjusting the default scales, you will need to compare the new values to what you used to determine the best mapping for your needs.
Full Changelog: v0.1.0-beta...v0.1.1-beta