Releases: performant-software/react-components
Releases · performant-software/react-components
v1.0.6
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Adds a custom
renderprop to the Selectize component - Updates the
multipleprop on the Selectize component to allow a numeric value to limit the number of items that can be selected - Adds the SelectizeImageHeader component
- Updates the Draggable component to allow for horizontal drag and drop
🐛 Bug Fixes
None!
v1.0.5
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Updates the IIIFViewer and RichTextArea components to lazy load imports to support server side rendering
🐛 Bug Fixes
None!
v1.0.4
💥 Breaking Changes
- Removed the
buttonprop from the FileUploadModal component
🚀 New Features
- Updates the FileUploadModal component to implement the
singleupload strategy mode - Adds the
closeOnCompleteandshowPageLoaderprops to FileUploadModal; both will default totrue
🐛 Bug Fixes
None!
v1.0.3
💥 Breaking Changes
None! Safe to upgrade!
🚀 New Features
- Updates the
user-defined-fieldspackage to include the neworderfield on lists and modals
🐛 Bug Fixes
None!
v1.0.2
💥 Breaking Changes
None!
🚀 New Features
- Adds the BibliographyList component
- Adjusts the EditContainer
onRemoveChildAssociationlogic to look foruidproperties for comparison - Updates FormUtils to handle nested objects
🐛 Bug Fixes
None!
v1.0.1
💥 Breaking Changes
None!
🚀 New Features
- Adds the
tableNameprop to UserDefinedFieldsForm to allow filtering the fields bytable_namecolumn
🐛 Bug Fixes
None!
v1.0.0
💥 Breaking Changes
- New package created for
@performant-software/controlled-vocabulary. Upgrading will require changing the following components and classes imported from@performant-software/semantic-uiand@performant-software/shared-componentsto@performant-software/controlled-vocabulary. See affected components/classes here.
🚀 New Features
- Adds the
@performant-software/user-defined-fieldspackage for use with the user_defined_fields gem - Updated EditContainer to remove validation errors for keys on
onSetStatecallback - Added
onClearValidationErrorprop to EditContainer for manually clearing validation errors
🐛 Bug Fixes
None!
v0.6.1
💥 Breaking Changes
None!
🚀 New Features
- Adds the User Defined Fields service/transforms
- Adds the UserDefinedFieldsList and UserDefinedFieldsEmebeddedList components for configuring user defined fields
🐛 Bug Fixes
- Updates the FormDataTransform and NestAttributesTransform to properly handle array values on form data objects
v0.6.0
💥 Breaking Changes
None!
🚀 New Features
- Adds the
visualizepackage - Adds the TreeGraph component
- Adds the Zoom higher-order component
🐛 Bug Fixes
None!
v0.5.20
💥 Breaking Changes
None!
🚀 New Features
- Adds the RichTextArea component
- Adjusts the rendering logic of the HorizontalCards component
- Adjusts the
zoomlevel logic of the GoogleMaps - Adds a window resize listener to the HorizontalCards component
🐛 Bug Fixes
- Fixes a bug with the
onClickprop of the HorizontalCards component