Skip to content

Releases: performant-software/react-components

v2.2.8

23 Jul 19:58
cf205d5

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • Adds the WarpedImageLayer component as an option in the OverlayLayers component
  • Adds the WarpedImageLayer and WarpedImageLayerPeripleo components
  • Simplifies the GeoJsonLayer component
  • Adds the maxPitch and preserveDrawingBuffer props to MapDraw component

🐛 Bug Fixes

  • Updates the PlaceLayersSelector component to parse JSON content from layers

v2.2.7

17 Jul 15:09
0100a8b

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the cooperativeGestures, fullscreen, and navigation props to the MapDraw component

🐛 Bug Fixes

None!

v2.2.6

16 Jul 18:33
9ae7be9

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue with duplicate columns in the useUserDefinedColumns hook

v2.2.5

16 Jul 17:56
d1ed63e

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the errors, itemComponentProps, and onValidate props to the FileUploadModal component
  • Adds the fields and required props to the UserDefinedFieldsForm component
    • If the fields prop is provided, an additional API call to load the fields will not be executed
    • If the required prop is provided, only required fields will be displayed on the form

🐛 Bug Fixes

None!

v2.2.4

30 May 00:20
a2e965f

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the userDefinedFields array as a return value in the useUserDefinedColumns hook
  • Updates the "Add" button to display in the List component even if the list is selectable
  • Adds the without utility function to remove a specified attribute from a nested object

🐛 Bug Fixes

None!

v2.2.3

21 May 20:45
d96117c

Choose a tag to compare

💥 Breaking Changes

  • the arguments passed to onLoad in the useLoader hook have changed to remove the base URL and project IDs and only provide the params object - this is a bug fix but it will break any projects that worked around it by ignoring those first two arguments

💾 Deprecations

  • RelatedItems has been deprecated in favor of RelatedSources and will be removed in the next major release

🚀 New Features

  • Adds a new RelatedSources component that can display related instances, items, or works
  • Adds renderItem props to RelatedOrganizations, RelatedPeople, RelatedPlaces, and RelatedTaxonomies

🐛 Bug Fixes

  • the Core Data Typesense adapter's getFieldId function will no longer truncate the last character of a field name
  • removes two arguments that were incorrectly being passed before the params in the Core Data useLoader hook (see the breaking change note above)

v2.2.2

14 May 18:25
c181d7b

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Refactors session storage on the DataList and DataTableColumnSelector components
  • Adds the useUserDefinedColumns hook
  • Adds the dimmable prop to the ItemList component

🐛 Bug Fixes

None!

v2.2.1

09 May 18:45
f5943bf

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the ability to add custom buttons to the AssociatedDropdown component
  • Adds the ability to customize the actions displayed on the UserDefinedFieldsList and UserDefinedFieldsEmbeddedList components

🐛 Bug Fixes

None!

v2.2.0

30 Apr 18:39
92e7675

Choose a tag to compare

💥 Breaking Changes

  • Updates the components to use v1 of the Core Data API
  • Updates services to accept a base URL and project IDs as constructor parameters
  • Renames PlaceResultsList component to a more generic SearchResultsList

🚀 New Features

  • Adds the EventDetails component
  • Adds the RelatedEvents component
  • Adds the RelatedItems component
  • Refactors RelatedMedia component to use RelatedList
  • Updates RelatedList component to accept itemsPerRow prop
  • Adds the RelatedPlacesLayer component
  • Adds pagination props to useLoader hook
  • Implements pagination on Related* components
  • Adds Instances, Items, Events, People, and Works services
  • Adds mock data helpers for Events and People API

🐛 Bug Fixes

None!

v2.1.3

18 Apr 12:34
4ceb914

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • Adds the FuzzyDateTransform class
  • Adds the FuzzyDate utility class
  • Adds the centered prop to FuzzyDate component

🐛 Bug Fixes

None!