diff --git a/CHANGELOG.md b/CHANGELOG.md index 3243bdbf7..430d64f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +# v23.0.0 + +- [Components] Added new `ResetStyles` and `BrandStyles` components to inject global styles. These replace the `utils/injectGlobalStyles/style` exports that were used for the same purpose. ([#1051)](https://github.com/curology/radiance-ui/pull/1051)) +- [Internal] **BREAKING CHANGE** It's no longer possible to import files directly. You must use the documented entrypoints instead. This is only a breaking change if you were using undocumented imports ([#1049](https://github.com/curology/radiance-ui/pull/1049)) +- [Internal] **BREAKING CHANGE** It's no longer possible to import the un-bundled Babel output from `lib`. Importing `radiance-ui/lib/*` import specifiers will now import native ESM modules produced by Rollup ([#1049](https://github.com/curology/radiance-ui/pull/1049)) +- [Bundling] **BREAKING CHANGE** A UMD bundle is no longer provided. In the majority of cases the CJS and ESM formats should be preferred. If necessary you can re-bundle one of the other formats to UMD ([#1041](https://github.com/curology/radiance-ui/pull/1041)) +- [Bundling] The Common JS builds now includes all public entrypoints and the modules are no longer bundled into a single file ([#1049](https://github.com/curology/radiance-ui/pull/1049)) +- [Bundling] The ESM build now includes all public entrypoints ([#1049](https://github.com/curology/radiance-ui/pull/1049)) +- [Dependencies] The `@babel/runtime` package is now required separately instead of the helpers being bundled. This should reduce bundle size in most cases ([#1049](https://github.com/curology/radiance-ui/pull/1049)) +- [Dependencies] Bump react-transition-group from 4.4.1 to 4.4.2 ([#997](https://github.com/curology/radiance-ui/pull/997)) +- [Dependencies] Bump @react-aria/focus from 3.3.0 to 3.4.0 ([#1024](https://github.com/curology/radiance-ui/pull/1024)) + # v22.0.0 - [Dependencies] **BREAKING CHANGE** Upgrade Emotion from 10 to 11 ([#910](https://github.com/curology/radiance-ui/pull/910))