Skip to content

Releases: curology/radiance-ui

v24.6.0

06 Oct 22:37
Compare
Choose a tag to compare
  • [Icons] Add MakeupGlyph (#1199)

v24.5.0

06 Oct 19:55
Compare
Choose a tag to compare

Add CleanseGlyph, HydrateGlyph, and ProtectGlyph (#1175)

v24.4.0

28 Sep 15:46
Compare
Choose a tag to compare
  • [Components] Add SegmentedControl (#405)

v24.3.0

20 Sep 19:18
94abccb
Compare
Choose a tag to compare
  • [ImmersiveModal] Enhance keyboard navigation + controls (#1159)

v24.2.1

14 Sep 18:52
Compare
Choose a tag to compare
  • [Icons] Add CleanserGlyphSecondary (#1152)

v24.2.0

24 Aug 20:59
3ee9dee
Compare
Choose a tag to compare
  • [Dropdown] Add optional id prop for improved form accessibility (#1126)
  • [Peer Dependencies] Update @emotion/react to 11.4.1 (#1113)

v24.1.0

19 Jul 20:40
Compare
Choose a tag to compare
  • [Icons] Add <MelasmaGlyph /> for secondary theme (#1080)

v24.0.0

08 Jul 15:36
1013ded
Compare
Choose a tag to compare
  • [Internal] BREAKING CHANGE Build transpiles with browserslist configuration, so some older browsers (e.g. Edge 15-17) are no longer be supported. #946

v23.0.1

01 Jul 21:00
46728ef
Compare
Choose a tag to compare
  • [Internal] Moved built files from dist to lib. This is neccessary for TypeScript to properly resolve paths like radiance-ui/lib/constants, because TypeScript is unable to parse conditional exports.

v23.0.0

01 Jul 19:17
2c15e4e
Compare
Choose a tag to compare
  • [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))
  • [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. Importing radiance-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)