d2/ci/release/changelogs/next.md

14 lines
660 B
Markdown
Raw Normal View History

2023-01-20 04:56:57 +00:00
#### Features 🚀
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-02-28 23:14:45 +00:00
- PDF exports now support external links on shapes [#891](https://github.com/terrastruct/d2/issues/891)
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-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)