Skip to content

Commit bed0291

Browse files
Release 6.0.0-beta.6 to update types
Release 6.0.0-beta.6 to update `Field` type to add optional `TEST_IDS` to support testing
1 parent 80d949d commit bed0291

File tree

17 files changed

+134
-125
lines changed

17 files changed

+134
-125
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19+
# 6.0.0-beta.6
20+
21+
## @rjsf/util
22+
23+
- Updated the `Field` type to add the optional `TEST_IDS?: TestIdShape` prop to it to support exposing the `TEST_IDS` static prop on `LayoutGridField`, `LayoutHeaderField` and `LayoutMultiSchemaField` for external users
24+
1925
# 6.0.0-beta.5
2026

2127
## Dev / docs / playground

package-lock.json

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -77,10 +77,10 @@
7777
},
7878
"devDependencies": {
7979
"@ant-design/icons": "^6.0.0",
80-
"@rjsf/core": "^6.0.0-beta.5",
81-
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
82-
"@rjsf/utils": "^6.0.0-beta.5",
83-
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
80+
"@rjsf/core": "^6.0.0-beta.6",
81+
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
82+
"@rjsf/utils": "^6.0.0-beta.6",
83+
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
8484
"@rollup/plugin-replace": "^6.0.2",
8585
"antd": "^5.24.9",
8686
"atob": "^2.1.2",

packages/chakra-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/chakra-ui",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -87,10 +87,10 @@
8787
"@emotion/jest": "^11.13.0",
8888
"@emotion/react": "^11.14.0",
8989
"@emotion/styled": "^11.14.0",
90-
"@rjsf/core": "^6.0.0-beta.5",
91-
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
92-
"@rjsf/utils": "^6.0.0-beta.5",
93-
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
90+
"@rjsf/core": "^6.0.0-beta.6",
91+
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
92+
"@rjsf/utils": "^6.0.0-beta.6",
93+
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
9494
"chakra-react-select": "6.1.0",
9595
"eslint": "^8.56.0",
9696
"lucide-react": "^0.488.0"

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/core",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs",
@@ -77,9 +77,9 @@
7777
"prop-types": "^15.8.1"
7878
},
7979
"devDependencies": {
80-
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
81-
"@rjsf/utils": "^6.0.0-beta.5",
82-
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
80+
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
81+
"@rjsf/utils": "^6.0.0-beta.6",
82+
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
8383
"@testing-library/jest-dom": "^6.6.3",
8484
"@testing-library/react": "^16.2.0",
8585
"@testing-library/user-event": "^14.6.1",

packages/daisyui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/daisyui",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "Daisy UI components for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -76,10 +76,10 @@
7676
"react": ">=18"
7777
},
7878
"devDependencies": {
79-
"@rjsf/core": "^6.0.0-beta.5",
80-
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
81-
"@rjsf/utils": "^6.0.0-beta.5",
82-
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
79+
"@rjsf/core": "^6.0.0-beta.6",
80+
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
81+
"@rjsf/utils": "^6.0.0-beta.6",
82+
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
8383
"@testing-library/jest-dom": "^6.1.3",
8484
"@testing-library/react": "^14.0.0"
8585
},

0 commit comments

Comments
 (0)