Skip to content

v0.39.0

Compare
Choose a tag to compare
@aaronshekey aaronshekey released this 22 May 21:57
· 3223 commits to develop since this release
7630854

Adds:

  • s-popover now has a Stimulus JavaScript controller
  • s-anchors__underlined. You can now underline groups of anchors
  • Error message guidance
  • Proper guidance on how to use the word "OK".
  • Example Stack Overflow for Business email
  • Documentation for using webfonts in emails
  • We now return the event from triggerEvent
  • Border radius classes have been returned to top left, top right, bottom right, and bottom right.
  • .bar0 is now responsive if you need.

Fixes:

  • Icons were a little goofy in IE11 when used within an s-btn.
  • The z-index stack was a little goofy. This now ensures that popovers aren't above the navigation.
  • Button text is now centered by default
  • Buttons now have display: inline-block by default.
  • Email CSS reset now fixes a text centering bug
  • Email image preparation is now linked to the proper documentation
  • Some relative positioning on our form elements were trolling recent versions of Firefox.

Improves:

  • Our visual regression test suite has been upgraded throughout our codebase
  • All our documentation now adheres to our capitalization guidelines
  • Various email documentation has been clarified or moved to places that make more sense.
  • README.md now includes instructions on running test suite
  • Documentation of our type sizes is now responsive and will show you the proper type size at different breakpoints. Clever!