chore(deps): update dependency remotion to v4.0.448#90
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency remotion to v4.0.448#90renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
✅ CI Passed
Files changed |
f72660c to
53f3b62
Compare
minipuft
added a commit
that referenced
this pull request
Mar 13, 2026
minipuft
added a commit
that referenced
this pull request
Mar 13, 2026
minipuft
added a commit
that referenced
this pull request
Mar 13, 2026
1849a2a to
a4aada5
Compare
ccff70a to
5d31099
Compare
111a51e to
08c5e90
Compare
e90d50a to
f872ff7
Compare
8701f9f to
42b3bd5
Compare
b0ec5bc to
26401e9
Compare
26401e9 to
d98bf4e
Compare
96100c6 to
4511dc5
Compare
4511dc5 to
3f61596
Compare
3f61596 to
78ca3b5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.435→4.0.448Release Notes
remotion-dev/remotion (remotion)
v4.0.448Compare Source
What's Changed
@remotion/renderer: Add--sample-rateoption to control audio output sample rate by @JonnyBurger in #7040@remotion/renderer: Downgrade macOS version check to a warning by @JonnyBurger in #7029@remotion/studio: Detect "Should have a queue" React hook error for auto-reload by @Copilot in #7033@remotion/web-renderer: Fix CSS filter compositing for drop-shadow and background-clip: text by @JonnyBurger in #7038@remotion/media: Pre-decode and schedule at most 2 seconds ahead by @JonnyBurger in #7039@remotion/codex-plugin: Add OpenAI Codex plugin by @JonnyBurger in #7043Docs
Templates
Internals
@remotion/studio-server: Fix flaky file watcher tests by @JonnyBurger in #7044Full Changelog: remotion-dev/remotion@v4.0.447...v4.0.448
v4.0.447Compare Source
What's Changed
@remotion/media:_experimentalInitiallyDrawCachedFrameprop by @JonnyBurger in #7022@remotion/studio: Add dropdown type-to-select navigation by @app/cursor in #7016@remotion/web-renderer: Allow HTML-in-Canvas API to be used by @JonnyBurger in #7011@remotion/web-renderer: Return canvas/blob/url API from renderStillOnWeb (Docs
Full Changelog: remotion-dev/remotion@v4.0.446...v4.0.447
v4.0.446Compare Source
What's Changed
@remotion/media: Make media tags wrap in an invisible<Sequence>and allowfromanddurationInFramesprops by @JonnyBurger in #6983@remotion/studio: Fix calculateMetadata copy on render errors by @JonnyBurger in #6996@remotion/studio: Scroll to composition or asset when selected but out of view by @JonnyBurger in #6997@remotion/studio-server: More efficient file watcher for render outputs by @JonnyBurger in #6985@remotion/studio-server: Hint when someone forgets to wrap in staticFile() by @app/cursor in #7002@remotion/studio-server: Remove duplicate codemod formatting logic by @app/cursor in #6994@remotion/studio-server: Remove duplicated codemod formatting logic by @app/cursor in #6999Skills
Docs
Full Changelog: remotion-dev/remotion@v4.0.445...v4.0.446
v4.0.445Compare Source
What's Changed
@remotion/studio: Add pinch-to-zoom on timeline by @JonnyBurger in #6972@remotion/studio-server: Fix saving default props by @JonnyBurger in #6982Full Changelog: remotion-dev/remotion@v4.0.444...v4.0.445
v4.0.444Compare Source
What's Changed
remotion: Fix media duration calculation with playbackRate by @JonnyBurger in #6961@remotion/bundler: Bump loader-utils to 2.0.4 by @JonnyBurger in #6980@remotion/cloudrun: Add type safety to stream variables by @bhaktofmahakal in #6964@remotion/player: Fix typo - rename persistance to persistence by @bhaktofmahakal in #6975@remotion/serverless-client: Fix cost estimate increasing after fatal error by @JonnyBurger in #6959@remotion/studio: Fix JSON editor error state being immediately cleared by @JonnyBurger in #6956@remotion/studio: Better handling when you forgot to wrap an asset instaticFile()by @JonnyBurger in #6958@remotion/studio: 10MB LRU cache for timeline video frames by @JonnyBurger in #6960@remotion/studio: Errors inside composition don't go fullscreen anymore by @JonnyBurger in #6962@remotion/studio: Allow copying stack trace in error overlay by @bugscreater in #6966@remotion/studio: Acceptz.discriminatedUnion()as top-level composition schema by @JonnyBurger in #6977@remotion/web-renderer: Validate container and codec for transparent videos by @JonnyBurger in #6955Templates
Docs
Internal
Full Changelog: remotion-dev/remotion@v4.0.443...v4.0.444
v4.0.443Compare Source
What's Changed
@remotion/elevenlabs: Add package for converting ElevenLabs output to captions by @tiwariaayu in #6930remotion: Make<Series>a<Sequence>withlayout="none"by @JonnyBurger in #6952@remotion/transitions: Fix stack traces by avoiding exports mutation by @JonnyBurger in65ed44f@remotion/studio: Show audio waveform in video timeline layers by @JonnyBurger in #6949@remotion/studio: Fix 1px gaps between timeline video thumbnails by @JonnyBurger in #6948@remotion/studio: Fix sequence props watcher warning on scrub by @JonnyBurger in #6947@remotion/studio: Broaden rotation regex to accept all CSS number forms by @app/pullfrog in #6946@remotion/studio: Parse rotation values directly to preserve angles beyond 360° by @JonnyBurger in #6943@remotion/studio: Add stack traces to Composition and improve menu bar by @JonnyBurger in #6950@remotion/studio-server: Cache AST node paths to survive stale source maps by @JonnyBurger in #6942@remotion/design: Remove box-content from Switch inner element by @JonnyBurger in #6941Docs
Full Changelog: remotion-dev/remotion@v4.0.442...v4.0.443
v4.0.442Compare Source
What's Changed
@remotion/media: AddobjectFitprop to<Video>by @JonnyBurger in #6924@remotion/google-fonts: Fix ignoreTooManyRequestsWarning option by @ytakahashi in #6918@remotion/studio: Useserver.listen()for port availability checks by @JonnyBurger in #6939@remotion/studio: Fix JSON editor sync during undo/redo by @tiwariaayu in #6933@remotion/studio: Fix timeline playhead and tick flicker on zoom by @JonnyBurger in #6935@remotion/studio: Use streaming audio waveform in timeline by @JonnyBurger in #6931@remotion/studio: Lock cursor during InputDragger and Splitter drag by @JonnyBurger in #6929@remotion/studio: Don't show empty layer when there are no sequences by @JonnyBurger in #6932Internals
@remotion/design: Add theme defaults to register CSS by @JonnyBurger in #6938Docs
Internal
@remotion/promo-pages: Rename Prompt Gallery to Prompt Showcase by @JonnyBurger in #6926Full Changelog: remotion-dev/remotion@v4.0.441...v4.0.442
v4.0.441Compare Source
What's Changed
@remotion/media: Prevent MediaPlayer reinit on Sequence durationInFrames change by @JonnyBurger in #6914@remotion/renderer: Fix transparent background for WebPrenderStill()output by @app/copilot-swe-agent in #6913@remotion/webcodecs: Handle InputDisposedError in useWindowedAudioData by @akashcorex in #6910Full Changelog: remotion-dev/remotion@v4.0.440...v4.0.441
v4.0.440Compare Source
What's Changed
@remotion/renderer: Add AV1 codec support by @samohovets in #6771@remotion/renderer: Fix imprecise FPS when combining chunks by @JonnyBurger in #6908@remotion/studio:<Img>shows thumbnails by @tiwariaayu in #6892@remotion/studio: Consolidate SSE connections to fix multi-tab hanging by @bskang-v6x in #6887Docs
Internal
Full Changelog: remotion-dev/remotion@v4.0.439...v4.0.440
v4.0.439Compare Source
What's Changed
@remotion/studio: Save default props and visual controls immediately - this will always keep your changes in sync with the code and prevent race conditions when you are editing props manually, in code or with your agent by @JonnyBurger in #6826remotion: Add modern CSS color format support tointerpolateColorsby @JonnyBurger in #6890@remotion/bundler: Fork and inline css-loader, resolving security vulnerability by @JonnyBurger in #6883@remotion/bundler: Handle webpack cache corruption on low-memory machines by @JonnyBurger in #6886@remotion/bundler: Suppress webpack rebuild on default props update by @JonnyBurger in #6889@remotion/bundler: Revert renderingwindow.remotion_logLevelin bundle mode, use fallback instead by @JonnyBurger in #6903@remotion/transitions: Forward stack traces forTransitionSeries.Overlayby @JonnyBurger in #6876@remotion/web-renderer: Fixtransparentkeyword interpolation in gradients by @JonnyBurger in #6881create-video: Add--yesflag for non-interactive mode by @JonnyBurger in #6884create-video: Respect npm registry config for corporate proxy support by @bskang-v6x in #6899create-video: Strip control characters from directory name input by @bskang-v6x in #6900Docs
.mp4fromdefaultOutNameexample by @JonnyBurger in #6877Internal
window.remotion_logLevelin bundle mode by @JonnyBurger in #6902Full Changelog: remotion-dev/remotion@v4.0.438...v4.0.439
v4.0.438Compare Source
v4.0.437Compare Source
What's Changed
remotion: Fix correct display of trimmed@remotion/mediavideo by @JonnyBurger in #6850@remotion/media: add<Video crossOrigin>for parser fetch credentials by @alec-watts in #6838@remotion/media-utils: Remove@remotion/media-parserand@remotion/webcodecsdependency by @JonnyBurger in #6867@remotion/studio: Optimize performance when resizing window by @JonnyBurger in #6851@remotion/studio-server: Fix AppleScript tab focus not triggering for studio by @JonnyBurger in #6864nextfrom 16.1.5 to 16.1.7 by @JonnyBurger in #6861Templates
Docs
/templateslink to Resources menu and footer by @JonnyBurger in #6860New Contributors
Full Changelog: remotion-dev/remotion@v4.0.436...v4.0.437
v4.0.436Compare Source
What's Changed
@remotion/media: Cancel audio nodes when seeking somewhere else by @JonnyBurger in #6843Docs
getAudioDurationInSecondsdocs by @JonnyBurger in #6839Internal
Full Changelog: remotion-dev/remotion@v4.0.435...v4.0.436
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.