Skip to content

Commit

Permalink
Release 5.18.5 (#4230)
Browse files Browse the repository at this point in the history
* - Fixed spelling mistake for `rjsf` in `CHANGELOG.md`

* v5.18.5
  • Loading branch information
heath-freenome authored Jun 26, 2024
1 parent 86048e3 commit 40ea3c4
Show file tree
Hide file tree
Showing 18 changed files with 145 additions and 145 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ should change the heading of the (upcoming) version to include a major version b

# 5.18.5

## @rfsf/antd
## @rjsf/antd

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

## @rfsf/bootstrap4
## @rjsf/bootstrap4

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

## @rfsf/chakra-ui
## @rjsf/chakra-ui

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

Expand All @@ -36,23 +36,23 @@ should change the heading of the (upcoming) version to include a major version b
- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers
- Fix field disable or readonly property can't cover globalOptions corresponding property (#4212)[https://github.com/rjsf-team/react-jsonschema-form/pull/4212]

## @rfsf/fluent-ui
## @rjsf/fluent-ui

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

## @rfsf/fluentui-rc
## @rjsf/fluentui-rc

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

## @rfsf/material-ui
## @rjsf/material-ui

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

## @rfsf/mui
## @rjsf/mui

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

## @rfsf/semantic-ui
## @rjsf/semantic-ui

- Updated widgets to handle undefined `target` in `onFocus` and `onBlur` handlers

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.18.4",
"version": "5.18.5",
"$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.

Loading

0 comments on commit 40ea3c4

Please sign in to comment.