d2/ci/release/changelogs/next.md

16 lines
904 B
Markdown
Raw Normal View History

2022-12-01 22:01:20 +00:00
#### Features 🚀
2022-11-15 00:53:57 +00:00
- Crow foot notation is now supported. [#578](https://github.com/terrastruct/d2/pull/578)
2023-01-03 19:29:06 +00:00
- Exported SVGs also fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601)
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2023-01-06 20:26:10 +00:00
- Dagre edges are spaced apart to prevent label overlap. [#618](https://github.com/terrastruct/d2/pull/618)
#### Bugfixes ⛑️
2022-12-31 20:17:52 +00:00
- Appendix seperator line no longer added to PNG export when appendix doesn't exist. [#582](https://github.com/terrastruct/d2/pull/582)
2023-01-03 19:29:06 +00:00
- Watch mode only fits to screen on initial load. [#601](https://github.com/terrastruct/d2/pull/601)
2023-01-06 19:03:14 +00:00
- Dimensions (`width`/`height`) were incorrectly giving compiler errors when applied on a shape with style. [#614](https://github.com/terrastruct/d2/pull/614)
2023-01-06 19:16:16 +00:00
- `near` would collide with labels if they were on the diagram boundaries in the same position. [#617](https://github.com/terrastruct/d2/pull/617)