David Evans
|
a84f2e01fc
|
Fix blocked resources in library.htm, add new security headers
|
2021-12-09 23:03:46 +00:00 |
David Evans
|
106dec5db5
|
Bump dependencies
|
2021-10-23 15:27:58 +01:00 |
David Evans
|
bdd8122a9f
|
Add getTitle method
|
2020-01-20 18:58:07 +00:00 |
David Evans
|
cacbf02203
|
Simplify eslint comments
|
2020-01-19 23:00:26 +00:00 |
David Evans
|
35b8145275
|
Update opentype.js dependency
|
2019-06-16 09:04:13 +01:00 |
David Evans
|
57586d5456
|
Fix syntax highlighting for anonymous asynchronous agents [#57]
|
2019-06-15 23:33:33 +01:00 |
David Evans
|
787f4c5299
|
Update dependency versions
|
2019-06-15 23:22:15 +01:00 |
David Evans
|
7564537bea
|
Fix interaction of library parameters and autocomplete [#56]
|
2018-05-19 13:22:47 +01:00 |
David Evans
|
4cdb4ad584
|
Add activate/deactivate syntax [#26]
|
2018-05-12 22:28:27 +01:00 |
David Evans
|
827a94d712
|
Rename agent highlight to activation for consistency [#26]
|
2018-05-12 20:19:01 +01:00 |
David Evans
|
a60d8fb0cb
|
Add person indicator, add sketch rendering for databases [#36]
|
2018-05-12 15:44:49 +01:00 |
David Evans
|
4551df9395
|
Include XML header in exported SVGs
|
2018-05-12 12:52:55 +01:00 |
David Evans
|
e85890563c
|
Add support for faded connectors
|
2018-05-12 00:34:11 +01:00 |
David Evans
|
135f0b1e0d
|
Improve editor and library pages on iOS
|
2018-05-07 20:27:51 +01:00 |
David Evans
|
b74c806f24
|
Support short-form markdown links [#54]
|
2018-05-07 01:12:27 +01:00 |
David Evans
|
4d4b22aa91
|
Minor improvements to link markdown handling [#54]
|
2018-05-07 01:00:17 +01:00 |
David Evans
|
3e4110193a
|
Add markdown link support [#54]
|
2018-05-07 00:19:18 +01:00 |
David Evans
|
011d8c6979
|
Support backslash-escaping markdown syntax [#54]
|
2018-05-06 21:23:07 +01:00 |
David Evans
|
fc3e11ab5a
|
Add superscript and subscript, and make highlighting stronger [#54]
|
2018-05-06 00:32:42 +01:00 |
David Evans
|
5deec319df
|
Add underline and overline styling [#54]
|
2018-05-06 00:07:26 +01:00 |
David Evans
|
b23e278729
|
Add support for red text and highlighted text in markdown
|
2018-05-05 19:04:14 +01:00 |
David Evans
|
5c35d7e894
|
Reduce repetition in themes slightly
|
2018-05-05 01:11:42 +01:00 |
David Evans
|
73cc61d430
|
Remove some linter-skipping
|
2018-05-04 22:51:01 +01:00 |
David Evans
|
e402eb2a0e
|
Improve rules around when parallel stages are allowed [#11]
|
2018-05-04 20:47:18 +01:00 |
David Evans
|
918c62f049
|
Add support for parallel actions using & syntax [#11]
|
2018-05-03 23:22:51 +01:00 |
David Evans
|
724f11cfcb
|
Allow custom font directory via environment variables when running as server
|
2018-04-30 22:32:11 +01:00 |
David Evans
|
78cec2be8c
|
Add support for working with online rendering service when available
|
2018-04-29 15:34:53 +01:00 |
David Evans
|
27d0916da8
|
Add consistent size option to all exports, fix bug when svg element has sequence-diagram class on page load
|
2018-04-28 22:54:27 +01:00 |
David Evans
|
5e47790efd
|
Use consistent monospace font, re-order SVG layers to work around PhantomJS rendering glitch, replace screenshots with commandline-generated versions [#52]
|
2018-04-22 22:44:26 +01:00 |
David Evans
|
dbb6b70676
|
Ensure sans-serif font uses a helvetica-compatible font wherever possible, so that text sizes match (fixes incorrect sizing in virtual rendering) [#52]
|
2018-04-22 21:36:58 +01:00 |
David Evans
|
816206ed33
|
Improve consistency of SVGs generated, and fix non-BMP unicode exports from VirtualDocument
|
2018-04-22 19:17:31 +01:00 |
David Evans
|
2a7d9e76ed
|
Add implementation for VirtualTextSizer using opentype.js [#32]
|
2018-04-22 16:19:38 +01:00 |
David Evans
|
c58b8f7a22
|
Linter fixes
|
2018-04-22 14:15:51 +01:00 |
David Evans
|
3c8ee0acf6
|
Add VirtualSequenceDiagram convenience wrapper in standalone exports
|
2018-04-22 10:27:40 +01:00 |
David Evans
|
43830414ff
|
Improve standalone export compatibility
|
2018-04-21 20:30:48 +01:00 |
David Evans
|
edc71934dc
|
Add commandline tool for generating SVG from code [#32]
|
2018-04-21 20:24:54 +01:00 |
David Evans
|
506aecc445
|
Rename files to mjs and get Jasmine testing inside NodeJS working [#32]
|
2018-04-21 16:34:09 +01:00 |
David Evans
|
369eb15390
|
Switch to using es6 modules and commandline-based linter (eslint) [#32]
|
2018-04-16 03:17:03 +01:00 |
David Evans
|
a5f32d34d8
|
Large refactoring to unpick direct DOM access [#32]
|
2018-04-15 12:52:42 +01:00 |
David Evans
|
ba8232da3b
|
Fix setHighlight having no effect if called before initial render [#50]
|
2018-04-05 19:38:43 +01:00 |
David Evans
|
3d89dc3548
|
Significantly reduce reflows for faster page loads
|
2018-02-17 16:15:36 +00:00 |
David Evans
|
a0de2914a3
|
Tweak appearance of database headers [#36]
|
2018-02-14 23:26:26 +00:00 |
David Evans
|
978da1ce04
|
Fix references inside groups overflowing edges [#49]
|
2018-02-14 22:59:19 +00:00 |
David Evans
|
e4ee5cb2ef
|
Reject invalid autolabel counters [#48]
|
2018-02-14 19:01:38 +00:00 |
David Evans
|
8397810c12
|
Add simple agent options (red, database) [#36]
|
2018-02-14 00:43:00 +00:00 |
David Evans
|
ab3d67f313
|
Reduce number of forced reflows when rendering
|
2018-02-08 23:13:19 +00:00 |
David Evans
|
d283fe158c
|
Add group component [#46]
|
2018-02-04 15:33:48 +00:00 |
David Evans
|
e22381e37d
|
Add support for collapsing blocks [#46]
|
2018-02-04 14:59:46 +00:00 |
David Evans
|
46fdca1599
|
Fix dividers not marking agents as touched
|
2018-02-03 21:56:27 +00:00 |
David Evans
|
b34b6ca0ae
|
Fix dividers not masking elements [#44]
|
2018-02-03 14:37:24 +00:00 |