@jsonforms/core 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,16 +18,10 @@ The following seeds are available:
|
|
|
18
18
|
- [Angular Seed](https://github.com/eclipsesource/jsonforms-angular-seed)
|
|
19
19
|
- [Vue Seed](https://github.com/eclipsesource/jsonforms-vue-seed)
|
|
20
20
|
|
|
21
|
-
See the official [documentation](https://jsonforms.io/)
|
|
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.
|
package/package.json
CHANGED