Skip to content

Releases: hinesboy/mavonEditor

v3.0.1

14 Mar 06:31
e11d754
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

24 Feb 03:14
e7535e9
Compare
Choose a tag to compare

Major

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

What's Changed

Full Changelog: v3.0.0-beta...v3.0.0

v2.10.4

16 Dec 12:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.3...v2.10.4

v2.10.3

15 Dec 03:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.2...v2.10.3

v2.10.2

14 Dec 03:00
Compare
Choose a tag to compare

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: v2.10.1...v2.10.2

v2.10.1

04 Dec 09:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

23 Nov 13:10
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v2.9.1...v2.10.0

v3.0.0-beta

02 Nov 07:52
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release

support vue-next

What's Changed

Full Changelog: v2.9.1...v3.0.0-beta

v2.9.1

28 Dec 07:17
Compare
Choose a tag to compare
  • 2.9.1 (20.12.28)
    • 修复codestyle切换不生效bug PR #650
    • 插入代码块时增加换行 PR #641
    • 修复帮助文档区域点击锚点导致页面关闭 PR #640
    • 对传入的value增加空处理 PR #639

v2.5.4

18 Apr 05:40
Compare
Choose a tag to compare