Skip to content

Releases: curology/radiance-ui

v14.0.1-beta

04 Dec 15:55
Compare
Choose a tag to compare
v14.0.1-beta Pre-release
Pre-release
  • Investigating CJS bundle regression (utility files being treated as global dependencies)

v14.0.0

04 Dec 13:29
Compare
Choose a tag to compare
  • [Theming] Adds theming logic to typography display, heading and title (#589)
  • [Colors] Complete refactor and cleanup of colors usage (#584)
    • BREAKING: COLORS cannot be imported as a constant anymore. Colors must be accessed via the theme object

v13.3.0

03 Dec 18:38
Compare
Choose a tag to compare
  • [Tab] Update Secondary inactive Tab color (#588)
  • [Theming] Update Secondary button font-size and font-weight (#585)
  • [Theming] Update Secondary Colors and Fonts (#524)
  • [Theming] Updates generation of Icons to be theme-aware (#529)
  • [Field] Update Secondary placeholder color (#582)
  • [Icon] Remove hard-coded Arrow Icon fill color (#580)
  • [Internal] Streamlines multiple babel.config.js files into one (#551)
  • [Internal] Updates multiple dependencies

v14.0.0-beta.0

18 Nov 01:11
e8d3c5a
Compare
Choose a tag to compare
v14.0.0-beta.0 Pre-release
Pre-release
  • Testing secondary spec

v13.2.0

11 Nov 18:57
Compare
Choose a tag to compare
  • [Theming] Add TYPOGRAPHY constants to theme object (#520)
  • [PropTypes] Fix ImmersiveModal title prop typing (#518)

v13.1.1

11 Nov 13:24
Compare
Choose a tag to compare
  • [Bugfix] Removes manual focus handling for ImmersiveModal, fixing scroll behavior when two or more focusable footer items are present (#517)

v13.1.0

10 Nov 00:14
Compare
Choose a tag to compare
  • [Theming] Adds FONTS constants to theme objects (#509)
  • [Theming] Adds 'transparent' as valid property of COLORS object (#512)

v13.0.0

09 Nov 20:52
Compare
Choose a tag to compare
  • [Theming] Adds theming functionality to components (#466)
    • BREAKING: All component usage must be wrapped with an emotion-theming <ThemeProvider>, as component internals require access to a provided theme object.

v13.0.0-beta.0

09 Nov 19:09
89b240e
Compare
Choose a tag to compare
v13.0.0-beta.0 Pre-release
Pre-release
  • First release cut of new theming functionality in master

v13.0.0-alpha.4

05 Nov 00:42
Compare
Choose a tag to compare
v13.0.0-alpha.4 Pre-release
Pre-release
  • (Potentially) final stress test of new types