v1.18.0
TahimiLeonBravo
released this
24 Sep 16:11
·
481 commits
to master
since this release
react-rainbow v1.18.0
Many thanks to all contributors who made this release possible!
@HellWolf93, @yvmunayev, @wildergd, @maxxgreene, @rgah2107, @amontalvof, @luisFilipePT, @gtallesb, @goodbeysr
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
- 🎉 New Features
🎉 New Features
- [RadioGroup] add
orientation
prop (@luisFilipePT in pr #1824) - [CheckboxGroup] add
orientation
prop (@luisFilipePT in pr #1824) - [FileSelector] add
value
prop and implement hide content functionality whenvalue={null}
(@amontalvof in pr #1814) - [FileSelector] add
uploadIcon
prop (@rgah2107 in pr #1800) - [Input] add "min" and "max" props (@rgah2107 in pr #1822)
- [Input] add
labelAlignment
prop (@rgah2107 in pr #1823)
⌨️ Improvements
- [ButtonMenu] refactor component using the InternalOverlay (@wildergd in pr #1718)
- [PhoneInput] fix UI when one country is passed (@gtallesb in pr #1816)
🐛Bug Fixes
- Fix
useTheme
hook when rainbow prop does not exist in the context (@LeandroTorresSicilia in pr #1830) - Add
ref
type in the typescript interface (@LeandroTorresSicilia in pr #1853) - [RenderIf] change
isTrue
prop toany
type