Skip to content

Commit

Permalink
7.1.0 Fix #209 (#215)
Browse files Browse the repository at this point in the history
* 7.0.4 Fix #209

* 7.1.0
  • Loading branch information
JiuqingSong authored Jan 29, 2019
1 parent 5e86867 commit e813560
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roosterjs",
"version": "7.0.3",
"version": "7.1.0",
"description": "Framework-independent javascript editor",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion packages/roosterjs-editor-api/lib/utils/processList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function applyListFormat(node: Node, formats: string[]) {
fontFamily: formats[0],
fontSize: formats[1],
textColor: formats[2],
backgroundColor: formats[3],
});
}

Expand Down
1 change: 1 addition & 0 deletions packages/roosterjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"roosterjs-editor-api": "",
"roosterjs-editor-plugins": "",
"roosterjs-plugin-image-resize": "",
"roosterjs-plugin-picker": "",
"roosterjs-html-sanitizer": ""
},
"main": "./lib/index.ts"
Expand Down

0 comments on commit e813560

Please sign in to comment.