Releases: performant-software/react-components
Releases · performant-software/react-components
v2.2.8
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Adds the
WarpedImageLayercomponent as an option in theOverlayLayerscomponent - Adds the
WarpedImageLayerandWarpedImageLayerPeripleocomponents - Simplifies the
GeoJsonLayercomponent - Adds the
maxPitchandpreserveDrawingBufferprops toMapDrawcomponent
🐛 Bug Fixes
- Updates the
PlaceLayersSelectorcomponent to parse JSONcontentfrom layers
v2.2.7
💥 Breaking Changes
None!
🚀 New Features
- Adds the
cooperativeGestures,fullscreen, andnavigationprops to theMapDrawcomponent
🐛 Bug Fixes
None!
v2.2.6
💥 Breaking Changes
None!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue with duplicate columns in the
useUserDefinedColumnshook
v2.2.5
💥 Breaking Changes
None!
🚀 New Features
- Adds the
errors,itemComponentProps, andonValidateprops to theFileUploadModalcomponent - Adds the
fieldsandrequiredprops to theUserDefinedFieldsFormcomponent- If the
fieldsprop is provided, an additional API call to load the fields will not be executed - If the
requiredprop is provided, only required fields will be displayed on the form
- If the
🐛 Bug Fixes
None!
v2.2.4
💥 Breaking Changes
None!
🚀 New Features
- Adds the
userDefinedFieldsarray as a return value in theuseUserDefinedColumnshook - Updates the "Add" button to display in the
Listcomponent 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
💥 Breaking Changes
- the arguments passed to
onLoadin theuseLoaderhook have changed to remove the base URL and project IDs and only provide theparamsobject - this is a bug fix but it will break any projects that worked around it by ignoring those first two arguments
💾 Deprecations
RelatedItemshas been deprecated in favor ofRelatedSourcesand will be removed in the next major release
🚀 New Features
- Adds a new
RelatedSourcescomponent that can display related instances, items, or works - Adds
renderItemprops toRelatedOrganizations,RelatedPeople,RelatedPlaces, andRelatedTaxonomies
🐛 Bug Fixes
- the Core Data Typesense adapter's
getFieldIdfunction will no longer truncate the last character of a field name - removes two arguments that were incorrectly being passed before the
paramsin the Core DatauseLoaderhook (see the breaking change note above)
v2.2.2
💥 Breaking Changes
None!
🚀 New Features
- Refactors session storage on the
DataListandDataTableColumnSelectorcomponents - Adds the
useUserDefinedColumnshook - Adds the
dimmableprop to theItemListcomponent
🐛 Bug Fixes
None!
v2.2.1
💥 Breaking Changes
None!
🚀 New Features
- Adds the ability to add custom buttons to the
AssociatedDropdowncomponent - Adds the ability to customize the actions displayed on the
UserDefinedFieldsListandUserDefinedFieldsEmbeddedListcomponents
🐛 Bug Fixes
None!
v2.2.0
💥 Breaking Changes
- Updates the components to use
v1of the Core Data API - Updates services to accept a base URL and project IDs as constructor parameters
- Renames
PlaceResultsListcomponent to a more genericSearchResultsList
🚀 New Features
- Adds the
EventDetailscomponent - Adds the
RelatedEventscomponent - Adds the
RelatedItemscomponent - Refactors
RelatedMediacomponent to useRelatedList - Updates
RelatedListcomponent to acceptitemsPerRowprop - Adds the
RelatedPlacesLayercomponent - Adds pagination props to
useLoaderhook - 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
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Adds the
FuzzyDateTransformclass - Adds the
FuzzyDateutility class - Adds the
centeredprop toFuzzyDatecomponent
🐛 Bug Fixes
None!