Releases: performant-software/react-components
Releases · performant-software/react-components
v2.2.23
💥 Breaking Changes
- Removes the useRange prop from
FacetTimeline
in place of the range, refine, and start props - Updates the SearchResultsLayer component to accept a geometry prop, which will be the path to the data that should be rendered on the map. This also removes the
showPolygons
props.
🚀 New Features
- Deprecates the
PlaceDetails
component and adds theHeaderImage
andKeyValueList
components - Moves the user-defined fields DataTypes to the shared package; Adds a re-export in user-defined-fields
This will allow handling of user-defined fields without the need to import the whole package, which has semantic-components as a dependency
🐛 Bug Fixes
- Adds the missing OrganizationsService class
v2.2.22
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds a new
showPolygons
prop toSearchResultsLayer
to enable polygons on the map - Exposes Typesense's
exclude_fields
param to the user via theTypesenseConfig
object passed tocreateTypesenseAdapter
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!