Releases: heetch/flamingo
Releases · heetch/flamingo
v5.4.0
5.3.0
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
5.2.3
5.2.2
5.2.1
5.2.0
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
Fix Toggle
The Toggle component didn't respond to changes of the checked
property after the initial render.
This release fixes this.
[DEPRECATED] Make Toggle stateless
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.