UNPKG

1.44 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/).
5
6## To Be Released
7
8## 1.1.0 - 2016-05-30
9
10### Added
11
12- Added `willUnmount` hook. This hook receives one object as argument, which contains `getEditorState` & `setEditorState`. The hook will be executed once the Editor component is about to be unmounted.
13
14## 1.0.1 - 2016-05-03
15
16### Fixed
17
18- Properly handle the property `decorators` in case it's value is `null` [#233](https://github.com/draft-js-plugins/draft-js-plugins/issues/233)
19
20## 1.0.0 - 2016-04-20
21
22### Changed
23
24- Moved to a flat configuration. Instead of plugin properties (decorators & hooks) being stored within pluginProps they now moved to the root object. See the changes here [#150](https://github.com/draft-js-plugins/draft-js-plugins/pull/150/files) as well as the initial discussion here [#143](https://github.com/draft-js-plugins/draft-js-plugins/issues/143)
25
26### Added
27
28- Added propTypes to the Editor
29- Added `initialize` hook. This hook receives one object as argument, which contains `getEditorState` & `setEditorState`.
30
31## 0.2.0 - 2016-03-25
32
33### Changed
34
35- Move DraftJS & ImmutableJS to peerDependencies instead of dependencies.
36
37## 0.1.0 - 2016-03-25
38
39### Added
40- Allow to provide a custom handleKeyCommand to the Editor.
41
42## 0.0.0 - 2016-03-23
43### Released the first working version of DraftJS Plugins Editor