You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG_v6.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ should change the heading of the (upcoming) version to include a major version b
48
48
- BREAKING CHANGE: Moved the addition of `Bootstrap 3` classes from the `SchemaField` to the `WrapIfAdditionalTemplate`, thereby affecting all the other themes, fixing [#2280](https://github.com/rjsf-team/react-jsonschema-form/issues/2280)
49
49
- BREAKING CHANGE: Added `rjsf-` prefix onto the following marker classes used in the fields and templates:
- Added support for `patternProperties`[#1944](https://github.com/rjsf-team/react-jsonschema-form/issues/1944)
51
52
52
53
## @rjsf/daisyui
53
54
@@ -111,6 +112,7 @@ should change the heading of the (upcoming) version to include a major version b
111
112
- BREAKING CHANGE: Removed the deprecated `toErrorList()` function from the `ValidatorType` interface
112
113
- BREAKING CHANGE: Removed the deprecated `RJSF_ADDITONAL_PROPERTIES_FLAG` constant
113
114
- Updated the `WrapIfAdditionalTemplateProps` to include `hideError` and `rawErrors` in support of moving `Bootstrap 3` marker classes out of `SchemaField`
115
+
- Added support for `patternProperties`[#1944](https://github.com/rjsf-team/react-jsonschema-form/issues/1944)
114
116
115
117
## @rjsf/validator-ajv6
116
118
@@ -130,6 +132,7 @@ should change the heading of the (upcoming) version to include a major version b
130
132
- Updated the `playground` to add a `Layout Grid` example and made the selected example now be part of the shared export
131
133
- Replaced Lerna with Nx, updated all lerna commands to use the Nx CLI
132
134
- BREAKING CHANGE: Updated all `peerDependencies` to change minimal `React` support to `>=18`
135
+
- Added documentation and playground example for `patternProperties`
0 commit comments