Skip to content

Commit 406bb2b

Browse files
authored
Fix changelog, react-bootstrap README (#4278)
1 parent 27c1ef5 commit 406bb2b

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

CHANGELOG_v6.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -33,37 +33,3 @@ should change the heading of the (upcoming) version to include a major version b
3333
- IconButton: Remove deprecated `block` prop
3434
- RangeWidget: Use `FormRange` component
3535
- SelectWidget: Use new FormSelect component, remove `bsPrefix` prop to achieve correct styling
36-
37-
# 5.15.1
38-
39-
## @rjsf/core
40-
41-
- fix `getFieldNames`. Now correctly defines an array of primitives.
42-
43-
## @rjsf/validator-ajv6
44-
45-
- Updated the `AJV6Validator` class to expose the internal `ajv` object, allowing access to support a fix related to [#3972](https://github.com/rjsf-team/react-jsonschema-form/issues/3972)
46-
47-
## @rjsf/validator-ajv8
48-
49-
- Updated the `AJV8Validator` class to expose the internal `ajv` object, allowing access to support a fix related to [#3972](https://github.com/rjsf-team/react-jsonschema-form/issues/3972)
50-
51-
## Dev / docs / playground
52-
53-
- Updated the documentation to describe how to use the newly exposed `ajv` variable
54-
55-
# 5.15.0
56-
57-
## @rjsf/mui
58-
59-
- fix gap in text and select widget outlines when `"ui:label": false` is specified.
60-
61-
## @rjsf/utils
62-
63-
- Updated `resolveAllReferences()` to use own recurse list for each object properties, fixing [#3961](https://github.com/rjsf-team/react-jsonschema-form/issues/3961)
64-
- Added an experimental flag `allOf` to `experimental_defaultFormStateBehavior` for populating defaults when using `allOf` schemas [#3969](https://github.com/rjsf-team/react-jsonschema-form/pull/3969)
65-
66-
## Dev / playground
67-
68-
- add missing typescript project reference for `utils` in `validator-ajv6` and `validator-ajv8` packages tsconfigs
69-
- Added a dropdown for changing the `experimental_defaultFormStateBehavior.allOf` behaviour in the playground

packages/react-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Exports `react-bootstrap` theme, fields and widgets for `react-jsonschema-form`.
5353

5454
### Prerequisites
5555

56-
- `react-bootstrap >= 1.0.1`
56+
- `react-bootstrap >= 2.0.0`
5757
- `@rjsf/core >= 2.2.0`
5858

5959
```bash

0 commit comments

Comments
 (0)