ReactGrid v3.1.7 Release Notes
Release Date: 2020-11-18 // about 4 years ago-
๐ Changes:
- โ added brand new cell template -
DropdownCell
build onreact-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
andvalue
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
- โ added brand new cell template -
Previous changes from v3.1.6
-
๐ Changes:
- โ added
nonEditable
cell property. Now you no need to create a newCellTemplate
disable changes on a cell; - โ added JSDoc API descriptions;
- โก๏ธ updated
readme.md
:getting started
handling changes
example; - โ added description of how to use
ReactGrid
withNext.js
; - โฌ๏ธ temporarily downgraded the
typescript
version to3.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
- โ added