Skip to content

Commit 5e2fc1f

Browse files
authored
docs: release v0.1.3 🚀 (#43)
* docs: release 0.2.0 * update changelog * fix
1 parent e00d475 commit 5e2fc1f

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1-
## Unreleased
1+
## 0.2.0 (2023-12-06)
2+
3+
## Library
24

35
### Features
46

57
- Support Mermaid Class Diagrams 🥳 [#42](https://github.com/excalidraw/mermaid-to-excalidraw/pull/42) by [@ad1992](https://github.com/ad1992).
68

9+
- Support Mermaid Sequence Diagrams 🥳 [#34](https://github.com/excalidraw/mermaid-to-excalidraw/pull/34) by [@ad1992](https://github.com/ad1992).
10+
711
### Fixes
812

913
- Update arrow types for class diagrams [#44](https://github.com/excalidraw/mermaid-to-excalidraw/pull/44) by [@ad1992](https://github.com/ad1992).
1014

15+
## Playground
16+
17+
**_This section lists the updates made to the playground and will not affect the integration._**
18+
19+
### Fixes
20+
21+
- Clear parcel cache before starting dev server [#39](https://github.com/excalidraw/mermaid-to-excalidraw/pull/39) by [@ad1992](https://github.com/ad1992).
22+
23+
- Trigger mermaid.render only once for each diagram in playground [#41](https://github.com/excalidraw/mermaid-to-excalidraw/pull/41) by [@ad1992](https://github.com/ad1992).
24+
25+
### Chore
26+
27+
- Adding Complex Decisions & Subprocesses Charts in playground [#31](https://github.com/excalidraw/mermaid-to-excalidraw/pull/31) by [@DYNAMICMORTAL](https://github.com/DYNAMICMORTAL)
28+
29+
---
30+
1131
## 0.1.2 (2023-11-03)
1232

1333
## Library

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@excalidraw/mermaid-to-excalidraw",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Mermaid to Excalidraw Diagrams",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)