Skip to content

Latest commit

 

History

History
188 lines (90 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

188 lines (90 loc) · 10.2 KB

Changelog

1.3.0 (2024-10-22)

Features

  • Table: table actions column added (#61) (9ff4a42)

1.2.5 (2024-10-09)

Bug Fixes

  • TableSettings: export additional types (#69) (ab84ec1)

1.2.4 (2024-10-09)

Bug Fixes

  • BaseTable: fix virtual rows positioning when reordering or sorting rows (#71) (ab0f936)
  • TableSettings: popover actions background in dark theme (#68) (7b95f62)

1.2.3 (2024-10-04)

Bug Fixes

  • BaseTable: pass getIsCustomRow, groupHeaderClassName and renderCustomRowContent into BaseRow (#66) (28bf6d2)
  • BaseTable: take offset into account when virtualizing (#65) (af52206)

1.2.2 (2024-10-02)

Bug Fixes

  • TableSettings: group ordering state initializing (#63) (e9a6ec1)

1.2.1 (2024-09-30)

Bug Fixes

1.2.0 (2024-09-26)

Features

  • Table: table settings component added (#51) (8936fe1)

1.1.0 (2024-09-25)

Features

  • Table: styled SortIndicator added (#49) (d4e7d82)
  • Table: styled SortIndicator export added (#53) (39b5709)
  • Table: table size supported (#50) (50e7778)

Bug Fixes

  • BaseHeaderCell: sorting on resize fixed (#55) (716a45b)

1.0.0 (2024-09-12)

chore

0.9.0 (2024-09-12)

Features

Bug Fixes

  • BaseTable: calc aria-rowindex fixed (#47) (5216d52)

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)

0.8.0 (2024-09-10)

Features

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

0.7.1 (2024-09-09)

Bug Fixes

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

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)

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)

0.5.0 (2024-07-29)

Features

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

0.4.0 (2024-07-24)

Features

0.3.0 (2024-07-15)

Features

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

0.2.1 (2024-07-15)

Bug Fixes

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

0.2.0 (2024-07-11)

Features

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

0.1.1 (2024-07-01)

Bug Fixes

  • Table: fix drag when virtualization enabled (#7) (cf86ba2)

0.1.0 (2024-07-01)

Features

  • HeaderCell: add header groupping possibility (#5) (56466ff)

0.0.1 (2024-05-21)

chore