Skip to content

Releases: nexxtway/react-rainbow

v1.32.0

13 Jan 00:25
15233c5
Compare
Choose a tag to compare

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

📚 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 type node (@amontalvof, in pr #2442)
  • Minor stylistic fixes for docs (@kendebacker, in pr #2567)

🎉 New Features

Read more

v1.31.0

04 Aug 17:56
4708b26
Compare
Choose a tag to compare

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

🎉 New Features

  • [Calendar] [DatePicker] [DateTimePicker] add disabledDays prop (@HellWolf93 in pr #2428 and pr #2429)

🐛 Bug Fixes

v1.30.1

06 Jun 20:48
5284166
Compare
Choose a tag to compare

Today, we are releasing v1.30.1!

Many thanks to all contributors who made this release possible!

@LeandroTorresSicilia

🐛 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

02 May 01:49
Compare
Choose a tag to compare

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

🎉 New Features

🐛 Bug Fixes

v1.29.0

20 Dec 14:29
4e51992
Compare
Choose a tag to compare

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

🎉 New Features

🐛 Bug Fixes

v1.28.0

06 Dec 17:40
48f3f4e
Compare
Choose a tag to compare

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

📚 Improvements

🎉 New Features

🐛 Bug Fixes

v1.27.0

17 Sep 01:18
98b86a1
Compare
Choose a tag to compare

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

🐛 Bug Fixes

v1.26.0

22 Jun 17:07
Compare
Choose a tag to compare

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

🎉 New Features

📚 Improvements

🐛 Bug Fixes

v1.25.0

09 Mar 21:43
aa5d21a
Compare
Choose a tag to compare

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

🎉 New Features

🐛 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

22 Jan 15:29
758d6d0
Compare
Choose a tag to compare

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