Releases: denisraslov/react-spreadsheet-grid
Releases · denisraslov/react-spreadsheet-grid
2.3.1
2.3.0
2.2.0
Infrastructure
- Add type declarations
2.1.0
2.0.0
Features
setFocusedCell
public method is added instead ofprops.focusedCell
.resetScroll
public method is added instead ofprops.resetScroll
.props.blurCurrentFocus
is removed (now focus is being blurred after a cell's value change automatically).column.width
property is added instead ofprops.columnWidthValues
onActiveCellChanged
callback property is added.
Bugfixes
- A header scrollbar width bug is fixed.
Refactor
- The dependencies are updated.
getDerivedStateFromProps
is used instead ofcomponentWillMount
.- The storybook examples are rewritten with hooks.
1.4.3 (2018-05-28)
Fix an example in the documentation (#22).
1.4.2 (2018-04-30)
The dependencies were updated.
1.4.1 (2018-04-15)
1.4 (2018-04-08)
Features
- Add
focusOnSingleClick
to props. Now there is an opportunity to set the focus on a cell's input upon single clicking it.
Thanks to @markronquillo for this release!
1.3.1 (2018-01-14)
Bugfixes
- Some bugfixes.
- Fix
shouldComponentUpdate
forGridRow
. - Fix documentation.
📘