Skip to content

Commit 4066b18

Browse files
Apply suggestions from code review
- Self feedback
1 parent fe14045 commit 4066b18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG_v6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
1515
should change the heading of the (upcoming) version to include a major version bump.
1616
1717
-->
18-
# 6.0.0-beta.2
18+
# 6.0.0-beta.1
1919

2020
## @rjsf/antd
2121

@@ -70,7 +70,7 @@ should change the heading of the (upcoming) version to include a major version b
7070
- Updated the `utility-functions.md` documentation to add the `buttonId()` function
7171
- Added the `v6.x upgrade guide.md` documentation
7272

73-
# 6.0.0-beta.1
73+
# 6.0.0-alpha.0
7474

7575
## @rjsf/bootstrap-4
7676

packages/core/test/ArrayField.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ describe('ArrayField', () => {
30483048
describe('ErrorSchema gets updated', () => {
30493049
const templates = {
30503050
ArrayFieldItemTemplate: ArrayFieldTestItemTemplate,
3051-
ArrayFieldTestItemButtonsTemplate: ArrayFieldTestItemButtonsTemplate,
3051+
ArrayFieldItemButtonsTemplate: ArrayFieldTestItemButtonsTemplate,
30523052
};
30533053
const schema = {
30543054
type: 'array',

packages/docs/docs/migration-guides/v6.x upgrade guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 5.x Upgrade Guide
1+
# 6.x Upgrade Guide
22

33
## Breaking changes
44

5-
### Theme removal
5+
### Theme removals
66

77
The following themes were removed due to duplication of a framework with a newer theme
88

packages/utils/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export interface GridTemplateProps extends GenericObjectType {
289289
/** The contents of the grid template */
290290
children?: ReactNode;
291291
/** Optional flag indicating whether the grid element represents a column, necessary for themes which have components
292-
* for Rows vs Columns
292+
* for Rows vs Columns. NOTE: This is falsy by default when not specified
293293
*/
294294
column?: boolean;
295295
}

0 commit comments

Comments
 (0)