Releases: performant-software/react-components
Releases Β· performant-software/react-components
v1.0.1
π₯ Breaking Changes
None!
π New Features
- Adds the
tableName
prop to UserDefinedFieldsForm to allow filtering the fields bytable_name
column
π 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-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
π₯ 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
visualize
package - 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
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
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
defaultView
prop 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
color
andcontent
props
π Bug Fixes
- Adds
autoFocus
prop to first input on ReferenceCodeModal and ReferenceTableModal components - Updates publishing script to use
yarn
instead 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
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
π₯ 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
π₯ Breaking Changes
None!
π New Features
None!
π Bug Fixes
- Fixes an issue in ReferenceCodeFormDropdown with
useEffect