2023-03-07 19:11:52 +00:00
|
|
|
#### Features 🚀
|
2023-01-19 19:38:24 +00:00
|
|
|
|
2023-06-10 00:36:45 +00:00
|
|
|
- Configure timeout value with D2_TIMEOUT env var. [#1392](https://github.com/terrastruct/d2/pull/1392)
|
|
|
|
|
|
2022-12-01 20:59:53 +00:00
|
|
|
#### Improvements 🧹
|
2022-11-15 00:53:57 +00:00
|
|
|
|
2023-05-04 03:05:52 +00:00
|
|
|
- Use shape specific sizing for grid containers [#1294](https://github.com/terrastruct/d2/pull/1294)
|
2023-05-09 01:52:38 +00:00
|
|
|
- Grid diagrams now support nested shapes or grid diagrams [#1309](https://github.com/terrastruct/d2/pull/1309)
|
2023-05-11 00:24:16 +00:00
|
|
|
- Grid diagrams will now also use `grid-gap`, `vertical-gap`, and `horizontal-gap` for padding [#1309](https://github.com/terrastruct/d2/pull/1309)
|
2023-05-07 19:12:04 +00:00
|
|
|
- Watch mode browser uses an error favicon to easily indicate compiler errors. Thanks @sinyo-matu ! [#1240](https://github.com/terrastruct/d2/pull/1240)
|
2023-05-10 01:28:23 +00:00
|
|
|
- Improves grid layout performance when there are many similarly sized shapes. [#1315](https://github.com/terrastruct/d2/pull/1315)
|
2023-05-26 02:19:11 +00:00
|
|
|
- Connections and labels now are adjusted for shapes with `3d` or `multiple`. [#1340](https://github.com/terrastruct/d2/pull/1340)
|
2023-06-12 08:19:40 +00:00
|
|
|
- Display version on CLI help invocation [#1400](https://github.com/terrastruct/d2/pull/1400)
|
2022-12-15 03:39:42 +00:00
|
|
|
- Improved readability of connection labels when they overlap another connection. [#447](https://github.com/terrastruct/d2/pull/447)
|
2023-06-16 23:51:19 +00:00
|
|
|
- Error message when `shape` is given a composite [#1415](https://github.com/terrastruct/d2/pull/1415)
|
2023-06-20 00:41:16 +00:00
|
|
|
- The autoformatter moves board declarations to the bottom of its scope. [#1424](https://github.com/terrastruct/d2/pull/1424)
|
2023-05-04 03:05:52 +00:00
|
|
|
|
2022-12-01 21:14:09 +00:00
|
|
|
#### Bugfixes ⛑️
|
2023-05-16 12:21:46 +00:00
|
|
|
|
2023-06-12 18:29:29 +00:00
|
|
|
- Fixes edge case in compiler using dots in quotes [#1401](https://github.com/terrastruct/d2/pull/1401)
|
2023-06-15 21:42:15 +00:00
|
|
|
- Fixes grid label font size for TALA [#1412](https://github.com/terrastruct/d2/pull/1412)
|