@jsonforms/vue
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
{ | ||
"name": "@jsonforms/vue", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "Vue 3 module of JSON Forms", | ||
@@ -51,3 +51,3 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@jsonforms/core": "^3.0.0-beta.3", | ||
"@jsonforms/core": "^3.0.0-beta.4", | ||
"@rollup/plugin-alias": "^3.1.8", | ||
@@ -75,6 +75,6 @@ "@types/jest": "^24.0.23", | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.0.0-beta.3", | ||
"@jsonforms/core": "3.0.0-beta.4", | ||
"vue": "^3.2.26" | ||
}, | ||
"gitHead": "78ef46d070f9c5ac1db1f04772db1293858ce2a4" | ||
"gitHead": "413b9767ea8e2c0b6adb3919f5e6b76263d4be31" | ||
} |
@@ -59,3 +59,3 @@ # JSON Forms - More Forms. Less Code | ||
// freeze renderers for performance gains | ||
renderers: Object.freeze(vueRenderers), | ||
renderers: Object.freeze(renderers), | ||
data: { | ||
@@ -94,2 +94,3 @@ number: 5 | ||
These bindings handle the props given to the `dispatch-renderer` and use the JSON Forms Core to determine specialized inputs for many use cases like validation and rule-based visibility. | ||
Using these bindings as a basis, it's straightforward to create renderer sets for Vue 3. | ||
@@ -307,1 +308,5 @@ #### Basic control renderer example | ||
In addition, EclipseSource also offers [professional support](https://jsonforms.io/support) for JSON Forms. | ||
## Migration | ||
See our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md) when updating JSON Forms. |
192510
310