Skip to content

v2.4.0

Compare
Choose a tag to compare
@giamir giamir released this 16 Apr 12:45
· 28 commits to develop since this release

What's Changed

⚠ BREAKING CHANGES

  • colors: remove v1 color output and references #1664

Important

This release removes all the Stacks Classic v1 colors APIs. With Stacks Classic v2 we have introduced a brand new palette of colors (see migration guide for more details) but we still kept around the old v1 palette to give consumer some time to adjust to the new one. In this release we are removing those old APIs and significantly shrinking the payload of our css bundle. If you are still using the old colors please refer to the migration guide.

Features

  • accessibility: add skip link to bypass blocks of repeated content #1692

Dependencies Upgrades

  • bump typescript from 5.4.3 to 5.4.4 #1704
  • bump cssnano from 6.1.0 to 6.1.2 #1701
  • bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.5.0 #1705
  • bump @typescript-eslint/parser from 7.4.0 to 7.5.0 #1703
  • bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 in #1708
  • bump vitest from 1.4.0 to 1.5.0 #1710
  • bump typescript from 5.4.4 to 5.4.5 #1709
  • bump @typescript-eslint/parser from 7.5.0 to 7.6.0 #1711

Full Changelog: v2.3.3...v2.4.0