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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
should change the heading of the (upcoming) version to include a major version bump.

-->
# 5.24.5

## @rjsf/utils

- Fixed `package.json` to remove `node` from the `exports` block to fix ESM support

# 5.24.4

## @rjsf/utils
Expand All @@ -34,6 +40,7 @@ should change the heading of the (upcoming) version to include a major version b
- Rollback [4446](https://github.com/rjsf-team/react-jsonschema-form/pull/4446) due to regression

## Dev / docs / playground

- Fixed issue with selector, where validator was getting refreshed on clicking on anything in selector. [#4472](https://github.com/rjsf-team/react-jsonschema-form/pull/4472)

# 5.24.2
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"description": "Utility functions for @rjsf/core",
"exports": {
"require": "./dist/index.js",
"node": "./dist/index.js",
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
Expand Down
Loading