Skip to content

Releases: performant-software/react-components

v1.0.6

23 Nov 14:08
584765b

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds a custom render prop to the Selectize component
  • Updates the multiple prop 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

03 Nov 12:26
ebdeb2b

Choose a tag to compare

💥 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

28 Oct 21:42
0764e96

Choose a tag to compare

💥 Breaking Changes

  • Removed the button prop from the FileUploadModal component

🚀 New Features

  • Updates the FileUploadModal component to implement the single upload strategy mode
  • Adds the closeOnComplete and showPageLoader props to FileUploadModal; both will default to true

🐛 Bug Fixes

None!

v1.0.3

26 Oct 20:56
0c63ef8

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the user-defined-fields package to include the new order field on lists and modals

🐛 Bug Fixes

None!

v1.0.2

12 Oct 11:26
67ad042

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the BibliographyList component
  • Adjusts the EditContainer onRemoveChildAssociation logic to look for uid properties for comparison
  • Updates FormUtils to handle nested objects

🐛 Bug Fixes

None!

v1.0.1

06 Oct 19:27
20d8d0f

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the tableName prop to UserDefinedFieldsForm to allow filtering the fields by table_name column

🐛 Bug Fixes

None!

v1.0.0

26 Sep 17:37
23e3dee

Choose a tag to compare

💥 Breaking Changes

  • New package created for @performant-software/controlled-vocabulary. Upgrading will require changing the following components and classes imported from @performant-software/semantic-ui and @performant-software/shared-components to @performant-software/controlled-vocabulary. See affected components/classes here.

🚀 New Features

  • Adds the @performant-software/user-defined-fields package for use with the user_defined_fields gem
  • Updated EditContainer to remove validation errors for keys on onSetState callback
  • Added onClearValidationError prop to EditContainer for manually clearing validation errors

🐛 Bug Fixes

None!

v0.6.1

20 Sep 14:59
3d7e26e

Choose a tag to compare

💥 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

13 Sep 16:58
1c01a1d

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the visualize package
  • Adds the TreeGraph component
  • Adds the Zoom higher-order component

🐛 Bug Fixes

None!

v0.5.20

01 Sep 19:28
4d52692

Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the RichTextArea component
  • Adjusts the rendering logic of the HorizontalCards component
  • Adjusts the zoom level logic of the GoogleMaps
  • Adds a window resize listener to the HorizontalCards component

🐛 Bug Fixes

  • Fixes a bug with the onClick prop of the HorizontalCards component