hztianxu-draft-js-plugins
Version:
A Plugin Architecture on top of Draft.JS
19 lines (11 loc) • 647 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## To Be Released
## 1.0.0 - 2016-04-20
### Changed
- Moved the option `theme` from an Immutable Map to a JavaScript object. This is more likely to become a standard.
- Instead of passing in the `editorState` and the `onChange` function is not necessary anymore. This is now handled by the plugin itself via a shared reference passed to the components.
## 0.0.5 - 2016-03-25
### Released the first working version of DraftJS Undo Plugin
It's not recommended to use the version 0.0.0 - 0.0.4