Skip to content

Releases: performant-software/react-components

v0.5.12

27 Jul 18:44
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.5.7

26 May 19:52
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixes this issue in semantic-ui-less

v0.5.6

26 May 16:12
Compare
Choose a tag to compare
Bumping versions to 0.5.6.

v0.5.5

26 May 16:04
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • Removing dependency on semantic-ui-css. The build 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 underlying axios 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

18 May 11:44
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • None!

πŸ› Bug Fixes

  • Fixed an issue with the payload transformation in ReferenceTable transform

v0.5.3

17 May 19:18
7593975
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • Updated BaseService class to include static configure method. This will allow the consuming application to customize the axios instance imported by this package, rather than provide its own.

πŸš€ New Features

  • Added DataView component for read-only views.

πŸ› Bug Fixes

  • None!