Skip to content

Commit bb549f9

Browse files
Update CHANGELOG.md
1 parent 8928770 commit bb549f9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ 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-
- Bump `@shadcn/ui` components to use latest version from https://ui.shadcn.com/
23-
- Bump `tailwindcss` to using v4 and css compiling process to use latest `@tailwindcss/cli`
24-
- Remove `postcss` due to new Oxide compiler of tailwindcss
25-
- Update playground themes with `default`, `Amethyst Haze`, `Caffeine`, `Claude`, `Neo Brutalism`, `Pastel Dreams`, `Soft Pop`, `Twitter`, `Vercel`
26-
2718
# 6.0.0-beta.14
2819

2920
## @rjsf/core
@@ -59,6 +50,13 @@ should change the heading of the (upcoming) version to include a major version b
5950

6051
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
6152

53+
## @rjsf/shadcn
54+
55+
- Bump `@shadcn/ui` components to use latest version from https://ui.shadcn.com/
56+
- Bump `tailwindcss` to using v4 and css compiling process to use latest `@tailwindcss/cli`
57+
- Remove `postcss` due to new Oxide compiler of tailwindcss
58+
- Update playground themes with `default`, `Amethyst Haze`, `Caffeine`, `Claude`, `Neo Brutalism`, `Pastel Dreams`, `Soft Pop`, `Twitter`, `Vercel`
59+
6260
## @rjsf/utils
6361

6462
- Updated `UiSchema` type to support dynamic array item UI schemas - the `items` property can now be either a `UiSchema` object or a function that returns a `UiSchema` ([#4706](https://github.com/rjsf-team/react-jsonschema-form/pull/4706))

0 commit comments

Comments
 (0)