d2/ci/release/changelogs/next.md

20 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2023-03-07 19:11:52 +00:00
#### Features 🚀
2024-02-15 00:46:47 +00:00
- `style.underline` works on connections [#1836](https://github.com/terrastruct/d2/pull/1836)
2024-03-25 21:30:23 +00:00
- `none` is added as an accepted value for `fill-pattern`. Previously there was no way to cancel the `fill-pattern` on select objects set by a theme that applies it (Origami) [#1882](https://github.com/terrastruct/d2/pull/1882)
2024-02-15 00:46:47 +00:00
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
- Dimensions can be set less than label dimensions [#1900](https://github.com/terrastruct/d2/pull/1900)
2024-02-27 21:16:22 +00:00
- Boards no longer inherit `label` fields from parents [#1838](https://github.com/terrastruct/d2/pull/1838)
- Prevents `near` targeting a child of a special object like grid cells, which wasn't doing anything [#1851](https://github.com/terrastruct/d2/pull/1851)
2024-02-15 01:59:34 +00:00
#### Bugfixes ⛑️
2024-02-05 22:10:16 +00:00
2024-04-09 16:51:14 +00:00
- Theme flags on CLI apply to PDFs [#1894](https://github.com/terrastruct/d2/pull/1894)
2024-03-05 01:51:05 +00:00
- Fixes styles in connections not overriding styles set by globs [#1857](https://github.com/terrastruct/d2/pull/1857)
2024-02-15 00:46:47 +00:00
- Fixes `null` being set on a nested shape not working in certain cases when connections also pointed to that shape [#1830](https://github.com/terrastruct/d2/pull/1830)
- Fixes edge case of bad import syntax crashing using d2 as a library [#1829](https://github.com/terrastruct/d2/pull/1829)
2024-03-18 22:51:54 +00:00
- Fixes `style.fill` not applying to markdown [#1872](https://github.com/terrastruct/d2/pull/1872)
2024-03-29 07:43:13 +00:00
- Fixes compiler erroring on certain styles when the shape's `shape` value is not all lowercase (e.g. `Circle`) [#1887](https://github.com/terrastruct/d2/pull/1887)