Releases: curology/radiance-ui
Releases · curology/radiance-ui
v24.6.0
v24.5.0
v24.4.0
v24.3.0
v24.2.1
v24.2.0
v24.1.0
v24.0.0
v23.0.1
- [Internal] Moved built files from
dist
tolib
. This is neccessary for TypeScript to properly resolve paths likeradiance-ui/lib/constants
, because TypeScript is unable to parse conditional exports.
v23.0.0
- [Components] Added new
ResetStyles
andBrandStyles
components to inject global styles. These replace theutils/injectGlobalStyles/style
exports that were used for the same purpose. (#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)
- [Internal] BREAKING CHANGE It's no longer possible to import the un-bundled Babel output from
lib
. Importingradiance-ui/lib/*
import specifiers will now import native ESM modules produced by Rollup (#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)
- [Bundling] The Common JS builds now includes all public entrypoints and the modules are no longer bundled into a single file (#1049)
- [Bundling] The ESM build now includes all public entrypoints (#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) - [Dependencies] Bump react-transition-group from 4.4.1 to 4.4.2 (#997)
- [Dependencies] Bump @react-aria/focus from 3.3.0 to 3.4.0 (#1024)