v4.3.6
vxcontrol/pentagiv4.3.6Feb 13, 2026by juliangarnier
AI Summary
Bug fix release addressing an issue with Auto Layout synchronization when scrolling.
Key Highlights
- Fixed auto layout not properly syncing with onScroll, allowing controlled layout animations.
Full Release Notes
## Bug Fixes
- **Auto Layout**
- Fix auto layout not properly synced with onScroll, allowing controlling layout animations like this:
```js
layout.animate({
autoplay: onScroll({
sync: true,
})
});
```