hinesboy/mavonEditor
 Watch   
 Star   
 Fork   
2023-03-14 14:29:53
mavonEditor
2023-02-24 10:17:58
mavonEditor

v3.0.0

Major

支持Vue3的正式版本。 Releasing a version that works with vue 3.

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v3.0.0-beta...v3.0.0

2021-12-16 20:24:32
mavonEditor

v2.10.4

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.3...v2.10.4

2021-12-15 11:13:46
mavonEditor

v2.10.3

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.2...v2.10.3

2021-12-14 10:26:50
mavonEditor

v2.10.2

Major Changed

  1. To prevent XSS, attributes of all HTML tags are filtered by default. To use specific attributes (such as style), you can configure the xssOptions as whitelist required.
xssOptions:{
    whiteList: {
        span: ['style']
    }
}
  1. Added the html option. If HTML tags are not required in Markdown, you are advised to set the html option to false to avoid security vulnerabilities.

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.1...v2.10.2

2021-12-04 16:51:14
mavonEditor

v2.10.1

What's Changed

New Contributors

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.0...v2.10.1

2021-11-23 20:57:41
mavonEditor

v2.10.0

Enable XSS defense by default, It also fixes the invalidity of codestyle caused by XSS protection.

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.9.1...v2.10.0

2021-11-01 15:17:35
mavonEditor

v3.0.0-beta

support vue-next

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.9.1...v3.0.0-beta

2020-12-28 15:15:21
mavonEditor

v2.9.1

  • 2.9.1 (20.12.28)
    • 修复codestyle切换不生效bug PR #650
    • 插入代码块时增加换行 PR #641
    • 修复帮助文档区域点击锚点导致页面关闭 PR #640
    • 对传入的value增加空处理 PR #639
2018-04-18 13:39:24
mavonEditor