Skip to content

2.0.0

Choose a tag to compare

@denisraslov denisraslov released this 01 Jun 09:44
· 34 commits to master since this release
255a31c

Features

  • setFocusedCell public method is added instead of props.focusedCell.
  • resetScroll public method is added instead of props.resetScroll.
  • props.blurCurrentFocus is removed (now focus is being blurred after a cell's value change automatically).
  • column.width property is added instead of props.columnWidthValues
  • onActiveCellChanged callback property is added.

Bugfixes

  • A header scrollbar width bug is fixed.

Refactor

  • The dependencies are updated.
  • getDerivedStateFromProps is used instead of componentWillMount.
  • The storybook examples are rewritten with hooks.