v12.0.0
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%.
- Internally, Reactist will now use React 17 and TypeScript v4.6. Targets for
- Breaking: Replace Reakit with Ariakit #662
- This includes a breaking change for
Tabs
, where if theselectedId
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.
- This includes a breaking change for
Full Changelog: v11.6.0...v12.0.0