v4.3.5
cheshire-cat-ai/corev4.3.5Jan 25, 2026by juliangarnier
AI Summary
This release addresses two regressions: one affecting Auto Layout's ability to animate inline elements, and another regarding the parsing of CSS background colors.
Key Highlights
- Fixed Auto Layout regression preventing inline element animation
- Fixed Animation regression for CSS background color parsing
- Restored functionality broken in v4.3.0 and v4.3.2
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).