NicolasNewman
497712a3fa
feat(arch): exposed createIcon function
2024-04-11 12:22:34 -05:00
NicolasNewman
073175e5f7
style(arch): resolved es-lint errors
2024-04-11 12:21:44 -05:00
futzmonitor
bb0c45b090
Changes to rendering/gitGraph.spec.js
...
- Added additional rendering test functionality for recognizing 'switch' as an alias to 'checkout'.
2024-04-08 09:45:44 -04:00
futzmonitor
d0583f9947
1. Changes to gitGraph.jison
...
- Updated the regex to allow either 'checkout' or 'switch'
2. Changes to gitGraphParser.spec.js
- Additional test coverage added for the changes made to the parser.
3. Changes to gitGraphParserV2.spec.js
- Additional test coverafe added for the changes made to the parser.
4. Changes to gitgraph.md
- Updated documentation to let users know that checkout/switch can be used interchangeably.
2024-04-07 20:40:57 -04:00
NicolasNewman
6bd1da219a
refactor(arch): refactored code to be consistent with other diagrams
2024-04-07 17:27:01 -05:00
NicolasNewman
0a14f2cffc
fix(arch): changed how cytoscape namespace extension is handled to prevent conflicts
2024-04-06 22:50:25 -05:00
NicolasNewman
dcb1b4871f
merge(arch): : Merge branch 'develop' of https://github.com/mermaid-js/mermaid into 5367/architecture-diagram
2024-04-06 22:03:46 -05:00
NicolasNewman
baa6c9e4b9
test(arch): added edge arrow demo
2024-04-06 21:55:06 -05:00
NicolasNewman
251e808a29
build(arch): expose SVG library types
2024-04-06 21:51:35 -05:00
NicolasNewman
22c0090979
refactor(arch): reorganized code and added more documentation
2024-04-06 21:46:37 -05:00
NicolasNewman
aef991bc49
feat(arch): XY edges now have a 90deg bend
2024-04-06 21:12:30 -05:00
Michael Krause
a4bbaf071e
Merge branch 'develop' into fix/RequirementDiagramOverflow
2024-04-05 09:57:57 -04:00
Aakansha Doshi
12bd301401
revert from and to type to object
2024-04-05 18:22:48 +05:30
Aakansha Doshi
a14637b416
Merge branch 'develop' into aakansha/typesafe
2024-04-05 17:19:12 +05:30
Aakansha Doshi
5d1ac22fd1
add eslint rule consistent-type-definations
2024-04-05 17:17:01 +05:30
NicolasNewman
6d5791a63a
feat(arch): arrows now rendered on diagram
2024-04-04 13:47:01 -05:00
NicolasNewman
2709c2d2e1
style(arch): prettier formatting & code cleanup
2024-04-04 09:58:58 -05:00
NicolasNewman
92d819ede5
feat(arch): disconnected graph handling for positioning
2024-04-03 15:32:43 -05:00
NicolasNewman
36f52be3bf
feat(arch): improved positioning system to better handle edge cases
2024-04-03 13:45:41 -05:00
Sidharth Vinod
3ccfea84b8
Merge pull request #5430 from jakobskrym/feature/support-fa-kit-custom-icons
...
Feature/support fa kit custom icons
2024-04-03 21:54:11 +05:30
Jakob
38beca11fd
Merge branch 'develop' into feature/support-fa-kit-custom-icons
2024-04-03 09:02:33 +02:00
Jakob
3555577581
Update createText.ts
...
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com >
2024-04-03 09:02:20 +02:00
Sidharth Vinod
e852596862
Merge pull request #5432 from mermaid-js/renovate/patch-all-patch
...
chore(deps): update all patch dependencies (patch)
2024-04-03 10:54:31 +05:30
renovate[bot]
f15fde26f9
chore(deps): update all patch dependencies
2024-04-03 04:02:11 +00:00
Sidharth Vinod
73c426f8be
Merge pull request #5421 from ad1992/aakansha/lint
...
fix: remove unused import
2024-04-03 01:32:49 +05:30
Aakansha Doshi
8f40c1a77f
revert lock file
2024-04-02 15:10:22 +05:30
Aakansha Doshi
0d00e88580
simplify message type from and to
2024-04-02 11:40:11 +05:30
Aakansha Doshi
8792e0a978
move types to separate file
2024-04-02 10:40:34 +05:30
Aakansha Doshi
e27e56f7bf
use interfaces instead of types
2024-04-02 10:38:04 +05:30
Knut Sveidqvist
6b7e1225dd
#5237 Adding basic flow, WIP
2024-04-01 19:46:06 +02:00
jakobskrym
0051620840
feat: create utils func + test cases
2024-04-01 19:05:35 +02:00
NicolasNewman
f47bbee24a
feat(arch): added more demos
2024-03-31 13:54:06 -05:00
NicolasNewman
361e25ba34
fix(arch): fixed compound nodes overlapping
2024-03-31 13:53:34 -05:00
NicolasNewman
46a37a6eea
feat(arch): added fallback icon
2024-03-31 13:52:23 -05:00
NicolasNewman
b911bd3e42
feat(arch): improved error handling
2024-03-31 13:51:40 -05:00
Christian
c239b6e311
Merge branch 'develop' into 4175Issue-allowSemicolons
2024-03-30 15:14:12 -04:00
Christian
d1a3a84b6f
Merge branch 'develop' into 5356Issue
2024-03-30 15:12:48 -04:00
jakobskrym
63f9d3e0b4
docs: finish docs
2024-03-30 12:28:18 +01:00
jakobskrym
90b1111382
docs: update docs with new info
2024-03-30 12:21:01 +01:00
jakobskrym
0aa526d707
feat: add in additional files
2024-03-30 12:08:16 +01:00
jakobskrym
4daef2591d
feat: add support for fa-kit icons
2024-03-30 12:03:55 +01:00
Alois Klink
2d91aa0b06
Merge pull request #5425 from mermaid-js/add-blog-post
...
DOCS: add Turing machine blog post
2024-03-29 17:47:30 +00:00
Aakansha Doshi
2fd6de0af5
more type fixes
2024-03-29 15:27:13 +05:30
Aakansha Doshi
799af4e550
fix test
2024-03-29 15:05:03 +05:30
Aakansha Doshi
b8e0bcee5b
fix type
2024-03-29 14:27:51 +05:30
Aakansha Doshi
3567308a22
fix: make sequenceDB typesafe
2024-03-29 13:31:02 +05:30
Steph
aca0bebaf4
add Turing machine blog post
2024-03-28 12:50:10 -07:00
NicolasNewman
10682ef31f
feat(arch): added demo
2024-03-27 09:31:06 -05:00
NicolasNewman
0ab7a3d8ec
feat(arch): added 4 default icons, added config field for icons
2024-03-27 09:30:44 -05:00
Aakansha Doshi
4ee4555cbd
fix: remove unused import
2024-03-27 19:18:14 +05:30