You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixedrjsf-team#4678 by using the lodashReplacer during the shadcn package build
- In `@rjsf/shadcn` fixed the esm build to use lodash-es as follows:
- Copied the `tsconfig.replacer.json` from `core`
- Updated the `package.json` to compile the replacer as part of the esm build
- Updated the `tsconfig.build.json` to add the `lodashReplacer` to the `tsc-alias` config
- Updated the `CHANGELOG.md` accordingly
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
16
16
17
17
-->
18
18
19
+
# 6.0.0-beta.12
20
+
21
+
## @rjsf/shadcn
22
+
23
+
- Updated the building of `shadcn` to use the `lodashReplacer` with `tsc-alias` fixing [#4678](https://github.com/rjsf-team/react-jsonschema-form/issues/4678)
0 commit comments