ReactGrid v3.1.7 Release Notes

Release Date: 2020-11-18 // over 3 years ago
  • ๐Ÿ”„ Changes:

    • โž• added brand new cell template - DropdownCell build on react-select library
    • โž• added placeholder feature to the TextCell
    • rendering Cell Editor statically in-cell on mobile devices

    ๐Ÿ›  Fixes:

    • rendering full-width header shadow
    • setting minimum column width to 40px
    • pasting data on cells where text and value in a cell template
    • enable context menu on column and row selection on mobile devices
    • not selecting cell if focus can't be placed on cell

Previous changes from v3.1.6

  • ๐Ÿ”„ Changes:

    • โž• added nonEditable cell property. Now you no need to create a new CellTemplate disable changes on a cell;
    • โž• added JSDoc API descriptions;
    • โšก๏ธ updated readme.md: getting started handling changes example;
    • โž• added description of how to use ReactGrid with Next.js;
    • โฌ‡๏ธ temporarily downgraded the typescript version to 3.9.7.

    ๐Ÿ›  Fixes:

    • โœ‚ removed all circular dependencies
    • preventing including currency symbol on NumberCell editor
    • losing focus on mobile devices
    • ๐Ÿ†• new way to display sticky panes shadows