Skip to content

Releases: denisraslov/react-spreadsheet-grid

2.3.1

06 Aug 11:57
Compare
Choose a tag to compare

Docs

  • Fix docs

2.3.0

31 Jul 14:17
Compare
Choose a tag to compare

Bugfixes

  • Fix adding new rows if isScrollable=false: #47

2.2.0

23 Jul 17:18
Compare
Choose a tag to compare

Infrastructure

  • Add type declarations

2.1.0

17 Jul 15:34
Compare
Choose a tag to compare

Features

  • Add selectTextOnFocus prop for Input component. Thanks to @JoseMCO!

Configuration

  • Add & configure Prettier
  • Add a pre-commit hook running Prettier & tests

2.0.0

01 Jun 09:44
255a31c
Compare
Choose a tag to compare

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.

1.4.3 (2018-05-28)

28 May 15:58
Compare
Choose a tag to compare

Fix an example in the documentation (#22).

1.4.2 (2018-04-30)

30 Apr 12:36
Compare
Choose a tag to compare

The dependencies were updated.

1.4.1 (2018-04-15)

15 Apr 11:41
Compare
Choose a tag to compare

Bugfixes

  • Fix a bug addressed in the issue: #18

Thanks to @cvinson for this release!

1.4 (2018-04-08)

08 Apr 16:17
Compare
Choose a tag to compare

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)

14 Jan 13:16
Compare
Choose a tag to compare

Bugfixes

  • Some bugfixes.
  • Fix shouldComponentUpdate for GridRow.
  • Fix documentation.

📘