Releases: StackExchange/Stacks
Releases · StackExchange/Stacks
v0.25.0
Added
order-first
andorder-last
are now responsive.- Various documentation improvements, including an Installation guide.
v0.24.1
Fixes
s-table__clear
now resets the defaultthead th
styles to normal and removes the background-color.- Sets the default font-weight for
th
s tobold
because themeyer-reset
sets font styles to none.
v0.24.0
Added
- Updates
s-table
visually to have backgrounds and borders by default. - Adds a
s-tag__danger
class. - Adds a fill SVG class
Fixed
- Inputs in IE / Edge no longer have the
x
button.
v0.23.0
v0.22.0
Added
- Static heights
- Min width / max width responsive classes
- Min height / max height
- More fluid min width / max widths
Fixes
s-toast
is now responsive
v0.20.1
Added:
- Visited link atomic classes are now available (
.s-link__visited
)
Fixes:
- Fixes the privilege progress bars to properly display (
.s-progress--privilege
) - Documents said privilege progress bars
v0.20.0
Added:
- Progress bars are now available in Stacks! 🙌
Fixes:
- Remove the
!important
declaration onflex-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
Added
- You can now style the
button
element as a link withs-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
Hot fixes to make Stacks compile on Less v2.5. This is required for production.
v0.18.0
Adds
- More responsive grid classes
- Proper unset classes
Fixes
- White space collapsing in
s-btn-group