What's Changed
@remotion/lambda: Breaking change: If you want to render something in Remotion Lambda to a specific S3 key using theoutNameoption and that key already exists, you must set the newoverwriteoption totrue: https://www.remotion.dev/docs/lambda/rendermediaonlambda#overwrite If this setting is on, the previous out file will be deleted before the render, if this setting is off, the render will throw an error if a conflict would occur. by @JonnyBurger in #1349@remotion/paths: Add newextendViewBox()function: https://www.remotion.dev/docs/paths/extend-viewbox by @JonnyBurger in #1350
Full Changelog: v3.2.24...v3.2.25