You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: support sequence diagrams
* remove endArrowhead for solid and dotted stroke styles
* cleanup playground UI
* add some sequence testcases and support name attribute in test cases
* add playground for sequence
* support actor symbols
* display correct text message
* fix types and use mermaid font size as is for better calculations
* support identifiers
* add test cases for identifier and also beautify playground a bit :p
* support notes
* support activations
* fix message
* Support loops
* support alternate paths and add bg to loop labels
* Add testcase for parallel actions
* calculate width of container based on label for loop labels
* Add a testcase for comment
* support critical regions and self loop
* use svg for arrow text as json is not consistent
* support background highlights
* use message json for computing arrowtype
* use note text from message json
* make sure critical label doesn't overlap with loop text
* remove font customization
* support box/grouping
* group the actor symbols
* support sequence numbers
* support grouping for actors too and move away from mermaid group rect instead draw ours :)
* move computeGroupIds to flowchart as its flowchart specific
* assign frame id to bound text elements
* upgrade exclaidraw
* fix styling
* cleanup
* support entity codes
* update excalidraw package to use the frames api
* stop using directive as we don't support custom font size hence using config
* make code more typesafe
* update changelog and make more typesafe
* remove unused code
* update changelog
* upgrade version to 0.1.2
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,32 @@
1
+
## 0.1.2 (2023-11-03)
2
+
3
+
## Library
4
+
5
+
### Features
6
+
7
+
- Support Sequence Diagrams [#34](https://github.com/excalidraw/mermaid-to-excalidraw/pull/34) by [@ad1992](https://github.com/ad1992).
8
+
9
+
## Playground
10
+
11
+
**_This section lists the updates made to the playground and will not affect the integration._**
12
+
13
+
### Chore
14
+
15
+
- Adding an example of Complex Decisions & Subprocesses Charts in playground [#31](https://github.com/excalidraw/mermaid-to-excalidraw/pull/31) by [@DYNAMICMORTAL](https://github.com/DYNAMICMORTAL).
16
+
1
17
## 0.1.1 (2023-09-21)
2
18
3
19
### Fixes
4
20
5
-
- Support module resolution nodenext so type module works in host [#30](https://github.com/excalidraw/mermaid-to-excalidraw/pull/30) by [@ad1992](https://github.com/ad1992)
21
+
- Support module resolution nodenext so type module works in host [#30](https://github.com/excalidraw/mermaid-to-excalidraw/pull/30) by [@ad1992](https://github.com/ad1992).
6
22
7
23
### Build
8
24
9
-
- Don't minify build output [#29](https://github.com/excalidraw/mermaid-to-excalidraw/pull/29) by [@ad1992](https://github.com/ad1992)
25
+
- Don't minify build output [#29](https://github.com/excalidraw/mermaid-to-excalidraw/pull/29) by [@ad1992](https://github.com/ad1992).
10
26
11
27
### Chore
12
28
13
-
- use excalidraw v0.16.0 [#28](https://github.com/excalidraw/mermaid-to-excalidraw/pull/28) by [@ad1992](https://github.com/ad1992)
29
+
- use excalidraw v0.16.0 [#28](https://github.com/excalidraw/mermaid-to-excalidraw/pull/28) by [@ad1992](https://github.com/ad1992).
0 commit comments