- Icons: connections can include icons #12
- Syntax:
suspend
/unsuspend
to define models and instantiate them #2394 - Globs:
- Render:
- Icons: border-radius should work on icon #2409
- Diagram legends are implemented #2416
- CLI:
- Compiler:
link
s can be set to root path, e.g./xyz
. #2357
- Parser:
- impose max key length. It's almost certainly a mistake if an ID gets too long, e.g. missing quotes #2465
- Render:
- horizontal padding added for connection labels #2461
- Compiler:
- fixes panic when
sql_shape
shape value had mixed casing #2349 - fixes panic when importing from a file with spread substitutions in
vars
#2427 - fixes support for
center
ind2-config
#2360 - fixes panic when comment lines appear in arrays #2378
- fixes inconsistencies when objects were double quoted #2390
- fixes globs not applying to spread substitutions #2426
- fixes panic when classes were mixed with layers incorrectly #2448
- fixes panic when
- Formatter:
- fixes substitutions in quotes surrounded by text #2462
- CLI: fetch and render remote images of mimetype octet-stream correctly #2370
- Composition:
- Markdown: fixes nested var substitutions not working #2456
- d2js: handle unicode characters #2393
For the latest d2.js changes, see separate changelog.