Skip to content

Commit 4f8d080

Browse files
Release 5.16.1 (#4041)
* Releasing 5.16.1 with bumped peer dependencies * v5.16.1
1 parent 4d347fd commit 4f8d080

File tree

19 files changed

+186
-180
lines changed

19 files changed

+186
-180
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19-
# 5.16.0
19+
# 5.16.1
2020

21-
## @rjsf/utils
21+
## Dev / docs / playground
2222

23-
- Added `getDateElementProps()` to refactor duplicate function in `core`, `antd` & `chakra-ui` AltDateWidget's source code. The same function, implements the feature requested in [#297](https://github.com/rjsf-team/react-jsonschema-form/issues/297)
23+
- Bumped peer dependencies due to new utils function
24+
25+
# 5.16.0
2426

2527
## @rjsf/core
2628

@@ -41,6 +43,10 @@ should change the heading of the (upcoming) version to include a major version b
4143

4244
- Updated the `FieldErrorTemplate` and `FieldHelpTemplate` to support html-based errors that cause `<xxxx> cannot appear as a descendant of <p>` browser warnings, fixing [#4031](https://github.com/rjsf-team/react-jsonschema-form/issues/4031)
4345

46+
## @rjsf/utils
47+
48+
- Added `getDateElementProps()` to refactor duplicate function in `core`, `antd` & `chakra-ui` AltDateWidget's source code. The same function, implements the feature requested in [#297](https://github.com/rjsf-team/react-jsonschema-form/issues/297)
49+
4450
## Dev / docs / playground
4551

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.16.0",
3+
"version": "5.16.1",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

0 commit comments

Comments
 (0)