소스 검색

:arrow_up: lute

Vanessa 4 년 전
부모
커밋
7cb6b445aa
5개의 변경된 파일9개의 추가작업 그리고 10개의 파일을 삭제
  1. 6 7
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json
  4. 0 0
      src/js/lute/lute.min.js
  5. 1 1
      src/ts/toolbar/Upload.ts

+ 6 - 7
CHANGELOG.md

@@ -86,7 +86,10 @@
 * [open issues](https://github.com/Vanessa219/vditor/issues)
 * [346](https://github.com/Vanessa219/vditor/issues/346) 内容主题推荐(长期有效) `改进功能`
 
-### v3.7.3 / 2020-12-xx
+### v3.7.4 / 2020-12-xx
+
+
+### v3.7.3 / 2020-12-18
 
 * [848](https://github.com/Vanessa219/vditor/issues/848) 即时渲染模式下FireFox浏览器光标问题 `修复缺陷`
 * [847](https://github.com/Vanessa219/vditor/issues/847) 即时渲染状态下 Firefox 删除线出错 `修复缺陷`
@@ -94,12 +97,6 @@
 * [849](https://github.com/Vanessa219/vditor/issues/849) 固定工具栏模式下点击全屏打开后导航栏位置异常 `修复缺陷`
 * [855](https://github.com/Vanessa219/vditor/issues/855) 添加全屏 z-index 设置 `引入特性`
 * [850](https://github.com/Vanessa219/vditor/issues/850) 工具栏大纲按钮点击后焦点并未回到内容区 `改进功能`
-* 文档修改
-  * 3.7.3
-    * 添加 `options.fullscreen.index`
-
-### v3.7.2 / 2020-12-14
-
 * [840](https://github.com/Vanessa219/vditor/issues/840) 关于移动端图片点击需求 `引入特性`
 * [842](https://github.com/Vanessa219/vditor/issues/842) 大纲无法展示 `修复缺陷`
 * [673](https://github.com/Vanessa219/vditor/issues/673) 复制粘贴 Excel 内容转换为表格问题 `修复缺陷`
@@ -119,6 +116,8 @@
     * 添加 `options.counter.after` 回调方法
   * 3.7.2
     * 添加 `previewImg` 静态方法
+  * 3.7.3
+    * 添加 `options.fullscreen.index`
 
 ### v3.6.6 / 2020-11-23
 

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.7.2",
+  "version": "3.7.3",
   "description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://b3log.org/vditor",

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/js/lute/lute.min.js


+ 1 - 1
src/ts/toolbar/Upload.ts

@@ -1,7 +1,7 @@
 import {Constants} from "../constants";
 import {uploadFiles} from "../upload";
-import {MenuItem} from "./MenuItem";
 import {getEventName} from "../util/compatibility";
+import {MenuItem} from "./MenuItem";
 
 export class Upload extends MenuItem {
     constructor(vditor: IVditor, menuItem: IMenuItem) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.