Releases: performant-software/react-components
Releases Β· performant-software/react-components
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
preview
prop is not provided - Updated EmbeddedList component to accept
defaultSort
anddefaultSortDirection
props
π 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.js
to 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
ObjectUtils
in the EditContainer component
v0.5.7
v0.5.6
Bumping versions to 0.5.6.
v0.5.5
π₯ Breaking Changes
- Removing dependency on
semantic-ui-css
. Thebuild
folder will now contain two CSS files to be imported into the consuming project:
semantic-ui.css: Our "flavor" of the semantic-ui-css, with styles updated to meet the accessibility standards
main.css: Styles specific to the components exported by the package
π New Features
- Adds the DatabaseView component
- Updates the BaseService class to include a
getAxios
method for access to the underlyingaxios
object - Updates the LoginModal component to allow hiding the "Close" button
π Bug Fixes
- Fixed an issue in the DataList component when providing filters
v0.5.4
π₯ Breaking Changes
None!
π New Features
- None!
π Bug Fixes
- Fixed an issue with the payload transformation in
ReferenceTable
transform
v0.5.3
π₯ Breaking Changes
- Updated
BaseService
class to include staticconfigure
method. This will allow the consuming application to customize theaxios
instance imported by this package, rather than provide its own.
π New Features
- Added
DataView
component for read-only views.
π Bug Fixes
- None!