v4.0.495

remotion-dev/remotionv4.0.495Jul 20, 2026by JonnyBurger

AI Summary

This release significantly improves timeline interactions, adding support for pasting Figma selections, SVGs, and images, alongside new inspector actions and timeline improvements.

Key Highlights

  • Fix timeline pinch zoom anchoring
  • Support pasting Figma selections and SVGs
  • Add composition inspector actions
  • Support pasting images from clipboard
  • Split clip action to inspector

New Features

  • Remove text controls from SVG elements
  • Use CanvasImage for dropped images
  • Ignore premounted and postmounted canvas elements
  • Preselect new composition name
  • Fix nested sequence reordering

Full Release Notes

## What's Changed

* `remotion`: Remove text controls from SVG elements by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9328
* `@remotion/studio`: Fix timeline pinch zoom anchoring by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9362
* `@remotion/studio`: Use CanvasImage for dropped images by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9360
* `@remotion/studio`: Fix nested sequence reordering by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9358
* `@remotion/studio`: Ignore premounted and postmounted canvas elements by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9357
* `@remotion/studio`: Support pasting Figma selections by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9344
* `@remotion/studio`: Preselect new composition name by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9356
* `@remotion/studio`: Clean up Studio design by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9353
* `@remotion/studio`: Add padding when fitting compositions by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9339
* `@remotion/studio`: Allow pasting and dropping SVGs by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9326
* `@remotion/studio`: Add composition inspector actions by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9330
* `@remotion/cli`: Reload config changes in Studio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9024
* `@remotion/studio`: Refactor composition inspector by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9323
* `@remotion/studio`: Reject invalid playback rate values by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9321
* `@remotion/studio`: Support pasting images from clipboard by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9322
* `@remotion/studio`: Notify when canvas rejects a drop by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9320
* `@remotion/studio`: Add split clip action to inspector by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9319
* `@remotion/studio`: Show image metadata in asset inspector by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9317
* `@remotion/studio`: Open existing render output by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9315
* `@remotion/studio-server`: Replace deprecated URL parser by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9361
* `@remotion/studio-server`: Remove default value after keyframe deletion by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9318
* `@remotion/media`: Add direct premounting to Video and Audio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9336
* `@remotion/convert`: Seek when adjusting trim points by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9314
* `@remotion/cli`: Fix Mediabunny extension upgrades by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9313

## Docs

* Mention ProRes in video tag comparison by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/9316
* [Consolidate accessibility documentation under License, Pricing and Compliance](https://remotion.dev/docs/license/accessibility-statement-remotion-dev) by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/9238
* Reorganize responsive footer navigation by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/9257
* Fix VPAT version label in remotion.pro accessibility statement by @MehmetAdemi in https://github.com/remotion-dev/remotion/pull/9338

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.494...v4.0.495