Releases: performant-software/react-components
Releases · performant-software/react-components
v2.2.12
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue in the
UserDefinedFieldsForm
component when fuzzy date values arenull
v2.2.11
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds handling for
FuzzyDate
field type toUserDefinedFieldsForm
🐛 Bug Fixes
None!
v2.2.10
💥 Breaking Changes
- Moves the
ModalContext
context out of thesemantic-components
package and into theshared
package- This was only used internally, so it shouldn't impact any projects
🚀 New Features
- Adds the
EventsList
,FacetSlider
,FacetTimeline
, andModal
components to thecore-data
package
🐛 Bug Fixes
None!
v2.2.9
💥 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
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Adds the
WarpedImageLayer
component as an option in theOverlayLayers
component - Adds the
WarpedImageLayer
andWarpedImageLayerPeripleo
components - Simplifies the
GeoJsonLayer
component - Adds the
maxPitch
andpreserveDrawingBuffer
props toMapDraw
component
🐛 Bug Fixes
- Updates the
PlaceLayersSelector
component to parse JSONcontent
from layers
v2.2.7
💥 Breaking Changes
None!
🚀 New Features
- Adds the
cooperativeGestures
,fullscreen
, andnavigation
props to theMapDraw
component
🐛 Bug Fixes
None!
v2.2.6
💥 Breaking Changes
None!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue with duplicate columns in the
useUserDefinedColumns
hook
v2.2.5
💥 Breaking Changes
None!
🚀 New Features
- Adds the
errors
,itemComponentProps
, andonValidate
props to theFileUploadModal
component - Adds the
fields
andrequired
props to theUserDefinedFieldsForm
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
- If the
🐛 Bug Fixes
None!
v2.2.4
💥 Breaking Changes
None!
🚀 New Features
- Adds the
userDefinedFields
array as a return value in theuseUserDefinedColumns
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
💥 Breaking Changes
- the arguments passed to
onLoad
in theuseLoader
hook have changed to remove the base URL and project IDs and only provide theparams
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 ofRelatedSources
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 toRelatedOrganizations
,RelatedPeople
,RelatedPlaces
, andRelatedTaxonomies
🐛 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 DatauseLoader
hook (see the breaking change note above)