v4.0.461
remotion-dev/remotionv4.0.461May 14, 2026by JonnyBurger
AI Summary
This release enables code editing directly within the Studio, fixes easing overshoot issues, and improves performance by replacing the source-map dependency with a more efficient trace-mapping library.
Key Highlights
- Enable Code Edits in Studio
- Fix easing overshoot when it doesn't make sense
- Replace source-map with @jridgewell/trace-mapping
- Move audio waveform utilities to a dedicated package
New Features
- Code edits in Studio
- New @remotion/timeline-utils package for audio waveform utilities
Full Release Notes
## What's Changed * `@remotion/studio`: [**Enable Code Edits in Studio**](http://remotion.dev/docs/studio/code-edits) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7358 * `remotion`: Fix easing overshoot when it doesn't make sense by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7343 * `@remotion/studio`: Replace `source-map` with `@jridgewell/trace-mapping` by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7350 * `@remotion/timeline-utils`: Move audio waveform utilities by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7328 * `@remotion/web-renderer`: Fix `text-transform` regex to avoid unusual capitalize by @saimfd in https://github.com/remotion-dev/remotion/pull/7347 ## Docs * Enable CrawlChat sidepanel mode by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/6928 ## Internal * Update Next.js, uuid, Remix by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7341 * Pin npm dependency versions by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7330 **Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.460...v4.0.461