v0.12.8

t8y2/dbxv0.12.8Dec 17, 2023by jeromewu

AI Summary

A comprehensive maintenance update that resolves ESM loading issues, adds export entries for WASM and worker files, and upgrades core dependencies including the FFmpeg binary.

Key Highlights

  • Fix default ffmpeg-core.js loading in ESM mode
  • Add export entry for wasm and worker files
  • Upgrade FFmpeg to version 5.1.4
  • Update Babel and Vite dependencies

New Features

  • Solve ESM mode loading problem
  • Add export entry for wasm and worker files
  • Upgrade ffmpeg from 5.1.3 to 5.1.4
  • Bump @babel/traverse and vite versions

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