Skip to content

3.1.7

Latest
Compare
Choose a tag to compare
@LincZero LincZero released this 18 Oct 23:46

en

  • Feat
    • 'dir' Processor added all folds (style to be optimized)
  • Enhanced
    • Greatly improved compatibility when working with other plug-ins. inline js and meta-bind for dataview, for example, began to work together in this release
  • Fix
    • In reading mode, the image element at the root is recognized three times #77
    • card Indicates an error caused by the processor
    • ':::' Selector's '@' flag exception
  • Style
    • Optimizes the style of leaf nodes in the min mode
    • 'timeline' The first column is as narrow as possible by default
    • Added custom styles such as.ab-custom-td-0,.ab-custom-td1-0,.ab-custom-td1-200
    • Optimization of auto-wrap behavior
    • Table lists double-spaced questions in reading mode #79

zh

  • 功能
    • dir 处理器新增全部折叠 (样式待优化)
  • 增强
    • 大大提高了与其他插件配合时的兼容性。如 dataview的inline js、meta-bind,在该版本开始变得能配合使用
  • 修复
    • 阅读模式下,位于根部的图片元素被重复识别三次 #77
    • card处理器引起的控制台报错
    • ::: 选择器的 @ 标志异常
  • 样式
    • 优化nodes处理器min样式下的叶子节点样式
    • timeline 首列默认尽可能窄
    • 新增 .ab-custom-td-0.ab-custom-td1-0.ab-custom-td1-200 等自定义样式
    • 自动换行行为的优化
    • 表格列表在阅读模式下双倍行距的问题 #79 (原因是阅读模式下td的white-space默认为break-spaces,需要用normal覆盖掉)