Skip to content

Releases: performant-software/react-components

v2.2.12

13 Sep 13:25
6ebf132
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue in the UserDefinedFieldsForm component when fuzzy date values are null

v2.2.11

11 Sep 18:31
552e9ea
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds handling for FuzzyDate field type to UserDefinedFieldsForm

🐛 Bug Fixes

None!

v2.2.10

11 Sep 13:28
bb93af7
Compare
Choose a tag to compare

💥 Breaking Changes

  • Moves the ModalContext context out of the semantic-components package and into the shared package
    • This was only used internally, so it shouldn't impact any projects

🚀 New Features

  • Adds the EventsList, FacetSlider, FacetTimeline, and Modal components to the core-data package

🐛 Bug Fixes

None!

v2.2.9

30 Jul 15:16
cf205d5
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes and issue with the URL builder using multiple project_ids in the Core Data URL

v2.2.8

23 Jul 19:58
cf205d5
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)