mirror of
https://github.com/cookpete/react-player.git
synced 2026-03-26 07:00:56 +00:00
* feat!: enable Suspense by default (#1775) BREAKING CHANGES: enable Suspense by default, remove environment checks * feat!: try out ESM only on canary (#1826) BREAKING CHANGES: remove CJS and IIFE * fix: type issue * fix: improve types resolution (#1827) * fix: Move exports.key.default to last position (#1828) * feat: TS, function comps, media-elements * feat: add config prop support * test: update tests * fix: upgrade Mux player * fix: re-render issue, remove default wrapper, update App to use function components, update responsive logic and docs * test: fix tests * docs: add more docs and migration docs * fix: allow video without src for source & track * example: fix error callback * fix: rename url to src * docs: add more migrating changes --------- Co-authored-by: Karl Horky <karl.horky@gmail.com>