Skip to content

Releases: dword-design/vue-mermaid-string

v4.0.5

16 Mar 03:14

Choose a tag to compare

4.0.5 (2023-03-16)

Bug Fixes

  • update dependency @dword-design/tester-plugin-component to v3.0.3 (5f1ca20)

v4.0.4

16 Mar 00:02

Choose a tag to compare

4.0.4 (2023-03-16)

Bug Fixes

  • update dependency @dword-design/puppeteer to v6.0.3 (ac6af09)

v4.0.3

06 Mar 16:37

Choose a tag to compare

4.0.3 (2023-03-06)

Bug Fixes

v4.0.2

16 Feb 09:03

Choose a tag to compare

4.0.2 (2023-02-16)

Bug Fixes

  • doc version compatibility (08a12ed)

v4.0.1

15 Feb 18:54

Choose a tag to compare

4.0.1 (2023-02-15)

Bug Fixes

v4.0.0

15 Feb 18:04

Choose a tag to compare

4.0.0 (2023-02-15)

Bug Fixes

  • vue 3, component is client-only now, CDN doesn't require mermaid anymore (a494f1a)

BREAKING CHANGES

  • Migrated to Vue 3
  • The component is client-only now. This means that if you use SSR, you need to make sure that the component is only instantiated on the client (e.g. use with Nuxt). Having this flexible led to some issues.

v3.1.0

14 Feb 23:33

Choose a tag to compare

3.1.0 (2023-02-14)

Features

v3.0.2

10 Jan 10:31

Choose a tag to compare

3.0.2 (2023-01-10)

Bug Fixes

v3.0.1

07 Jan 13:21

Choose a tag to compare

3.0.1 (2023-01-07)

Bug Fixes

  • use template instead of render function (#82) (58365b6)

v3.0.0

06 Jan 18:51

Choose a tag to compare

3.0.0 (2023-01-06)

Bug Fixes

BREAKING CHANGES

  • drop node 12 support, switch to ESM