Skip to content

Releases: StackExchange/Stacks

v0.30.0

03 Dec 19:23
Compare
Choose a tag to compare

Fixes

  • Tons of little presentation bugs have been fixed on our docs.
  • Inner shadows now look better against all background colors.
  • You can now build Stacks locally on Windows using our updated docs.

Adds

  • .s-card has been refined and its documentation is improved.
  • A limited set of hover states have been added to our colors. For example, you can now add h:bg-black-600.
  • Transition utility classes have been added. If you want to transition between background states, you can apply t t-bg h:bg-orange-600 and it'll be smooth as butter.

v0.29.1

13 Nov 01:17
Compare
Choose a tag to compare

Fixes

  • A hotfix to replace a mixin that was conflicting with production

v0.29.0

12 Nov 23:51
Compare
Choose a tag to compare

Fixes

  • Our documentation site had some content overflow issues that we've resolved.
  • Color HEX values are now accurate
  • .s-btn-group is now a bit more bulletproof.

Adds

  • Additional s-btn classes: .s-btn__unset and .s-btn__link.
  • Fonts now respond by getting smaller at the smallest breakpoint.
  • Initial hover .h:xxx classes.
  • Email code and blockquote styling

v0.28.0

17 Oct 22:04
Compare
Choose a tag to compare

Adds

  • .s-pagination
  • .print:d-none for hiding things that don't need to be printed
  • .strokeCurrent for applying stroke: currentColor to SVG elements

Fixes

  • The width of our bulk table actions column
  • Clarifies team identities in Email
  • Color stop accuracy
  • Various Documentation site improvements

v0.27.2

02 Oct 20:05
Compare
Choose a tag to compare

Fixed

  • Forces non-wrapping on .s-table headers
  • Misc improved documentation

v0.27.1

26 Sep 19:52
Compare
Choose a tag to compare

Fixed

  • Header presentation on our documentation
  • Improper nesting of .s-table header anchors

v0.27.0

26 Sep 18:27
Compare
Choose a tag to compare

Fixed

  • A .s-table column toggling issue
  • Adds margin overrides for .s-checkbox
  • fw-none > .fw-nowrap

Added

  • Adds additional styling for .s-table--bulk actions.

v0.26.0

24 Sep 15:50
Compare
Choose a tag to compare

Fixed

  • s-table border presentation refinements
  • Various documentation improvements

Added

  • s-empty-state has been added

v0.25.0

13 Sep 18:42
Compare
Choose a tag to compare

Added

  • order-first and order-last are now responsive.
  • Various documentation improvements, including an Installation guide.

v0.24.1

11 Sep 16:08
Compare
Choose a tag to compare

Fixes

  • s-table__clear now resets the default thead th styles to normal and removes the background-color.
  • Sets the default font-weight for ths to bold because the meyer-reset sets font styles to none.