Releases: performant-software/react-components
Releases · performant-software/react-components
v2.3.4
💥 Breaking Changes
None!
🚀 New Features
- Updates
SearchListcomponent to lazy load records - Updates
SearchListItemto handle emptyattributesprop - Adds
asandclassNameprops toInfiniteScrollcomponent
🐛 Bug Fixes
- Updates
Inputcomponent to hide clear icon if input is empty - Adjusts highlight color on
SearchListandSearchResultsTablecomponents - Adjusts styling on the
Comboboxcomponent to allow for fitting into smaller horizontal spaces - Fixes styling on
RecordDetailPanelcomponent
v2.3.3
💥 Breaking Changes
None!
🚀 New Features
- Adds the
searchingproperty to theProgressiveSearchstate - Adds
useSearchinghook - Updates
SearchResultsLayerto useuseSearchinginstead ofuseSearchCompleted
🐛 Bug Fixes
- Fixes a bug with
isFirstPageandisLastPageinProgressiveSearch
v2.3.2
💥 Breaking Changes
None!
🚀 New Features
- Adds the
SelectRecordPanelcomponent toindex.js - Refactors the
toFeatureCollectionfunction to restructure thepropertiesobject
🐛 Bug Fixes
- Fixes an issue with unmounting the
RecordDetailPanelcomponent
v2.3.1
💥 Breaking Changes
None!
🚀 New Features
- Adds the "reset" icon
🐛 Bug Fixes
- Fixes a bug in the "Show More" button on the
RecordDetailPanelcomponent - Fixes an issue with
Iconresizing - Fixes an issue with
SearchListhighlight behavior
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!