v1.24.0
TahimiLeonBravo
released this
19 Jan 22:27
·
334 commits
to master
since this release
react-rainbow v1.24.0
Today, we are releasing v1.24.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93, @wildergd, @rgah2107
Here are some highlights ✨:
- 🎉 New features for CheckboxToggle, ActivityTimeline, and TimelineMarker components.
- 🐛 Fix some issues on SSR.
🎉 New Features
- [CheckboxToggle] implement
labelAlignment
prop (@TahimiLeonBravo in pr #2096) - [ActivityTimeline] implement
accordion
variant (@wildergd in pr #2100 and pr #2103) - [TimelineMarker] implement
isLoading
prop (@wildergd in pr #2100 and pr #2103)
🎉 Improvements
- [Table] add a divider to the Table header when is empty and the variant is listview (@rgah2107 in pr #2089)
🐛 Bug Fixes
- [ProgressStep] fix label width (@HellWolf93 in pr #2092)
- [InternalOverlay] the component has to recalculate the position when the internal content changes (@HellWolf93 in pr #2090)
- [FileSelector] add check on
window.FileList
for support SSR (@wildergd in pr #2101) - Fix
getBrowserLocale
function for support SSR (@wildergd in pr #2101)