v0.12.8
megadose/holehev0.12.8Dec 17, 2023by jeromewu
AI Summary
This release addresses critical build and loading issues, specifically fixing the ESM mode loading of the default core and adding export entries for Webpack compatibility, alongside general dependency updates.
Key Highlights
- Fixed loading of default ffmpeg-core.js in ESM mode
- Added export entries for wasm and worker files
- Added documentation for webpackIgnore in Webpack builds
- Upgraded FFmpeg binary from version 5.1.3 to 5.1.4
- Updated Vite and Next.js dependencies
New Features
- ESM mode loading fix
- Export entries for wasm and worker files
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