Skip to content

Commit 0f5c242

Browse files
committed
updated CHANGELOG
1 parent 292e8ac commit 0f5c242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

draft-js-linkify-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99

1010
- Move 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)
1111

12+
- Added the ability to set a target attribute through `config.target`. The default value is `_self`.
13+
14+
- Added the ability to utilize the [linkify-it](https://github.com/markdown-it/linkify-it) library to generate smart href values for the resulting component.
15+
1216
## 0.0.3 - 2016-03-25
1317
### Released the first working of DraftJS Linkify Plugin
1418

0 commit comments

Comments
 (0)