Update next.md
This commit is contained in:
parent
a81e7eddd7
commit
a74ea52702
1 changed files with 5 additions and 0 deletions
|
|
@ -39,3 +39,8 @@ As usual, many improvements and bug fixes accompany this release. D2 0.5 produce
|
|||
- Prevent empty block strings [#1364](https://github.com/terrastruct/d2/pull/1364)
|
||||
- Fixes `dagre` mis-aligning a nested shape's connection [#1370](https://github.com/terrastruct/d2/pull/1370)
|
||||
- Fixes a bug in grids sometimes putting a shape on the next row/column [#1380](https://github.com/terrastruct/d2/pull/1380)
|
||||
|
||||
#### Breaking changes
|
||||
|
||||
- `@xyz` is now reserved as a pattern for imports. If you previously had a key that started like that, it must either be renamed or quoted like `"@xyz"`.
|
||||
- Likewise with `...@xyz` (spread operator import)
|
||||
|
|
|
|||
Loading…
Reference in a new issue