1.3 KiB
1.3 KiB
Features 🚀
Improvements 🧹
- Use shape specific sizing for grid containers #1294
- Grid diagrams now support nested shapes or grid diagrams #1309
- Grid diagrams will now also use
grid-gap,vertical-gap, andhorizontal-gapfor padding #1309 - Watch mode browser uses an error favicon to easily indicate compiler errors. Thanks @sinyo-matu ! #1240
- Improves grid layout performance when there are many similarly sized shapes. #1315
- Connections and labels now are adjusted for shapes with
3dormultiple. #1340
Bugfixes ⛑️
- Shadow is cut off when
--padis 0. Thank you @LeonardsonCC ! #1326 - Fixes grid layout overwriting label placements for nested objects. #1345
- Fixes fonts not rendering correctly on certain platforms. Thanks @mikeday for identifying the solution. #1356
- Fixes folders not rendering in animations (
--animate-interval) #1357