v4.3.5
d2lang/d2v4.3.5Jan 25, 2026by juliangarnier
AI Summary
This release fixes two regressions: one preventing inline element animation in Auto Layout and another affecting CSS background color values in animations.
Key Highlights
- Fixed regression preventing inline element animation in some cases.
- Fixed regression preventing CSS computed style of `background` from being interpreted as a color.
Full Release Notes
## Bug Fixes - **Auto Layout** - Fix a regression introduced in v4.3.2 that prevented inline element to be animated in some cases. - **Animation** - Fix a regression introduced in v4.3.0 that prevented CSS computed style of `background` to be correctly interpreted as a color value (#1136).