Skip to content

Releases: UnboundedWeb/vue-markdown-next

Release v1.1.1

18 Feb 11:05

Choose a tag to compare

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

📋 Full Changelog

Full Changelog: v1.1.1...v1.1.1

What's Changed

  • fix(preview): resolve stream i18n linked-format runtime error by @XueHua-s in #15

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

18 Feb 08:01

Choose a tag to compare

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

Release v1.0.0

30 Dec 17:44

Choose a tag to compare

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

📋 Full Changelog

Full Changelog: v1.0.0...v1.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/UnboundedWeb/vue-markdown-next/commits/v1.0.0