Skip to content

Commit f3eced8

Browse files
chore: 4.0.0 [skip ci]
# [4.0.0](v3.1.0...v4.0.0) (2023-02-15) ### Bug Fixes * vue 3, component is client-only now, CDN doesn't require mermaid anymore ([a494f1a](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 <client-only> with Nuxt). Having this flexible led to some issues.
1 parent a494f1a commit f3eced8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/dword-design/vue-mermaid-string/compare/v3.1.0...v4.0.0) (2023-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* vue 3, component is client-only now, CDN doesn't require mermaid anymore ([a494f1a](https://github.com/dword-design/vue-mermaid-string/commit/a494f1ac2e228c8af3d16efac5003a5d665858a2))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Migrated to Vue 3
12+
* 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 <client-only> with Nuxt). Having this flexible led to some issues.
13+
114
# [3.1.0](https://github.com/dword-design/vue-mermaid-string/compare/v3.0.2...v3.1.0) (2023-02-14)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mermaid-string",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "A Vue.js component that turns a Mermaid string into a diagram.",
55
"repository": "dword-design/vue-mermaid-string",
66
"funding": "https://github.com/sponsors/dword-design",

0 commit comments

Comments
 (0)