Releases: Simon-He95/markstream-vue
[markstream-vue] nightly-20260522-f7c8fa9
Bug Fixes
- address stream parser review feedback (e488891)
- address stream parser review follow-ups (17cb380)
- address stream render stability review (e015c61)
- avoid blank fullscreen preview gaps (8885193)
- avoid linkifying filename and ticker-like text (d093b44)
- clear stale table loading state (749ac83)
- close stream parser stability gaps (2b17935)
- cover attrs in parsed node reuse signature (ea399f8)
- cover cjk filenames and short tickers (b241205)
- cover filename and ticker linkify edges (d3149b7)
- flush pending markdown parses (bcb81c3)
- guard streaming parser reuse signatures (a192b3e)
- harden linkify demotion contexts (643668d)
- harden stream parser render stability (676477d)
- harden stream token clone behavior (73c61f7)
- include parsed node text fields in stable signature (d634e34)
- isolate stream parser token metadata clones (d4266b9)
- keep immersive preview batched (0e8f7ad)
- preserve completed diff fence newlines (6d49b8b)
- preserve linkify demotion context (6350308)
- preserve stream object payload correctness (1a74182)
- preserve stream parsed node correctness (71e8a01)
- preserve stream token metadata cloning (1a9c4e1)
- prevent stale streaming render reuse (1d663e5)
- propagate linkify demotion context in nested blocks (ebc85b8)
- remove duplicate docs logo assets (a1cb111)
- resolve stream parser benchmark gate (266a430)
- revert version to 1.0.0 in package.json (8ff5773)
- satisfy markdown parser typecheck (ac5ff94)
- sort frontmatter cookbook imports (d1fe842)
- stabilize stream parser renderer follow-ups (7ddf1f1)
- stream partial diff fence hunks (9af32e7)
- update changelog script to use tag prefix and increment release version (6471c14)
- update logo assets (a997997)
- update playground header logo (9132393)
- update stream-monaco version to 0.0.41 across all packages (e516ac0)
- use stream parser for markdown rendering (169747b)
What's Changed
- fix: use stream parser for markdown rendering by @Simon-He95 in #462
- fix: avoid linkifying filename and ticker-like text by @Simon-He95 in #465
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260520-e516ac0...markstream-vue@nightly-20260522-f7c8fa9
[markstream-vue] 1.0.1-beta.1
Bug Fixes
- address stream parser review feedback (e488891)
- address stream parser review follow-ups (17cb380)
- address stream render stability review (e015c61)
- avoid blank fullscreen preview gaps (8885193)
- avoid linkifying filename and ticker-like text (d093b44)
- clear stale table loading state (749ac83)
- close stream parser stability gaps (2b17935)
- cover attrs in parsed node reuse signature (ea399f8)
- cover cjk filenames and short tickers (b241205)
- cover filename and ticker linkify edges (d3149b7)
- flush pending markdown parses (bcb81c3)
- guard streaming parser reuse signatures (a192b3e)
- harden linkify demotion contexts (643668d)
- harden stream parser render stability (676477d)
- harden stream token clone behavior (73c61f7)
- include parsed node text fields in stable signature (d634e34)
- isolate stream parser token metadata clones (d4266b9)
- keep immersive preview batched (0e8f7ad)
- preserve completed diff fence newlines (6d49b8b)
- preserve linkify demotion context (6350308)
- preserve stream object payload correctness (1a74182)
- preserve stream parsed node correctness (71e8a01)
- preserve stream token metadata cloning (1a9c4e1)
- prevent stale streaming render reuse (1d663e5)
- propagate linkify demotion context in nested blocks (ebc85b8)
- remove duplicate docs logo assets (a1cb111)
- resolve stream parser benchmark gate (266a430)
- revert version to 1.0.0 in package.json (8ff5773)
- satisfy markdown parser typecheck (ac5ff94)
- sort frontmatter cookbook imports (d1fe842)
- stabilize stream parser renderer follow-ups (7ddf1f1)
- stream partial diff fence hunks (9af32e7)
- update changelog script to use tag prefix and increment release version (6471c14)
- update logo assets (a997997)
- update playground header logo (9132393)
- update release script to include all packages in bump process (66a4fb2)
- update stream-monaco version to 0.0.41 across all packages (e516ac0)
- use stream parser for markdown rendering (169747b)
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260522-f7c8fa9...markstream-vue@1.0.1-beta.1
[markstream-vue2] nightly-20260522-f7c8fa9
What's Changed
- fix: use stream parser for markdown rendering by @Simon-He95 in #462
- fix: avoid linkifying filename and ticker-like text by @Simon-He95 in #465
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260520-e516ac0...markstream-vue2@nightly-20260522-f7c8fa9
[markstream-react] nightly-20260522-f7c8fa9
What's Changed
- fix: use stream parser for markdown rendering by @Simon-He95 in #462
- fix: avoid linkifying filename and ticker-like text by @Simon-He95 in #465
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/markstream-react@nightly-20260520-e516ac0...markstream-react@nightly-20260522-f7c8fa9
[markstream-vue] nightly-20260520-e516ac0
1.0 Stable Release
- Released
markstream-vue@1.0.0,markstream-core@1.0.0, andstream-markdown-parser@1.0.0together. - Stabilized the Vue 3 renderer API:
MarkdownRender,VueRendererMarkdown,useSmoothMarkdownStream, rawcontent, pre-parsednodes, safe HTML defaults, optional Mermaid / KaTeX / D2 / Infographic / Monaco integrations, CSS exports, Tailwind export, documented worker client exports, and SSR imports. - Kept cross-framework adapters, repository skills/prompts, low-level worker implementation files, and height-estimation experiments outside the 1.x compatibility promise.
- Added a reproducible 1.0 benchmark report workflow with JSON and Markdown output, environment disclosure, LCP, CLS, settle time, p95 frame cost, max long task, DOM node count, fallback count, heavy-block completion, scroll drift, and heap-after-unmount metrics.
- Added 1.0 migration and showcase docs for launch material.
- Tightened the 1.0 release gate to include release verification, docs build, size budget, and benchmark report generation.
What's Changed
- fix: update project logo assets by @Simon-He95 in #461
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260517-fcf9770...markstream-vue@nightly-20260520-e516ac0
[markstream-vue2] nightly-20260520-e516ac0
What's Changed
- fix: update project logo assets by @Simon-He95 in #461
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260517-fcf9770...markstream-vue2@nightly-20260520-e516ac0
[markstream-react] nightly-20260520-e516ac0
What's Changed
- fix: update project logo assets by @Simon-He95 in #461
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260517-fcf9770...markstream-react@nightly-20260520-e516ac0
[stream-markdown-parser] nightly-20260517-fcf9770
What's Changed
- chore: prepare markstream-vue 1.0.0 release by @Simon-He95 in #459
[markstream-vue] nightly-20260517-fcf9770
1.0 Stable Release
- Released
markstream-vue@1.0.0,markstream-core@1.0.0, andstream-markdown-parser@1.0.0together. - Stabilized the Vue 3 renderer API:
MarkdownRender,VueRendererMarkdown,useSmoothMarkdownStream, rawcontent, pre-parsednodes, safe HTML defaults, optional Mermaid / KaTeX / D2 / Infographic / Monaco integrations, CSS exports, Tailwind export, documented worker client exports, and SSR imports. - Kept cross-framework adapters, repository skills/prompts, low-level worker implementation files, and height-estimation experiments outside the 1.x compatibility promise.
- Added a reproducible 1.0 benchmark report workflow with JSON and Markdown output, environment disclosure, LCP, CLS, settle time, p95 frame cost, max long task, DOM node count, fallback count, heavy-block completion, scroll drift, and heap-after-unmount metrics.
- Added 1.0 migration and showcase docs for launch material.
- Tightened the 1.0 release gate to include release verification, docs build, size budget, and benchmark report generation.
What's Changed
- chore: prepare markstream-vue 1.0.0 release by @Simon-He95 in #459
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260515-4c409aa...markstream-vue@nightly-20260517-fcf9770
[markstream-vue2] nightly-20260517-fcf9770
What's Changed
- chore: prepare markstream-vue 1.0.0 release by @Simon-He95 in #459
Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260515-4c409aa...markstream-vue2@nightly-20260517-fcf9770