Skip to content

Releases: denisraslov/react-spreadsheet-grid

1.3 (2017-12-23)

14 Jan 13:13
6cd26a8
Compare
Choose a tag to compare

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 from Grid. It helps to avoid excess validations of row types in development version.
  • Remove excess checks for disabled cells.

🎄

1.2 (2017-12-08)

08 Dec 18:09
Compare
Choose a tag to compare

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 the rows at the beginning!

🚀

1.1.1 (2017-11-27)

27 Nov 17:36
Compare
Choose a tag to compare

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

26 Nov 11:26
Compare
Choose a tag to compare

1.0.0 (2017-11-26)

Happy birthday! 🎉