Skip to content

Releases: cloudacy/vue-markdown-render

v2.3.1

Choose a tag to compare

@p-kuen p-kuen released this 06 Jun 07:18

What's Changed

  • upgrade packages (typescript v6, markdown v14.2.0)
  • build(deps-dev): bump vite from 7.1.4 to 7.1.11 in /example by @dependabot[bot] in #37
  • feat(test): add Vitest setup and example unit test by @hdJerry in #38

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

Choose a tag to compare

@p-kuen p-kuen released this 02 Sep 19:54

What's Changed

  • chore: upgrade to markdown-it v14
  • refactor: use more modern style to define component by @p-kuen in #29
  • fix: add type module to package.json by @filiphazardous in #13
  • refactor: improve performance by using shallowRef instead of ref
  • chore: upgrade packages

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@p-kuen p-kuen released this 24 May 04:40
  • Updated tsconfig.json
  • rebuild package

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@p-kuen p-kuen released this 24 May 04:25

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@p-kuen p-kuen released this 13 Oct 04:45

What's Changed

  • docs: update readme to describe new plugins feature by @AlextheYounga in #18
  • export type instead of export by @jakudlaty in #20
  • refactor: use composition instead of options api in 1058256

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@p-kuen p-kuen released this 03 Oct 04:51

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@p-kuen p-kuen released this 08 Jan 17:28

What's Changed

  • Add options prop to README by @machinaeXphilip in #9
  • Upgrade packages to latest versions

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@p-kuen p-kuen released this 08 Jan 17:27

Switched to Vue 3

Full Changelog: v1.1.3...v2.0.0

v1.1.3

Choose a tag to compare

@p-kuen p-kuen released this 27 Aug 16:43
  • Upgraded dependencies

v1.1.2

Choose a tag to compare

@p-kuen p-kuen released this 05 Jun 11:02
  • Removed punycode as dependency. Please read #6 for details.