Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b

-->

# 6.0.0-beta.6

## @rjsf/util

- 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

# 6.0.0-beta.5

## Dev / docs / playground
Expand Down
124 changes: 62 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -77,10 +77,10 @@
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@rjsf/core": "^6.0.0-beta.5",
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
"@rjsf/utils": "^6.0.0-beta.5",
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
"@rjsf/core": "^6.0.0-beta.6",
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
"@rjsf/utils": "^6.0.0-beta.6",
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
"@rollup/plugin-replace": "^6.0.2",
"antd": "^5.24.9",
"atob": "^2.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/chakra-ui",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -87,10 +87,10 @@
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@rjsf/core": "^6.0.0-beta.5",
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
"@rjsf/utils": "^6.0.0-beta.5",
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
"@rjsf/core": "^6.0.0-beta.6",
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
"@rjsf/utils": "^6.0.0-beta.6",
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
"chakra-react-select": "6.1.0",
"eslint": "^8.56.0",
"lucide-react": "^0.488.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/core",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"compileReplacer": "tsc -p tsconfig.replacer.json && move-file lodashReplacer.js lodashReplacer.cjs",
Expand Down Expand Up @@ -77,9 +77,9 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
"@rjsf/utils": "^6.0.0-beta.5",
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
"@rjsf/utils": "^6.0.0-beta.6",
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/daisyui",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"description": "Daisy UI components for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -76,10 +76,10 @@
"react": ">=18"
},
"devDependencies": {
"@rjsf/core": "^6.0.0-beta.5",
"@rjsf/snapshot-tests": "^6.0.0-beta.5",
"@rjsf/utils": "^6.0.0-beta.5",
"@rjsf/validator-ajv8": "^6.0.0-beta.5",
"@rjsf/core": "^6.0.0-beta.6",
"@rjsf/snapshot-tests": "^6.0.0-beta.6",
"@rjsf/utils": "^6.0.0-beta.6",
"@rjsf/validator-ajv8": "^6.0.0-beta.6",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0"
},
Expand Down
Loading
Loading