Skip to content

Commit 676b99e

Browse files
authored
fix: change changeset (#1750)
1 parent b688c9f commit 676b99e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/rss1102-sass-modern-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
内部优化样式构建:Sass 迁移至模块系统(`@use` / `@forward`),并使用 `rollup-plugin-sass` 现代编译 API,消除构建时的弃用警告。
66

7-
对使用者无破坏性变更:`import 'cherry-markdown/dist/cherry-markdown.css'` 与原有 API、主题类名保持不变。
8-
⚠️ 若你通过自定义 CSS 覆盖 `.cherry-bubble` 相关样式,建议在升级后确认预览区图片工具条外观是否符合预期。
7+
- 对使用者无破坏性变更,与原有 API、主题类名保持不变。
8+
- ⚠️ 若你通过自定义 CSS 覆盖 `.cherry-bubble` 相关样式,建议在升级后确认预览区图片工具条外观是否符合预期。

.changeset/rss1102-vscode-csp-mermaid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'cherry-markdown': patch
2+
'cherry-markdown-vscode-plugin': patch
33
---
44

55
fix(vscodePlugin): 放开 Webview CSP `style-src``'unsafe-inline'`,修复 Mermaid 等运行时注入 inline `<style>` / `style` 属性的库被拦截导致的渲染异常(部分节点缺失 `label-container` class、`fill` 退回 SVG 默认黑色等)。

0 commit comments

Comments
 (0)