Commit graph

653 commits

Author SHA1 Message Date
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