@jsonforms/react
Advanced tools
Comparing version 2.0.0-rc.4 to 2.0.0
{ | ||
"name": "@jsonforms/react", | ||
"version": "2.0.0-rc.4", | ||
"version": "2.0.0", | ||
"description": "React module of JSON Forms", | ||
@@ -42,3 +42,3 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"dependencies": { | ||
"@jsonforms/core": "^2.0.0-rc.4", | ||
"@jsonforms/core": "^2.0.0", | ||
"lodash": "4.17.4", | ||
@@ -45,0 +45,0 @@ "react": "^16.2.0", |
# JSONForms - More Forms. Less Code | ||
### Complex Forms in the blink of an eye | ||
JSONForms uses HTML custom elements and eliminates the need to write HTML templates in order to create forms by leveraging the capabilities of JSON and JSON schema. | ||
JSONForms eliminates the tedious task of writing fully-featued forms by hand by leveraging the capabilities of JSON, JSON Schema and Javascript. | ||
# React Package | ||
This is the JSONForms react package which provides the necessary bindings for React. | ||
This is the JSONForms react package which provides the necessary bindings for React. It uses [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core). | ||
@@ -26,2 +26,2 @@ You can combine the react package with any react-based renderer set you want, for example the [Material Renderers](https://www.npmjs.com/package/@jsonforms/material-renderers) or the [Vanilla Renderers](https://www.npmjs.com/package/@jsonforms/vanilla-renderers). | ||
# Migration | ||
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md). | ||
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2207511
1
27
Updated@jsonforms/core@^2.0.0