2.0.0
Features
setFocusedCellpublic method is added instead ofprops.focusedCell.resetScrollpublic method is added instead ofprops.resetScroll.props.blurCurrentFocusis removed (now focus is being blurred after a cell's value change automatically).column.widthproperty is added instead ofprops.columnWidthValuesonActiveCellChangedcallback property is added.
Bugfixes
- A header scrollbar width bug is fixed.
Refactor
- The dependencies are updated.
getDerivedStateFromPropsis used instead ofcomponentWillMount.- The storybook examples are rewritten with hooks.