All Versions
54
Latest Version
Avg Release Cycle
13 days
Latest Release
-

Changelog History
Page 3

  • v7.0.0-canary.28 Changes

    October 30, 2020
    • โšก๏ธ (Breaking) Removed onRowsUpdate, enableCellCopyPaste, and enableCellDragAndDrop props. Added 2 new props (onFill and onPaste) (PR)
    • (Breaking) Rename enableFilters to enableFilterRow (PR)
  • v7.0.0-canary.27 Changes

    October 29, 2020
    • ๐Ÿšš (Breaking) Removed old editor API (PR)
    • ๐Ÿšš (Breaking) Removed onCheckCellIsEditable prop (PR). Use column.editable instead. = (Breaking) Replaced rowKey prop with rowKeyGetter (PR)
  • v7.0.0-canary.26 Changes

    October 20, 2020
    • ๐Ÿ›  Fixed Copy & Paste events not working properly in non-English keyboards (PR)
  • v7.0.0-canary.25 Changes

    October 19, 2020
    • โž• Added support for webpack 5 (PR)
  • v7.0.0-canary.24 Changes

    October 01, 2020
    • ๐Ÿ›  Fixed a bug where grid was getting scrolled on cell focus
  • v7.0.0-canary.23 Changes

    October 01, 2020
    • ๐Ÿ’… Minor style fixes
  • v7.0.0-canary.22 Changes

    September 02, 2020
    • โž• Add Grouping (PR). Check the new example.
    • ๐Ÿ’… (Breaking) Removed height and width props and added new className and style props. We are now using ResizeObserver to calculate all the grid dimensions (PR)
    • ๐Ÿšš (Breaking) Removed formatterOptions. Grid now handles formatter focus internally so this prop is no longer required (PR)
    • โž• Added support for React 17
  • v7.0.0-canary.21 Changes

    August 24, 2020
    • ๐Ÿ›  Editor2 bug fixes (PR)
    • formatterOptions.focusable can be a function now so different rows can have different focus behavior for the same column
    • Grid now internally uses ResizeObserver API to calculate the available width (PR)
  • v7.0.0-canary.20 Changes

    August 17, 2020
    • A new editor api that does not require a ref (PR)
    • 0๏ธโƒฃ A new columnDefaultOptions prop. This replaces minColumnWidth and defaultFormatter props (PR)
  • v7.0.0-canary.19 Changes

    August 10, 2020
    • ๐Ÿ‘ Allow setting ref on Cell/Row renderers (PR)