Release v1.1.0
Release v1.1.0
publish 1.1.0
📦 Published Packages
parser vue
Version Information:
{"parser":"1.1.0","vue":"1.1.0"}📥 Installation
# Install parser
npm install @markdown-next/parser@1.1.0
# or
pnpm add @markdown-next/parser@1.1.0
# Install vue renderer
npm install @markdown-next/vue@1.1.0
# or
pnpm add @markdown-next/vue@1.1.0🔗 Links
- NPM - Parser: https://www.npmjs.com/package/@markdown-next/parser
- NPM - Vue: https://www.npmjs.com/package/@markdown-next/vue
- Repository: https://github.com/UnboundedWeb/vue-markdown-next
📋 Full Changelog
Full Changelog: v1.1.0...v1.1.0
What's Changed
- fix: resolve worker mode issue in Vite 7 and add e2e regression tests by @XueHua-s in #10
- docs(skills): add vue-markdown-next project structure/spec skills by @XueHua-s in #11
- feat: add streamdown mode and OpenAI streaming demo page by @XueHua-s in #12
- fix(test): stabilize vue e2e setup timeout in CI by @XueHua-s in #13
- build(ci): use Node 22 in npm publish workflow by @XueHua-s in #14
Full Changelog: v1.0.0...v1.1.0