Skip to content

Releases: performant-software/react-components

v2.3.4

05 Mar 16:27

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Updates SearchList component to lazy load records
  • Updates SearchListItem to handle empty attributes prop
  • Adds as and className props to InfiniteScroll component

🐛 Bug Fixes

  • Updates Input component to hide clear icon if input is empty
  • Adjusts highlight color on SearchList and SearchResultsTable components
  • Adjusts styling on the Combobox component to allow for fitting into smaller horizontal spaces
  • Fixes styling on RecordDetailPanel component

v2.3.3

27 Feb 19:01

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the searching property to the ProgressiveSearch state
  • Adds useSearching hook
  • Updates SearchResultsLayer to use useSearching instead of useSearchCompleted

🐛 Bug Fixes

  • Fixes a bug with isFirstPage and isLastPage in ProgressiveSearch

v2.3.2

25 Feb 16:44

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the SelectRecordPanel component to index.js
  • Refactors the toFeatureCollection function to restructure the properties object

🐛 Bug Fixes

  • Fixes an issue with unmounting the RecordDetailPanel component

v2.3.1

24 Feb 11:49
f6486b5

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the "reset" icon

🐛 Bug Fixes

  • Fixes a bug in the "Show More" button on the RecordDetailPanel component
  • Fixes an issue with Icon resizing
  • Fixes an issue with SearchList highlight behavior

v2.3.0

20 Feb 11:11

Choose a tag to compare

💥 Breaking Changes

  • Updates the default font for the core-data package 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 rangeAttributes value to FacetStateContextProvider

🐛 Bug Fixes

  • Fixes a bug in NestedAttributesTransform that prevented the passed records from setting the order

v2.2.23

29 Jan 19:53

Choose a tag to compare

💥 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 the HeaderImage and KeyValueList 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

15 Jan 21:02
4cac214

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds a new showPolygons prop to SearchResultsLayer to enable polygons on the map
  • Exposes Typesense's exclude_fields param to the user via the TypesenseConfig object passed to createTypesenseAdapter

v2.2.21

09 Jan 16:08
e5224c1

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the DatetimeLocalInput component
  • Adds the ability to override buttons label on LazyAudio, LazyImage, and LazyVideo components
  • Updates the LazyMedia component to disallow download for recently uploaded files
  • Adds MultiPolygon support to MapDraw 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 in MapDraw component
  • Updates GeocodingControl component to re-render when geocoding prop is changed

v2.2.20

23 Dec 16:53
a1cc8a6

Choose a tag to compare

💥 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

19 Dec 15:45
ca85a9c

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the Typesense config to allow a default_sort property

🐛 Bug Fixes

None!