Commit 61860ad
fix: prevent duplicate checkbox description rendering across themes (rjsf-team#4825)
* fix: prevent duplicate checkbox description rendering across themes (rjsf-team#4742)
* Update packages/core/src/components/widgets/CheckboxWidget.tsx
Co-authored-by: Heath C <[email protected]>
* Update packages/mui/src/FieldTemplate/FieldTemplate.tsx
Co-authored-by: Heath C <[email protected]>
* test: add test cases for checkbox, radio, and select widgets with descriptions
* Update packages/snapshot-tests/src/formTests.tsx
Co-authored-by: Heath C <[email protected]>
* Update packages/snapshot-tests/src/formTests.tsx
Co-authored-by: Heath C <[email protected]>
* Update packages/snapshot-tests/src/formTests.tsx
Co-authored-by: Heath C <[email protected]>
* Update test snapshots
* chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v5...v6)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* chore(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* chore(deps-dev): bump mocha from 10.8.2 to 11.7.4 (rjsf-team#4834)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.7.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.8.2...v11.7.4)
---
updated-dependencies:
- dependency-name: mocha
dependency-version: 11.7.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Heath C <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Heath C <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f626123 commit 61860ad
File tree
24 files changed
+15099
-8220
lines changed- packages
- antd
- src/templates/FieldTemplate
- test/__snapshots__
- chakra-ui
- src/CheckboxWidget
- test/__snapshots__
- core
- src/components
- templates/FieldTemplate
- widgets
- test/__snapshots__
- daisyui/test/__snapshots__
- fluentui-rc
- src/FieldTemplate
- test/__snapshots__
- mantine
- src/widgets
- test/__snapshots__
- mui
- src/FieldTemplate
- test/__snapshots__
- primereact
- src/FieldTemplate
- test/__snapshots__
- react-bootstrap
- src/FieldTemplate
- test/__snapshots__
- semantic-ui
- src/FieldTemplate
- test/__snapshots__
- shadcn
- src/FieldTemplate
- test/__snapshots__
- snapshot-tests/src
24 files changed
+15099
-8220
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
18 | 63 | | |
19 | 64 | | |
20 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments