File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Migration Guides
2
2
3
+ ## v0.16
4
+
5
+ ** 🔥 Breaking:** Theme UI now supports and ** depends on** TypeScript newer than
6
+ 5.1.2 (because of breaking changes to JSX types, see
7
+ https://github.com/system-ui/theme-ui/issues/2430#issuecomment-1586197881 ).
8
+
9
+ - Update ` @types/react ` to a version published after June 1, 2023.
10
+ - JSX Automatic Runtime is highly encouraged to minimize the friction and ensure
11
+ you don't get weird type errors.
12
+
13
+ ** ` @theme-ui/sidenav ` package was removed due to low usage and breaking changes
14
+ in ` @types/react ` .**
15
+
16
+ - Deps bumps for 0.16.0, support only new React and TypeScript to avoid type
17
+ errors [ #2432 ] ( https://github.com/system-ui/theme-ui/pull/2432 )
18
+ ([ @hasparus ] ( https://github.com/hasparus ) )
19
+
20
+ ** ` ThemeProvider ` was renamed to ` ThemeUIProvider ` **
21
+
22
+ - Deprecate/rename ThemeProvider to ThemeUIProvider
23
+ [ #2360 ] ( https://github.com/system-ui/theme-ui/pull/2360 )
24
+ ([ @lachlanjc ] ( https://github.com/lachlanjc )
25
+ [ @hasparus ] ( https://github.com/hasparus ) )
26
+
3
27
## v0.15
4
28
5
29
** MDX is now opt-in.**
You can’t perform that action at this time.
0 commit comments