Skip to content

Commit

Permalink
⬆️ lute
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 18, 2020
1 parent 6bc8c07 commit 7cb6b44
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,17 @@
* [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 删除线出错 `修复缺陷`
* [858](https://github.com/Vanessa219/vditor/issues/858) 预览模式下应禁用工具栏上传按钮 `修复缺陷`
* [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 内容转换为表格问题 `修复缺陷`
Expand All @@ -119,6 +116,8 @@
* 添加 `options.counter.after` 回调方法
* 3.7.2
* 添加 `previewImg` 静态方法
* 3.7.3
* 添加 `options.fullscreen.index`

### v3.6.6 / 2020-11-23

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vditor",
"version": "3.7.2",
"version": "3.7.3",
"description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
"author": "Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
"homepage": "https://b3log.org/vditor",
Expand Down
8 changes: 4 additions & 4 deletions src/js/lute/lute.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ts/toolbar/Upload.ts
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 7cb6b44

Please sign in to comment.