Skip to content

Releases: heetch/flamingo

v5.4.0

21 Jun 10:15
78170d0
Compare
Choose a tag to compare

Add icons

5.3.0

13 Apr 09:54
Compare
Choose a tag to compare

Fix small issues in differents components

  • Delete !important style
  • TablePagination: adding colWidth + disableSortBy
  • TablePagination: fix error on playground
  • Tabs: accept fontSize
  • Card without Text element add font-family default + useless style
  • Item - valueIcon to accept null for no Icon + accept now borderColor
    DatepickerDay: react-datepicker version updated to 4.10 + flexible with datepickerColor

5.2.4

17 Nov 13:34
Compare
Choose a tag to compare

Version 5.2.3 introduced a bug with SidePanel, making it stuck in the open position when the isOpen value was changed from the outside of the component. This release fixes that.

5.2.3

17 Nov 09:49
Compare
Choose a tag to compare

Fix SidePanel behaviour using onClose

The component called its onClose function each time isOpen was evaluated to false, even if it had not changed. This release fixes that.

5.2.2

15 Nov 13:49
Compare
Choose a tag to compare

Uploader component

The file Uploader can be clicked everywhere in the component.

5.2.1

17 Oct 07:57
Compare
Choose a tag to compare

Uploader component

Having the IconButton with a red default color and a customizable color on the Uploader to have a better UX.

5.2.0

13 Oct 08:33
Compare
Choose a tag to compare

Toggle component

Aligned text style of the label with other fields.

Select component

Improved styling and behaviour of the blank option/placeholder.

Misc.

Set the default placeholder text color to an actual color of the palette instead of the browser's default.

5.1.0

30 May 14:54
Compare
Choose a tag to compare

This major version implements the version 3 of Heetch's Flamingo design system. This is a major rework of the brand identity, applied to the components of this library.

Fix Toggle

04 Jan 13:11
Compare
Choose a tag to compare

The Toggle component didn't respond to changes of the checked property after the initial render.
This release fixes this.

[DEPRECATED] Make Toggle stateless

04 Jan 09:19
Compare
Choose a tag to compare

THIS VERSION IS DEPRECATED

This releases changes the Toggle component so it is stateless. This allows to control its state from outside, by updating the checked prop; which was not possible before.

This implies the caller has the responsibility to hold the state.