Releases: performant-software/react-components
Releases · performant-software/react-components
v2.2.22
v2.2.21
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds the
DatetimeLocalInput
component - Adds the ability to override buttons label on
LazyAudio
,LazyImage
, andLazyVideo
components - Updates the
LazyMedia
component to disallow download for recently uploaded files - Adds
MultiPolygon
support toMapDraw
component - Adds the ability to include/exclude facets from
FacetStateContextProvider
component
🐛 Bug Fixes
- Fixes an issue with not check for presence of optional
onGeocodingSelection
prop inMapDraw
component - Updates
GeocodingControl
component to re-render whengeocoding
prop is changed
v2.2.20
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds the
renderLabel
prop to FacetList - Adds the
onActive
prop to Facet
🐛 Bug Fixes
None!
v2.2.19
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Updates the Typesense config to allow a
default_sort
property
🐛 Bug Fixes
None!
v2.2.18
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds
editable
prop toFacetSlider
component to allow manual input of min/max values
🐛 Bug Fixes
None!
v2.2.17
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes a bug in the
FacetSlider
component where the slider was not visible if min or max value was "0"
v2.2.16
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Updates the
Object#isEqual
function to include aremoveEmptyValues
option for object types. Whentrue
, any key with a value that matches one of theemptyValues
option will be removed from the object before checking for equality.
🐛 Bug Fixes
None!
v2.2.15
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue in the
FileUploadModal
where an error message was display when theerrors
prop was an empty array
v2.2.14
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Updates the
actions
prop objects to pass the item index to theonClick
attribute inDataTable
- Updates
EmbeddedList
to accepttableProps
to pass through toDataTable
🐛 Bug Fixes
None!
v2.2.13
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds the
as
andasProps
props toDataTable
andItems
components
🐛 Bug Fixes
None!