Gavin Nishizawa
6a837fa038
changelog
2023-05-30 11:08:06 -07:00
Gavin Nishizawa
5b7634fe26
changelog reword
2023-05-25 19:19:11 -07:00
Gavin Nishizawa
78ee09f915
changelog
2023-05-25 16:22:24 -07:00
Alexander Wang
37c0845278
Update next.md
2023-05-16 14:56:26 -07:00
LeonardsonCC
88d6eac8e0
changelog
2023-05-16 09:21:46 -03:00
Gavin Nishizawa
7f1bfff6f2
changelog
2023-05-10 17:24:57 -07:00
Gavin Nishizawa
224365422d
changelog
2023-05-10 12:57:40 -07:00
Gavin Nishizawa
53e33f2e4e
changelog
2023-05-09 18:28:23 -07:00
Alexander Wang
54260c46b9
Update next.md
2023-05-07 12:12:04 -07:00
Gavin Nishizawa
5a3fa6b5af
changelog
2023-05-04 16:40:59 -07:00
Alexander Wang
65a9e43e96
v0.4.2
2023-05-02 11:31:14 -07:00
Alexander Wang
2bef68715a
Update next.md
2023-05-02 11:21:48 -07:00
Alexander Wang
d402301473
Update next.md
2023-05-02 11:20:07 -07:00
Alexander Wang
bdfdde602f
changelog
2023-04-29 21:25:29 -07:00
Alexander Wang
2f5b0a875d
add logseq plugin
2023-04-29 20:55:35 -07:00
Alexander Wang
e93682d7f5
fix elk issue when container named root
...
changelog
2023-04-29 20:27:33 -07:00
Gavin Nishizawa
8fa824926c
changelog
2023-04-28 20:10:52 -07:00
Alexander Wang
807c450af2
Update next.md
2023-04-28 15:12:29 -07:00
Alexander Wang
b08431b73a
Merge pull request #1256 from alixander/class-array
...
implement arrays for classes
2023-04-27 15:21:06 -07:00
Alexander Wang
7c401a4806
implement arrays for classes
...
update
changelog
2023-04-27 15:12:39 -07:00
Alexander Wang
595fafc4c8
fix class
...
style validation
changelog
2023-04-27 11:48:07 -07:00
Alexander Wang
16478fd894
fix classes panic
2023-04-26 12:40:42 -07:00
Alexander Wang
cd34ddcc4c
model_order cycle breaking elk
2023-04-20 11:44:00 -07:00
Alexander Wang
bce9b1a5ae
[ci-force] append changelog
2023-04-20 09:37:51 -07:00
Alexander Wang
88e71c3088
fix elk self loop spacing
2023-04-19 20:09:53 -07:00
Gavin Nishizawa
8e1017934a
changelog
2023-04-18 13:14:01 -07:00
Alexander Wang
f387498c02
v0.4.1
2023-04-17 19:00:30 -07:00
Alexander Wang
445ad390d2
Update next.md
2023-04-17 18:52:52 -07:00
Alexander Wang
c66ac7964d
Update next.md
2023-04-17 18:44:43 -07:00
Alexander Wang
18afe8f657
Update next.md
2023-04-17 17:21:17 -07:00
Gavin Nishizawa
8588aa3610
changelog
2023-04-17 15:21:57 -07:00
Andreas Deininger
6ae417cde9
Fixing typos
...
Signed-off-by: Andreas Deininger <andreas@deininger.net>
2023-04-14 07:48:22 +02:00
Alexander Wang
3c43db31d0
Merge pull request #1197 from alixander/relative-paths
...
link with relative paths
2023-04-13 19:33:00 -07:00
Alexander Wang
b77cf2f750
changelog
2023-04-13 19:27:23 -07:00
Bernard Xie
10192426ed
id
2023-04-13 15:38:35 -07:00
Bernard Xie
0593374087
Update next.md
2023-04-13 14:07:47 -07:00
Bernard Xie
2f2f56c3ac
add dark terrastruct flagship theme
2023-04-13 11:09:32 -07:00
Gavin Nishizawa
ded55aed6e
changelog
2023-04-12 20:25:00 -07:00
gavin-ts
1a81930876
Merge pull request #1178 from gavin-ts/grid-gap-keywords
...
Grid gap keywords
2023-04-12 15:23:52 -07:00
Gavin Nishizawa
c0e164e44b
rename to horizontal-gap and vertical-gap
2023-04-12 13:51:04 -07:00
Gavin Nishizawa
4137d1c3f4
changelog
2023-04-12 11:54:40 -07:00
Gavin Nishizawa
42993b09f0
changelog
2023-04-10 20:09:02 -07:00
Gavin Nishizawa
6ba54300d9
changelog
2023-04-10 17:07:18 -07:00
Júlio César Batista
b84095b963
Merge pull request #1139 from ejulio-ts/gh-821-ppt
...
GH 821: PowerPoint Export
2023-04-10 17:21:37 -03:00
Júlio César Batista
596d03315e
changelog and ci
2023-04-10 16:29:27 -03:00
Gavin Nishizawa
5caf3a49f4
changelog
2023-04-10 10:39:13 -07:00
Jany
9f97fe47c8
fix urls in changelogs
2023-04-09 03:27:21 +00:00
Alexander Wang
a4f9048c8d
v0.4.0
2023-04-08 19:38:41 -07:00
Alexander Wang
f3598bd2b7
Update next.md
2023-04-08 19:37:37 -07:00
Alexander Wang
2715b963dc
Update next.md
2023-04-08 19:32:43 -07:00
Stoica Alex
a260068d2c
Add text-transform attribute to the style block
...
This provides an option to override the functionality provided by the
theme, or apply `text-transform` outside of the theme.
The functionality of the `text-transform` is as below:
- `text-transform: none` - will disable **any** transformation (like the uppercasing by `terminal` theme)
- `text-transform: uppercase` (uppercase not upper as per your message) - will force all characters into uppercase.
- `text-transform: lowercase` - will force all characters into lowercase.
- `text-transform: capitalize` - will uppercase the first letter of every word
In addition, this commit introduces:
- helper methods on the `d2graph.Style` struct to determine the type of
`text-transform` to be applied.
- `ApplyTextTransform` method on the `d2graph.Attributes` which will
transform the `Label.Value` to the correct text case.
2023-04-08 18:56:13 +01:00
Bernard Xie
d277bbc91f
Update next.md
2023-04-07 16:49:11 -07:00
Alexander Wang
189e5a005c
Merge pull request #1140 from alexstoick/feat/lifeline-inherit-actor-style
...
Lifeline should inherit the stroke style from the actor
2023-04-07 14:00:12 -07:00
Stoica Alex
2a93d21420
Lifeline should inherit the stroke style from the actor
...
Fixes #1137
2023-04-07 21:31:08 +01:00
Alexander Wang
305c72d239
implement classes
2023-04-07 09:57:51 -07:00
Alexander Wang
ad880fa9be
Merge pull request #1090 from alixander/scenarios-bug
...
fix scenarios/steps inheritence
2023-04-06 22:27:03 -07:00
donglixiaoche
b2f905efb8
Merge branch 'master' into near-keys-for-container
...
Conflicts:
d2layouts/d2near/layout.go
2023-04-07 10:40:40 +08:00
gavin-ts
b3511d1248
Merge pull request #1122 from gavin-ts/grid-layouts
...
new grid layout with rows/columns
2023-04-06 19:22:24 -07:00
Alexander Wang
a2cffc9341
fix inheritence bug
2023-04-05 19:29:08 -07:00
donglixiaoche
e61629e692
fix: cr
2023-04-06 05:00:12 +08:00
Gavin Nishizawa
292ac05a9e
changelog
2023-04-05 11:33:28 -07:00
Alexander Wang
cadaaeb21f
add padding between dagre labels
2023-04-04 13:50:12 -07:00
donglixiaoche
4b677f8a7e
Merge branch 'master' into near-keys-for-container
2023-04-04 21:44:16 +08:00
Patrick Conti
e33d575c6b
Update changelog
2023-04-03 19:08:55 +02:00
donglixiaoche
05a9498c99
chore: feature description doc
2023-04-03 08:37:32 +08:00
segelt
d3325b3741
update changelog
2023-04-03 00:52:48 +03:00
Alexander Wang
b4bdc651c8
changelog
2023-04-01 20:11:09 -07:00
Toyam Cox
3228ae4a0d
fix builds on 32bit
...
If you put the uint32 type at the top instead of later, 32 bit builds
All credit @ahesford
2023-03-31 19:31:20 -04:00
Gavin Nishizawa
f72e0ecbdd
changelog
2023-03-31 14:17:02 -07:00
Alexander Wang
bac73e2f29
link SVGs
2023-03-30 18:00:55 -07:00
Anmol Sethi
84cc463ff6
d2parser: Fix #322
2023-03-30 01:29:59 -07:00
Alexander Wang
584a543fe5
v0.3.0
2023-03-29 22:07:38 -07:00
Alexander Wang
4413931253
Update next.md
2023-03-29 22:03:25 -07:00
Alexander Wang
5e6962ba33
Update next.md
2023-03-29 20:40:14 -07:00
gavin-ts
cc893945da
Merge pull request #1101 from gavin-ts/arrowhead-scaling
...
adjust arrowhead scaling
2023-03-29 20:23:18 -07:00
Gavin Nishizawa
91810eaa55
changelog
2023-03-29 20:16:29 -07:00
Alexander Wang
76cc889c18
fix latex uppercasing
2023-03-29 20:11:56 -07:00
Alexander Wang
e98c34a34c
origami theme
2023-03-29 20:01:52 -07:00
Alexander Wang
3d5f329232
Merge pull request #1109 from alixander/font-input
...
accept font input
2023-03-29 18:24:33 -07:00
Alexander Wang
2f57ea5ca2
accept font input
2023-03-29 17:29:30 -07:00
Gavin Nishizawa
505207aa23
changelog
2023-03-29 16:45:41 -07:00
Bernard Xie
d0c22dfedd
Merge pull request #1089 from berniexie/765/custom-fonts
...
fonts: Subsetting fonts
2023-03-29 14:40:21 -07:00
Bernard Xie
9998b0039b
add readme
2023-03-28 15:33:32 -07:00
Gavin Nishizawa
75536ebf8c
changelog
2023-03-28 11:42:38 -07:00
Alexander Wang
4924a8babf
Merge pull request #1091 from alankan886/master
...
compiler: Compiler error when Link is set and Tooltip is an URL
2023-03-27 21:27:00 -07:00
alankan886
bb54d03033
compiler: Compiler error when Link is set and Tooltip is an URL
2023-03-28 00:12:05 -04:00
alankan886
1250ad3ea7
# This is a combination of 2 commits.
...
# This is the 1st commit message:
compiler: Compiler error when Link is set and Tooltip is an URL
# The commit message #2 will be skipped:
# Update changelog
2023-03-28 00:02:27 -04:00
Alexander Wang
f30efc5f62
animate-interval
2023-03-26 21:34:41 -07:00
Alexander Wang
436531dbc2
paper pattern
2023-03-20 19:08:56 -07:00
Alexander Wang
d4e7b2c6b0
deps: update [ci-force]
2023-03-19 22:36:33 -07:00
Alexander Wang
022cf12a61
v0.2.6
2023-03-18 15:47:38 -07:00
Alexander Wang
5da60ada7d
Update next.md
2023-03-18 15:47:16 -07:00
Alexander Wang
c253287fb8
Merge pull request #1058 from alixander/png-still-working
...
print msg when png or layout takes a long time
2023-03-18 15:33:25 -07:00
Alexander Wang
579bbace03
print msg when png and layout in progress
2023-03-18 15:29:46 -07:00
Alexander Wang
95bc2e4fb5
fix multiple br
2023-03-18 14:45:58 -07:00
Alexander Wang
56a4ee5fff
markdown strikethrough
2023-03-18 14:00:52 -07:00
Alexander Wang
2e661bf399
Merge branch 'master' into browser-flag
2023-03-18 12:49:17 -07:00
Alexander Wang
efc85915c6
change flag to string
2023-03-18 00:48:18 -07:00
Alexander Wang
98e61995e4
center flag
2023-03-17 22:32:48 -07:00
Alexander Wang
c3c60c5bab
fix elk container label
2023-03-17 21:46:57 -07:00
Alexander Wang
d3c1a3378e
changelog
2023-03-17 20:33:38 -07:00
Alexander Wang
225d3408ef
changelog
2023-03-17 20:22:05 -07:00
Alexander Wang
dc079c676d
changelog
2023-03-17 20:13:01 -07:00
Alexander Wang
f74e260624
browser flag
2023-03-17 20:10:44 -07:00
Bernard Xie
fa8ce114b7
Update next.md
2023-03-17 19:14:51 -07:00
Bernard Xie
8a24021805
Update next.md
2023-03-17 19:14:01 -07:00
Bernard Xie
1658c05f18
fix
2023-03-17 19:13:14 -07:00
Alexander Wang
e996325fb4
v0.2.5
2023-03-16 15:43:18 -07:00
Alexander Wang
170ae61bdc
Update next.md
2023-03-16 15:42:15 -07:00
Alexander Wang
c30887b363
new fill-patterns, grayscale
2023-03-15 23:02:17 -07:00
Alexander Wang
322fdc250a
changelog
2023-03-15 18:03:48 -07:00
Alexander Wang
e36f2f946b
elk fit labels, center contents
2023-03-15 13:07:45 -07:00
Alexander Wang
5c7bb9062f
[ci-force] changelog
2023-03-14 19:19:31 -07:00
Gavin Nishizawa
2d459b36a1
changelog
2023-03-14 15:14:38 -07:00
Alexander Wang
d75941bf4f
changelog
2023-03-14 13:08:17 -07:00
Alexander Wang
16bb6eb642
changelog
2023-03-14 12:53:21 -07:00
Alexander Wang
49b49c8263
[ci-base] changelog
2023-03-14 10:25:22 -07:00
Alexander Wang
f1d4641d42
Merge branch 'master' into mono-font
2023-03-13 16:04:59 -07:00
Alexander Wang
a9433a5204
fix arrowhead label detection
2023-03-11 21:33:03 -08:00
Alexander Wang
0dd4b7490a
changelog
2023-03-11 17:31:05 -08:00
Alexander Wang
29808f203b
reduce roughness of sketch connections
2023-03-11 10:04:12 -08:00
Alexander Wang
379e3ae414
Merge pull request #982 from donglixiaoche/class-and-sqltable-border-radius
...
Class and sqltable border radius
2023-03-09 20:30:49 -08:00
Alexander Wang
ba282b5f96
font: mono
2023-03-09 20:06:15 -08:00
Alexander Wang
d6fee41e3b
make dagre inter-container connections better
2023-03-09 19:49:40 -08:00
donglixiaoche
833967a296
chore: update doc
2023-03-09 14:28:30 +08:00
Alexander Wang
c16bd35bcb
bump go-util
2023-03-08 12:17:38 -08:00
Alexander Wang
7e398e1d46
v0.2.4
2023-03-07 11:11:52 -08:00
Alexander Wang
9adfec210b
Update next.md
2023-03-07 10:47:39 -08:00
Alexander Wang
a556160306
validate markdown
2023-03-07 09:38:19 -08:00
Alexander Wang
9199554800
give err msg for invalid edge style
2023-03-06 22:44:45 -08:00
Alexander Wang
412f53e229
ELK nodes grow to ensure port padding
2023-03-06 22:32:15 -08:00
Gavin Nishizawa
4794429840
changelog
2023-03-06 20:12:29 -08:00
Alexander Wang
60c912c605
compile reserved keys to lowercase in IR
2023-03-06 16:38:13 -08:00
Anmol Sethi
7cd821feb7
d2cli: Accept abspaths again
...
Fixes https://github.com/Homebrew/homebrew-core/pull/124831/files#r1125738853
2023-03-05 14:03:06 -08:00
Alexander Wang
fb20527aa4
v0.2.3
2023-03-04 11:55:18 -08:00
Alexander Wang
38c8b447f3
Update next.md
2023-03-04 11:41:29 -08:00
Gavin Nishizawa
7a552e9a55
changelog
2023-03-03 22:21:26 -08:00
Alexander Wang
c62f3168cd
changelog
2023-03-03 21:16:24 -08:00
Alexander Wang
e6644549be
implement internal links in PDF
2023-03-02 23:17:29 -08:00
Anmol Sethi
6706120bc6
ci: Install playwright deps in test.sh
2023-03-02 20:51:45 -08:00
Gavin Nishizawa
301ad2ac3c
changelog
2023-03-02 15:05:13 -08:00
Alexander Wang
3069dd43b5
changelog
2023-03-02 11:18:23 -08:00
Gavin Nishizawa
0e8a02f86f
changelog
2023-03-01 17:47:45 -08:00
Alexander Wang
91e0bbdf54
Update next.md
2023-02-28 22:13:26 -08:00
Anmol Sethi
af1faa7b35
deps: update [ci-force]
2023-02-28 17:58:39 -08:00
Gavin Nishizawa
c75a2eaf7e
changelog
2023-02-28 16:41:19 -08:00
Bernard Xie
2ddea9352e
Merge pull request #940 from berniexie/pdf-link-overlay
...
exports: pdf exports link overlay
2023-02-28 15:17:42 -08:00
Bernard Xie
c0d5bd9dd3
changelog
2023-02-28 15:14:45 -08:00
Gavin Nishizawa
af2c5dfd1f
changelog
2023-02-28 14:16:22 -08:00
Alexander Wang
014864b05e
Merge pull request #936 from terrastruct/v0.2.2
...
v0.2.2
2023-02-27 21:35:41 -08:00