Skip to content

Releases: SFDigitalServices/design-system

v1.2.0

20 Jul 20:39
0cfafa8
Compare
Choose a tag to compare

🚀 Features

  • New .btn-link styles and documentation (see #33)

v1.1.1

20 Jul 20:38
4558f5f
Compare
Choose a tag to compare

This is a fix for the missing dist/css/component.css bundle introduced in the previous version.

v1.1.0

08 Jul 23:10
05bdcd3
Compare
Choose a tag to compare

🚀 Features

  • We have a new monospace text style that uses Roboto Mono
  • Our typography CSS now includes styles for <kbd> elements
  • There is a new CSS bundle (dist/css/fonts.css) that imports all of the necessary Google-hosted custom fonts

v1.0.0

26 May 23:24
79b7fa6
Compare
Choose a tag to compare

💥 Breaking changes

  • The changes in #13 are technically breaking because they change the default display of our buttons from flex to inline-flex, and could cause rendering issues if anyone relied on them.
  • The spacing scale is changing dramatically in #10, so utilities like p-1 and m-2 will no longer work at all, and p-4/m-4 will produce 4-pixel spacing rather than the 4th step in the original (arbitrary) scale.

🚀 Features

  • New typography styles (see #8)
  • A new spacing scale + padding and margin utilities (see #10)

🐛 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

25 Mar 17:10
0a3fd8c
Compare
Choose a tag to compare

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, and btn-inverse classes provide button styles for our three main button styles. The btn-inline and btn-block modifiers apply inline-flex and block display styles, respectively.

🏠 Internal