From 8b5ba6a7686fd480cea7907f285d4abc2258075a Mon Sep 17 00:00:00 2001 From: Heath Chiavettone Date: Fri, 2 Sep 2022 17:51:03 -0700 Subject: [PATCH] - Updated migration guide and `CHANGELOG.md` --- CHANGELOG.md | 5 +++++ docs/5.x upgrade guide.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfc9e58ca..23b131ae88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ it according to semantic versioning. For example, if your PR adds a breaking cha should change the heading of the (upcoming) version to include a major version bump. --> +# v5.0.0-beta.4 + +## @rjsf/semantic-ui +- Switched `devDependencies` for React to 17.x and use `dts` to build and test the library (rather than `tsdx`) + # v5.0.0-beta.3 ## @rjsf/core diff --git a/docs/5.x upgrade guide.md b/docs/5.x upgrade guide.md index 253bcc3f5f..af98dbfaeb 100644 --- a/docs/5.x upgrade guide.md +++ b/docs/5.x upgrade guide.md @@ -18,7 +18,7 @@ All PR and branch builds are running against Node 14, 16 and 18. ### React version RJSF is no longer actively supporting React version < 16.14.x. -React 17 is officially supported on all the themes where the underlying theme library also supports React 17 (only `semantic-ui` is current restricted to React 16). +React 17 is officially supported on all the themes where the underlying theme library also supports React 17. Unfortunately, there is required work pending to properly support React 18, so use it at your own risk.