Skip to content

Releases: table-library/react-table-library

v4.0.5

03 Jul 10:52
Compare
Choose a tag to compare

4.0.5 (2022-07-03)

Bug Fixes

  • resize: handle highligting improved (8ad9c9d)

v4.0.4

03 Jul 08:50
Compare
Choose a tag to compare

4.0.4 (2022-07-03)

Bug Fixes

  • baseline: make the theme more datagrid like (eb0bbb0)

v4.0.3

01 Jul 09:37
Compare
Choose a tag to compare

4.0.3 (2022-07-01)

Bug Fixes

  • demo.story: percentage width to demo on big screens too (5ba860a)

v4.0.2

29 Jun 07:49
Compare
Choose a tag to compare

4.0.2 (2022-06-29)

Bug Fixes

  • SortButton: make TS happy (7e127bf)
  • useTree/CellTree: add missing margin (0e21122)

v4.0.1

28 Jun 13:16
Compare
Choose a tag to compare

4.0.1 (2022-06-28)

Bug Fixes

  • CompactRow: regression where wrong index is used (see #66) (03959f8)

v4.0.0

28 Jun 07:29
7489a29
Compare
Choose a tag to compare

4.0.0 (2022-06-28)

  • new Virtualized component for opt-in virtualization (see FEATURES/Virtualized)
  • table elements (e.g. table, td, th) instead of div elements, but they can be transformed as div elements by using layout={{ isDiv: true }} (see MISC/Table story)

BREAKING CHANGES

  • The main things that have changed:
  • layout via --data-table-library_grid-template-columns (everything acceptable what a CSS grid-template-columns property would accept) on Table property when using useTheme() instead of width/min-width on each BaseCell (see FEATURES/Layout stories)
  • less internal styling (padding, margin, etc.), it should be done by individual theming instead (see FEATURES/Theme)
  • hide feature: hideKey: string became hide: boolean on each HeaderCell/Cell, hiddenColumns in layout not necessary anymore
  • fixed header feature: layout={{ fixedHeader: true }}
  • controlled layout: layout={{ resizedLayout: string }} and layout={{ onLayoutChange: (gridTemplateColumns: string) => void }} instead of using string[]

v3.1.5

30 May 11:39
Compare
Choose a tag to compare

3.1.5 (2022-05-30)

Bug Fixes

  • package.jsob: include emotion as peer dependency again (cab8804)

v3.1.4

29 May 08:26
Compare
Choose a tag to compare

3.1.4 (2022-05-29)

Bug Fixes

  • Button/Checkbox: use JSX pragma (e779b6c)

v3.1.3

29 May 07:24
Compare
Choose a tag to compare

3.1.3 (2022-05-29)

Bug Fixes

v3.1.2

13 May 20:52
Compare
Choose a tag to compare

3.1.2 (2022-05-13)

Bug Fixes

  • Cell/Row: stopPropagation should work for cellClick and not reach rowClick #50 (7ea2df4)