v4.3.5

bknd-io/bkndv4.3.5Jan 25, 2026by juliangarnier

AI Summary

This release addresses regressions in the Auto Layout and Animation modules, fixing issues where inline elements could not be animated and CSS background styles were misinterpreted.

Key Highlights

  • Fixed regression preventing inline element animation in Auto Layout
  • Fixed CSS background color interpretation in Animation module

New Features

  • Restored inline element animation capabilities
  • Corrected CSS background style handling

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