6.4.1 / 2018-04-05
==================

  * Bug fix - Fix `onBlur` behavior on Firefox. #4

6.4.0 / 2017-10-02
==================

  * Chore - Support React 16. #3

6.3.0 / 2017-05-04
==================

  * Refactor - React 15.5 upgrade, fixed deprecations. #2

6.2.0 / 2017-01-19
==================

  * Feature - Add `autoFocus` to `<select>`. #1

6.1.1 / 2016-11-25
==================

  * Bug fix - Drop redundant peer dependencies. Only React is needed.

6.1.0 / 2016-11-25
==================

  * The repository was moved to a new place. Functionality hasn't changed even though the version has been bumped for technical reasons.

4.1.0 / 2016-09-20
==================

  * Feature - Pass `extraParameters` to `edit` interface. #201

2.0.2 / 2016-08-17
==================

  * Feature - Allow value rendering to be customized. Now you can pass a custom renderer for value if the default (no visible value!) isn't enough.

2.0.0 / 2016-08-16
==================

  * Breaking - Rename as `react-edit` given it's a generic component. It's not distributed as a part of `reactabular` anymore and you'll have to install it separately. #176.
  * Breaking - Auto focus `input` by default. #180.

1.2.1 / 2016-08-05
==================

  * Feature - Expose `event` to `onActivate`.

1.1.6 / 2016-08-05
==================

  * Feature - Allow `activateEvent` (default `onClick`) to be overridden.

1.1.0 / 2016-08-03
==================

  * Feature - Allow `editingProps` (`value`/`onValue`) to be overridden.

1.0.0 / 2016-07-25
==================

  * Initial release.
