v4.0.513
remotion-dev/remotionv4.0.513Aug 18, 2026by JonnyBurger
AI Summary
Adds a new macOS cursor package and the `tile()` effect, alongside fixes for 3D rotation and connected compositions.
Key Highlights
- New `@remotion/mac-cursors` package
- Added `tile()` effect
- Fixed 3D rotation interpolation from zero
- Support for connected compositions in Series
New Features
- Mac Cursors package
- Tile effect
Full Release Notes
## What's Changed - `remotion`: Fix InvalidStateError when `HtmlInCanvas` layout effect re-runs by @alec-watts in https://github.com/remotion-dev/remotion/pull/10511 - `remotion`: Fix 3D rotation interpolation from zero degrees by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10499 - `remotion`: Support connected compositions in `<Series.Sequence>` by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10501 - `@remotion/studio`: Fix keyframe timing for composition frames by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10502 - `@remotion/studio`: Standardize opening files in installed editors by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10506 - `@remotion/studio`: Speed up sequence prop editing by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10482 - `@remotion/studio-server`: Speed up composition component lookup by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10481 - `@remotion/media`: Give deferred audio waiters a turn when premounting ends by @Octember in https://github.com/remotion-dev/remotion/pull/10464 - `@remotion/media`: Fix audio sample-rate conversion by @samohovets in https://github.com/remotion-dev/remotion/pull/10491 - `@remotion/web-renderer`: Allow still renders during media renders by @alec-watts in https://github.com/remotion-dev/remotion/pull/10472 - [`@remotion/effects`: Add `tile()` effect](https://remotion.dev/docs/effects/tile) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10505 - `@remotion/lambda-client`: Honor custom `requestHandler` when invoking functions by @Octember in https://github.com/remotion-dev/remotion/pull/10418 - [New package: `@remotion/mac-cursors`](https://remotion.dev/docs/mac-cursors) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10463 - `@remotion/bugs`: Add note about keyframed Visual Mode regression in 4.0.510 by @JonnyBurger in https://github.com/remotion-dev/remotion/commit/37f8048860 - remotion.dev/brand: Add CloseUp8 to close-ups series by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10490 ## Elements - Add transparency preview toggle by @samohovets in https://github.com/remotion-dev/remotion/pull/10503 - Use thumbnails for drag previews by @samohovets in https://github.com/remotion-dev/remotion/pull/10494 - Improve search result hierarchy by @samohovets in https://github.com/remotion-dev/remotion/pull/10492 - Improve narrow page layout by @samohovets in https://github.com/remotion-dev/remotion/pull/10495 - Clarify gallery installation instructions by @samohovets in https://github.com/remotion-dev/remotion/pull/10496 - Add YouTube subscribe nudge by @samohovets in https://github.com/remotion-dev/remotion/pull/10467 ## Docs - Add fixed WebKit WebM audio bug by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10513 - Fix Lambda proxy page heading by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10498 - Add Aeon to resources (Tooling) by @aaronjmars in https://github.com/remotion-dev/remotion/pull/10485 - Fix typos by @christianxaviercv-coder in https://github.com/remotion-dev/remotion/pull/10486 ## Internal - Add web renderer vector transform visual test by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10500 - Testbed: Remove WONTFIX outline selection cases by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/10504 - Add 1000 interactive div test composition by @JonnyBurger in https://github.com/remotion-dev/remotion/commit/8cf4513872 - Reduce interactive div stress test to 100 elements by @JonnyBurger in https://github.com/remotion-dev/remotion/commit/bb62d537c8 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.512...v4.0.513