Commit graph

532 commits

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