Skip to content

v1.1.2

Compare
Choose a tag to compare
@liuyib liuyib released this 20 Jul 09:29
· 412 commits to master since this release

Features

  • Add mathjax & katex support (8f8cac2)
  • Add canvas_ribbon & canvas_nest (99b8eca)
  • Add UI component of popover & do some optimization (584af05)

Bug Fixes

  • Solve not show the button of copy when can't detect lang of code (2663889)

💥 Breaking Changes

Change configuration in _config.yml:

  post_list:
-   top_image:
      home: true

  post_list:
+   cover_image:
      home: true

下面是中文翻译:

新功能

  • 添加 MathJax 和 KaTex 支持 (8f8cac2)
  • 添加 canvas_ribbon 和 canvas_nest 背景特效 (99b8eca)
  • 添加 UI 组件 "popover",用来代替标签 title 属性的显示效果 (584af05)

问题修复

  • 解决当代码块检测不到语言时,复制按钮不显示的问题 (2663889)

💥 破坏性更改

修改了 _config.yml 文件里的配置项:

  post_list:
-   top_image:
      home: true

  post_list:
+   cover_image:
      home: true