d2/ci/release/changelogs
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
..
next.md Add text-transform attribute to the style block 2023-04-08 18:56:13 +01:00
template.md changelog: Fix emoji 2022-12-01 14:01:20 -08:00
v0.0.12.md v0.0.12 2022-11-14 16:53:57 -08:00
v0.0.13.md v0.0.13 2022-11-21 14:20:39 -08:00
v0.1.0.md v0.1.0 2022-12-06 09:22:51 -08:00
v0.1.1.md v0.1.1 2022-12-08 02:56:46 -08:00
v0.1.2.md v0.1.2 2022-12-18 22:46:59 -08:00
v0.1.3.md v0.1.3 2022-12-26 11:32:48 -08:00
v0.1.4.md v0.1.4 2022-12-30 21:55:58 -08:00
v0.1.5.md v0.1.5 2023-01-07 16:06:02 -08:00
v0.1.6.md v0.1.6 2023-01-19 21:38:15 -08:00
v0.2.0.md v0.2.0 2023-02-13 12:06:23 -08:00
v0.2.1.md v0.2.1 2023-02-23 19:52:44 -08:00
v0.2.2.md v0.2.2 2023-02-27 21:33:35 -08:00
v0.2.3.md v0.2.3 2023-03-04 11:55:18 -08:00
v0.2.4.md v0.2.4 2023-03-07 11:11:52 -08:00
v0.2.5.md v0.2.5 2023-03-16 15:43:18 -07:00
v0.2.6.md v0.2.6 2023-03-18 15:47:38 -07:00
v0.3.0.md v0.3.0 2023-03-29 22:07:38 -07:00