Skip to content

Releases: performant-software/react-components

v0.5.19

29 Aug 12:17
ae7f2db

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Updates the styles of the AssociatedDropdown component to use flex-box instead of container width
  • Adds the defaultView prop to the ItemToggle component

πŸ› Bug Fixes

  • Updates the ObjectUtils class to allow for function equality checking

v0.5.18

23 Aug 15:23
0c1813f

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Adds a clear icon to the search input in DataList
  • Updates the BaseTransform class to accept an arbitrary hash of attributes
  • Adds the Reference utility class
  • Updates the LazyIIIF component to accept color and content props

πŸ› Bug Fixes

  • Adds autoFocus prop to first input on ReferenceCodeModal and ReferenceTableModal components
  • Updates publishing script to use yarn instead of npm
  • Fixes an issue with text overflow styles in AudioPlayer, PhotoViewer, and VideoPlayer components
  • Fixes an issue with the LazyImage component not rendering buttons if an error occurs with the preview image

v0.5.17

12 Aug 14:58
0e21c8e

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Added withoutTime date function to utils/Date
  • Updated ItemCollection to be aware of _destroy prop and hide elements

πŸ› Bug Fixes

  • Fixed an issue in ReferenceCodeDropdown with removing values
  • Updated DatePicker.css to include styles from react-calendar
  • Fixed style issue in ReferenceCodeFormLabel

v0.5.16

09 Aug 12:32
66f17fc

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Added AudioPlayer, LazyAudio, LazyIIIF, IIIFModal, and IIIFViewer components
  • Added error state to PhotoViewer, AudioPlayer, and VideoPlayer components
  • Added loading state to LazyAudio, LazyImage, LazyDocument, and LazyVideo components
  • Added LazyMedia component to use above components based on contentType prop

πŸ› Bug Fixes

None!

v0.5.13

27 Jul 19:08

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixes an issue in ReferenceCodeFormDropdown with useEffect

v0.5.12

27 Jul 18:44

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Adds the BatchEdit HOC and KeyValuePairs component
  • Adds the ReferenceCodeFormDropdown component and References transform

πŸ› Bug Fixes

None!

v0.5.11

20 Jul 13:06

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • Updated LazyDocument and LazyVideo to generate previews if preview prop is not provided
  • Updated EmbeddedList component to accept defaultSort and defaultSortDirection props

πŸ› Bug Fixes

None!

v0.5.10

16 Jun 17:23

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixing a bug with adding/editing records in AssociatedDropdown component

v0.5.9

03 Jun 15:18

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Updating index.js to export Hooks

v0.5.8

03 Jun 14:17

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixes a bug with unnecessary re-render in the ListTable component
  • Fixes an import error for ObjectUtils in the EditContainer component