Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 2 #860

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
049958c
webpack2 -> webpack4
wangsongc Aug 24, 2021
a737497
fix run dev
wangsongc Aug 24, 2021
c5f2a5e
vue2 -> vue3
wangsongc Aug 24, 2021
5aaf6cc
fix run dev vue3
wangsongc Aug 25, 2021
72f900f
fix: v-module break change in vue3
wangsongc Aug 26, 2021
eb72c06
fix: fix some bugs
wangsongc Aug 26, 2021
9e962d7
解决弹出图片删除按钮显示异常
wangsongc Aug 26, 2021
5951b54
fix lint
wangsongc Sep 11, 2021
b71836c
update dist, and update yarn.lock
wangsongc Sep 16, 2021
0a9c4b9
Merge pull request #712 from wangsongc/next
ygj6 Sep 16, 2021
a4f467e
fix: fix highlight invalid
ygj6 Nov 1, 2021
11142cf
Release 3.0.0-beta
ygj6 Nov 1, 2021
ad3b432
update readme.md
ygj6 Nov 2, 2021
72d7f43
update use.md
ygj6 Nov 2, 2021
44d2e5e
chore: update usage
ygj6 Nov 20, 2021
3a16aa7
Refreshing the image api documentation
jiawulin001 Feb 23, 2023
b8c08c2
adjustment default example
jiawulin001 Feb 24, 2023
fdf07f1
Refreshing the image api documentation (#838)
jiawulin001 Feb 24, 2023
e7535e9
Released version 3.0.0 (#839)
ygj6 Feb 24, 2023
5ea8d29
remove dist
Feb 24, 2023
73659cf
Update hightlight to 11.3.1
jiawulin001 Mar 13, 2023
79dc426
[sync 26cd046]Update upload-images.md
jiawulin001 Mar 13, 2023
ba63c53
[sync deda0b6]chore: ignore dist
jiawulin001 Mar 13, 2023
427fb5b
[sync 0b46202]Clean up invalid code
jiawulin001 Mar 13, 2023
0291bd2
[sync 5979d70]Adjust the list of npm install package
jiawulin001 Mar 13, 2023
42b6312
[sync 7b8c872]Reduce the size of the package and do not copy useless …
jiawulin001 Mar 13, 2023
8171be2
[sync 83939a4]Optimization Demo
jiawulin001 Mar 13, 2023
f2920f6
[sync 03cb80a]注入HTML到document前,默认对渲染成的HTML进行防XSS过滤处理
jiawulin001 Mar 13, 2023
8767096
[sync ab3f7f9]feat: Enable XSS defense by default
jiawulin001 Mar 13, 2023
3aea5b9
[sync 77e2ce6] Fix code style function and text alignment function
jiawulin001 Mar 13, 2023
116e79a
[sync d7ff5f2] Add switch code style demo and build to add checks
jiawulin001 Mar 13, 2023
e94a598
fix eslint error
jiawulin001 Mar 13, 2023
de44fb3
Sync Log.md file
jiawulin001 Mar 13, 2023
417f66e
[sync 720c987]Fix build warnings and optimize console output
jiawulin001 Mar 13, 2023
6cbfc57
[sync c611bdd]fix: Fix the content of code blocks to be displayed out…
jiawulin001 Mar 13, 2023
2895e76
[sync cd409d9]doc: customize and add toolbar buttons
jiawulin001 Mar 13, 2023
def6b59
[sync bf97a96]添加了一个在编辑器外渲染markdown的例子
jiawulin001 Mar 13, 2023
28c9347
[sync 3ea9622] doc: document style
jiawulin001 Mar 13, 2023
4b02104
[sync 4937828]doc: Additional notes
jiawulin001 Mar 13, 2023
fa382b8
[sync 2a6fa04] doc: update markdown.md
jiawulin001 Mar 13, 2023
0f8d445
[sync ca87152] Add vue3 version badge
jiawulin001 Mar 13, 2023
9938dcf
[sync 9933119] fix: image cannot be previewed
jiawulin001 Mar 13, 2023
b66474b
[sync 8a2eb2a] Create SECURITY.md
jiawulin001 Mar 13, 2023
9a8bcc1
[sync b9489a3] fix: Add sanitizer for filtering HTML tags
jiawulin001 Mar 13, 2023
adc5594
[sync 61f8663] fix: error while uploading image
jiawulin001 Mar 13, 2023
9b44e1a
[sync e48e75e] refactor: provides a standard interface to get markdow…
jiawulin001 Mar 13, 2023
ca9c29b
[sync a0f6ac2]doc: update maekdown.md
jiawulin001 Mar 13, 2023
1be10ab
[sync fca6c62] chore: upgrade xss version
jiawulin001 Mar 13, 2023
d0af7c7
Merge branch 'next' into next
ygj6 Mar 13, 2023
6e6ea4a
Merge pull request #845 from jiawulin001/next
ygj6 Mar 14, 2023
4d88676
doc: update highlight version
jiawulin001 Mar 14, 2023
cf622a8
Released version 3.0.1
ygj6 Mar 14, 2023
e11d754
Merge pull request #847 from ygj6/next
ygj6 Mar 14, 2023
f693f5e
Merge pull request #846 from jiawulin001/next
ygj6 Mar 14, 2023
a82cfea
Update use.md
miaobuao Apr 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v2
- name: install dependence
run: |
npm i
yarn i
- name: run eslint
run: |
npm run lint
yarn lint
- name: run test
run: |
npm run test
yarn test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules/*
/dist
/.idea/*
npm-debug.log
git-debug.log
Expand All @@ -7,4 +8,5 @@ package-lock.json
.DS_Store
.ftpconfig
*.swp
dist
/tests/unit/coverage/*
50 changes: 50 additions & 0 deletions LOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
# 更新日志
- **3.0.1** (23.03.14)
- Sync vue2 version code by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/845

- **3.0.0** (23.02.24)
- 支持vue3的正式版本
- Refreshing the image api documentation by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/838
- Released version 3.0.0 by @ygj6 in https://github.com/hinesboy/mavonEditor/pull/839

- **2.10.4** (21.12.16)
- refactor: provides a standard interface to get markdown-it by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/750
- doc: update maekdown.md by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/751

- **2.10.3** (21.12.14)
- fix: error while uploading image by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/748

- **2.10.2** (21.12.14)
- fix: Add sanitizer for filtering HTML tags by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/744

- **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
- Test framework by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/668
- fix issue#658,重构插入代码块逻辑 by @ygj6 in https://github.com/hinesboy/mavonEditor/pull/661
- Bump elliptic from 6.5.3 to 6.5.4 by @dependabot in https://github.com/hinesboy/mavonEditor/pull/677
- Fixed pop-up style issues when pages use multiple editors by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/667
- fix eslint error and testcase by @ygj6 in https://github.com/hinesboy/mavonEditor/pull/679
- fix: codeStyle not working by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/717
- feat: Add support for highlightjs v11.3.1 by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/718
- Update upload-images.md [replace `in` by `of` for multiple files upload] by @Sequoya42 in https://github.com/hinesboy/mavonEditor/pull/698
- Clean up invalid code by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/720
- update highlight style list by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/721
- Bump y18n from 3.2.1 to 3.2.2 by @dependabot in https://github.com/hinesboy/mavonEditor/pull/681
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in https://github.com/hinesboy/mavonEditor/pull/694
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in https://github.com/hinesboy/mavonEditor/pull/695
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in https://github.com/hinesboy/mavonEditor/pull/708
- Bump dns-packet from 1.3.1 to 1.3.4 by @dependabot in https://github.com/hinesboy/mavonEditor/pull/700
- Adjust the list of npm install package by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/722
- Optimization project by @jiawulin001 in https://github.com/hinesboy/mavonEditor/pull/724
- Feat: Enable XSS defense by default by @XLCYun in https://github.com/hinesboy/mavonEditor/pull/611
- test: add xss test by @wangsongc in https://github.com/hinesboy/mavonEditor/pull/726

- **3.0.0-beta** (21.11.02)
- 适配Vue3
- 升级webpack版本

- **2.9.1** (20.12.28)
- 修复codestyle切换不生效bug PR #650
- 插入代码块时增加换行 PR #641
Expand Down
Loading