v4.0.499

kyutai-labs/pocket-ttsv4.0.499Jul 24, 2026by JonnyBurger

AI Summary

This release focuses on significant improvements to the Remotion Studio user interface, including better drag-and-drop handling, visual refinements for keyframes and rulers, and a fix for opacity layer leaks. It also introduces new drag-and-drop capabilities and updates documentation.

Key Highlights

  • Studio UI refinements: Clamp sidebar width, prevent visibility toggle double clicks, and keep unselected keyframes visually unselected.
  • Ruler improvements: Let rulers cover the full canvas and prevent timeline layer names from shrinking.
  • Media handling: Disable resizing media without explicit duration and drop Canvas layers at current time.
  • Enhanced drag-and-drop: Add a dedicated payload package and an 'Install in Studio' interface.
  • Bug fix: Correct opacity leaking between layers in the web renderer.

New Features

  • Add drag-and-drop payload package.
  • Add 'Install in Studio' interface.
  • Add `/remotion-maps` skill.

Full Release Notes

## What's Changed

* Bump Zod to 4.4.3 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9558
* `@remotion/studio`: Clamp sidebar width by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9584
* `@remotion/studio`: Prevent visibility toggle double clicks by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9575
* `@remotion/studio`: Keep unselected keyframes visually unselected by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9564
* `@remotion/studio`: Use text inputs for InputDragger by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9559
* `@remotion/studio`: Let rulers cover the full canvas by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9562
* `@remotion/studio`: Disable resizing media without explicit duration by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9560
* `@remotion/studio`: Drop Canvas layers at current time by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9549
* `@remotion/studio`: Harden drag cleanup on unmount by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9551
* `@remotion/studio`: Prevent timeline layer names from shrinking by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9548
* `@remotion/drag-and-drop`: Add drag-and-drop payload package by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9532
* `@remotion/drag-and-drop`: Add Install in Studio interface by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9576
* `@remotion/web-renderer`: Fix opacity leaking between layers by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9567

## Templates

* Bump postcss from 8.5.10 to 8.5.12 in /packages/template-vercel by @dependabot in https://github.com/remotion-dev/remotion/pull/9552
* Bump react-router from 7.15.1 to 7.18.0 in /packages/template-react-router by @dependabot in https://github.com/remotion-dev/remotion/pull/9555

## Docs

* Document custom Chrome rendering caveat by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9577
* Update Editor Starter dependencies by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9566

## Skills

* Add `/remotion-maps` skill by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9563
* Document `/remotion-maps` skill by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9581
* Add v5 breaking changes skill by @samohovets in https://github.com/remotion-dev/remotion/pull/9572

## Internal

* Document design language basics by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9550
* Testbed: Enable experimental Rspack by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9579
* Elements: Publish news article headline highlight by @samohovets in https://github.com/remotion-dev/remotion/pull/9570
* Elements: Smooth product offer image animation by @samohovets in https://github.com/remotion-dev/remotion/pull/9568

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.498...v4.0.499