Skip to content

v0.1.1-beta

Choose a tag to compare

@Jeremy-Walton Jeremy-Walton released this 04 Nov 20:56
· 169 commits to main since this release
1777f32

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-3 would read --rm-color-primary-plus-three
    • We now have plus-eight down through minus-eight
  • Semantic utilities like .background-primary-plus-3 are 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-3 etc. 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 using plus-3 should now use plus-seven
    Anything using plus-2 should now use plus-four
    Anything using plus-1 should now use plus-three
    Anything using minus-3 should now use minus-seven
    Anything using minus-2 should now use minus-five
    Anything using minus-1 should now use minus-three
    Anything using on-plus-3 should now use on-plus-seven
    Anything using on-plus-2 should now use on-plus-four
    Anything using on-plus-1 should now use on-plus-three
    Anything using on-minus-3 should now use on-minus-seven
    Anything using on-minus-2 should now use on-minus-five
    Anything using on-minus-1 should now use on-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