Skip to content

Releases: performant-software/react-components

v2.2.22

15 Jan 21:02
4cac214
Compare
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
Compare
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
Compare
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
Compare
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!

v2.2.18

29 Nov 17:25
bcf9ec4
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds editable prop to FacetSlider component to allow manual input of min/max values

🐛 Bug Fixes

None!

v2.2.17

27 Nov 16:18
2ed9f39
Compare
Choose a tag to compare

💥 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

09 Oct 13:47
c78c21b
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the Object#isEqual function to include a removeEmptyValues option for object types. When true, any key with a value that matches one of the emptyValues option will be removed from the object before checking for equality.

🐛 Bug Fixes

None!

v2.2.15

03 Oct 16:17
a288298
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue in the FileUploadModal where an error message was display when the errors prop was an empty array

v2.2.14

27 Sep 14:57
d0809b3
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the actions prop objects to pass the item index to the onClick attribute in DataTable
  • Updates EmbeddedList to accept tableProps to pass through to DataTable

🐛 Bug Fixes

None!

v2.2.13

25 Sep 16:58
a1d8c0d
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the as and asProps props to DataTable and Items components

🐛 Bug Fixes

None!