Skip to content

Releases: matteoterrinoni/react-virtualized-table

v1.5.1

31 Jan 11:03
Compare
Choose a tag to compare

1.5.1 (2019-01-31)

Bug Fixes

  • stickyWrapper: fix typo stycky to sticky (ff0d764)

v1.5.0

31 Jan 10:39
Compare
Choose a tag to compare

1.5.0 (2019-01-31)

Features

  • stickyWrapper: export sticky component (936e1ea)

v1.4.1

25 Jan 08:25
Compare
Choose a tag to compare

1.4.1 (2019-01-25)

Bug Fixes

  • model.ts: Change CustomComponents typings (d6584d8)
  • VTable: fix table not reloading after sort change (fb2f97b)

v1.4.0

24 Jan 15:34
Compare
Choose a tag to compare

1.4.0 (2019-01-24)

Bug Fixes

  • Head: replace icon with internal Icon comp in Head (ec3cd21)

Features

  • Head: Add support for custom components (da4699e)

Performance Improvements

  • table: improve perf of the main table (8b6333b)

v1.3.1

27 Sep 06:52
Compare
Choose a tag to compare

1.3.1 (2018-09-27)

Bug Fixes

  • app: fix react import and absolute import (1a1206f)

v1.3.0

24 Sep 08:03
Compare
Choose a tag to compare

1.3.0 (2018-09-24)

Bug Fixes

Features

v1.2.1

06 Jun 12:25
Compare
Choose a tag to compare

1.2.1 (2018-06-06)

Bug Fixes

  • rollup: fixed style.css name (8b5ca9a)

v1.2.0

06 Jun 06:45
Compare
Choose a tag to compare

1.2.0 (2018-06-06)

Features

  • css: now can import css from lib (293315a)

v1.1.0

05 Jun 14:13
Compare
Choose a tag to compare

1.1.0 (2018-06-05)

Features

  • Columns: now is possible to add a sortable columns directly with addSortableColumnFor (bc16e4d)

v1.0.2

17 May 07:51
Compare
Choose a tag to compare

1.0.2 (2018-05-17)

Bug Fixes

  • item: fixed issue with checked and visible status detection (a65bc2d)