Skip to content

Commit

Permalink
v1.5.2: Rewrite ListItem & Code handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ludejun committed Feb 20, 2024
1 parent 4f6b9e8 commit d962712
Show file tree
Hide file tree
Showing 62 changed files with 2,099 additions and 1,684 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change-Log

### 1.5.2
- 重写ListItem,有序列表可以从任意数字开始,并能保存到Delta中
- 修复Link tooltip不显示文本和URL的bug
- 减小“系统字体”框的宽度
- 当插入的Code块下无内容,自动添加一个空行,方便继续编辑
- 默认modules改变注册地

### 1.5.1
- 修复缩进不生效bug
- 有序列表样式调整
Expand Down
2 changes: 1 addition & 1 deletion assets/modules.less
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,4 @@ table.quill-better-table {
.ql-ui {
opacity: 1;
}
}
}
5 changes: 4 additions & 1 deletion assets/richTextEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
li.ql-indent-5:not(.ql-direction-rtl) {
padding-left: 100px;
}
ol li[data-list=ordered][data-start]:first-child > .ql-ui:before {
counter-set: list-0 var(--list-item-start);
}
a {
color: @link-color;
}
Expand Down Expand Up @@ -157,7 +160,7 @@
width: 58px;
}
.ql-snow .ql-picker.ql-font {
width: 108px;
width: 80px;
}
.ql-snow .ql-picker.ql-header {
width: 60px;
Expand Down
Loading

0 comments on commit d962712

Please sign in to comment.