Skip to content

Releases: gravity-ui/table

v0.8.1

11 Sep 08:58
a587956
Compare
Choose a tag to compare

0.8.1 (2024-09-11)

Bug Fixes

  • BaseTable: do not pass table prop as row html attribute, move some inline styles to css (#39) (634a28e)

v0.8.0

10 Sep 11:57
7dbe5ee
Compare
Choose a tag to compare

0.8.0 (2024-09-10)

Features

  • BaseTable: additional properties for classNames and attributes customization (#36) (33db774)
  • BaseTable: remove withTableReorder hoc (#38) (b672d8d)

v0.7.1

09 Sep 10:08
9c25359
Compare
Choose a tag to compare

0.7.1 (2024-09-09)

Bug Fixes

  • BaseTable: do not import dnd-kit if reordering is not used (#34) (31ef94d)

v0.7.0

06 Sep 12:10
0c88835
Compare
Choose a tag to compare

0.7.0 (2024-09-06)

Features

  • BaseTable: aria-(multiselectable,selected) support added (#33) (fa5c464)
  • BaseTable: custom empty content support added (#31) (b92ee11)
  • rename table components to Base* prefix (#29) (aab6643)
  • Table: base border/font design (#32) (ec55971)

v0.6.0

16 Aug 12:46
67232f8
Compare
Choose a tag to compare

0.6.0 (2024-08-16)

Features

  • Table: aria-(colcount,colindex,rowcount,rowindex) support added (#24) (e07d74a)
  • Table: aria-sort support added (#26) (81987fe)
  • Table: attributes customization (#27) (018dd18)

v0.5.0

29 Jul 09:37
cfd2b7c
Compare
Choose a tag to compare

0.5.0 (2024-07-29)

Features

  • Table: some classNames functions support added (#23) (f23aa92)

v0.4.0

26 Jul 11:50
50a186d
Compare
Choose a tag to compare

0.4.0 (2024-07-24)

Features

v0.3.0

15 Jul 15:17
3ef0a16
Compare
Choose a tag to compare

0.3.0 (2024-07-15)

Features

  • Table: column pinning support enabled (#11) (9146096)

v0.2.1

15 Jul 12:48
a242bb3
Compare
Choose a tag to compare

0.2.1 (2024-07-15)

Bug Fixes

  • Table: missing prop rowVirtualizer for row measuring (#12) (56290d5)

v0.2.0

11 Jul 21:07
c1c47b6
Compare
Choose a tag to compare

0.2.0 (2024-07-11)

Features

  • Table: pass table and rowVirtualizer instances instead of options and hoc (#9) (8b52702)