Skip to content

Releases: StackExchange/Stacks

v0.20.0

30 Jul 18:05
Compare
Choose a tag to compare

Added:

  • Progress bars are now available in Stacks! 🙌

Fixes:

  • Remove the !important declaration on flex-basis: width: auto; IE11 flexbox column workaround. The declaration order already raises the specificity so it should overwrite most styles on its own. Doing this allows atomic classes to override this bug when necessary.

v0.19.0

13 Jul 18:07
Compare
Choose a tag to compare

Added

  • You can now style the button element as a link with s-link.
  • s-anchors allows you to style all descendent anchors as links.
  • Documentation is now completely responsive.
  • The atomic .bg-transparent class is now available.

Improved

  • Transition speeds in the sidebar widget accordion
  • Selected s-tabs no longer have a hover state
  • Button loading states now support size modifiers
  • Overflow classes now support -webkit-scrolling: touch

v0.18.1

03 Jul 16:25
Compare
Choose a tag to compare

Hot fixes to make Stacks compile on Less v2.5. This is required for production.

v0.18.0

02 Jul 23:44
Compare
Choose a tag to compare

Adds

  • More responsive grid classes
  • Proper unset classes

Fixes

  • White space collapsing in s-btn-group

v0.17.0

26 Jun 20:02
1831e53
Compare
Choose a tag to compare

Changelog:

  • Adds tags (.s-tag)
  • Adds badges (.s-badges)
  • Adds number counts and bounties
  • Adds a 6px spacing unit (@su6) along with all accompanying margin, padding, and position classes.
  • Converts all @fs-[name] variables from px to rem, removing the need for the .mx-fs([@var]) mixin. The .mx-fs([@var]) is now deprecated.
  • Adds word-break (.wb-[value]) and overflow-wrap (.ow-[value])