Skip to content

Commit 071b320

Browse files
committed
v3.1.1-alpha.0
1 parent d6f1fda commit 071b320

File tree

15 files changed

+12140
-4245
lines changed

15 files changed

+12140
-4245
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@ Please see the official JSON Forms website, [jsonforms.io](https://jsonforms.io)
1515
For more info about the seed app, please see the corresponding README file of the [seed repo](https://github.com/eclipsesource/jsonforms-react-seed).
1616
For a more detailed tutorial about the usage of JSON Forms, please see [this tutorial](http://jsonforms.io/docs/tutorial).
1717

18-
## Upgrading to JSON Forms 3.0
19-
20-
With version 3.0 of JSON Forms we removed `json-schema-ref-parser` from the core package.
21-
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.
22-
To avoid issues and for more information, please have a look at our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
23-
2418
## Feedback, Help and Support
2519

2620
If you encounter any problems feel free to [open an issue](https://github.com/eclipsesource/jsonforms/issues/new/choose) on the repo.
2721
For questions and discussions please use the [JSON Forms board](https://jsonforms.discourse.group).
2822
You can also reach us via [email](mailto:jsonforms@eclipsesource.com?subject=JSON%20Forms).
2923
In addition, EclipseSource also offers [professional support](https://jsonforms.io/support) for JSON Forms.
3024

25+
## Migration
26+
27+
See our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md) when updating JSON Forms.
28+
3129
## Developers Documentation
3230

3331
### First time setup
@@ -69,7 +67,3 @@ Current status: ![Build status](https://github.com/eclipsesource/jsonforms/actio
6967
## License
7068

7169
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.
72-
73-
## Migration
74-
75-
See our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md) when updating JSON Forms.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0",
2+
"version": "3.1.1-alpha.0",
33
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}

packages/angular-material/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-material",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"description": "Material Renderer Set for Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -69,8 +69,8 @@
6969
"@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0",
7070
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
7171
"@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0",
72-
"@jsonforms/angular": "3.1.0",
73-
"@jsonforms/core": "3.1.0",
72+
"@jsonforms/angular": "3.1.1-alpha.0",
73+
"@jsonforms/core": "3.1.1-alpha.0",
7474
"core-js": "^2.5.3",
7575
"rxjs": "^6.5.3 || ^7.4.0"
7676
},

packages/angular-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular-test",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"private": true,
55
"main": "./lib/index.js",
66
"dependencies": {

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/angular",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"description": "Angular module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -71,7 +71,7 @@
7171
"peerDependencies": {
7272
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
7373
"@angular/forms": "^12.0.0 || ^13.0.0 || ^14.0.0",
74-
"@jsonforms/core": "3.1.0",
74+
"@jsonforms/core": "3.1.1-alpha.0",
7575
"rxjs": "^6.5.3 || ^7.4.0"
7676
},
7777
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/core",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"description": "Core module of JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",

packages/examples-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples-app",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/examples-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples-react",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"private": true,
55
"dependencies": {
66
"@jsonforms/core": "workspace:*",

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/examples",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"description": "JSON Forms Example Data",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -47,7 +47,7 @@
4747
"lodash": "^4.17.21"
4848
},
4949
"peerDependencies": {
50-
"@jsonforms/core": "3.1.0"
50+
"@jsonforms/core": "3.1.1-alpha.0"
5151
},
5252
"devDependencies": {
5353
"@jsonforms/core": "workspace:*",

packages/material-renderers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonforms/material-renderers",
3-
"version": "3.1.0",
3+
"version": "3.1.1-alpha.0",
44
"description": "Material Renderer Set for JSON Forms",
55
"repository": "https://github.com/eclipsesource/jsonforms",
66
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
@@ -85,8 +85,8 @@
8585
"peerDependencies": {
8686
"@emotion/react": "^11.4.1",
8787
"@emotion/styled": "^11.3.0",
88-
"@jsonforms/core": "3.1.0",
89-
"@jsonforms/react": "3.1.0",
88+
"@jsonforms/core": "3.1.1-alpha.0",
89+
"@jsonforms/react": "3.1.1-alpha.0",
9090
"@mui/icons-material": "~5.11.16",
9191
"@mui/material": "~5.13.0",
9292
"@mui/x-date-pickers": "^6.0.0",

0 commit comments

Comments
 (0)