d2/ci/release/changelogs/next.md

15 lines
999 B
Markdown
Raw Normal View History

2023-03-07 19:11:52 +00:00
#### Features 🚀
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2023-09-28 20:59:44 +00:00
- Grid cells can now contain nested edges [#1629](https://github.com/terrastruct/d2/pull/1629)
2023-09-29 03:09:15 +00:00
- Edges can now go across constant nears, sequence diagrams, and grids including nested ones. [#1631](https://github.com/terrastruct/d2/pull/1631)
2023-09-28 20:59:44 +00:00
#### Bugfixes ⛑️
2023-09-27 01:04:47 +00:00
2023-10-06 01:57:04 +00:00
- Fixes a bug calculating grid height with only grid-rows and different horizontal-gap and vertical-gap values. [#1646](https://github.com/terrastruct/d2/pull/1646)
2023-09-27 01:04:47 +00:00
- Grid layout now accounts for each cell's outside labels and icons [#1624](https://github.com/terrastruct/d2/pull/1624)
2023-10-16 23:52:12 +00:00
- Grid layout now accounts for labels wider or taller than the shape and fixes default label positions for image grid cells. [#1670](https://github.com/terrastruct/d2/pull/1670)
2023-10-05 19:18:38 +00:00
- Fixes a panic with a spread substitution in a glob map [#1643](https://github.com/terrastruct/d2/pull/1643)
2023-10-15 04:58:26 +00:00
- Fixes use of `null` in `sql_table` constraints (ty @landmaj) [#1660](https://github.com/terrastruct/d2/pull/1660)