0.8.1
Source hygiene
- The line that closes off the vocabulary browser after a search that found nothing now follows a class the plugin puts on the browser, rather than a
:has()selector that asks what the browser contains. The plugin review warns against those, because the browser re-checks them broadly as the page changes.
Nothing behaves differently. This release exists so the published stylesheet passes the review's CSS lint.
Compatibility: Obsidian 1.13.0 or later.
源码规范
- 词表搜索一无所获时收起分隔线的样式,现在依据插件为浏览区标注的类,而不再用询问其内容的
:has()选择器。插件审查对这类选择器提出警告,因为页面变化时浏览器需要大范围地重新检查它们。
行为没有任何变化。本次发布只为让公开的样式表通过审查的 CSS 检查。
兼容性:Obsidian 1.13.0 或更高版本。
Full Changelog: 0.8.0...0.8.1