UNPKG

843 BMarkdownView Raw
12.0.2 / 2016-08-17
2==================
3
4 * Improvement - Allow value rendering to be customized. Now you can pass a custom renderer for value if the default (no visible value!) isn't enough.
5
62.0.0 / 2016-08-16
7==================
8
9 * 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.
10 * Breaking - Auto focus `input` by default. #180.
11
121.2.1 / 2016-08-05
13==================
14
15 * Improvement - Expose `event` to `onActivate`.
16
171.1.6 / 2016-08-05
18==================
19
20 * Improvement - Allow `activateEvent` (default `onClick`) to be overridden.
21
221.1.0 / 2016-08-03
23==================
24
25 * Improvement - Allow `editingProps` (`value`/`onValue`) to be overridden.
26
271.0.0 / 2016-07-25
28==================
29
30 * Initial release.