Releases: nexxtway/react-rainbow
v1.15.0
react-rainbow v1.15.0
Many thanks to all contributors who made this release possible!
@HellWolf93, @blakmetall, @yvmunayev, @wildergd, @maxxgreene, @rgah2107
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
- 🎉 Add New Components:
ButtonGroupPicker
ButtonOption
BadgeOverlay
StripeCardInput
MonthlyCalendar
WeeklyCalendar
WeeklyDayPicker
StrongPasswordInput
🎉 New Components
- [ButtonGroupPicker] (@HellWolf93, in pr #1434 and pr #1457)
- [ButtonOption] (@HellWolf93, in pr #1434 and pr #1457)
- [BadgeOverlay] (@rafaelmg83 in pr #1435)
- [StripeCardInput] (@yvmunayev, and @HellWolf93, in pr #1396 and pr #1479)
- [MonthlyCalendar] (@wildergd in pr #1439)
- [WeeklyCalendar] (@yvmunayev,in pr #1456)
- [StrongPasswordInput] (@HellWolf93, in pr #1489)
- [WeeklyDayPicker] (@blakmetall, in pr #1476)
🎉 New Features
- [Select] add the bottomHelpText prop (@rgah2107, in pr #1498)
- [Tree] Add indeterminate state when select (@rgah2107, in pr #1459)
⌨️ Improvements
- [Picklist] fix border styles when an error is passed (@rgah2107, in pr #1494)
- [BadgeOverlay] add animation when badge appear or disappear (@rgah2107, in pr #1454)
- [Tree] add a spinner when is loading (@rgah2107, in pr #1434)
🐛Bug Fixes
- [ImportRecordsFlow] block scroll on background (@blakmetall, in pr #1417)
v1.14.1
v1.14.0
react-rainbow v1.14.0
Many thanks to all contributors who made this release possible!
@HellWolf93, @blakmetall, @wildergd, @JoseCarloBastos, @maxxgreene
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
- 🎉Add the
Drawer
andTree
component.
🎉New Components
- [Drawer] (@wildergd in pr #1357)
- [Tree] Add beta version (@maxxgreene and @TahimiLeonBravo in pr #1412)
🎉 New Features
- [Button] [ButtonIcon] Add new variants (@HellWolf93 in pr #1402)
- [ButtonMenu] Add the prop label (@HellWolf93 in pr #1397)
⌨️ Improvements
- [Modal] Fix theme customization (@JoseCarloBastos in pr #1395)
- [ImportRecordFlow] Add theme customization (@JoseCarloBastos in pr #1410)
- [ImportRecordFlow] Improve UI (@blakmetall in pr #1419)
🐛Bug Fixes
- [reCaptcha] Reset specific reCaptcha when two or more on the same page (@blakmetall in pr #1401)
v1.13.0
react-rainbow v1.13.0
Many thanks to all contributors who made this release possible!
@Saul9201, @HellWolf93, @blakmetall, @rafaelmg83, @yvmunayev, @wildergd, @JoseCarloBastos, @maxxgreene
Here are some highlights ✨:
- 🎨 Add theme customization for palette color. This is a
BETA
version. - 🐛 Bug fixes and 📚 Improvements.
- 🎉New Components
PresenceMap
andAvatarGroup
🎉 New Components
- [AvatarGroup] (@rafaelmg83 in pr #1245 and pr #1255)
- [PresenceMap] (@rafaelmg83 and @maxxgreene in pr #1292 and pr #1337)
🎉 New Features
- Add full theme customization for palette colors in the library.. This is a
BETA
version. (@rafaelmg83, @yvmunayev, @LeandroTorresSicilia, @wildergd and @TahimiLeonBravo, @HellWolf93, @JoseCarloBastos in issue #1172) - [Avatar] Add prop
backgroundColor
(@rafaelmg83 in pr #1256) - [DateTimePicker] Add
hour24
prop (@wildergd in pr #1320) - [Rating] Add prop
readOnly
(@HellWolf93 in pr #1376)
⌨️ Improvements
- [TimePicker] Add test
hour24
(@HellWolf93 in pr #1346) - [Calendar] Add styles when the days get
focus
(@JoseCarloBastos in pr #1354) - [Rating] Fix height and line-height styles (@blakmetall in pr #1370)
- [Pagination] Fix styles when only one page is showed (@blakmetall in pr #1369)
- [TimePicker] Add hour24 prop to typescript declaration file (@LeandroTorresSicilia in pr #1252)
- [Gmap] [GoogleAddressLookup] scriptLoader optimization (@JoseCarloBastos in pr #1386)
- [Picklist] Add the option selected to the dropdown options (@HellWolf93 in pr #1383)
- [TimePicker] Synchronization of hours and AM/PM (@blakmetall in pr #1384)
🐛Bug Fixes
- [Chart] Make
type
prop reactive (@blakmetall in pr #1323) - [TimePicker] Keep the hour input value to 0 when using the 24hour format and blur it while it has a 0 value. (@HellWolf93 in pr #1356)
- [Avatar] Fix the textColor and cursor when hover (@cmcartaya in pr #1261)
- [TimePicker] fix the am/pm select when clicking on Firefox and Safari (@wildergd in pr #1164)
- [DatePicker] fix the warning "Function components cannot be given refs" (@wildergd in pr #1276)
- [Table] Fix the onClick passed to MenuItem in column type action is always getting the values of the first render. (@Saul9201 in pr #1326)
- [Table] Fix margins size to the container (@blakmetall in pr #1380)
- [Table] Add flexible table column height (@blakmetall in pr #1405)
v1.12.0
nexxtway/react-rainbow v1.12.0
Many thanks to all contributors who made this release possible!
@alonsosfera, @richardzyx, @rafaelmg83, @yvmunayev
Here are some highlights ✨:
- 🎉 Add theme customization for
brand
,success
,error
, andwarning
color. This is aBETA
version. - 🐛 Bug fixes and 📚 Improvements.
🎉 New Features
Add theme customization for brand
, success
, error
, and warning
color. This is a BETA
version. (@rafaelmg83, @yvmunayev, @LeandroTorresSicilia, and @TahimiLeonBravo in issue #1172)
⌨️ Improvements
- [TimePicker] Add prop
hour24
(@alonsosfera in pr #1230) - [Lookup] Add arrows when displaying many options in menu (@rafaelmg83 in pr #1169)
🐛Bug Fixes
- Fix Lato fonts import used by the library (@LeandroTorresSicilia in pr #1250)
v1.11.0
nexxtway/react-rainbow v1.11.0
Many thanks to all contributors who made this release possible!
Here are some highlights ✨:
- 🎉 Refactor the Global Styles in all our components.
- Some 🐛 bug fixes and 📚 improvements.
⌨️ Improvements
- Refactor Global Styles in all components (@TahimiLeonBravo, in pr #1168)
- [DatePicker] Add
Page Object
andIntegration Test
(@cmcartaya in pr #1161)
🐛Bug Fixes
- [GoogleAddressLookup] Fix
style type
andimport MouseEvent
in declaration file (@LeandroTorresSicilia in pr #1177) - [Input] fix styles when getting focus clicking on the label (@yvmunayev in pr #1165)
v1.10.0
nexxtway/react-rainbow v1.10.0
Many thanks to all contributors who made this release possible!
Here are some highlights ✨:
- 🎉 All our components have been migrated to styled-components.
- And many more 🐛 bug fixes and 📚 improvements.
⌨️ Improvements
- [Calendar] Implement keyboard navigation (@wildergd in pr #1122 and pr #1141)
- [DateTimePicker] Implement keyboard navigation (@wildergd in pr #1122 and pr #1141)
- Remove
javascript:void(0)
from all components (@cmcartaya in pr #1119, pr #1120, pr #1121, pr #1123, pr #1124, pr #1125, pr #1126 and pr #1127) - [CarouselCard] Add test when the
href
prop is passed (@cmcartaya in pr #1160) - [VerticalSectionOverflow] Migrate to
styled-components
(@TahimiLeonBravo in pr #1131) - [VisualPicker] Migrate to
styled-components
(@TahimiLeonBravo in pr #1132) - [VisualPickerOption] Migrate to
styled-components
(@TahimiLeonBravo in pr #1132) - [VisualPickerOptionFooter] Migrate to
styled-components
(@TahimiLeonBravo in pr #1133) - [TableWithBrowserPagination] Migrate to
styled-components
(@TahimiLeonBravo in pr #1134) - [CarouselCard] Migrate to
styled-components
(@TahimiLeonBravo and @cmcartaya in pr #1135) - [CarouselImage] Migrate to
styled-components
(@TahimiLeonBravo and @cmcartaya in pr #1135) - [Textarea] Migrate to
styled-components
(@TahimiLeonBravo in pr #1138) - [CheckboxGroup] Migrate to
styled-components
(@TahimiLeonBravo, @cmcartaya and @LeandroTorresSicilia in pr #1144) - [RadioGroup] Migrate to
styled-components
(@TahimiLeonBravo and @LeandroTorresSicilia in pr #1146) - [TimePicker] Migrate to
styled-components
(@TahimiLeonBravo and @LeandroTorresSicilia in pr #1148) - [Lookup] Migrate to
styled-components
(@TahimiLeonBravo and @LeandroTorresSicilia in pr #1147) - [Picklist] Migrate to
styled-components
(@TahimiLeonBravo and @LeandroTorresSicilia in pr #1149) - [Table] Migrate to
styled-components
(@TahimiLeonBravo, @cmcartaya and @LeandroTorresSicilia in pr #1104)
v1.9.0
nexxtway/react-rainbow v1.9.0
Many thanks to all contributors who made this release possible!
Here are some highlights ✨:
- 📚 Add some new features.
- 📚 Add test.
- 📚 and some improvements.
⌨️ Improvements
- [Calendar] Localize texts (@wildergd in pr #1117)
- [DatePicker] Localize texts (@wildergd in pr #1117)
- [DateTimePicker] Localize texts (@wildergd in pr #1117)
- [Calendar] Add integrations test
PageObject
andTutorial
(@wildergd in pr #1103) - [DateTimePicker] Add integrations test
PageObject
andTutorial
(@wildergd in pr #1114) - [Breadcrumb] remove javascript:void(0) (@cmcartaya in pr #1119)
- Update to
9.2.0
react-styleguidist version (@cmcartaya in pr #1118)
v1.80
nexxtway/react-rainbow v1.8.0
Many thanks to all contributors who made this release possible!
@mycodeself, @wildergd, @cmcartaya
Here are some highlights ✨:
- 🎉 Add DateTimePicker component
Version BETA
. - And many more 🐛 bug fixes and 📚 improvements.
🎉 New Components
⌨️ Improvements
- [AccordionSection] Migrate to
styled-components
(@TahimiLeonBravo in pr #1046) - [AvatarMenu] Migrate to
styled-components
(@TahimiLeonBravo in pr #1051) - [Breadcrumb] Migrate to
styled-components
(@TahimiLeonBravo in pr #1052) - [Button] Migrate to
styled-components
(@TahimiLeonBravo in pr #1062) - [ButtonGroup] Migrate to
styled-components
(@TahimiLeonBravo in pr #1063) - [ButtonIcon] Migrate to
styled-components
(@TahimiLeonBravo in pr #1064) - [Calendar] Migrate to
styled-components
(@TahimiLeonBravo in pr #1065) - [Card] Migrate to
styled-components
(@TahimiLeonBravo in pr #1066) - [Chart] Migrate to
styled-components
(@TahimiLeonBravo in pr #1067) - [Chip] Migrate to
styled-components
(@TahimiLeonBravo in pr #1070) - [DatePicker] Migrate to
styled-components
(@TahimiLeonBravo in pr #1071) - [CheckboxToggle] Migrate to
styled-components
(@TahimiLeonBravo in pr #1072) - [GMap] Migrate to
styled-components
(@TahimiLeonBravo in pr #1073) - [GoogleAddressLookup] Migrate to
styled-components
(@TahimiLeonBravo in pr #1074) - [ImportRecordsFlow] Migrate to
styled-components
(@TahimiLeonBravo in pr #1076) - [MapMarker] Migrate to
styled-components
(@TahimiLeonBravo in pr #1077) - [MenuDivider] Migrate to
styled-components
(@TahimiLeonBravo in pr #1078) - [MenuItem] Migrate to
styled-components
(@TahimiLeonBravo in pr #1079) - [Modal] Migrate to
styled-components
(@TahimiLeonBravo in pr #1080) - [Notification] Migrate to
styled-components
(@TahimiLeonBravo in pr #1081) - [Pagination] Migrate to
styled-components
(@TahimiLeonBravo in pr #1082) - [PicklistOption] Migrate to
styled-components
(@TahimiLeonBravo in pr #1083) - [PrimitiveMenu] Migrate to
styled-components
(@TahimiLeonBravo in pr #1084) - [ProgressBar] Migrate to
styled-components
(@TahimiLeonBravo in pr #1085) - [ProgressCircular] Migrate to
styled-components
(@TahimiLeonBravo in pr #1086) - [ProgressIndicator] Migrate to
styled-components
(@TahimiLeonBravo in pr #1087) - [ProgressStep] Migrate to
styled-components
(@TahimiLeonBravo in pr #1088) - [Rating] Migrate to
styled-components
(@TahimiLeonBravo in pr #1093) - [ReCaptcha] Migrate to
styled-components
(@TahimiLeonBravo in pr #1094) - [RequiredAsterisk] Migrate to
styled-components
(@TahimiLeonBravo in pr #1095) - [Select] Migrate to
styled-components
(@TahimiLeonBravo in pr #1096) - [Sidebar] Migrate to
styled-components
(@TahimiLeonBravo in pr #1097) - [SidebarItem] Migrate to
styled-components
(@TahimiLeonBravo in pr #1098) - [Slider] Migrate to
styled-components
(@TahimiLeonBravo in pr #1100) - [Spinner] Migrate to
styled-components
(@TahimiLeonBravo in pr #1101) - [TimelineMarker] Migrate to
styled-components
(@TahimiLeonBravo in pr #1106) - [VerticalNavigation] Migrate to
styled-components
(@TahimiLeonBravo in pr #1109) - [VerticalSection] Migrate to
styled-components
(@TahimiLeonBravo in pr #1112) - Improve accessibility tests (@cmcartaya in pr #978, pr #977, pr #976, pr #974, pr #973, pr #972, pr #1004, pr #1005, pr #1007, pr #1008, pr #1013, pr #1015, pr #1016, pr #1017, pr #1020, pr #1021, pr #1022, pr #1023, pr #1024, pr #1026, pr #1027, pr #1028, pr #1029, pr #1037, pr #1039, pr #1045, pr #1049, pr #1054, pr #1055, pr #1056, pr #1057, pr #1058, pr #1059, pr #1060 )
- [Calendar] Add integration test (@wildergd in pr #1103)
- [Modal] Add prop `hiddeCloseButton (@mycodeself in pr #1115)
🐛 Bug Fixes
- [Calendar] [DatePicker] [DateTimePicker] Remove console error when no value passed (@cmcartaya in pr #1099)
v1.7.0
nexxtway/react-rainbow v1.7.0
Here are some highlights ✨:
📚 Add TypeScript support.
⌨️ Improvements
Add TypeScript support (@TahimiLeonBravo and @LeandroTorresSicilia in pr #1012)