v0.12.8
ffmpegwasm/ffmpeg.wasmv0.12.8Dec 17, 2023by jeromewu
AI Summary
Fixed issues with ESM mode loading, added webpack ignore support, upgraded Next.js and ffmpeg versions, and added export entries for WASM and worker files.
Key Highlights
- Fix default core loading in ESM mode
- Add webpackIgnore support
- Add export entry for wasm and worker files
- Upgrade ffmpeg version to 5.1.4
New Features
- ESM mode loading fix
- Webpack ignore configuration
- WASM/Worker export entries
- FFmpeg upgrade
Full Release Notes
## What's Changed * Solve the problem that the default ffmpeg-core.js cannot be loaded in esm mode by @xiaomingge1993 in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/601 * Fix typo in FAQ by @vkzrx in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/606 * Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/610 * Providing webpackIgnore is crucial for a successful Webpack build. by @baszczewski in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/613 * Fix typo by @EstebanDalelR in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/643 * add export entry for wasm and worker files by @jichang in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/642 * Bump vite from 4.4.7 to 4.4.12 by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/641 * Bump next from 13.4.13 to 13.5.0 by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/618 * docs: add missing import of toBlobURL by @jonathanmv in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/634 * Upgrade nextjs version and fix example by @jeromewu in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/649 * Bump the npm_and_yarn group group with 1 update by @dependabot in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/651 * Upgrade ffmpeg from 5.1.3 to 5.1.4 by @jeromewu in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/650 ## New Contributors * @xiaomingge1993 made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/601 * @vkzrx made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/606 * @baszczewski made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/613 * @EstebanDalelR made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/643 * @jichang made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/642 * @jonathanmv made their first contribution in https://github.com/ffmpegwasm/ffmpeg.wasm/pull/634 **Full Changelog**: https://github.com/ffmpegwasm/ffmpeg.wasm/compare/v0.12.7...v0.12.8