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
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
Marc Faber
d04d8c3a1d
#1460 Add link target option to flowchart click
2020-07-28 10:49:54 +02:00
chris moran
38d4b5be1a
Fixed an issue with flowchart rendering. Remember to render html, securityLevel='loose' must be set by the siteConfig. The default securityLevel as of now is 'strict'. This causes html to be url encoded.
2020-07-27 05:33:41 -04:00
Knut Sveidqvist
4e12f959fc
Updated after 8.6.4 merge
2020-07-26 22:38:55 +02:00
Knut Sveidqvist
01d7a33230
Merge branch 'master' into develop
2020-07-26 22:37:10 +02:00
Knut Sveidqvist
9825b161ff
latest build (8.6.4)
2020-07-26 22:30:09 +02:00
Knut Sveidqvist
95b7e4f9ad
Theme tweaks
2020-07-26 14:09:48 +02:00
Knut Sveidqvist
416e355495
Build
2020-07-26 08:05:32 +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
c5b55fa476
Some small interim changes, adding theming.doc
2020-07-24 08:25:57 +02:00
Ashish Jain
a2932a0393
Merge branch 'master' into develop
2020-07-22 19:30:55 +02:00
Knut Sveidqvist
f685363574
Relase 8.6.2
2020-07-22 19:22:02 +02:00
Knut Sveidqvist
91da46dd63
#1542 Theme adjustments
2020-07-19 21:10:52 +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
8d076efd71
#1542 Styling for all diagram types
2020-07-17 15:57:02 +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
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
594ae20a6e
#1547 Remove usage of crypto libraries
2020-07-16 10:48:37 +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
5242672efb
Adding configuration docs to setup.md and bumping version to 8.6.0
2020-07-04 14:25:14 +02:00
Knut Sveidqvist
2af1f9a9d3
Fix for broken build, issue with config use in flowcahart and gantt diagram
2020-07-02 22:27:03 +02:00
Knut Sveidqvist
b3a465dbca
Merge branch 'develop' into feature/1483_long_messages
2020-07-02 18:25:49 +02:00
Knut Sveidqvist
be9da3928b
Updated mermaidAPI.md from PR
2020-07-02 16:59:09 +02:00
chris moran
cbb69bd3cb
() => is not the same as function() {} smh
...
Fixed a few of the text rendering issues
2020-07-01 04:34:29 -04:00
Chris Moran
18254392ab
Merge branch 'mermaid-js-develop' into develop
2020-06-19 13:32:23 -04:00
Knut Sveidqvist
44d5009538
Revert of PR #1482
2020-06-19 10:52:20 +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
Chris Moran
9d413680d9
Fixed a rendering issue introduced while trying to fix dark mode. This should fix the rendering of note text for all current themes.
2020-06-14 13:42:25 -04:00
Chris Moran
6309dd1350
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into mermaid-js-develop
2020-06-14 11:40:15 -04:00
Chris Moran
0ae001ed6d
Fixed issue with idea-multimarkdown.
...
- JavaFX does not support lookbehind
- (?) It also appears that named regex groups are also unsupported for both mermaid and javafx
Update:
- Fixed an issue where setLogLevel did not properly handle 'named' log levels
- Backwards compatibility should be preserved, any/all %%{...}%% directives will be correctly processed by the grammar and properly ignored for any/all graph types that do not support them.
- Multiline directives will render an error (as they should) if they are not accounted for in the .jison grammar
2020-06-14 11:34:39 -04:00
Chris Moran
620c894929
Fixed issue causing idea-multimarkdown headaches: util changes. Reworking them.
2020-06-14 06:53:22 -04:00
Chris Moran
04b4da0c75
## Work in progress.
...
Implemented directives per PR review comment:
%%{directive: json-encoded-arg-string}%%
example:
%%{init: { 'logLevel': 0, 'theme': 'dark' }}%%
Also changed wrap and config to directives:
%%{wrap}%%
%%{config: { 'fontSize': 18 }}%%
2020-06-11 15:35:00 -04:00
Toan
6e13718cbd
naming the link/connector edgeLabel and edgePath to let easy query and custom.
2020-06-11 11:42:14 +07:00
Chris Moran
4a253a7760
Merged with mainline develop
2020-06-08 14:58:42 -04:00
Chris Moran
bd11663e0a
Added auto wrap option (and grammar) for sequenceDiagrams
...
Added inline config and init(ialization) grammar
Added reinitialize functionality to mermaidAPI (not to be confused with initialize)
Added actorFontWeight, noteFontWeight, messageFontWeight, wrapEnabled, wrapPadding
Added wrapLabel and breakWord functions to intelligently wrap text based on a pixel-based width instead of column-based
- The implementation is largely from Carys Mills: https://medium.com/@CarysMills/wrapping-svg-text-without-svg-2-ecbfb58f7ba4
- Made slight modifications for mermaid-js
Fixed dark theme color inconsistencies for sequence diagrams
Removed !important from sequence scss as this prevents any client overrides
Fixed various invalid css values in sequence scss which prevented proper rendering of various elements
Added detectInit to utils for initialization json detection
Updated detectType to support the existence or absence of the intialization configuration
Updated calculateTextWidth to include fontWeight
2020-06-08 14:48:03 -04:00
Knut Sveidqvist
7c4bff567b
Merge branch 'master' into develop
2020-06-07 11:08:26 +02:00
Knut Sveidqvist
e9e5c75dec
8.5.2 Release build
2020-06-07 10:39:21 +02:00
Knut Sveidqvist
85a8feec9d
Also fix for error handling when setting mermaid.parseError
2020-06-06 12:42:35 +02:00
Marc Faber
1cc94f8353
Add js and map files in dist folder to repository
2020-06-01 15:23:46 +02:00
Knut Sveidqvist
6ec731e263
Merge pull request #1345 from GDFaber/feature/1343_add_flowchart_subroutine_shape
...
Add flowchart subroutine node shape
2020-04-11 14:12:20 +02:00
Knut Sveidqvist
7cd8b6f938
Merge pull request #1336 from GDFaber/feature/1290_hide_or_style_gantt_today_marker
...
#1290 Hide/style today marker in gantt diagram
2020-04-11 14:04:31 +02:00