v0.16.0
Release Notes
🔥 Breaking: Theme UI now supports and depends on TypeScript newer than 5.1.2 (because of breaking changes to JSX types, see #2430 (comment)).
- Update
@types/react
to a version published after June 1, 2023. - JSX Automatic Runtime is highly encouraged to minimize the friction and ensure you don't get weird type errors.
@theme-ui/sidenav
package was removed due to low usage and breaking changes in @types/react
.
ThemeProvider
was renamed to ThemeUIProvider
- Deprecate/rename ThemeProvider to ThemeUIProvider #2360 (@lachlanjc @hasparus)