diff --git a/content/news/2024-10-18-jsonforms-3-4-1.md b/content/news/2024-10-18-jsonforms-3-4-1.md new file mode 100644 index 00000000..d0eb5961 --- /dev/null +++ b/content/news/2024-10-18-jsonforms-3-4-1.md @@ -0,0 +1,13 @@ +--- +slug: jsonforms-3-4-1 +title: JSON Forms 3.4.1 +author: JSON Forms +author_image_url: /img/logo.svg +--- +We released v3.4.1 🎉. + +The release contains fixes for the angular bindings and the vue-vuetify renderer set. + +You can find the full changelog in the [Github release](https://github.com/eclipsesource/jsonforms/releases/tag/v3.4.1). + +We welcome any feedback of curious users. Any questions? Check out our [community forum](http://jsonforms.discourse.group). diff --git a/package-lock.json b/package-lock.json index 89611d6c..587d726d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,10 +15,10 @@ "@easyops-cn/docusaurus-search-local": "^0.44.5", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@jsonforms/core": "^3.4.0", - "@jsonforms/examples": "^3.4.0", - "@jsonforms/material-renderers": "^3.4.0", - "@jsonforms/react": "^3.4.0", + "@jsonforms/core": "^3.4.1", + "@jsonforms/examples": "^3.4.1", + "@jsonforms/material-renderers": "^3.4.1", + "@jsonforms/react": "^3.4.1", "@mdx-js/react": "^3.0.0", "@mui/icons-material": "^6.1.0", "@mui/lab": "^6.0.0-beta.9", @@ -3480,9 +3480,9 @@ } }, "node_modules/@jsonforms/core": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@jsonforms/core/-/core-3.4.0.tgz", - "integrity": "sha512-jeU98XLru6G2WVGmJqG19W2rmSLX4im/gOWbptTzQJYj8tS38cqDoYcIRuBmAQYASj2ogJDHQnDgIXARSL8vJA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@jsonforms/core/-/core-3.4.1.tgz", + "integrity": "sha512-4p0fu2g4HfjHu8LFAL2d78O+9okyyVU4wvKHAEXnM39Rv9Opj5Ih6OF4/xXwld8169ri5aJSLISi+/Bsc6Xc4g==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.3", @@ -3492,22 +3492,22 @@ } }, "node_modules/@jsonforms/examples": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@jsonforms/examples/-/examples-3.4.0.tgz", - "integrity": "sha512-ZzY8McyZbV5/vu9WWcPe2YfDZgH8GPaNGK1scS7I3zi0TgJQC34ZLQsi+DqQ8fTSKdRjMvks0t8qElJcbI+Mdw==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@jsonforms/examples/-/examples-3.4.1.tgz", + "integrity": "sha512-+kF1aCE+PK+EpS95njfm2tnGaWcXpq0hhgnFcexS8ZpLucTMHX02SDCQNOiY87p0Vp+8+RGnz+fXobwIk0sSjg==", "license": "MIT", "dependencies": { "ajv-i18n": "^4.2.0", "lodash": "^4.17.21" }, "peerDependencies": { - "@jsonforms/core": "3.4.0" + "@jsonforms/core": "3.4.1" } }, "node_modules/@jsonforms/material-renderers": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@jsonforms/material-renderers/-/material-renderers-3.4.0.tgz", - "integrity": "sha512-0cacbfiYPng0xrSKenCIKBMm3gNKKOGHbhV7IzgmDhBwmpT6KGIARCaIClRjni6gOvbE00ynSM7/gXKr3nd1TQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@jsonforms/material-renderers/-/material-renderers-3.4.1.tgz", + "integrity": "sha512-gwYv+0IUx8+l6mO9rk6yP0uH3MS3KpW2xaVuARFB1htkEbm691D0eLghJsnv2H4xsm/dC7vgPjgwMzyT+J/QIw==", "license": "MIT", "dependencies": { "@date-io/dayjs": "^3.0.0", @@ -3517,8 +3517,8 @@ "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", - "@jsonforms/core": "3.4.0", - "@jsonforms/react": "3.4.0", + "@jsonforms/core": "3.4.1", + "@jsonforms/react": "3.4.1", "@mui/icons-material": "^5.11.16 || ^6.0.0", "@mui/material": "^5.13.0 || ^6.0.0", "@mui/x-date-pickers": "^6.0.0 || ^7.0.0", @@ -3526,15 +3526,15 @@ } }, "node_modules/@jsonforms/react": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@jsonforms/react/-/react-3.4.0.tgz", - "integrity": "sha512-uDL1fptUxkemXGLUFaCTPUA3iMvEMUs2g8pQ8da0kPNiH6D1n7oEq3+rsVKMJ1lQLVJZT2MxUJl71DdGJ5OOmA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@jsonforms/react/-/react-3.4.1.tgz", + "integrity": "sha512-n7hkc7/sRBSwTSu10lM1UhiXyuc/7DuWHTTentk/5evqahE0BF4cmNXusWf7LNuan0OQx3ULoofvO1eXu97rNg==", "license": "MIT", "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { - "@jsonforms/core": "3.4.0", + "@jsonforms/core": "3.4.1", "react": "^16.12.0 || ^17.0.0 || ^18.0.0" } }, diff --git a/package.json b/package.json index 7742b518..5ab713d6 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "@easyops-cn/docusaurus-search-local": "^0.44.5", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@jsonforms/core": "^3.4.0", - "@jsonforms/examples": "^3.4.0", - "@jsonforms/material-renderers": "^3.4.0", - "@jsonforms/react": "^3.4.0", + "@jsonforms/core": "^3.4.1", + "@jsonforms/examples": "^3.4.1", + "@jsonforms/material-renderers": "^3.4.1", + "@jsonforms/react": "^3.4.1", "@mdx-js/react": "^3.0.0", "@mui/icons-material": "^6.1.0", "@mui/lab": "^6.0.0-beta.9",