Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 08:01
· 4 commits to main since this release

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

📋 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