Skip to content

Commit

Permalink
Release 5.16.0 (#4037)
Browse files Browse the repository at this point in the history
* Merged the `5.15.2` change up into the `5.16.0` change since `5.15.2` was never released

* v5.16.0
  • Loading branch information
heath-freenome authored Jan 11, 2024
1 parent 1bc40b0 commit 4d347fd
Show file tree
Hide file tree
Showing 19 changed files with 155 additions and 160 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ should change the heading of the (upcoming) version to include a major version b

## @rjsf/core

- Pass indexed title from array into its items, adding enhancement asked in [#3983](https://github.com/rjsf-team/react-jsonschema-form/issues/3983)
- Removed `dateElementProps` function implementation, and replaced it with `getDateElementProps` from `@rjsf/utils`.
- Modify submit method to make it a public method, fixing [#4015](https://github.com/rjsf-team/react-jsonschema-form/issues/4015)
- Support file deletion for `format: "data-url"` in `FileWidget`, fixing [#3957](https://github.com/rjsf-team/react-jsonschema-form/issues/3957).
Expand All @@ -44,12 +45,6 @@ should change the heading of the (upcoming) version to include a major version b

- Updated docs and playground with the implementation guide of newly added date re-order feature.

# 5.15.2

## @rjsf/core

- Pass indexed title from array into its items, adding enhancement asked in [#3983](https://github.com/rjsf-team/react-jsonschema-form/issues/3983)

# 5.15.1

## @rjsf/core
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.15.1",
"version": "5.16.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
136 changes: 68 additions & 68 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": "5.15.1",
"version": "5.16.0",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.15.1",
"@rjsf/snapshot-tests": "^5.15.1",
"@rjsf/utils": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@rjsf/core": "^5.16.0",
"@rjsf/snapshot-tests": "^5.16.0",
"@rjsf/utils": "^5.16.0",
"@rjsf/validator-ajv8": "^5.16.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
Expand Down
Loading

0 comments on commit 4d347fd

Please sign in to comment.