Skip to content

Releases: performant-software/react-components

v1.0.17

23 Jun 17:34
3bdb57f

Choose a tag to compare

Republish of v1.0.16 due to error.

v1.0.16

23 Jun 13:02
0381d02

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the searchable prop to the FacetList component to allow searching within the list of facet values

🐛 Bug Fixes

None!

v1.0.15

23 Jun 10:17
1e9c25e

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the LazyDocument, LazyImage, and LazyVideo components to hide the img element while loading
  • Adds the ImageCarousel component

🐛 Bug Fixes

None!

v1.0.14

21 Jun 00:23
38eadfc

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a bug in the SearchBox component where the onKeyUp prop was not being sent as a function
  • Adds the key prop to the CurrentFacetLabels component

v1.0.13

15 Jun 19:15
aa5bf2c

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds Semantic-UI styled Instant Search components for searching, faceting, displaying search results, etc
  • Updates the ItemCollection component to be able to show/hide the view toggle
  • Updates react-pdf to the latest version

🐛 Bug Fixes

None!

v1.0.12

04 May 15:32
de6f251

Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Updates the UserDefinedField resolveErrors utility function to handle field errors

🐛 Bug Fixes

  • Fixes an issue in the FileUploadModal with the onSetState function not updating attributes
  • Adds a default order to the UserDefinedFieldModal

v1.0.10

13 Mar 12:58
5288397

Choose a tag to compare

💥 Breaking Changes

  • Refactors the filters prop on any component using the DataList HOC. This refactor only applies to the defaults attribute, see new usage here.

🚀 New Features

  • Adds the ability to display filter labels at the top of a component using the DataList HOC, via the showLabels configuration prop in filters.
  • Adds an optional headerComponent prop to the FileUploadModal component.

🐛 Bug Fixes

None!

v1.0.9

02 Dec 16:57
7efdd12

Choose a tag to compare

💥 Breaking Changes

  • Moves the Citation component to the @performant-software/shared-components package

🚀 New Features

  • Creates the useCitationStyles hook for use with Zotero citations/citeproc

🐛 Bug Fixes

None!

v1.0.8

30 Nov 16:30
d390651

Choose a tag to compare

💥 Breaking Changes

None! Safe to Upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue with the RichTextArea component incorrectly using React's lazy function to load CSS
  • Updates the shared-components Webpack config to resolve react-quill

v1.0.7

28 Nov 15:57
10cfb7b

Choose a tag to compare

💥 Breaking Changes

  • Removes the TreeGraph.Circle and TreeGraph.Rectangle sub-components

🚀 New Features

  • Updates the TreeGraph component to use a foreignObject element to allow rendering nodes as HTML

🐛 Bug Fixes

None!