Releases: performant-software/react-components
Releases Β· performant-software/react-components
v0.5.19
π₯ Breaking Changes
None!
π New Features
- Updates the styles of the AssociatedDropdown component to use flex-box instead of container width
- Adds the
defaultViewprop to the ItemToggle component
π Bug Fixes
- Updates the ObjectUtils class to allow for function equality checking
v0.5.18
π₯ 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
colorandcontentprops
π Bug Fixes
- Adds
autoFocusprop to first input on ReferenceCodeModal and ReferenceTableModal components - Updates publishing script to use
yarninstead ofnpm - 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
π₯ Breaking Changes
None!
π New Features
- Added
withoutTimedate function to utils/Date - Updated ItemCollection to be aware of
_destroyprop 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
π₯ 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
contentTypeprop
π Bug Fixes
None!
v0.5.13
π₯ Breaking Changes
None!
π New Features
None!
π Bug Fixes
- Fixes an issue in ReferenceCodeFormDropdown with
useEffect
v0.5.12
π₯ 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
π₯ Breaking Changes
None!
π New Features
- Updated LazyDocument and LazyVideo to generate previews if
previewprop is not provided - Updated EmbeddedList component to accept
defaultSortanddefaultSortDirectionprops
π Bug Fixes
None!
v0.5.10
π₯ Breaking Changes
None!
π New Features
None!
π Bug Fixes
- Fixing a bug with adding/editing records in AssociatedDropdown component
v0.5.9
π₯ Breaking Changes
None!
π New Features
None!
π Bug Fixes
- Updating
index.jsto export Hooks
v0.5.8
π₯ Breaking Changes
None!
π New Features
None!
π Bug Fixes
- Fixes a bug with unnecessary re-render in the ListTable component
- Fixes an import error for
ObjectUtilsin the EditContainer component