Skip to content

v0.16.0

Compare
Choose a tag to compare
@hasparus hasparus released this 15 Jun 15:11

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.

  • Deps bumps for 0.16.0, support only new React and TypeScript to avoid type errors #2432 (@hasparus)

ThemeProvider was renamed to ThemeUIProvider