* It will only be animated for vertical scrolls inside the EngineView. Not for horizontal scrolls. Not for zoom gestures.
***browser-thumbnails**
* ⚠️ **This is a breaking change**: Migrated this component to use `browser-state` instead of `browser-session`. It is now required to pass a `BrowserStore` instance (instead of `SessionManager`) to `BrowserThumnails`.
* Moved `SyncedTabsFeature` to `SyncedTabsStorage`.
* ⚠️ **This is a breaking change**: The new `SyncedTabsFeature` now orchestrates the correct state needed for consumers to handle by implementing the `SyncedTabsView`.
***browser-thumbnails**
* 🆕 New component for capturing browser thumbnails.
*`ThumbnailsFeature` will be deprecated for the new `BrowserThumbnails` in a future.