Skip to content

Releases: table-library/react-table-library

v4.0.17

31 Aug 12:16
Compare
Choose a tag to compare

4.0.17 (2022-08-31)

Bug Fixes

  • hasLeaves: allow null as TableNode (62ccc17)

v4.0.16

31 Aug 12:10
Compare
Choose a tag to compare

4.0.16 (2022-08-31)

Bug Fixes

v4.0.15

31 Aug 12:02
Compare
Choose a tag to compare

4.0.15 (2022-08-31)

Bug Fixes

  • getExtendedNodes: parentNode is null in first iteration (16fee62)

v4.0.14

31 Aug 11:39
Compare
Choose a tag to compare

4.0.14 (2022-08-31)

Bug Fixes

  • tree: new getPath and getExtendedNodes functions (07c9cb5)

v4.0.13

31 Aug 09:35
Compare
Choose a tag to compare

v4.0.12

24 Aug 11:29
Compare
Choose a tag to compare

4.0.12 (2022-08-24)

Bug Fixes

  • findNodeById: use generics (d32b68b)

v4.0.11

08 Aug 20:53
Compare
Choose a tag to compare

4.0.11 (2022-08-08)

Bug Fixes

  • Tree/idReducer: onAddByIdRecursively / onRemoveByIdRecursively uses real recursiveness on id, the previous usage was just onAddByIds / onRemoveByIds (now renamed) (b7feb37)

v4.0.10

18 Jul 06:34
Compare
Choose a tag to compare

4.0.10 (2022-07-18)

Bug Fixes

  • ColSpan: includePrevious (3dca17f)

v4.0.9

17 Jul 20:28
Compare
Choose a tag to compare

4.0.9 (2022-07-17)

Bug Fixes

  • colSpan: use different props (2e6ea66)

v4.0.8

16 Jul 14:13
Compare
Choose a tag to compare

4.0.8 (2022-07-16)

Bug Fixes

  • Footer: add proper semantics (0607b4a)