You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+38
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,43 @@
1
1
# Migration guide
2
2
3
+
## Migrating to JSON Forms 3.2
4
+
5
+
### Material Renderers using Outlined Inputs
6
+
7
+
JSON Forms now uses the `outlined` input variant as the default, aligning with the default style of Material UI since version 5.
8
+
If you would like to use the `standard` input variant, as was default in previous versions of JSON Forms, then this can be accomplished using the Material UI `ThemeProvider`:
0 commit comments