v1.17.0
TahimiLeonBravo
released this
08 Sep 04:10
·
500 commits
to master
since this release
react-rainbow v1.17.0
Many thanks to all contributors who made this release possible!
@HellWolf93, @ernesto-tapia, @yvmunayev, @RicardoHE97, @wildergd, @maxxgreene, @gerardolgvr, @rgah2107, @amontalvof, @gtallesb, @rolandin, @devrchancay, @Anyrob, @lyon93
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
- 🎉 Add New Components:
MultiSelect
HelpText
MarkdownOutput
RenderIf
ColorPicker
🎉 New Components
- [MultiSelect] (@HellWolf93 in pr #1606 and pr #1659)
- [HelpText] (@yvmunayev in pr #1647)
- [MarkdownOutput] (@wildergd in pr #1690)
- [RenderIf] (@TahimiLeonBravo in pr #1784)
- [ColorPicker] (@yvmunayev in pr #1795)
🎉 New Features
- [Chip] add
success
,warning
anderror
variant (@rgah2107 in pr #1717) - [Chart] allow add plugins (@rgah2107 and @yvmunayev in pr #1638)
- [Badge] add
success
,warning
anderror
variant (@hportales2000 in pr #1744) - [Tree] implement keyboard navigation (@wildergd in pr #1781 and pr #1788)
- [Texarea] add
header
prop (@amontalvof in pr #1807) - [Textarea] add the prop variant (@lyon93 in pr #1786)
- [Input] add the prop variant (@lyon93 in pr #1776)
- [MultiSelect] implement
showCheckbox
prop (@HellWolf93 in pr #1689) - [MarkdownOutput] add multi-language (@yvmunayev in pr #1755 and pr #1766)
- [Table] add the variant prop (@yvmunayev in pr #1773)
⌨️ Improvements
- [InternalDropdown] add an example with multiple selections (@gtallesb in pr #1656)
- [Table] add an example rendering columns dynamically (@amontalvof in pr #1665)
- [Tree] add ellipsis to the
label
and add thekey
prop to the mapping (@rgah2107 in pr #1674) - [Tree] fix accessibility issues and add styles when an element is selected (@hportales2000 in pr #1703)
- [Chart] make rounded the bar charts (@maxxgreene in pr #1711)
- [Breadcrumb] add animation (@amontalvof in pr #1705)
- [Option] allow
number
on thename
(@yvmunayev in pr #1712) - [RenderIf] allow passing multiple children (@rolandin in pr #1758)
- [PhoneInput] add test when copy and paste (@devrchancay in pr #1679)
- [Lookup] add animation (@amontalvof in pr #1767)
- [MultiSelect] add delimiter in between placeholder and options ( @rgah2107 in pr #1798)
- [Calendar] fix keyboard navigation when double calendar (@wildergd in pr #1740)
- [Rating] add animation when hovering (@lyon93 in pr #1774)
- [MultiSelect] make the header fixed when scrolling (@HellWolf93 in pr #1782)
🐛 Bug Fixes
- [Table] fix focus in Safari (@ernesto-tapia in pr #1660)
- [PhoneInput] remove characters when copy and paste (@RicardoHE97 in pr #1661)
- [Tabset] fix crash when only one
Tab
is passed (@gerardolgvr in pr #1671) - [Picklist] fix styles when
isLoading
andenableSearch
are passed (@rgah2107 in pr #1643) - [RadioButtonGroup] make the label color reactive with the theme (@amontalvof in pr #1688)
- [Picklist] make onChange event is sent asynchronously (@hportales2000 in pr #1682)
- [ButtonMenu] add max-height (@TahimiLeonBravo in pr #1715)
- [Picklist] [Input] fix styles when
readOnly
(@rgah2107 in pr #1684) - [Calendar] make the double calendar responsive (@hportales2000 in pr #1691)
- [Calendar] reset selection when clicking on any day outside the selected range (@wildergd in pr #1721)
- [TimePicker] fix am/pm select when clicking on the selected element (@Anyrob in pr #1663)