Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						9106c6ad52 
					 
					
						
						
							
							#1602  Update of handling of nested subgraphs  
						
						 
						
						
						
						
					 
					
						2020-09-02 20:34:24 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Guillaume Grossetie 
							
						 
					 
					
						
						
							
						
						99844b4ca3 
					 
					
						
						
							
							Add e2e tests on all diagrams  
						
						 
						
						
						
						
					 
					
						2020-08-25 17:17:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Guillaume Grossetie 
							
						 
					 
					
						
						
							
						
						184fcab0b7 
					 
					
						
						
							
							resolves   #1490  consistent SVG height and width between diagrams  
						
						 
						
						
						
						
					 
					
						2020-08-25 15:46:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						0cbd002667 
					 
					
						
						
							
							#1607  Using correct config when to decide about sanitizing text  
						
						 
						
						
						
						
					 
					
						2020-08-23 20:02:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						6b23c71bb5 
					 
					
						
						
							
							Use courier in all rendering tests  
						
						 
						
						
						
						
					 
					
						2020-08-16 21:49:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						236332d8c7 
					 
					
						
						
							
							Use arial in stateDiagram rendering tests  
						
						 
						
						
						
						
					 
					
						2020-08-16 13:50:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						de72d7ba13 
					 
					
						
						
							
							Use arial in stateDiagram rendering tests  
						
						 
						
						
						
						
					 
					
						2020-08-16 13:19:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						ba6d73fc17 
					 
					
						
						
							
							Debug of fonts in percy renderings  
						
						 
						
						
						
						
					 
					
						2020-08-16 13:01:45 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						888b1fb021 
					 
					
						
						
							
							#1613   #1495  Adding support for edge length to flowchart (beta)  
						
						 
						
						
						
						
					 
					
						2020-08-16 08:45:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						958b032cea 
					 
					
						
						
							
							Merge branch 'develop' of github.com:mermaid-js/mermaid into develop  
						
						 
						
						
						
						
					 
					
						2020-08-16 08:34:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						129b3f9004 
					 
					
						
						
							
							Cherry pick of config changes  
						
						 
						
						
						
						
					 
					
						2020-08-14 07:34:42 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mattéo Delabre 
							
						 
					 
					
						
						
							
						
						01344a991d 
					 
					
						
						
							
							Add support for changing the length of edges  
						
						 
						
						... 
						
						
						
						Resolves  #637 , resolves  #1495 .
The syntax for edges is extended to allow for extra
dashes/equals signs/dots (depending on the edge type). Each added
character increases the length of the edge by one rank level, as
follows:
Length            |    1   |    2    |     3    |
------------------|:------:|:-------:|:--------:|
Normal            |  `---` |  `----` |  `-----` |
Normal with arrow |  `-->` |  `--->` |  `---->` |
Thick             |  `===` |  `====` |  `=====` |
Thick with arrow  |  `==>` |  `===>` |  `====>` |
Dotted            |  `-.-` |  `-..-` |  `-...-` |
Dotted with arrow | `-.->` | `-..->` | `-...->` |
This features leverages the `minlen` property exposed by Dagre which was
not previously available when using Mermaid. 
						
						
					 
					
						2020-08-14 00:15:26 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						677c6d9f89 
					 
					
						
						
							
							Release 8.7.0  
						
						 
						
						
						
						
					 
					
						2020-08-09 14:02:57 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						77541102af 
					 
					
						
						
							
							Merge branch 'develop' of github.com:mermaid-js/mermaid into develop  
						
						 
						
						
						
						
					 
					
						2020-08-08 10:59:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Greywolf 
							
						 
					 
					
						
						
							
						
						1f051d7a9f 
					 
					
						
						
							
							1181-Css for class diagrams  
						
						 
						
						... 
						
						
						
						Initial change for supporting custom CSS for use with classDiagrams.
updated `LABEL` regex for specificity 
						
						
					 
					
						2020-08-03 12:47:50 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						87f12c7d5a 
					 
					
						
						
							
							Updated with a small example of a custom theme  
						
						 
						
						
						
						
					 
					
						2020-07-31 16:04:12 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						e9e9b13df0 
					 
					
						
						
							
							Added themeVariable references and som adjustments in base theme calculations.  
						
						 
						
						
						
						
					 
					
						2020-07-31 15:05:51 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						5565aab488 
					 
					
						
						
							
							#1590  Theme base tweaked for custom theming  
						
						 
						
						
						
						
					 
					
						2020-07-30 19:18:18 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						36e421eb5f 
					 
					
						
						
							
							Merge pull request  #1586  from mermaid-js/1542_take_two  
						
						 
						
						... 
						
						
						
						1542 take two 
						
						
					 
					
						2020-07-30 08:58:56 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						a5b01c3f6f 
					 
					
						
						
							
							#1542  Adding gantt to showcases  
						
						 
						
						
						
						
					 
					
						2020-07-30 08:34:41 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						ecea0f90d4 
					 
					
						
						
							
							#1542  Handling of config  
						
						 
						
						
						
						
					 
					
						2020-07-29 22:19:23 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						a4bf85b1b6 
					 
					
						
						
							
							#1542  Making sure config and directives works for overriding theme variables using initialize call or directives + tests  
						
						 
						
						
						
						
					 
					
						2020-07-29 18:38:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						cf70678188 
					 
					
						
						
							
							Merge branch 'develop' into feature/1460_add_link_target_to_flowchart_click  
						
						 
						
						
						
						
					 
					
						2020-07-28 13:21:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						b23988c947 
					 
					
						
						
							
							Merge pull request  #1582  from cmmoran/develop  
						
						 
						
						... 
						
						
						
						Directive support for many diagrams, config bugfix 
						
						
					 
					
						2020-07-28 13:17:35 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Faber 
							
						 
					 
					
						
						
							
						
						d04d8c3a1d 
					 
					
						
						
							
							#1460  Add link target option to flowchart click  
						
						 
						
						
						
						
					 
					
						2020-07-28 10:49:54 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chris moran 
							
						 
					 
					
						
						
							
						
						e5b22684cd 
					 
					
						
						
							
							Fixed a parser warning in classDiagram  
						
						 
						
						... 
						
						
						
						Fixed a regression bug I introduced in theme.spec.js 
						
						
					 
					
						2020-07-27 09:57:04 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						f0ed170b04 
					 
					
						
						
							
							#1542  Setting up base theme for custom theming  
						
						 
						
						
						
						
					 
					
						2020-07-27 11:51:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						5a7d770a58 
					 
					
						
						
							
							#1542  Setting up base theme for custom theming  
						
						 
						
						
						
						
					 
					
						2020-07-27 10:01:34 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chris moran 
							
						 
					 
					
						
						
							
						
						c8f652aaa8 
					 
					
						
						
							
							Merge branch 'mermaid-js-develop' into develop  
						
						 
						
						
						
						
					 
					
						2020-07-27 03:23:04 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						01d7a33230 
					 
					
						
						
							
							Merge branch 'master' into develop  
						
						 
						
						
						
						
					 
					
						2020-07-26 22:37:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chris moran 
							
						 
					 
					
						
						
							
						
						108a50f3bb 
					 
					
						
						
							
							Merge branch 'mermaid-js-develop' into develop  
						
						 
						
						
						
						
					 
					
						2020-07-26 08:59:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						95b7e4f9ad 
					 
					
						
						
							
							Theme tweaks  
						
						 
						
						
						
						
					 
					
						2020-07-26 14:09:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						8dd0fe3c40 
					 
					
						
						
							
							Adding showcases  
						
						 
						
						
						
						
					 
					
						2020-07-26 11:50:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						b1f0797a1f 
					 
					
						
						
							
							Updated test  
						
						 
						
						
						
						
					 
					
						2020-07-26 08:20:45 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						62acc18e7d 
					 
					
						
						
							
							Merge of cherry pick  
						
						 
						
						
						
						
					 
					
						2020-07-26 08:03:56 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						06d80032fe 
					 
					
						
						
							
							#1578  Fetching updated configuration before use  
						
						 
						
						
						
						
					 
					
						2020-07-26 08:00:43 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						dc2d52fc09 
					 
					
						
						
							
							testing the label width in percy  
						
						 
						
						
						
						
					 
					
						2020-07-24 19:14:42 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chris moran 
							
						 
					 
					
						
						
							
						
						cb675300b1 
					 
					
						
						
							
							Directive support added to journey  
						
						 
						
						... 
						
						
						
						Fixed an issue in journey svgDraw.drawText expected an attribute (textMargin) but did not receive one and raised an error: <tspan> attribute x: Expected length, "NaN".
Added parseDirective to journeyDb 
						
						
					 
					
						2020-07-23 05:58:15 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ashish Jain 
							
						 
					 
					
						
						
							
						
						71af9741cc 
					 
					
						
						
							
							Correct positioning for class title  
						
						 
						
						
						
						
					 
					
						2020-07-22 21:25:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ashish Jain 
							
						 
					 
					
						
						
							
						
						c9d4cac3ff 
					 
					
						
						
							
							Merge branch 'develop' into feature/Issue-1465_Class_migration  
						
						 
						
						
						
						
					 
					
						2020-07-22 19:33:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ashish Jain 
							
						 
					 
					
						
						
							
						
						a2932a0393 
					 
					
						
						
							
							Merge branch 'master' into develop  
						
						 
						
						
						
						
					 
					
						2020-07-22 19:30:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ashish Jain 
							
						 
					 
					
						
						
							
						
						24e470a099 
					 
					
						
						
							
							Merge branch 'develop' into feature/Issue-1465_Class_migration  
						
						 
						
						
						
						
					 
					
						2020-07-22 18:23:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ashish Jain 
							
						 
					 
					
						
						
							
						
						8e72ddde32 
					 
					
						
						
							
							#1552  Update current.html for cardinality test  
						
						 
						
						
						
						
					 
					
						2020-07-22 18:20:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ashish Jain 
							
						 
					 
					
						
						
							
						
						abe23250c4 
					 
					
						
						
							
							Adjusting initial classDiagram shape rendering  
						
						 
						
						
						
						
					 
					
						2020-07-21 15:25:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						b93ef22687 
					 
					
						
						
							
							#1562  Fix for test  
						
						 
						
						
						
						
					 
					
						2020-07-21 12:31:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						cb79302867 
					 
					
						
						
							
							#1562  Updated handling of pointsarray when the point is already in the array  
						
						 
						
						
						
						
					 
					
						2020-07-21 12:01:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						211d6f4005 
					 
					
						
						
							
							 
						
						 
						
						
						
						
					 
					
						2020-07-21 11:15:42 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						936d5821f9 
					 
					
						
						
							
							Merge  
						
						 
						
						
						
						
					 
					
						2020-07-18 20:12:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						08064c4243 
					 
					
						
						
							
							#1542  Adding khroma for color manipulations  
						
						 
						
						
						
						
					 
					
						2020-07-18 15:15:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Knut Sveidqvist 
							
						 
					 
					
						
						
							
						
						e8af778962 
					 
					
						
						
							
							#1542  Updated test  
						
						 
						
						
						
						
					 
					
						2020-07-18 13:52:51 +02:00