Skip to content

v12.0.0

Compare
Choose a tag to compare
@frankieyan frankieyan released this 25 May 07:48
· 147 commits to main since this release

What's Changed

  • Breaking: Dropped support for React 16 #661
    • Internally, Reactist will now use React 17 and TypeScript v4.6. Targets for @babel/preset-env have also been set, reducing the total build size by about 8-10%.
  • Breaking: Replace Reakit with Ariakit #662
    • This includes a breaking change for Tabs, where if the selectedId prop is provided, it becomes a controlled component and will no longer switch tabs on its own. To retain the old behaviour, defaultSelectedId can be used instead.

Full Changelog: v11.6.0...v12.0.0