Releases: patternfly/react-data-view
Releases · patternfly/react-data-view
v5.8.1
What's Changed
- Enhance useDataViewPagination with URL persisting by @fhlavac in #18
- Add DataViewContext and events provider by @fhlavac in #15
- Introduce DataViewTable by @fhlavac in #14
- Support Tree Table in DataView by @fhlavac in #19
- Add row actions example and actions prop to the toolbar by @fhlavac in #20
- Add empty state support by @fhlavac in #25
- Add error state to the DataView table by @fhlavac in #27
- Add actions to the DataViewToolbar by @fhlavac in #24
- Add loading state to the DataViewTable by @fhlavac in #26
- Mention in the docs how row selection can be disabled by @fhlavac in #30
- Update Components.md. with isSelectDisabled by @fhlavac in #61
- Enhance DataView props and update Events example by @fhlavac in #113
- Add conditional text filtering to DataView by @fhlavac in #112
- Fix tree table data selection by @fhlavac in #127
- Add DataViewCheckbox component by @fhlavac in #131
- Add Sorting to DataView by @fhlavac in #128
- fix(toolbar): move actions after filters by @fhlavac in #151
- Clean up the docs by @fhlavac in #152
Full Changelog: prerelease-v5.0.0...v5.0.0
prerelease-v5.8.0
prerelease-v5.7.1
prerelease-v7.0.0-prerelease.4
7.0.0-prerelease.4 (2024-11-22)
Bug Fixes
- clean the code (8de74b4)
- close filter dropdown after click outside (db23555)
- DataView: Allow rowClick on Tr as well (5a6ae92)
- DataView: Extend StackProps in DataViewProps (1253b5b)
- DataView: Update example to not trigger rowClick on select/action (756ed01)
- docs: Display extended interfaces in the docs (f9bfa06)
- filters: Support changing filters dynamically (bd99c19)
- fix cypress tests failing because of the PF upgrade (ed4300d)
- fix pagination in filtering example (8a31667)
- fix tree table data selection (2b4e9fc)
- make the changes work with v6 (317462f)
- update hook for filters (f83558b)
Features
- add checkbox filter (99a2f5c)
- add example and docs for sorting hook (c6a8cc5)
- add helper hook for sorting (fe4882f)
- add tests for checkbox filter (9e73530)
- add unit and component tests for sorting (6f95550)
- enhance documentation with checkbox filter (c19bedd)
- filters: Document DataView filters (bdd75fc)
- filters: Implement DataViewFilters and text filter (ec73d46)
- filters: Test DataView filters (f51f1a1)