Skip to content

Commit 8f7494e

Browse files
Update CHANGELOG.md
1 parent 5aa991e commit 8f7494e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ 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.15
19+
20+
## @rjsf/shadcn
21+
22+
- Update `README.md` with picture of the theme!
23+
- Allow passing `className` props to `AddButton`, `BaseInputTemplate`, `CheckboxWidget`, `CheckboxesWidget`, `RadioWidget`, `SelectWidget`, `SubmitButton`, `TextareaWidget` for extra Tailwind CSS customization through `ui:className`
24+
1825
# 6.0.0-beta.14
1926

2027
## @rjsf/core
@@ -58,13 +65,11 @@ should change the heading of the (upcoming) version to include a major version b
5865

5966
## @rjsf/shadcn
6067

61-
- Update `README.md` with picture of the theme!
6268
- Bump `@shadcn/ui` components to use latest version from https://ui.shadcn.com/
6369
- Bump `tailwindcss` to using v4 and css compiling process to use latest `@tailwindcss/cli`
6470
- Remove `postcss` due to new Oxide compiler of tailwindcss
6571
- Update playground themes with `default`, `Amethyst Haze`, `Caffeine`, `Claude`, `Neo Brutalism`, `Pastel Dreams`, `Soft Pop`, `Twitter`, `Vercel`
6672
- Radio widget labels are now accessible and can be clicked on to select the associated option.
67-
- Allow passing `className` props to `AddButton`, `BaseInputTemplate`, `CheckboxWidget`, `CheckboxesWidget`, `RadioWidget`, `SelectWidget`, `SubmitButton`, `TextareaWidget` for extra Tailwind CSS customization through `ui:className`
6873

6974
## @rjsf/utils
7075

0 commit comments

Comments
 (0)