Skip to content

Commit 768c2f9

Browse files
committed
0.9.0 changelog
1 parent b3e7796 commit 768c2f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.9.0
2+
- added support for custom Decorator class and accessing contentState #30
3+
- fixed inline style key collision #29
4+
- fix unicode-aware string splitting #27
5+
16
## 0.8.0
27
- added decorator support (also added example in the README)
38
- exposed a helper to crate a style renderer as an alternative to providing inline style renderers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redraft",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Renders the result of Draft.js convertToRaw using provided callbacks, works well with React",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)