hztianxu-draft-js-plugins
Version:
A Plugin Architecture on top of Draft.JS
25 lines (14 loc) • 1.15 kB
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.1.0
### Changed
- Deprecated the old regex approach and replaced it with Twitter's hashtag detection strategy. [#255](https://github.com/draft-js-plugins/draft-js-plugins/pull/255) [#247](https://github.com/draft-js-plugins/draft-js-plugins/issues/247) [#11](https://github.com/draft-js-plugins/draft-js-plugins/issues/11)
## 1.0.0 - 2016-04-20
### Changed
- 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)
- Moved the option `theme` from an Immutable Map to a JavaScript object. This is more likely to become a standard.
## 0.0.4 - 2016-03-25
### Released the first working version of DraftJS Hashtag Plugin
It's not recommended to use the version 0.0.0 - 0.0.3