Releases: heetch/flamingo
Releases · heetch/flamingo
v1.16.0
v1.15.3
v1.15.2
Improvements
- Update the Dropdown component to add a new prop modifiers that is passed to the Popper component. See: https://popper.js.org/docs/v1/#modifiers
Changelog
v1.15.1
Improvements
- Update the Table component to support passing the initialState prop to define the default sorting on columns
Changelog
v1.15.0
Improvements
- Checkbox should also accept React components as helper and label
- Support rendering items into a React Portal (Dropdown)
Fixes
- Fix document click events (Dropdown)
Changelog
v1.14.1
Improvements
Add two new props to <Table/>
manualSorting
- stop react-table from sorting client-sideonChangeSort
- a function to receive the updated sort state
Changelog
v1.13.4
v1.13.3
Improvements
- Wrap header components in a div to avoid unexpected spacing, otherwise they are under the
header
class and getjustify-content: space-inbetween
Changelog
v1.13.2
Improvements
- Update SidePanel to accept
header
prop as React components.
Changelog
v1.13.1
Fixes
Uploaders
- Reorganize FileUploader stories
- Fix props syncing and preview detection
- Fix CSS issues
- Prevent crashes when default values is not an array
- Fix bug when selecting twice the same img