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
Knut Sveidqvist
062126c43d
Test page for directives
2020-07-17 12:44:42 +02:00
Knut Sveidqvist
f9667cd80f
#1542 Test page using directoives to switch theme
2020-07-17 12:34:33 +02:00
Knut Sveidqvist
65c2f58a66
#1542 Test page using directoives to switch theme
2020-07-17 09:31:42 +02:00
Knut Sveidqvist
030b945828
#1542 Theme variables setup
2020-07-17 09:16:39 +02:00
Knut Sveidqvist
fd4240b774
#1542 Setting theme options as the regular options
2020-07-16 23:39:38 +02:00
Knut Sveidqvist
8c0e022b44
Template for dynamic styles in place
2020-07-16 20:27:42 +02:00
Knut Sveidqvist
da8e75f98a
Merge from master with doc updates
2020-07-16 12:27:03 +02:00
Knut Sveidqvist
bbc9532444
#1454 Adding showcase diagrams rendered with the different themes
2020-07-15 14:02:19 +02:00
Knut Sveidqvist
fe5d9e486b
#1485 Fixing for test
2020-07-15 13:29:35 +02:00
Knut Sveidqvist
3a9306a9c2
#1485 Setting proper font settings in the root css
2020-07-15 12:12:57 +02:00
Knut Sveidqvist
686ee1e349
Relase 8.6.0
2020-07-13 16:39:52 +02:00
Knut Sveidqvist
dc2f9c304d
Font fix for rendering tests - back to noto font
2020-07-12 15:25:01 +02:00
Knut Sveidqvist
462d5c3b12
Font fix for rendering tests
2020-07-12 14:56:27 +02:00
Knut Sveidqvist
39e90a20da
Font fix for rendering tests
2020-07-12 12:21:17 +02:00
Knut Sveidqvist
61684830bf
2020-07-12 11:15:32 +02:00
Ryan Ling
5da4ced8c1
Add flowchart.diagramPadding
config option
...
This option lets you customise the padding around the whole flowchart.
It is equivalent to `er.diagramPadding` and defaults to 8px for
backwards compatibility with the current hardcoded value.
2020-07-11 16:54:00 +10:00
Knut Sveidqvist
32b2ee8cab
2020-07-04 11:13:54 +02:00
chris moran
217bd1f4bf
Fixed test cases for sequence diagrams
...
Updated config to match a conversation knut and i had about the relationship between global, site, and integrator configuration
(Will update docs)
Renamed wrapEnabled to wrap
Poor man's caching for calculateTextDimensions, wrapLabel, and breakString (actually makes a huge difference)
2020-06-26 09:26:56 -04:00
Ashish Jain
b190a0eaba
Added support for classDiagram relation arrow markers
2020-06-24 21:45:19 +02:00
Ashish Jain
85d4f2843e
Initial commit for classDiagram v2
2020-06-24 19:34:12 +02:00
chris moran
7d9bf83f66
addition: added bounds models for bounds checking in unit tests.
...
addition: bounds.init will clear models
addition: added loop model widths id instead of using title as the id
removed parseMessage debug message
addition: added configuration labelBoxWidth and labelBoxHeight for loop label box width/height
change: adjusted svgDraw drawText to support anchor and valign and whether to output a tspan
change: drawText returns an array regardless of array size
change: hardcoded label width/height uses conf.labelBoxWidth and conf.labelBoxHeight
change: Math.round() on many of the calculations to clean up bounds values
change: getTextObj anchor, width, height start as undefined
2020-06-22 16:59:07 -04:00
Chris Moran
18254392ab
Merge branch 'mermaid-js-develop' into develop
2020-06-19 13:32:23 -04:00
Knut Sveidqvist
b3f9bbe50f
Merge branch 'develop' into 1474_missplaced_transitions
2020-06-19 11:38:30 +02:00
Knut Sveidqvist
e37c7e58cf
Merge pull request #1479 from chewnoill/chewy/cleanup-after-failed-render
...
cleanup helper dom elements before rendering
2020-06-19 11:29:46 +02:00
Knut Sveidqvist
feb9ffadec
Diagram showing sequence diagram with cut long message text
2020-06-19 11:03:37 +02:00
Knut Sveidqvist
a4d96b032e
Diagram showing sequence diagram with long message text
2020-06-19 11:01:54 +02:00
Knut Sveidqvist
038d70a40b
Diagram showing sequence diagram with long message text
2020-06-19 10:57:16 +02:00
Knut Sveidqvist
44d5009538
Revert of PR #1482
2020-06-19 10:52:20 +02:00
Chris Moran
e64a65c41e
Refactored rendering sequence diagrams
...
Fixed default config clobbering issues
Updated/corrected sequenceDiagram.spec to set the config using mermaidAPI
Enabled freeze on mermaidAPI to protect defaultConfig
2020-06-18 08:10:50 -04:00
Chris Moran
67c2fe8005
Refactored rendering sequence diagrams
...
Fixed default config clobbering issues
2020-06-17 18:13:37 -04:00
will cohen
d3d15b79fb
cleanup helper dom elements before rendering
2020-06-17 17:54:01 -04:00
Knut Sveidqvist
c95257f32c
#1474 Adding some tests
2020-06-17 18:28:49 +02:00
Knut Sveidqvist
f0162557c5
#1474 Handling transitions
2020-06-17 18:16:24 +02:00
Chris Moran
5f257119d6
Merge branch 'develop' into refactor-sequences
...
# Conflicts:
# dist/mermaid.core.js
# dist/mermaid.core.js.map
# dist/mermaid.js
# dist/mermaid.js.map
# dist/mermaid.min.js
# dist/mermaid.min.js.map
# src/config.js
# src/mermaidAPI.js
2020-06-17 06:12:02 -04:00
Chris Moran
3c72d28511
Refactored rendering sequence diagrams
2020-06-17 05:54:24 -04:00
Knut Sveidqvist
a251029546
#§473 Font update for e2e tests
2020-06-15 22:42:33 +02:00
Knut Sveidqvist
b5d457daa9
Testcommit
2020-06-15 22:26:11 +02:00
Knut Sveidqvist
603f2a2154
1473 Using setConfig instead of initialize from mermaid in some cases
2020-06-15 21:55:20 +02:00
Knut Sveidqvist
bd0210cdce
1473 Updated config handling
2020-06-15 01:11:56 +02:00
Knut Sveidqvist
5677523800
1473 Setting default config
2020-06-14 23:37:08 +02:00
Knut Sveidqvist
2150933368
Setting default config
2020-06-14 22:50:45 +02:00
Knut Sveidqvist
6559cfd0e1
#1466 Handling line styles using the new rendering engine
2020-06-13 13:12:33 +02:00
Justin Greywolf
0495103635
Fix regex and Fix incorrect test
2020-06-08 19:21:33 -07:00
Knut Sveidqvist
85a8feec9d
Also fix for error handling when setting mermaid.parseError
2020-06-06 12:42:35 +02:00
Knut Sveidqvist
b76e833ea5
#1436 Correcting intersection calculations for circles
2020-05-30 18:04:46 +02:00
Knut Sveidqvist
3bdb9f289f
Merge branch 'master' into develop
2020-05-30 17:11:23 +02:00