Releases: UnboundedWeb/vue-markdown-next
Releases · UnboundedWeb/vue-markdown-next
Release v1.1.1
Release v1.1.1
fix renderer
📦 Published Packages
parser vue
Version Information:
{"parser":"1.1.1","vue":"1.1.1"}📥 Installation
# Install parser
npm install @markdown-next/parser@1.1.1
# or
pnpm add @markdown-next/parser@1.1.1
# Install vue renderer
npm install @markdown-next/vue@1.1.1
# or
pnpm add @markdown-next/vue@1.1.1🔗 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.1...v1.1.1
What's Changed
Full Changelog: v1.1.0...v1.1.1
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
Release v1.0.0
Release v1.0.0
init publish
📦 Published Packages
parser vue
Version Information:
{"parser":"1.0.0","vue":"1.0.0"}📥 Installation
# Install parser
npm install @markdown-next/parser@1.0.0
# or
pnpm add @markdown-next/parser@1.0.0
# Install vue renderer
npm install @markdown-next/vue@1.0.0
# or
pnpm add @markdown-next/vue@1.0.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.0.0...v1.0.0
What's Changed
- Feat/parser by @XueHua-s in #1
- Feat/vue by @XueHua-s in #3
- Docs/init docs by @XueHua-s in #4
- feat: 增加流水线和优化markdown by @XueHua-s in #5
- fix: publish by @XueHua-s in #6
- Fix/doc redirct by @XueHua-s in #7
New Contributors
Full Changelog: https://github.com/UnboundedWeb/vue-markdown-next/commits/v1.0.0