Releases: denisraslov/react-spreadsheet-grid
Releases · denisraslov/react-spreadsheet-grid
1.3 (2017-12-23)
Features
- Add
isScrollable
to props. - Standardize API for built-in Input:
onBlur
->onChange
.
Bugfixes
- Some bugfixes.
- Fix behavior of cell editors - now a callback after change of a value calls before
Grid
re-renders.
Optimizations
- Move slicing of visible rows in
ScrollWrapper
fromGrid
. It helps to avoid excess validations of row types in development version. - Remove excess checks for disabled cells.
🎄
1.2 (2017-12-08)
Features
- Add
resetScroll
in props.
Bugfixes
- Fix the bug when columns are misaligned with scrollbar if there is a scroll. Now the header has a scrollbar too in this situation (#1).
- Fix the bug when a header cell with empty value is misaligned with other cells (#7).
- Now grid re-renders if new
rows
passed. - Proper alignment for strings passed as cell content.
Optimizations
- Use the height of the window to calculate the initially rendered count of
rows
. Now it doesn't render all therows
at the beginning!
🚀
1.1.1 (2017-11-27)
Features
Add onScroll
and onScrollReachesBottom
callbacks in props
Bugfixes
Don't render a column resizer into the last column
Refactoring
Put TablePropTypes
in a kit file
✨
v1.0.0
1.0.0 (2017-11-26)
Happy birthday! 🎉