v4.3.5

HumanAIGC/EMOv4.3.5Jan 25, 2026by juliangarnier

AI Summary

This release resolves two regressions affecting inline element animation and CSS background color interpretation, restoring expected behavior from previous versions.

Key Highlights

  • Fixed regression preventing inline element animation
  • Fixed regression regarding CSS `background` computed style interpretation
  • Addresses issues introduced in v4.3.2 and v4.3.0

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).