Skip to content

Releases: performant-software/react-components

v2.3.12

07 Apr 13:41

Choose a tag to compare

πŸ’₯ Breaking Changes

None! Safe to upgrade.

πŸš€ New Features

  • Adds the MediaContentsService class

πŸ› Bug Fixes

  • Updates toFeatureCollection to strip extraneous GeoJSON from properties
  • Updates LocationMarkers to use useLoadedMap instead of useMap
  • Adjusts styles on FacetTimeline

v2.3.11

01 Apr 18:50

Choose a tag to compare

πŸ’₯ Breaking Changes

  • Adds new required data prop to FacetTimeline, which expects a list of Typesense documents corresponding to events

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Adds "type": "module" to shared-components

v2.3.10

27 Mar 14:41

Choose a tag to compare

πŸ’₯ Breaking Changes

  • Updates Peripleo utils to handle the new configuration structure

πŸš€ New Features

  • Adds the connectionTimeout and timeout configuration options to createTypesenseAdapter
  • Adjusts Button styles
  • Refactors the FacetTimeline

πŸ› Bug Fixes

None!

v2.3.9

21 Mar 15:49

Choose a tag to compare

πŸ’₯ Breaking Changes

  • Adds required data prop to SearchResultsLayer; Previously the component used useCachedHits to gather the data
  • Adds optional searching prop to SearchResultsLayer; The component will not automatically fit to the bounding box when searching is "true"

πŸš€ New Features

  • Updates @peripleo/peripleo and @peripleo/maplibre dependencies to latest versions
  • Adds interactive prop to LocationMarkers to pass down to GeoJSONLayer
  • Adds ability to filter toFeatureCollection by geometry type

πŸ› Bug Fixes

None!

v2.3.8

19 Mar 16:09

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Moves the getNestedValue function from core-data to shared package
  • Adds the getYearRange function to FuzzyDate utils
  • Adds the id property to feature creation in CoreData utils class
  • Adds ssr module export for SSR-safe components/functions

πŸ› Bug Fixes

None!

v2.3.7

18 Mar 13:40

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixes an issue with "Show Less" button displaying with no content in RecordDetailPanel

v2.3.6

18 Mar 00:28

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixes an issue with content being obscured in RecordDetailPanel

v2.3.5

07 Mar 11:49

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Adds loading prop to RecordDetailPanel

πŸ› Bug Fixes

None!

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