"fix" next.md; .gitignore

This commit is contained in:
ppenguin 2025-04-02 19:54:26 +02:00
parent 09913eb4d4
commit 741c5952b2
No known key found for this signature in database
GPG key ID: 7E7143B546BB17A7
2 changed files with 6 additions and 4 deletions

5
.gitignore vendored
View file

@ -9,3 +9,8 @@ d2
# https://github.com/golang/go/blob/8b67cf0bc6ad657fddcbaaa10729d0086f08f9a9/src/cmd/go/internal/test/test.go#L415-L416
e2etests.test
# ignores for direnv/devenv
.devenv*
.direnv/
devenv.*

View file

@ -22,9 +22,6 @@
- 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: - horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461)
- Themes [#2065](https://github.com/terrastruct/d2/pull/2065):
- new theme `Dark Berry Blue` (`205`), intended as dark variant of `Mixed Berry Blue` (`5`).
- changed id of `Dark Flagship Terrastruct` (`203`) to mirror the ID of `Flagship Terrastruct` (`3`), improving theme discoverability.
> > > > > > > d19e3b4f2 (theme ID mod, add description to improvements)
#### Bugfixes ⛑️