Releases: Simon-He95/markstream-vue
[stream-markdown-parser] nightly-20260314-470b544
What's Changed
New Contributors
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260313-988b7c4...stream-markdown-parser@nightly-20260314-470b544
[markstream-vue] nightly-20260314-470b544
Bug Fixes
- 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 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)
- 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)
- 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
- image: inline with math parse wrong (6a1c0fa)
- image: inline with math parse wrong (edc7a44), closes #246
- 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)
- 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
- mermaid: add suppressErrorRendering to prevent diagram rendering errors (0f10342)
- netlify.toml: correct publish path and set base directory for build (4c3e566)
- netlify.toml: remove base directory from build configuration (41475ae)
- netlify.toml: remove playground-nuxt from build command (28e22ea)
- netlify.toml: update build command to include markstream-vue (91ecf00)
- netlify.toml: update publish path to correct directory (6bf3710)
- normalize markdown code block language labels (9fcb93c)
- nuxt.config.ts: set nitro preset to static (580e83e)
- parser: handle intraword asterisks and strict unmatched strong (08ee3db)
-
parser: keep backticked dollars/code literal and skip placeholder
$...$ math (747610c), closes #306 - parser: keep complete html document as single html_block (b376742)
- parser: prevent list bleed after adjacent html blocks (b922bc8), closes #318
- preserve escaped punctuation literals (0328451), closes #322
- prevent dropping numeric-only documents in parseMarkdownToStructure (bba733c), closes #278
- prevent false positives for JSON in math parsing and add tests ([0fb4e82](h...
[markstream-vue2] nightly-20260314-470b544
What's Changed
New Contributors
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260313-988b7c4...markstream-vue2@nightly-20260314-470b544
[markstream-react] nightly-20260314-470b544
What's Changed
New Contributors
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260313-988b7c4...markstream-react@nightly-20260314-470b544
[stream-markdown-parser] nightly-20260313-988b7c4
What's Changed
New Contributors
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-vue@0.0.9-beta.0...stream-markdown-parser@nightly-20260313-988b7c4
[markstream-vue] nightly-20260313-988b7c4
Bug Fixes
- 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 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)
- 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)
- 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
- image: inline with math parse wrong (6a1c0fa)
- image: inline with math parse wrong (edc7a44), closes #246
- 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)
- 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
- mermaid: add suppressErrorRendering to prevent diagram rendering errors (0f10342)
- netlify.toml: correct publish path and set base directory for build (4c3e566)
- netlify.toml: remove base directory from build configuration (41475ae)
- netlify.toml: remove playground-nuxt from build command (28e22ea)
- netlify.toml: update build command to include markstream-vue (91ecf00)
- netlify.toml: update publish path to correct directory (6bf3710)
- normalize markdown code block language labels (9fcb93c)
- nuxt.config.ts: set nitro preset to static (580e83e)
- parser: handle intraword asterisks and strict unmatched strong (08ee3db)
-
parser: keep backticked dollars/code literal and skip placeholder
$...$ math (747610c), closes #306 - parser: keep complete html document as single html_block (b376742)
- parser: prevent list bleed after adjacent html blocks (b922bc8), closes #318
- preserve escaped punctuation literals (0328451), closes #322
- prevent dropping numeric-only documents in parseMarkdownToStructure (bba733c), closes #278
- prevent false positives for JSON in math parsing and add tests ([0fb4e82](h...
[markstream-vue2] nightly-20260313-988b7c4
What's Changed
New Contributors
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-vue@0.0.9-beta.0...markstream-vue2@nightly-20260313-988b7c4
[markstream-react] nightly-20260313-988b7c4
What's Changed
New Contributors
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-vue@0.0.9-beta.0...markstream-react@nightly-20260313-988b7c4