Releases: curology/radiance-ui
Releases · curology/radiance-ui
v14.0.1-beta
- Investigating CJS bundle regression (utility files being treated as global dependencies)
v14.0.0
v13.3.0
- [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
- Testing secondary spec
v13.2.0
v13.1.1
v13.1.0
v13.0.0
- [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.- See da0fd4c for how our https://radiance-ui.curology.com/ storybook site is configured
- See #505 for wrapping test utilites with theme context.
- BREAKING: All component usage must be wrapped with an
v13.0.0-beta.0
- First release cut of new theming functionality in
master
v13.0.0-alpha.4
- (Potentially) final stress test of new types