ReactGrid v3.0.22 Release Notes

Release Date: 2020-06-10 // almost 4 years ago
  • ๐Ÿ”„ Changes:

    • โšก๏ธ README.md update
    • moved all style files to @silevis/readtgrid directory
    • GroupCell styling
    • โž• added initialFocusLocation prop
    • renamed disableFillHandle prop to enableFillHandle
    • renamed disableRangeSelection to enableRangeSelection
    • removed disableFloatingCellEditor prop
    • added onFocusLocationChanging event handler
    • CellChange , Change interface
    • 0๏ธโƒฃ added DefaultCellTypes type
    • โฌ‡๏ธ reduces size of package

    ๐Ÿ›  Fixes:

    • the first letter on typing int cell editor
    • CellEditor position
    • ๐Ÿ”” notifying about props implemented in Pro version
    • ๐Ÿ— building on SSR when a window is undefined [e.g. Gatsby]