Skip to content

Releases: nexxtway/react-rainbow

v1.6.1

02 Oct 17:13
118df13
Compare
Choose a tag to compare

react-rainbow-components v1.6.1

Many thanks to all contributors who made this release possible!

Here are some highlights ✨:

🐛 Bug fixes 📚 improvements.

⌨️ Improvements

🐛 Bug Fixes

v1.5.0

25 Sep 06:24
d598dba
Compare
Choose a tag to compare

react-rainbow-components v1.5.0

Many thanks to all contributors who made this release possible!!

Here are some highlights ✨:

  • 🎉 Add ProgressCircular component.
  • ⌨️ Setup TypeScript.
  • And many more 🐛 bug fixes 📚 improvements.

🎉 New Components

⌨️ Improvements

🐛 Bug Fixes

v1.4.0

12 Sep 21:22
4ebb01b
Compare
Choose a tag to compare

Report 09/12/2019 v1.4.0

New Components

Improvements

Bug Fixes

v1.3.1

27 May 05:56
Compare
Choose a tag to compare

05/27/2019 v1.3.1

Improvements

v1.3.0

27 May 05:22
Compare
Choose a tag to compare

05/20/2019 v1.3.0

Improvements

v1.2.0

13 May 20:36
Compare
Choose a tag to compare

Report 05/10/2019 v1.2.0

New Components

Improvements

v1.1.1

25 Apr 16:54
b098bed
Compare
Choose a tag to compare

Report 04/25/2019 v1.1.1

Improvements

v1.1.0

24 Apr 14:22
babf4c8
Compare
Choose a tag to compare

Report 04/22/2019 v1.1.0

Improvements

  • Add a new keyField prop to the Table component. It is for associate each row with a unique ID. (@LeandroTorresSicilia in pr #673)
  • Add a new selectedRows prop to the Table component. This receives an array with a list of keyField values of the selected rows. (@LeandroTorresSicilia in pr #673)
  • Add a new onRowSelection prop to the Table component. This is the action triggered when a row is selected. Receive the selectedRows array. (@LeandroTorresSicilia in pr #673)
  • Add a new maxRowSelection prop to the Table component. This is the maximum number of rows that can be selected; when the value is 1 the selection is made by radio buttons, otherwise with checkboxes. (@LeandroTorresSicilia in pr #673)
  • Add a new showCheckboxColumn prop to the Table component. Show or hide the checkbox column for row selection. (@LeandroTorresSicilia in pr #673)
  • Add a new isLoading prop to the Table component. This specifies whether data is being loaded. (@LeandroTorresSicilia and @TahimiLeonBravo in pr #692)
  • Add a new emptyIcon, emptyTitle and emptyDescription props to the Table component. Show a message in the table when the Table is empty. (@LeandroTorresSicilia and @TahimiLeonBravo in pr #692)
  • Add Unit test and Integration Test to the selection feature in Table component. (@LeandroTorresSicilia in pr #685)
  • Fix the readOnly styles in the Input component (@TahimiLeonBravo in pr #674)
    Add hover styles to the Table header when the columns are resizable (@TahimiLeonBravo in pr #686)

v1.0.0

11 Apr 06:17
8a4d6a7
Compare
Choose a tag to compare

Report 04/10/2019 v1.0.0

New Components

Improvements

  • Implement new Tabset component UI in mobile (@cmcartaya in pr #628)
  • Implement a solution to the Tabset component when the tabs do not fit on a container (@cmcartaya and @LeandroTorresSicilia in pr #629, #641, #645, #650, #655 and #661)
  • Add the property title to the Badge component (@TahimiLeonBravo in pr #657)
  • Add the overflow: ellipsis style to the Badge component (@cmcartaya in pr #657)
  • Add the onKeyDown prop to the input component. This is useful for the action triggered when a key is pressed on the element. (@LeandroTorresSicilia in pr #644)
  • Fix scrolling behavior of Modal backdrop in mobile (@cmcartaya in pr #626)
  • Add the onOpened prop to the Modal component. This callback triggered when the modal is opened. This is useful for example to set focus to an element inside the modal content after it is opened. (@LeandroTorresSicilia in pr #640)

v0.10.0

13 Mar 01:23
Compare
Choose a tag to compare

Report 02/28/2019

Improvements