Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# @weave-design/table-v1.0.0 (2023-03-07) ### Bug Fixes * add truncation and ellipsis to header column ([a83105f](a83105f)) * **bundle:** Fix package bundles ([a1b479d](a1b479d)) * **bundle:** include dependency CSS ([f5a4a62](f5a4a62)) * column show hide filter ([c0c9357](c0c9357)) * column show/hide cell styles ([b8fb5be](b8fb5be)) * column show/hide resize issues ([9033cf6](9033cf6)) * column widths off when rowSelection is set to false ([d420305](d420305)) * edit table wrapper layout ([4326363](4326363)) * Fix the customStylesheet not overridable issue in application level ([095e43a](095e43a)) * isGrouped sort ([9201b1e](9201b1e)) * pass down enableBlockLayout ([2b25347](2b25347)) * **presentation:** add missing typography styles ([0790b31](0790b31)) * remove bottom border from header ([cbcc74b](cbcc74b)) * remove react-table column tooltip ([f9ce87c](f9ce87c)) * resize when grouping is used ([4c70b40](4c70b40)) * resizing when rowSelection is false ([23d8105](23d8105)) * set columnArray on load ([dbf2a60](dbf2a60)) * show all rows by default ([9755260](9755260)) * show hide filter label id ([5e30529](5e30529)) * sort icons ([fe3770f](fe3770f)) * table group render ([8461640](8461640)) * **table:** upgrade react-virtualized to use public methods for getSize ([f9de178](f9de178)) ### Documentation * update package.json and readme ([5dfdf4f](5dfdf4f)) ### Features * add ability to pre select row(s) ([68b1123](68b1123)) * add control for row pre select ([45e66b0](45e66b0)) * add multi select functionality ([84bb347](84bb347)) * add new hig table component ([6bd24d7](6bd24d7)) * add onApplication property ([4636183](4636183)) * add sort by group logic ([dad64de](dad64de)) * add table group select all ([7a687a0](7a687a0)) * add table grouping logic ([83b49d8](83b49d8)) * add table row select option ([b4190bf](b4190bf)) * add the onColumnWidthChanged prop to table ([#2892](#2892)) ([a583ed2](a583ed2)) * add tree grid structure ([04ef73e](04ef73e)) * controlled show/hide columns ([a235916](a235916)) * **table:** Add [@hig](https://github.com/hig)/table package based on the bim360-base-table ([936dc04](936dc04)) * **table:** Add [@hig](https://github.com/hig)/themes dependency ([7dd05b0](7dd05b0)) * **table:** add a complex example & fixed some style issues ([f703a53](f703a53)) * **table:** Add theming support ([ca24188](ca24188)) ### BREAKING CHANGES * This a new version of the @hig/table that uses React 17 and React Table
- Loading branch information