Releases: nexxtway/react-rainbow
v1.32.0
react-rainbow v1.32.0
A big thanks to the contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93, @amontalvof, @yvmunayev, @adrianestevez1, @kendebacker,
This release was mostly about 🎉 new components, 🎉 new features, 🐛 bug fixes, and 📚 documentation improvements.
Here are some highlights ✨:
- 🎉 2 New components: CurrencyInput and PercentInput
- 🎉 New features and customizations
- 🐛 Bug fixes
- 📚Improvements
🎉 New Components
- [CurrencyInput] (@yvmunayev, @adrianestevez1 in pr #2468, pr #2488, pr #2483, pr #2527, and pr #2522)
- [PercentInput] (@yvmunayev, in pr #2473, pr #2489, pr #2483, pr #2527, and pr #2522)
📚 Improvements
- [ActivityTimeline] fix console warning when passing a
string
as children. (@yvmunayev, in pr #2448) - [Button] fix console warning when passing a
string
as children. (@yvmunayev, in pr #2448) - [Card] fix console warning when passing a
string
as children. (@yvmunayev, in pr #2448) - [TimelineMarker] fix console warning when passing a
string
as children. (@yvmunayev, in pr #2448) - [VisualPickerOption] fix console warning when passing a
string
as children. (@yvmunayev, in pr #2448) - [Chart] add typescript support for the
options
prop (@yvmunayev, in pr #2459) - [HelpText] change info icon (@TahimiLeonBravo, in pr #2482)
- [Picklist] make picklist responsive when have search (@LeandroTorresSicilia, in pr #2519)
- [Button] make the
label
prop support the typenode
(@amontalvof, in pr #2442) - Minor stylistic fixes for docs (@kendebacker, in pr #2567)
🎉 New Features
- [HelpText] add
iconSize
prop (@yvmunayev, in pr #2450) - [Input] add
valueAlignment
prop (@yvmunayev, in pr #2453) - [Input] add
size
prop (@yvmunayev, @adrianestevez1, in pr #2463 and pr #2522) - [DatePicker] add
size
prop (@yvmunayev, @adrianestevez1, in pr #2463 and pr #2522) - [DateTimePicker] add
size
prop (@yvmunayev, @adrianestevez1, in pr #2463 and pr #2522) - [TimePicker] add
size
prop (@yvmunayev, in pr #2463) - [PhoneInput] add
size
prop (@yvmunayev, @adrianestevez1, in pr #2466 and pr #2522) - [Select] add
size
prop (@yvmunayev, @adrianestevez1, in pr #2471 and pr #2522) - [StrongPasswordInput] add
size
prop (@yvmunayev, @adrianestevez1, in pr #2477 and pr #2522) - [CounterInput] add
size
prop (@yvmunayev, in pr #2479) - [Picklist] add
size
prop (@yvmunayev, in pr #2481) - [Lookup] add
size
prop (@adrianestevez1, in pr #2522) - [Button] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2493 and pr #2548) - [ButtonIcon] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2496 and pr #2548) - [RadioButtonGroup] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2503 and pr #2548) - [ButtonGroup] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2506 and pr #2548) - [ButtonGroupPicker] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2508, pr #2522 and pr #2548) - [ColorInput] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504 and pr #2548) - [CounterInput] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504 and pr #2548) - [CurrencyInput] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504 and pr #2548) - [DatePicker] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504, pr #2548 and pr #2559) - [DateTimePicker] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504, pr #2548 and pr #2559) - [FileSelector] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504 and pr #2548) - [GoogleAddressLookup] add
borderRadius
prop (@adrianestevez1,@yvmunayev, in pr #2504 and pr #2548) - [Input] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504 and pr #2548) - [Lookup] add
borderRadius
prop (@adrianestevez1, @yvmunayev, in pr #2504, in pr #2552, pr [#2548](https://github.com/nexxtway/react-...
v1.31.0
Today, we are releasing v1.31.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93
Here are some highlights ✨:
🎉 New Features, 🐛 Bug fixes, and 📚 Improvements.
📚 Improvements
- Add support for styled-components
version 5
(@HellWolf93 in pr #2421 and pr #2422) - Reduce library bundle size (@HellWolf93 in pr #2430, pr #2432, pr #2433, pr #2435, and pr #2436)
- [Picklist] fix console warnings (@HellWolf93 in pr #2434)
🎉 New Features
- [Calendar] [DatePicker] [DateTimePicker] add
disabledDays
prop (@HellWolf93 in pr #2428 and pr #2429)
🐛 Bug Fixes
- [RadioGroup] fix console error (@tyler-brandt in pr #2414)
v1.30.1
Today, we are releasing v1.30.1!
Many thanks to all contributors who made this release possible!
🐛 Bug fixes
[Table] fix the headerComponent
prop that causes a warning when no passed (@LeandroTorresSicilia, in pr #2398 )
[FileSelector] fix placeholder type (@TahimiLeonBravo, in pr #2405 )
v1.30.0
Today, we are releasing v1.30.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93
Here are some highlights ✨:
🎉 New Components:
DynamicMenuItem
🐛 Bug fixes and 📚 Improvements.
🎉 New Components
- [DynamicMenuItem]
📚 Improvements
- [ProgressStep] improve styles (@HellWolf93 in pr #2361)
🎉 New Features
- [MultiSelect] add the
enableSearch
prop (@HellWolf93 in pr #2341) - [TimePicker] add the icon prop (@HellWolf93 in pr #2346)
- [Card] add the
id
prop (@HellWolf93 in pr #2350) - [Column] add
headerComponent
prop (@HellWolf93 in pr #2362) - [HelpText] add imperative
close
function (@HellWolf93 in pr #2365)
🐛 Bug Fixes
- [VerticalItem] remove the “font-family” style when the item is active (@HellWolf93 in pr #2342)
- Hide the requiredAsterisk in the inputable component when the
label
prop is not passed (@HellWolf93 in pr #2344) - [ListItem] fix inline styles (@HellWolf93 in pr #2349)
- [CheckboxGrounp] [RadioGrounp] description style (@HellWolf93 in pr #2353)
- [GMap] fix scrip url (@HellWolf93 in pr #2345)
- [CheckboxGrounp] fix console error (@HellWolf93 in pr #2356)
- [DatePickerModal] update value type (@HellWolf93 in pr #2364)
- [Modal] fix iOS scroll issue with capture event phase (@LeandroTorresSicilia, in pr #2389)
v1.29.0
Today, we are releasing v1.29.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93, @ldelia
Here are some highlights ✨:
🐛 Bug fixes and 📚 Improvements.
📚 Improvements
- [ButtonMenu] make dropdown close when scrolling (@HellWolf93 in pr #2332)
- [Helptext] make dropdown close when scrolling (@HellWolf93 in pr #2332)
- [ZoomableImage] implement close image-modal when press
Esc
(@HellWolf93 in pr #2334) - [PhoneInput] refactor component to use
InternalOverlay
(@HellWolf93 in pr #2333) - [ColorInput] make dropdown close when scrolling (@HellWolf93 in pr #2335)
🎉 New Features
- [DatePicker] implement
icon
prop (@HellWolf93 in pr #2324) - [DateTimePicker] implement
icon
prop (@HellWolf93 in pr #2324) - [Column] implement
headerAlignment
prop (@HellWolf93 in pr #2339 and pr #2343)
🐛 Bug Fixes
- [HelpText] fix
mouseUp
event inside the dropdown (@HellWolf93 in pr #2332) - [MonthlyCalendar] fix rendering issues in React 17 (@HellWolf93 in pr #2340)
v1.28.0
Today, we are releasing v1.28.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93, @individual1, @jkauszler, @amontalvof, @wildergd
Here are some highlights ✨:
🎉 New Components:
ColorInput
ShowIf
🐛 Bug fixes and 📚 Improvements.
🎉 New Components
- [ShowIf] (@HellWolf93 in pr #2300)
- [ColorInput] (@HellWolf93 in pr #2313 and pr #2320)
📚 Improvements
- [HelpText] change icon color to the
info
variant (@amontalvof in pr #2299) - [AccordionSection] set type button (@HellWolf93 in pr #2301)
- [CounterInput] fix up/down button behavior (@HellWolf93 in pr #2307)
- [Picklist] implement close dropdown when the viewport resize (@HellWolf93 in pr #2319)
- [MarkdownOutput] improve inline code styles (@HellWolf93 in pr #2322)
🎉 New Features
- [RadioGroup] add the
description
prop (@HellWolf93 in pr #2290) - [ChekboxGroup] add the
description
prop (@HellWolf93 in pr #2290) - [Input] implement
show/hide
button pn the input password (@HellWolf93 in pr #2289) - [Slider] implement the
required
prop (@HellWolf93 in pr #2297)
🐛 Bug Fixes
- [DateTimePicker] fix text capitalization (@HellWolf93 in pr #2279)
- [Table] fix styles in mozilla (@wildergd in pr #2291)
- [Picklist] fix
onBlur
event fires on click (@HellWolf93 in pr #2303) - [RadioGroup] fix item styles when disabled (@HellWolf93 in pr #2310)
- [MarkdownOutput] fix headers paddings (@HellWolf93 in pr #2318)
- [Drawer] hide the header divider when the
header
prop is not passed (@TahimiLeonBravo in pr #2321) - [PhoneInput] improve styles (@HellWolf93 in pr #2325 and pr #2326)
v1.27.0
Today, we are releasing v1.27.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93, @cairumeng, @besspiny
Here are some highlights ✨:
- 🐛 Bug fixes
- 📚 Improvements.
📚 Improvements
- [InternalDropdown] add
searchableText
prop (@HellWolf93 in pr #2261) - [InternalDropdown] make searchable the label value when it is not string (@HellWolf93 in pr #2261)
- [CheckboxToggle] add
top
value to thelabelAligment
prop (@HellWolf93 in pr #2262)- - [PrimitiveMenu] add
aria-controls
(@HellWolf93 in pr #2266) - [Lookup] implement close dropdown when
Esc
key is pressed (@HellWolf93 in pr #2267) - [StripeCardInput] add
id
prop (@HellWolf93 in pr #2274) - [Rating] add prop
required
,error
andbottomHelpText
(@HellWolf93 in pr #2278)
🐛 Bug Fixes
- [Tree] fix component crashes when data is invalid (@HellWolf93 in pr #2255)
- [Tree] fix interface declaration (@HellWolf93 in pr #2257 and #2258)
- [AccordionSection] remove fixed title from arrow icon (@HellWolf93 in pr #2257 and #2259)
- [CarouselCard] fix memory leak (@HellWolf93 in pr #2275)
- Fix document event listeners in React17 (@HellWolf93 in pr #2277)
v1.26.0
Today, we are releasing v1.26.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @HellWolf93, @gtallesb
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
- 🎉 Add New Components:
ZoomableImage
RainbowTheme helper
RainbowThemeContainer
🎉 New Components
- [ZoomableImage] (@HellWolf93 in pr #2237)
- [RainbowTheme helper] add custom search (@HellWolf93 in pr #2238)
- [RainbowThemeContainer] add custom search (@HellWolf93 in pr #2230)
🎉 New Features
- [Picklist] add
inverse
variant (@TahimiLeonBravo in pr #2229) - [SidebarItem] add
tooltip
prop (@HellWolf93 in pr #2245) - [Accordion] add
variant
prop (@HellWolf93 in pr #2244) - [MarkdownOutput] add
inline
variant (@HellWolf93 in pr #2207)
📚 Improvements
- [AccordionSection] remove fix label (@HellWolf93 in pr #2249)
- [Tree] make node label to accept react elements (@wildergd in pr #2248)
- [Tree] fix margin-left styles (@HellWolf93 in pr #2246)
- [AccordionSection] change appearance (@HellWolf93 in pr #2244)
- [Tooltip] fix appearance (@TahimiLeonBravo in pr #2243)
- [Lookup] make floating the dropdown menu (@HellWolf93 in pr #2216)
- [MarkdownOutput] fix container styles (@HellWolf93 in pr #2214)
- [Drawer] fix transform css prop when is visible (@HellWolf93 in pr #2206)
🐛 Bug Fixes
- [Table] add support for numeric values on keyField (@HellWolf93 in pr #2208)
- [Lookup] fix corners styles (@gtallesb in pr #2240)
- [Table] fix styles on
action
column (@HellWolf93 in pr #2239)
v1.25.0
Today, we are releasing v1.25.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @wildergd, @HellWolf93, @rswingler, @rgah2107
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
📚 Improvements
- [Column] pass
isEditable
prop as a function (@LeandroTorresSicilia in pr #2174) - [Column] pass
index
(@LeandroTorresSicilia in pr #2171) - [Tab] add
type="button"
(@LeandroTorresSicilia in pr #2163) - [MarkdownOutput] improve text and note styles (@HellWolf93 in pr #2157)
- Improve
useReduxForm
type declaration (@HellWolf93 in pr #2188 and pr #2187) - [PathStep] fix styles when the component shrink (@rgah2107 in pr #2088)
- [ButtonIcon] improve documentation (@HellWolf93 in pr #2136)
🎉 New Features
- [Column] add
cellAlignment
prop (@LeandroTorresSicilia in pr #2180) - [Multiselect] implement
isLoading
prop (@wildergd in pr #2185) - Add width and height to
TriggerMeta
type definition (@HellWolf93 in pr #2142) - [InternalDropdown] [Picklist] add custom search (@HellWolf93 in pr #2135)
🐛 Bug Fixes
- [CarouselImage] fix
alternativeText
type error (@HellWolf93 in pr #2166) - [Slider] fix width changes when the number of digits changes (@HellWolf93 in pr #2167)
- [Drawer] Picklist inside a drawer close drawer when pressing ESC (@HellWolf93 in pr #2165)
- [Tree] fix TS Tree Child InputCheckbox error (@HellWolf93 in pr #2189)
- [Chart] reRenders after TextArea changeEvent occurs (@HellWolf93 in pr #2138)
- [Table] fix focus styles when row grows vertically (@TahimiLeonBravo in pr #2151)
- [FileSelector] fix a problem when selecting a file, clear selection, and then select again (@wildergd in pr #2117)
- [Calendar][DatePicker] add date range support to missing typescript interfaces
- [MultiSelect] add 'showCheckbox' missing typescript interface (@rswingler in pr #2150)
- [Option] add
component
support to missing typescript interfaces (@HellWolf93 in pr #2120) - [Slider] fix weird padding (@TahimiLeonBravo in pr #2128)
- [ButtonIcon] add
buttonVariant=”neutral”
support to missing typescript interfaces (@HellWolf93 in pr #2132) - Fix
useLayoutEffect
warning when using NextJS (@wildergd in pr #2129) - [Slider] fix: onChange function type (@HellWolf93 in pr #2137)
- [ButtonMenu] add
iconPosition
support to missing typescript interfaces (@rgah2107 in pr #2131)
v1.24.1
Today, we are releasing v1.24.1!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @wildergd
Here are some highlights ✨:
🐛 Move Lato Fonts to CDN for support SSR
🐛 Bug Fixes
- Move Lato Fonts to CDN for support SSR (@wildergd and @LeandroTorresSicilia in pr #1909)