Releases: StackExchange/Stacks
Releases · StackExchange/Stacks
v1.3.3
Fixes
- links: ensure selected block-link has focus style effa09d
- post-summary: revert link color change to allow theming 515ba1b
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Fixes
Accessibility fixes
- Post summary: color contrast adjustments by @ellenchanhy in #1086
New Contributors
- @ellenchanhy made their first contribution in #1086
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Features
Fixes
- Fix controller eslint/typescript errors (#1009, 039385c)
- Remove references to deprecated
word-wrap
CSS property (#854, 0fb0623)
Accessibility fixes
- Banner/notice: fix a11y issues (#1022, ada18d0)
- Breadcrumbs: meet WCAG 2 AA contrast (#1015, 0900175)
- Labels: increase contrast (#1065, 0b459fc)
- Popovers: Add
aria-expanded
when shown (daabf3a) - Progress: Increase stepped label contrast (16944fb)
- Tooltip: resolve accessibility issues (#1078, 775a0c4)
- Uploader: Apply focus styles (8722a63)
- Resolve lingering accessibility issues found by Mabl (#1048, 0663d27)
Full Changelog: v1.3.0...v1.3.1
v1.3.0
⚠ BREAKING CHANGES
- post summary: remove legacy variant by @dancormier in #1026
Features
Bug Fixes
- button: apply focus style to unset, link by @dancormier in #999
- button: contrast, focus state fixes by @dancormier in #1024
- color: adjust high contrast colors by @dancormier in #1039
- input: improve icon contrast overall by @dancormier in #998
- post summary: modify ignored post summary selectors to be more specific by @mukunku in #1025
- topbar: fix forced dark mode navigation item focus style by @dancormier in #1000
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Adds
- Updated state badge styling and documentation by @dancormier in #914
Fixes
- Maintain post summary menu button opacity by @dancormier in #965
- Address accessibility issues found by Mabl by @dancormier in #956
- Revert non-js banner changes from #707 by @dancormier in #981
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Adds
- Vertical padding to activity indicator text by @b-kelly
- Accessibility attributes to s-popover by @mukunku in #932
Fixes
- Add back x/y margin negative classes by @dancormier in #939
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
Fixes
- Better handling of
theme-dark__forced
andtheme-light__forced
Breaking changes
- Generally removes Less variables and replaces them with native CSS variables for future configuration
- Removes
@su*
and replaces withvar(--su*)
- Adds
var(--su-static*)
- Removes
@br-*
and replaces withvar(--br-*)
- Removes
@zi-*
and replaces withvar(--zi-*)
- Removes
@te-*
and replaces withvar(--te-*)
- Removes
@ff-*
and replaces withvar(--ff-*)
- Removes
@fs-*
and replaces withvar(--fs-*)
- Removes
@s-step-*
and replaces withvar(--s-step*)
- Drops
_stacks-
from library filenames
v0.76.0
Adds
.grid__auto
for creating grid layouts with auto-sized columns based on their content
Removes
- Unused
stacks-flexgrid-shim.min.css
from dist has been removed
Refines
- Adjusts the baseline of Segoe UI font in Windows to more closely match the baseline of fonts on other platforms
.s-topbar__dark
item color has been dimmed a bit
Breaking changes
- Deprecated
_stacks-configuration-dynamic.less
has been completely removed now that all overridden component colors have been migrated to css variables - Change separate
s-topbar--ctas
section implementation to as-topbar--item__unset
modifier
v0.75.0
Adds
.w-screen
,.wmx-screen
,.h-screen
,.hmx-screen
,.hmn-screen
for viewport-based widths and heights. They're responsive too.- Inset atomic classes. You can now do
.i8
instead oft8 r8 b8 l8
. .bs-xl
is a nice, big, expressive shadow for things like login windows
Refines
- Another round of refinements to our Post Summary component to make it even more bulletproof.