Releases: Simon-He95/markstream-vue
Releases · Simon-He95/markstream-vue
[markstream-vue] nightly-20260329-848b652
Bug Fixes
- add alias for markstream-vue in vite config (ffc7b05)
- add conditional check for pkg.pr.new GitHub App installation in workflow (4c3c253)
- add missing katex paths to configuration for proper module resolution (b063980)
- add regression tests for html_block splitting and update math plugin for legacy parentheses (da4f46c)
- add showTooltips props to MermaidBlockNode (ee6ffb7)
- add test for html_block splitting after
<br/>(f040f6c), closes #251 - add tooltip toggle for MarkdownCodeBlockNode (#307) (c9321f1)
- add type declarations for markdown-it plugins (ec1517c)
- address code review feedback - Angular error state and lint fix (074e8c4)
- align angular thinking fade with vue (eefe7bf)
- align plaintext monaco dark fallback (37d6b5f)
- align react playground chat layout with vue (ee8af05)
- align streaming fade across packages and playgrounds (6ef4a22)
- allow vertical scroll chain in table (3716491), closes #271
- broken issue link (3137c7e)
- buttons: update button styles to use :where() for better specificity and maintain Tailwind utilities (314ec46)
- changelog: update release date and add missing bug fix entries (6f453dc)
- changelog: update version to 0.0.5 and add edge case render handling for math (e75fed0)
- changelog: update version to 0.0.5-beta.1 and add missing bug fix entries (b300251)
- changelog: update version to 0.0.5-beta.1 and add missing bug fix entries (058730c)
- changelog: update version to 0.0.5-beta.2 and add missing bug fix entries (84f7824)
- CodeBlockNode: recreate diff editors when loading transitions to false (09eca10)
- complete type exports and refresh demo metadata (fb9b355)
- container: preserve original markdown in vm_container raw (8ae7827)
- correct i18n key common.copySuccess → common.copied (2d68630), closes #165
- correct math rendering syntax in test.vue (a1c01e3)
- custom_html_tag 开头与内容未换行会导致格式错乱 #236 (9141f75)
- customBlock: render wrong (dc32504), closes #225
- dependencies: update stream-markdown and stream-monaco versions to 0.0.13 and 0.0.10 respectively (e363e3a)
- dependencies: update stream-monaco version to 0.0.12 across all packages (b1b3097)
- dependencies: update stream-monaco version to 0.0.13 across all packages (1e9dadd)
- enhance HTML inline parsing to handle malformed custom tags and maintain valid attributes (fadb904), closes #305
- enhance strong token parsing to correctly handle escaped asterisks (97abc4a), closes #255
- escape regex special characters in stripCustomHtmlWrapper (6408e75)
- gate sync KaTeX render to SSR only to avoid hydration divergence (957b6fc)
- guard getKatexSync() with isServer to prevent SSR hydration mismatches (a12cc53)
- handle nested think html blocks (693e20e), closes #339
- image: inline with math parse wrong (6a1c0fa)
- image: inline with math parse wrong (edc7a44), closes #246
- improve fullscreen diagram previews (160622e)
- improve HTML tag matching to support uppercase tag names in inline parsing (7a3342d)
- improve reference detection in markdown parser and add related tests (31e5b6e), closes #231
- improve vue2 compatibility (6e58454)
- limit streaming fade to appended text (6f4ead3)
- link: inline code inside links rendering nested elements (4f85231), closes #256
- markdown: ensure strong tokens remain intact around inline math (211aa48), closes #276
- markstream-react: codeBlockNode collpase (709460a)
- markstream-react: HtmlPreviewFrame component use localized string for preview title (903238c)
- markstream-react: Restore cached SVG when switching from source to preview (b2e294f)
- markstream-react: update mermaid modal titles to use localized strings (852278a)
- markstream-vue2: test (535a254)
- math: add edge case render handling (edbb347)
- math: edge case render (e07cf4b), closes #249
- math: prevent text duplication around escaped parentheses in inline math (e80ac37), closes [#277](https://g...
[stream-markdown-parser] nightly-20260328-ddb5f7f
[markstream-vue] nightly-20260328-ddb5f7f
Bug Fixes
- add alias for markstream-vue in vite config (ffc7b05)
- add conditional check for pkg.pr.new GitHub App installation in workflow (4c3c253)
- add missing katex paths to configuration for proper module resolution (b063980)
- add regression tests for html_block splitting and update math plugin for legacy parentheses (da4f46c)
- add showTooltips props to MermaidBlockNode (ee6ffb7)
- add test for html_block splitting after
<br/>(f040f6c), closes #251 - add tooltip toggle for MarkdownCodeBlockNode (#307) (c9321f1)
- add type declarations for markdown-it plugins (ec1517c)
- address code review feedback - Angular error state and lint fix (074e8c4)
- align angular thinking fade with vue (eefe7bf)
- align plaintext monaco dark fallback (37d6b5f)
- align react playground chat layout with vue (ee8af05)
- align streaming fade across packages and playgrounds (6ef4a22)
- allow vertical scroll chain in table (3716491), closes #271
- broken issue link (3137c7e)
- buttons: update button styles to use :where() for better specificity and maintain Tailwind utilities (314ec46)
- changelog: update release date and add missing bug fix entries (6f453dc)
- changelog: update version to 0.0.5 and add edge case render handling for math (e75fed0)
- changelog: update version to 0.0.5-beta.1 and add missing bug fix entries (b300251)
- changelog: update version to 0.0.5-beta.1 and add missing bug fix entries (058730c)
- changelog: update version to 0.0.5-beta.2 and add missing bug fix entries (84f7824)
- CodeBlockNode: recreate diff editors when loading transitions to false (09eca10)
- complete type exports and refresh demo metadata (fb9b355)
- container: preserve original markdown in vm_container raw (8ae7827)
- correct i18n key common.copySuccess → common.copied (2d68630), closes #165
- correct math rendering syntax in test.vue (a1c01e3)
- custom_html_tag 开头与内容未换行会导致格式错乱 #236 (9141f75)
- customBlock: render wrong (dc32504), closes #225
- dependencies: update stream-markdown and stream-monaco versions to 0.0.13 and 0.0.10 respectively (e363e3a)
- dependencies: update stream-monaco version to 0.0.12 across all packages (b1b3097)
- dependencies: update stream-monaco version to 0.0.13 across all packages (1e9dadd)
- enhance HTML inline parsing to handle malformed custom tags and maintain valid attributes (fadb904), closes #305
- enhance strong token parsing to correctly handle escaped asterisks (97abc4a), closes #255
- escape regex special characters in stripCustomHtmlWrapper (6408e75)
- gate sync KaTeX render to SSR only to avoid hydration divergence (957b6fc)
- guard getKatexSync() with isServer to prevent SSR hydration mismatches (a12cc53)
- handle nested think html blocks (693e20e), closes #339
- image: inline with math parse wrong (6a1c0fa)
- image: inline with math parse wrong (edc7a44), closes #246
- improve fullscreen diagram previews (160622e)
- improve HTML tag matching to support uppercase tag names in inline parsing (7a3342d)
- improve reference detection in markdown parser and add related tests (31e5b6e), closes #231
- improve vue2 compatibility (6e58454)
- limit streaming fade to appended text (6f4ead3)
- link: inline code inside links rendering nested elements (4f85231), closes #256
- markdown: ensure strong tokens remain intact around inline math (211aa48), closes #276
- markstream-react: codeBlockNode collpase (709460a)
- markstream-react: HtmlPreviewFrame component use localized string for preview title (903238c)
- markstream-react: Restore cached SVG when switching from source to preview (b2e294f)
- markstream-react: update mermaid modal titles to use localized strings (852278a)
- markstream-vue2: test (535a254)
- math: add edge case render handling (edbb347)
- math: edge case render (e07cf4b), closes #249
- math: prevent text duplication around escaped parentheses in inline math (e80ac37), closes [#277](https://g...
[markstream-vue2] nightly-20260328-ddb5f7f
[markstream-react] nightly-20260328-ddb5f7f
[stream-markdown-parser] 0.0.79
What's Changed
- fix: stabilize html parsing and share html policy by @Simon-He95 in #358
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@0.0.78...stream-markdown-parser@0.0.79
[stream-markdown-parser] 0.0.78
What's Changed
- Codex/share preview link by @Simon-He95 in #357
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260327-23fb0e5...stream-markdown-parser@0.0.78
[markstream-vue2] 0.0.29
[markstream-react] 0.0.34
[stream-markdown-parser] nightly-20260327-23fb0e5
What's Changed
- fix: preserve loading table state for incomplete separators by @Simon-He95 in #355
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260326-803e963...stream-markdown-parser@nightly-20260327-23fb0e5