Browse Source

:arrow_up: lute

Liyuan Li 5 years ago
parent
commit
0d272aca4d
5 changed files with 7 additions and 8 deletions
  1. 3 4
      CHANGELOG.md
  2. 2 2
      demo/index.js
  3. 1 1
      package-lock.json
  4. 1 1
      package.json
  5. 0 0
      src/js/lute/lute.min.js

+ 3 - 4
CHANGELOG.md

@@ -66,7 +66,9 @@
 * [open issues](https://github.com/Vanessa219/vditor/issues)
 * [346](https://github.com/Vanessa219/vditor/issues/346) 内容主题推荐(长期有效) `改进功能`
 
-### v3.3.10 / 2020-07-xx
+### v3.3.11 / 2020-07-xx
+
+### v3.3.10 / 2020-07-20
 
 * [596](https://github.com/Vanessa219/vditor/issues/596) blockquote insdie ordered list `改进功能`
 * [605](https://github.com/Vanessa219/vditor/issues/605) 块节点上下插入的优化 `改进功能`
@@ -78,9 +80,6 @@
 * [604](https://github.com/Vanessa219/vditor/issues/604) 站外图片抓取请求的 Content-Type 是 text/plain `改进功能`
 * [597](https://github.com/Vanessa219/vditor/issues/597) one more backspace before delete lists `修复缺陷`
 * [599](https://github.com/Vanessa219/vditor/issues/599) Ordered list(minor bug) `修复缺陷`
-
-### v3.3.9 / 2020-07-18
-
 * [591](https://github.com/Vanessa219/vditor/issues/591) 粘贴有可能不渲染本行内容 `改进功能`
 * [586](https://github.com/Vanessa219/vditor/issues/586) code block inside ordered list `修复缺陷`
 * [585](https://github.com/Vanessa219/vditor/issues/585) [suggestion] when enter after code block inside blockqoute `改进功能`

+ 2 - 2
demo/index.js

@@ -50,8 +50,8 @@ if (window.innerWidth < 768) {
 }
 
 window.vditor = new Vditor('vditor', {
-  _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
-  // _lutePath: 'src/js/lute/lute.min.js',
+  // _lutePath: `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`,
+  _lutePath: 'src/js/lute/lute.min.js',
   toolbar,
   mode: 'sv',
   height: window.innerHeight + 100,

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.3.9",
+  "version": "3.3.10",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.3.9",
+  "version": "3.3.10",
   "description": "♏ An In-browser Markdown editor, support WYSIWYG, Instant Rendering (Typora-like) and Split View modes.",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://vditor.b3log.org",

File diff suppressed because it is too large
+ 0 - 0
src/js/lute/lute.min.js


Some files were not shown because too many files changed in this diff