v4.0.462

remotion-dev/remotionv4.0.462May 15, 2026by JonnyBurger

AI Summary

Allows arrays for Easing in interpolation functions and fixes build issues with Bun 1.3+.

Key Highlights

  • Support for array Easing in interpolate()
  • Upgrade to Mediabunny 1.45.0
  • Fix for Bun 1.3+ ESM build issues

New Features

  • Array Easing support in interpolate()

Full Release Notes

## What's Changed
* `remotion`: Allow an array for `Easing` in `interpolate()` by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7369
* `@remotion/bundler`: Symlink public dir for ephemeral CLI render bundles by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7388
* Upgrade Mediabunny to 1.45.0 by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7370

## Docs
* Stable Chrome for HTML-in-canvas (remove Canary requirement) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7390

## Internal
* Fix Bun 1.3+ build: invalid ESM from `sideEffects:false` barrel packages by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7371
* Bump esbuild to 0.28.0 (bundler, gif) by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7399
* Bump astro from 6.1.6 to 6.1.10 in /packages/astro-example by @dependabot in https://github.com/remotion-dev/remotion/pull/7367
* `@remotion/timeline-utils`: Add film strip codec tests by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7383
* `@remotion/timeline-utils`: Add waveform integration tests using `@mediabunny/server` by @JonnyBurger in https://github.com/remotion-dev/remotion/pull/7381
* `@remotion/skills-evals`: Add visual skill eval runner by @samohovets in https://github.com/remotion-dev/remotion/pull/7337
* `@remotion/skills-evals`: Add batched eval runs by @samohovets in https://github.com/remotion-dev/remotion/pull/7396
* `@remotion/skills-evals`: Compare against configurable base refs by @samohovets in https://github.com/remotion-dev/remotion/pull/7395

**Full Changelog**: https://github.com/remotion-dev/remotion/compare/v4.0.461...v4.0.462