d2/ci/release/changelogs/next.md

18 lines
1 KiB
Markdown
Raw Normal View History

2023-01-20 04:56:57 +00:00
#### Features 🚀
2023-03-03 06:07:41 +00:00
- PDF exports support external links [#891](https://github.com/terrastruct/d2/issues/891)
- PDF exports support internal links [#891](https://github.com/terrastruct/d2/issues/966)
2023-03-01 06:13:26 +00:00
- `border-radius` is now supported on connections (ELK and TALA only, since Dagre uses curves). [#913](https://github.com/terrastruct/d2/pull/913)
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2023-03-02 01:47:45 +00:00
- SVGs are fit to top left by default to avoid issues with zooming. [#954](https://github.com/terrastruct/d2/pull/954)
2023-03-02 23:05:13 +00:00
- Person shapes now have labels below them and don't need to expand as much. [#960](https://github.com/terrastruct/d2/pull/960)
2023-03-04 05:16:24 +00:00
- Code blocks adapt to dark mode [#971](https://github.com/terrastruct/d2/pull/971)
2023-02-28 23:14:45 +00:00
#### Bugfixes ⛑️
2023-02-28 22:16:22 +00:00
- Fixes a regression where PNG backgrounds could be cut off in the appendix. [#941](https://github.com/terrastruct/d2/pull/941)
2023-03-01 00:41:19 +00:00
- Fixes zooming not working in watch mode. [#944](https://github.com/terrastruct/d2/pull/944)
2023-03-02 19:18:23 +00:00
- [API] Fixes `DeleteIDDeltas` giving duplicate deltas in rare cases. [#957](https://github.com/terrastruct/d2/pull/957)