d2/ci/release/changelogs/next.md

18 lines
1.3 KiB
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-28 22:33:09 +00:00
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
#### Bugfixes ⛑️
2022-12-27 05:25:05 +00:00
- Restricts where `near` key constant values can be used, with good error messages, instead of erroring (e.g. setting `near: top-center` on a container would cause bad layouts or error). [#538](https://github.com/terrastruct/d2/pull/538)
2022-12-29 08:03:44 +00:00
- Fixes an error during ELK layout when images had empty labels. [#555](https://github.com/terrastruct/d2/pull/555)
2022-12-28 23:58:00 +00:00
- Fixes rendering classes and tables with empty headers. [#498](https://github.com/terrastruct/d2/pull/498)
2022-12-29 07:31:19 +00:00
- Fixes rendering sql tables with no columns. [#553](https://github.com/terrastruct/d2/pull/553)
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)
- Fixes routing between sql table columns if the column name is the prefix of the table name [#615](https://github.com/terrastruct/d2/pull/615)