Skip to content

Commit

Permalink
release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ygj6 committed Dec 4, 2021
1 parent a7d4376 commit 1fb7073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions LOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 更新日志
- **2.10.1** (21.12.04)
- fix build warnings and optimize console output by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/728
- fix: image cannot be previewed by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/738
- fix: Fix the content of code blocks to be displayed outside the pre container by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/730

- **2.10.0** (21.11.23)
Enable XSS defense by default, It also fixes the invalidity of codestyle caused by XSS protection.
- fix eslint error by @ygj6 in https://github.com/hinesboy/mavonEditor/pull/637
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mavon-editor",
"version": "2.10.0",
"version": "2.10.1",
"description": "Vue markdown editor",
"main": "dist/mavon-editor.js",
"types": "./mavon-editor.d.ts",
Expand Down

0 comments on commit 1fb7073

Please sign in to comment.