v4.0.483

dforwardfeed/memo_generatorv4.0.483Jun 25, 2026by JonnyBurger

AI Summary

This release addresses audio stability, introduces radial progressive blur effects, and enhances the Studio interface with drag-and-drop functionality and inspector grouping.

Key Highlights

  • Added radial progressive blur effect.
  • Added spring easing tail support.
  • Added Element drag and drop in the Studio.
  • Improved inspector controls by grouping them.
  • Fixed scrubbing wedging the audio scheduler.

New Features

  • Radial progressive blur effect
  • Spring easing tail support
  • Element drag and drop
  • Inspector control grouping
  • Rename sequence on double click

Full Release Notes

## What's Changed

* `remotion`: Prevent freezing audio by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8655
* `remotion`: Add spring easing tail support by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8636
* `remotion`: Handle captureElementImage when element is outside viewport by @itxaiohanglover in https://github.com/remotion-dev/remotion/pull/8577
* `@remotion/cli`: Respect calculateMetadata encoding defaults by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8654
* [`@remotion/effects`: Add radial progressive blur](https://remotion.dev/docs/effects/radial-progressive-blur) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8638
* `@remotion/media`: Fix scrubbing wedging the audio scheduler by @exire8 in https://github.com/remotion-dev/remotion/pull/8631
* `@remotion/studio`: Group inspector controls by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8656
* `@remotion/studio`: Rename sequence on double click by @samohovets in https://github.com/remotion-dev/remotion/pull/8644
* `@remotion/studio`: Add Element drag and drop by @samohovets in https://github.com/remotion-dev/remotion/pull/8633
* `@remotion/studio`: Highlight effect when child prop is selected by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8615
* `@remotion/studio`: Add left timeline edge dragging by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8609
* `@remotion/studio-server`: Preserve easing when splitting keyframes by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8658
* `@remotion/studio-server`: Name inserted Element sequences by @samohovets in https://github.com/remotion-dev/remotion/pull/8640
* `@remotion/web-renderer`: Fix SVG control character rendering by @aryansingh1718 in https://github.com/remotion-dev/remotion/pull/8651

## Docs

* Document R2 cache rules for Lambda assets by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8661
* Mark WebKit WebCodecs bug as fixed by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8648
* Make Element TSX files source of truth by @samohovets in https://github.com/remotion-dev/remotion/pull/8641
* Update interactivity best practices for effects by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8632
* Make shape previews exhaustive by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8630
* Update Elements submission guidelines by @samohovets in https://github.com/remotion-dev/remotion/pull/8628
* Add interactivity best practices skill by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/8624

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.482...v4.0.483