Releases: SFDigitalServices/design-system
Releases · SFDigitalServices/design-system
v1.2.0
v1.1.1
v1.1.0
v1.0.0
💥 Breaking changes
- The changes in #13 are technically breaking because they change the default
display
of our buttons fromflex
toinline-flex
, and could cause rendering issues if anyone relied on them. - The spacing scale is changing dramatically in #10, so utilities like
p-1
andm-2
will no longer work at all, andp-4
/m-4
will produce 4-pixel spacing rather than the 4th step in the original (arbitrary) scale.
🚀 Features
🐛 Bug fixes
- We've fixed a bunch of issues with the button styles introduced in
0.0.2
: layout, text-decoration, etc.
🏠 Internal
- This PR includes some Heroku setup and tweaks to the static buildpack configuration
v0.0.2
This is our first second "real" release of the new SF.gov Design System! #7 started as just a place to work out automated npm publishing, but we ended up merging the first pass on our button styles there as well.
🚀 Features
- Buttons: we have them! The new
btn
,btn-secondary
, andbtn-inverse
classes provide button styles for our three main button styles. Thebtn-inline
andbtn-block
modifiers apply inline-flex and blockdisplay
styles, respectively.
🏠 Internal
- We have automated npm package publishing!
- tailwindcss-interaction-variants gives us
hover
,focus
, andhocus
Tailwind variants so that we can apply utilities for:hover
,:focus
, and both pseudo-classes, respectively.