You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-js-linkify-plugin/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
- 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)
11
11
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
+
12
16
## 0.0.3 - 2016-03-25
13
17
### Released the first working of DraftJS Linkify Plugin
0 commit comments