v1.16.0
TahimiLeonBravo
released this
19 Jun 19:08
·
591 commits
to master
since this release
react-rainbow v1.16.0
Many thanks to all contributors who made this release possible!
@HellWolf93, @blakmetall, @yvmunayev, @wildergd, @maxxgreene, @rgah2107, @amontalvof, @gtallesb
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
- 🎉 Add New Components:
FileSelector
CodeInput
InternalOverlay
InternalDropdown
DatePickerModal
Option
🎉 New Components
- [FileSelector] (@HellWolf93 in pr #1516)
- [CodeInput] (@blakmetall in pr #1524 and pr #1538)
- [InternalOverlay] (@HellWolf93, @maxxgreene, @LeandroTorresSicilia in pr #1558 and pr #1581)
- [InternalDropdown] (@LeandroTorresSicilia in pr #1589)
- [DatePickerModal] (@wildergd in pr #1601)
- [PhoneInput] (@yvmunayev in pr #1533)
- [Option] (@LeandroTorresSicilia)
🎉 New Features
- [VisualPicker] Add prop size (@rgah2107 in pr #1527)
- [RadioButtonGroup] add prop size (@rgah2107 in pr #1541)
- [Textarea] add the prop footer (@rgah2107 in pr #1536)
- [Calendar] add
selectionType
prop (@wildergd in pr #1563) - [Calendar] dd the
variant
prop (@wildergd in pr #1583) - [Chart] add the
disableXAxisGridLines
,disableYAxisGridLines
,disableXAxisBorders
,disableYAxisBorders
,disableXAxisTickLabels
anddisableYAxisTickLabels
props (@rgah2107 in pr #1572) - [Picklist] add the
variant
prop (@rgah2107 in pr #1583) - [SidebarItem] add the
selectedIcon
prop (@rgah2107 in pr #1574) - [Spinner] add the
type
prop (@rgah2107 in pr #1586) - [Spinner] add the
children
prop (@rgah2107 in pr #1586) - [Spinner] add the
x-large
value to the size prop (@rgah2107 in pr #1586) - [InternalDropdown] add search feature (@LeandroTorresSicilia in pr #1592)
- [Picklist] add the
enableSearch
prop (@LeandroTorresSicilia in pr #1592) - [Table] implement enumerate rows (@blakmetall in pr #1582)
- [InternalDropdown] add
multiple
prop (@HellWolf93 in pr #1605) - [DatePicker] add the
variant
andselectionType
props (@wildergd in pr #1619)
⌨️ Improvements
- [SidebarItem] Change component UI (@rgah2107 in pr #1557)
- [Picklist] fix add
ellipsis
to the label (@amontalvof in pr #1608) - [InternalDropdown] show a message when not find coincidences while type on the search (@amontalvof in pr #1615)
🐛Bug Fixes
- [StripeCardInput] fix the component when the
apiKey
prop is not passed (@rgah2107 in pr #1523) - [ImportRecordFlow] fix wrong behavior when open the component twice (@rgah2107 in pr #1515)
- [GoogleAddressLookup] fix the icons color (@gtallesb in pr #1559)
- [Table] fix the last column is not calculated when the columns have a width fixed @rgah2107 in pr #1564)
- [RadioButtonGroup] fix styles on last element (@gtallesb in pr #1623)
- [RadioButtonGroup] fix styles on Microsoft Edge browser (@gtallesb in pr #1632)
- Fix
isFocusable
jest matcher fail when is used on not class component (@wildergd in pr #1634)