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
- remove the 3.0 migration warning from @jsonforms/core
- add more information to migration guide in regards to Angular 16/17
- update JSON Forms component props information in all binding readmes
Co-authored-by: Lucas Koehler <[email protected]>
Copy file name to clipboardexpand all lines: MIGRATION.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Migrating to JSON Forms 3.2
4
4
5
-
### Material Renderers using Outlined Inputs
5
+
### React Material Renderers using Outlined Inputs
6
6
7
7
JSON Forms now uses the `outlined` input variant as the default, aligning with the default style of Material UI since version 5.
8
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`:
@@ -38,6 +38,16 @@ const theme = createTheme({
38
38
</ThemeProvider>;
39
39
```
40
40
41
+
### Angular support now targets Angular 16 and Angular 17
42
+
43
+
When using JSON Forms 3.2, your Angular application now needs to target Angular 16 or 17.
44
+
Some refactorings, especially in Angular Material, were necessary to accomplish this.
45
+
46
+
Use JSON Forms 3.1 if you need to stay on Angular 14.
47
+
48
+
> [!NOTE]
49
+
> Angular 15 is only supported by the JSON Forms prerelease `3.2.0-alpha.4`.
See the official [documentation](https://jsonforms.io/)and the [Example Package](https://github.com/eclipsesource/jsonforms/blob/master/packages/examples) on how to integrate JSON Forms with your application.
21
+
See the official [documentation](https://jsonforms.io/)for more information.
22
22
23
23
Check <https://www.npmjs.com/search?q=%40jsonforms> for all published JSON Forms packages.
24
24
25
-
## Upgrading to JSON Forms 3.0
26
-
27
-
With version 3.0 of JSON Forms we removed `json-schema-ref-parser` from the core package.
28
-
This change only affects users of the React variant (Vue and Angular are not affected) and even for React only a few users will need to adjust their code.
29
-
To avoid issues and for more information, please have a look at our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
30
-
31
25
## License
32
26
33
27
The JSON Forms project is licensed under the MIT License. See the [LICENSE file](https://github.com/eclipsesource/jsonforms/blob/master/LICENSE) for more information.
0 commit comments