Tags: excalidraw/mermaid-to-excalidraw
Tags
feat: support maxEdges, maxTextSize and more params in mermaid config… … and release v1.1.0 🚀 (#68) * feat: support maxEdges and maxTextSize in mermaid config * fix font size variable * add link * update cl * update fontSize variable in readme * update docs * update docs * change fontSize to string * fix * font size fixes * add max edge and max TextSize: * update cl * fix playground * spread the config with init config so diagram doesn't get impacted * mark options as required in convertor * upgrade to v1.1.0
feat: support sequence diagrams 🚀 (#34) * 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