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

Changelog History
Page 2

  • v7.0.0-canary.38 Changes

    • ๐Ÿ›  Fix summary row position (PR)
  • v7.0.0-canary.37 Changes

    • โž• Add summaryRowHeight prop (PR)
    • Rollup type definitions (PR)
  • v7.0.0-canary.36 Changes

    • ๐Ÿ›  Fixed column headers not showing when grid is horizontally scrolled (PR)
  • v7.0.0-canary.35 Changes

    • Migrate to css-in-js with linaria (PR). RDG now internally uses linaria to manage styles. The stylesheets are automatically injected and there is no stylesheet to manually import anymore.
    • Expose data grid root element reference (PR).
    • (Bug fix) Tabbing into the grid should initiate keyboard navigation (PR).
  • v7.0.0-canary.34 Changes

    • Only show the vertical scrollbar when necessary (PR)
    • ๐Ÿ›  Fix editorPortalTarget default value for server-side rendering (PR)
    • ๐Ÿ‘‰ Use grid layout for rows, split column metrics from compute columns (PR). Resizing columns no longer recreates columns so less re-renders
    • Augment onRowsChange with indexes and column data (PR)
  • v7.0.0-canary.33 Changes

    November 11, 2020
    • (Bug) Commit changes before exiting grid (PR)
  • v7.0.0-canary.32 Changes

    November 10, 2020
    • ๐Ÿ›  Fix importing rdg with webpack 4 (PR)
  • v7.0.0-canary.31 Changes

    November 09, 2020
    • ๐Ÿšš (Breaking) Remove some exports from the grid (PR)
    • ๐Ÿ‘‰ Use a pseudo-element for header resizer (PR)
    • (new) Formatters now receive a new onRowChange prop (PR)
    • (new) Change column.name type from string to string/ReactElement (PR)
    • Publish bundles instead of modules, use babel only for transpilation (PR)
    • ๐Ÿ‘‰ Use the new jsx runtime (PR). The minimum supported react version is 16.14 now.
  • v7.0.0-canary.30 Changes

    November 05, 2020
    • Forward sorting props to headerRenderer (PR)
    • Disable cell navigation while editing. This behavior can be controlled using the new column.editorOptions.onNavigation option (PR)
  • v7.0.0-canary.29 Changes

    November 02, 2020
    • ๐Ÿ›  Fix crash when rows are undefined (PR)
    • ๐Ÿ›  Fix a scrolling bug caused by scroll-behavior: smooth (PR)