All Versions
76
Latest Version
Avg Release Cycle
13 days
Latest Release
1232 days ago

Changelog History
Page 1

  • v7.6.2 Changes

    November 13, 2020

    7.6.2 (2020-11-13)

    ๐Ÿ› Bug Fixes

  • v7.6.1 Changes

    October 26, 2020

    7.6.1 (2020-10-26)

    ๐Ÿ› Bug Fixes

  • v7.6.0 Changes

    October 10, 2020

    7.6.0 (2020-10-10)

    ๐Ÿ› Bug Fixes

    • utils: Add recently removed export statement (#2764) (a9b57eb)
    • ๐Ÿ› bug in sort subRows data and add test in useSortBy (#2633) (3cba528)
    • ๐Ÿ‘‰ useFlexLayout: change table min width to be the sum of min width of all columns (#2639) (d37856f)
    • ๐Ÿ‘‰ useRowSelect: change to toggleRowSelected reducer to use the previous state (#2651) (1d92c6d), closes #2171
    • ๐Ÿ‘‰ useRowSelect: verify row selection based on reducer state (#2666) (0c452eb)
    • ๐Ÿ‘‰ useRowState: change argument for "initialRowStateAccessor" and "initialCellStateAccessor" (#2719) (188a392), closes #1812 #2102 #2701 #2102 #2701
    • virtualized-rows: header/body column aligment (#2711) (9f4383b)
    • โšก๏ธ useExpanded - utils update (#2738) (bd90f10)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useGridLayout: Add functionality for proposed useGridLayout (#2525) (0c805a7)
  • v7.5.2 Changes

    October 03, 2020

    7.5.2 (2020-10-03)

    ๐Ÿ› Bug Fixes

    • do not crash when headerIdWidths is undefined (#2754) (fc8eb99)
    • ๐Ÿ‘‰ useGroupBy: Improve performance (#2757) (179f80c)
  • v7.5.1 Changes

    September 18, 2020

    7.5.1 (2020-09-18)

    ๐Ÿ› Bug Fixes

    • aggregations: min, max agg -ve num handling (#2736) (a86e404)
  • v7.5.0 Changes

    August 04, 2020

    7.5.0 (2020-08-04)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useRowSelect: Improve usePagination integration - only select rows on current page (#2585) (205c7a9)
  • v7.4.2 Changes

    August 03, 2020

    7.4.2 (2020-08-03)

    ๐Ÿ› Bug Fixes

    • correct median aggregation calculation (6a9223b), closes #2588
  • v7.4.1 Changes

    August 03, 2020

    7.4.1 (2020-08-03)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow useGroupBy without useExpanded (bd6746d), closes #2422
  • v7.4.0 Changes

    August 03, 2020

    7.4.0 (2020-08-03)

    ๐Ÿ› Bug Fixes

    • โž• Add useExpanded in the pluginOrder because selection get broken if it's before. (#2581) (fdb1ebe)
    • initalState sortBy fix, if the last sortBy column is clicked we will replace the sort state, not toggle it (#2508) (20ecd35)
    • โšก๏ธ update tests (ec8dcb1)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useGroupBy: Set groupBy state via method (#2570) (93e7e72)
    • ๐Ÿ‘‰ useSortBy: set sortBy state via method at once (#2576) (243db86)
  • v7.3.5 Changes

    August 03, 2020

    7.3.5 (2020-08-03)

    ๐Ÿ› Bug Fixes