Update next.md

This commit is contained in:
Alexander Wang 2023-06-08 19:59:12 -07:00 committed by GitHub
parent a81e7eddd7
commit a74ea52702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)