This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
Releases: Just-Moh-it/Relano
Releases · Just-Moh-it/Relano
Multilingual support
阅读博客文章:https://remotion.dev/blog/3-0
亮点
- Remotion Lambda: 一个分布式视频渲染器!
- 并行渲染+编码: 更智能的调度使渲染更快!
- renderMedia(): 为服务器端渲染(SSR)提供了新的简化API!
- openBrowser(): 一个新的API,用于在SSR函数调用之间共享浏览器实例
- 更好的错误报告: 所有错误都经过符号化处理
remotion.config.ts
中的引入- React 18
- 现在需要Node >=14。
升级
在此处阅读升级指南:https://www.remotion.dev/docs/3-0-migration
新贡献者
- @LoganArnett 在 #629 中做出了他们的首次贡献
- @yuyuyzl 在 #594 中做出了他们的首次贡献
🔊 Multilingual support!
Read the blog post: https://remotion.dev/blog/3-0
Highlights
- Remotion Lambda: A distributed video renderer!
- Parallel rendering + encoding: Faster renders due to more intelligent scheduling!
- renderMedia(): A new simplified API for SSR!
- openBrowser(): A new API for sharing browser instances between SSR function calls
- Better error reporting: Symbolicated errors across the board
- Imports in
remotion.config.ts
- React 18
- Node >=14 is now required.
Upgrade
Read the upgrade guide here: https://www.remotion.dev/docs/3-0-migration
New Contributors
- @LoganArnett made their first contribution in #629
- @yuyuyzl made their first contribution in #594
✨ First release
What's Changed
@remotion/renderer
: SupportonBrowserLog()
forrenderStill()
by @JonnyBurger in #2246@remotion/rive
: Fix and pin Rive package by @JonnyBurger in #2252remotion
: Updated<Loop>
to use a single Sequence to fix video gaps by @deevus in #2259remotion
: Better error message if composition is not immediately mounted by @JonnyBurger in #2270@remotion/lambda
: Fix calculation of estimatedTotalLambdaInvokations by @JonnyBurger in #2262@remotion/skia
: Upgrade RN Skia and remove react-native-web dependency by @JonnyBurger in #2284
Docs
- Add links and fix broken links GA by @Just-Moh-it in #2248
- lambda region-selection.md improved wording by @UmungoBungo in #2247
- Added more info around envVariables input by @UmungoBungo in #2214
- docs: add cli testing instructions by @Just-Moh-it in #2273
New Contributors
Full Changelog: v3.3.92...v3.3.93