Skip to content

Releases: heetch/flamingo

Add custom key feature to Tabs

19 Jul 12:04
Compare
Choose a tag to compare

When using objects as elements for <Tabs />, React was displaying an error because the component used the object itself as a key.
This release adds a buildKey function prop to allow the caller to specify how to build a key for each element.

Update react-popper 2.2.5

15 Jul 12:54
Compare
Choose a tag to compare

This release update our react-popper library to it's last version

It changes the way we declare modifiers in the Popper component.
It also add new props to our Popover component (backgroundColor, borderRadius)

Make Section expandable

02 Jun 12:26
Compare
Choose a tag to compare
v3.2.6

v3.2.6

Add triangle warning icon

30 Apr 08:41
Compare
Choose a tag to compare

Add new triangle warning icon, for braze content cards project.

Documentation

29 Apr 08:40
Compare
Choose a tag to compare

Code examples added to Storybook

Export Badge

22 Apr 11:02
Compare
Choose a tag to compare

Octave forgot to export our new Badge component in the last release.
This release :
-Export Badge component, to be usable.
-Update the readme to remind the steps to create new component.
-Add a new example in Badge story

Add Badge component

22 Apr 09:21
Compare
Choose a tag to compare

This release add the Badge component
Which accept :

textColor
borderRadius
backgroundColor
fontSize
fontWeight

as props

v3.2.1

15 Apr 14:58
Compare
Choose a tag to compare

Toast Component adjustments

v3.2.0

15 Apr 10:27
Compare
Choose a tag to compare

Add Toast Component
DatePickerDay fixed

v3.1.0

07 Apr 10:47
Compare
Choose a tag to compare

Update error, success colours.
Add new ok status colour.

Select component - add optional placeholder
Tabs component - add button type