Skip to content

Releases: performant-software/react-components

v0.1.1

25 Oct 17:50
Compare
Choose a tag to compare

This release is used to published this repository as an NPM module.

v0.2.0

30 Jul 15:44
2178fe8
Compare
Choose a tag to compare

💥 Breaking Changes

  • To support server side rendering, browser objects (window, document, etc) can only be used in effects
  • To support NextJS, styles for this library must be imported explicitly as global styles

🚀 New Features

  • Added record selection to DataTable component
  • Added ability to show record counts on ListTable, EmbeddedList, AccordionList components
  • Added optional "Edit" button to AssociatedDropdown component

🐛 Bug Fixes

  • Fixed an issue with displaying multiple keyboards on the same component
  • Fixed an issue where the onSave prop on DataList was always expecting a Promise

v0.1.0

06 Apr 14:50
1ab7ea2
Compare
Choose a tag to compare

Initial release

This release contains a library of components that can be used to build a React application.