Skip to content

Releases: StackExchange/Stacks

v1.3.3

07 Sep 19:50
Compare
Choose a tag to compare

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

06 Sep 21:21
Compare
Choose a tag to compare

Fixes

Accessibility fixes

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Aug 16:42
Compare
Choose a tag to compare

Features

  • Add .is-loading and .is-readonly from Stacks-Editor (#1040, 7d1df3f)

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

28 Jul 14:24
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

Features

Bug Fixes

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Jun 14:52
Compare
Choose a tag to compare

What's Changed

Adds

Fixes

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 May 14:26
Compare
Choose a tag to compare

Adds

  • Vertical padding to activity indicator text by @b-kelly
  • Accessibility attributes to s-popover by @mukunku in #932

Fixes

Full Changelog: v1.0.1...v1.1.0

v1.0.1

14 Apr 16:14
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Apr 21:22
Compare
Choose a tag to compare

Fixes

  • Better handling of theme-dark__forced and theme-light__forced

Breaking changes

  • Generally removes Less variables and replaces them with native CSS variables for future configuration
  • Removes @su* and replaces with var(--su*)
  • Adds var(--su-static*)
  • Removes @br-* and replaces with var(--br-*)
  • Removes @zi-* and replaces with var(--zi-*)
  • Removes @te-* and replaces with var(--te-*)
  • Removes @ff-* and replaces with var(--ff-*)
  • Removes @fs-* and replaces with var(--fs-*)
  • Removes @s-step-* and replaces with var(--s-step*)
  • Drops _stacks- from library filenames

v0.76.0

06 Apr 14:08
Compare
Choose a tag to compare

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 a s-topbar--item__unset modifier

v0.75.0

08 Mar 23:37
Compare
Choose a tag to compare

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 of t8 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.