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