Skip to content

Latest commit

 

History

History
93 lines (39 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

93 lines (39 loc) · 2.37 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2017-05-28)

3.0.1 (2017-05-26)

3.0.0 (2016-08-09)

Bug Fixes

  • compile: publish package with compiled source (cdac0d6)

BREAKING CHANGES

  • compile: this might be breaking erroring

2.0.4 (2016-05-05)

Bug Fixes

  • var over let: using var instead of let (f809640)

2.0.3 (2016-04-15)

Bug Fixes

  • reactify needs to be a dependency (e1c7b0d)

2.0.2 (2016-04-15)

2.0.1 (2016-04-15)

2.0.0 (2016-04-15)

Bug Fixes

  • getCellValue: Array check is unnecessary (8b9a2a5)
  • onToggle: use let over const since rows is mutated (ab17aa8)

Features

  • react: upgrade to react 15 (4f015db)

BREAKING CHANGES

  • react: we are upgrading react.

1.0.2 (2016-04-11)

Bug Fixes

  • dependency: we do not need react-dom as a dependency (2a9a086)

1.0.1 (2016-04-11)