Releases: performant-software/react-components
Releases · performant-software/react-components
v2.3.0
💥 Breaking Changes
- Updates the default font for the
core-datapackage to "Inter"
🚀 New Features
- Adds the following new components:
AccordionItemsList,Button,ButtonGroup,Checkbox,Combobox,HitsPerPage,Icon,Input,Pagination,Pill,RecordDetailPanel,SearchList,SearchResultsTable,Slider - Adds the
rangeAttributesvalue toFacetStateContextProvider
🐛 Bug Fixes
- Fixes a bug in
NestedAttributesTransformthat prevented the passed records from setting theorder
v2.2.23
💥 Breaking Changes
- Removes the useRange prop from
FacetTimelinein 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
showPolygonsprops.
🚀 New Features
- Deprecates the
PlaceDetailscomponent and adds theHeaderImageandKeyValueListcomponents - 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
showPolygonsprop toSearchResultsLayerto enable polygons on the map - Exposes Typesense's
exclude_fieldsparam to the user via theTypesenseConfigobject passed tocreateTypesenseAdapter
v2.2.21
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds the
DatetimeLocalInputcomponent - Adds the ability to override buttons label on
LazyAudio,LazyImage, andLazyVideocomponents - Updates the
LazyMediacomponent to disallow download for recently uploaded files - Adds
MultiPolygonsupport toMapDrawcomponent - Adds the ability to include/exclude facets from
FacetStateContextProvidercomponent
🐛 Bug Fixes
- Fixes an issue with not check for presence of optional
onGeocodingSelectionprop inMapDrawcomponent - Updates
GeocodingControlcomponent to re-render whengeocodingprop is changed
v2.2.20
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds the
renderLabelprop to FacetList - Adds the
onActiveprop to Facet
🐛 Bug Fixes
None!
v2.2.19
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Updates the Typesense config to allow a
default_sortproperty
🐛 Bug Fixes
None!
v2.2.18
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds
editableprop toFacetSlidercomponent 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
FacetSlidercomponent 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#isEqualfunction to include aremoveEmptyValuesoption for object types. Whentrue, any key with a value that matches one of theemptyValuesoption 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
FileUploadModalwhere an error message was display when theerrorsprop was an empty array