Commit Graph

8687 Commits

Author SHA1 Message Date
Knut Sveidqvist b70959daa7 Version 10.5.1 2023-10-20 14:30:52 +02:00
Per Brolin aaf0b474d4 Increased version to 10.5.1 2023-10-20 14:18:07 +02:00
Knut Sveidqvist 61bc293a95 #4967 Reverting optimimization that breaks subgraphs 2023-10-20 11:12:56 +02:00
Sidharth Vinod d1b386b5c9
Revert PH changes (#4903) 2023-10-11 11:32:24 +05:30
sidharthv96 22b783e31d Update docs 2023-10-04 09:01:57 +00:00
Sidharth Vinod 345d0d0bd2
Fix lint issue 2023-10-04 14:26:03 +05:30
Sidharth Vinod f49e8c5784
Fix release version 2023-10-04 14:19:19 +05:30
Sidharth Vinod a6bb1ea28c
Fix TopBar 2023-10-04 14:09:34 +05:30
Sidharth Vinod cda7a61526
Add MC to integrations 2023-10-04 14:07:08 +05:30
Sidharth Vinod d17c752229
Add TopBar 2023-10-04 14:06:43 +05:30
Steph 459f5a58a3
Docs: Add Product Hunt info (#4900)
* update card and announcements page

* update integrations link and add product hunt badge

* Revert navbar link change

---------

Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
2023-10-04 07:32:30 +00:00
knsv b83fff2fa0 Update docs 2023-10-02 08:24:42 +00:00
Knut Sveidqvist e6bbc71f86 Merge branch 'release/10.5.0' 2023-10-02 10:19:52 +02:00
Knut Sveidqvist 9644df4021 Merge branch 'release/10.5.0' 2023-10-02 10:18:33 +02:00
Knut Sveidqvist bb0d549d0d Mermaid release v10.5.0 2023-10-02 10:00:13 +02:00
Knut Sveidqvist 47acc1e423 Fix for issue with backticks in ids in classDiagrams 2023-09-29 13:38:00 +02:00
Knut Sveidqvist 7ad2ca7b0a
Merge pull request #4871 from mermaid-js/add-git-graph-blog
Docs: update Latest News section (Git Graph blog post)
2023-09-29 10:39:27 +02:00
steph f1895ac599 more fixes 2023-09-28 23:52:53 -07:00
steph 564cfbee5b fix typo 2023-09-28 23:46:32 -07:00
steph 2cb1a88913 more link fixes 2023-09-28 23:37:59 -07:00
steph 874ccfb5a7 fix links 2023-09-28 23:28:33 -07:00
Sidharth Vinod f96d351fdc
fix: Sequence loop rendering 2023-09-28 13:09:56 +05:30
Sidharth Vinod ee58743a04
fix: Use log instead of console 2023-09-26 19:24:39 +05:30
Sidharth Vinod 63f4a56ec5
chore: Add test for gantt rendering 2023-09-26 19:21:14 +05:30
Sidharth Vinod 7cb1c2e0aa
fix(gantt): Set max exclude interval length to 5 years 2023-09-26 19:21:05 +05:30
Sidharth Vinod 5f5b216428
fix: Performance issue in Gantt diagram 2023-09-26 19:15:44 +05:30
Sidharth Vinod a3456ec933
fix: Sequence diagram loop rendering 2023-09-26 18:36:05 +05:30
Steph a0e9b0c96d add git graph blog post 2023-09-22 10:09:05 -07:00
Knut Sveidqvist fbe8d1085c
Merge pull request #4817 from mermaid-js/update-ecosystem-section
Docs: update Ecosystem section
2023-09-22 08:45:34 +02:00
Sidharth Vinod ad596086ea
10.5.0-rc.2 2023-09-15 01:24:02 +05:30
Knut Sveidqvist 9d1c109612 Merge branch 'develop' into release/10.5.0 2023-09-14 11:59:57 +02:00
Sidharth Vinod 4201e4775d
fix: Arrow markers in flowchart-elk 2023-09-14 14:52:39 +05:30
Sidharth Vinod 46a5b9543e
Bump version 2023-09-14 14:06:15 +05:30
Knut Sveidqvist d539f7050f
Merge pull request #4825 from chadfawcett/bug/1871_fix_duplicate_marker_ids
Give markers unique id's per graph
2023-09-14 08:03:01 +00:00
Sidharth Vinod 983cf45b2f
Merge branch 'develop' into pr/chadfawcett/4825
* develop:
  chore: Fix type in 'getLineFunctionsWithOffset'
  refactor: Add getLineFunctionsWithOffset function
  refactor: Move EdgeData to types
  fix: PointStart marker refX
  chore(deps): update all patch dependencies
  refactor: Fix typings in utils.ts
  chore: Add @internal to createCSSStyles
  chore: Bump version
  refactor: Remove unused variables
  fix: #4818 support `getClasses` in external diagrams.
2023-09-14 13:06:35 +05:30
Sidharth Vinod ce78ff116e
chore: Fix type in 'getLineFunctionsWithOffset' 2023-09-14 13:05:21 +05:30
Knut Sveidqvist ed9159cece
Merge pull request #4830 from mermaid-js/fix/flowchartElkArrow
Fix: flowchartElk Arrow overlap
2023-09-14 06:41:56 +00:00
Sidharth Vinod f208631a16
Merge branch 'develop' into fix/flowchartElkArrow 2023-09-13 22:30:57 +05:30
Sidharth Vinod 6219aa55f7
Merge pull request #4819 from mermaid-js/sidv/4818_supportClassDefsExternally
Support ClassDefs in external diagrams
2023-09-13 16:16:32 +00:00
Sidharth Vinod feeb0073f2
Merge branch 'develop' into sidv/4818_supportClassDefsExternally 2023-09-13 19:49:31 +05:30
Knut Sveidqvist d70c8cdb4c
Merge pull request #4826 from mermaid-js/sidv/cleanupUtils
refactor: Fix typings in utils.ts
2023-09-13 07:36:55 +00:00
Chad Fawcett bceae92d30
Update cypress/platform/marker_unique_id.html
Co-authored-by: Sidharth Vinod <sidharthv96@gmail.com>
2023-09-12 10:29:39 -07:00
Sidharth Vinod 3c34fbaacd
refactor: Add getLineFunctionsWithOffset function 2023-09-12 14:08:02 +05:30
Sidharth Vinod 78346943a2
refactor: Move EdgeData to types 2023-09-12 14:06:53 +05:30
Sidharth Vinod 6b7a0e1d8e
fix: PointStart marker refX 2023-09-12 14:04:54 +05:30
Chad Fawcett 924c9e913b Added cypress test 2023-09-11 11:59:28 -07:00
Sidharth Vinod e561cbd3be
Merge pull request #4828 from mermaid-js/renovate/patch-all-patch
chore(deps): update all patch dependencies (patch)
2023-09-11 14:48:52 +00:00
renovate[bot] 11aaee043f
chore(deps): update all patch dependencies 2023-09-11 13:44:53 +00:00
Steph 3824daea0b
add blog post (#4822) 2023-09-09 05:49:28 +00:00
Sidharth Vinod f3e0d5a20a
refactor: Fix typings in utils.ts 2023-09-09 11:15:55 +05:30