update next.md

This commit is contained in:
melsonic 2025-04-16 01:03:23 +05:30
parent 4a6ab032e7
commit 1c41fd472e
No known key found for this signature in database
GPG key ID: DFA426742F621CD7

View file

@ -21,6 +21,7 @@
- Compiler:
- `link`s can be set to root path, e.g. `/xyz`. [#2357](https://github.com/terrastruct/d2/issues/2357)
- When importing a file, attempt resolving substitutions at the imported file scope first [#2482](https://github.com/terrastruct/d2/pull/2482)
- validate gradient color stops. [#2492](https://github.com/terrastruct/d2/pull/2492)
- Parser:
- impose max key length. It's almost certainly a mistake if an ID gets too long, e.g. missing quotes [#2465](https://github.com/terrastruct/d2/pull/2465)
- Render: