Releases: NPM-Workbench/react-create-html-video
Version 1.4.4
V1.4.4: Public Release
- Added notes on the README.md on the issues fixed
- Updated Peer dependencies version for react
Version 1.4.3
[fix] Patch Release 1.4.3
- Removed the “fallback to 1.2.0” note from docs
- updated package version to 1.4.3 for github updates and npm package release updates
- checked on next.js and vite, package was in working condition
Version 1.4.2
[fix] Patch Update
- Fix: externalized react/jsx-runtime to prevent duplicate React runtime issues in Vite and Next.js.
- local system confirmation done by packing to [dot]tgz and attempted to
install - ran react testing library and test results were stable without issues
Reference(s) of Errors Fixed:
-
React Current Dispatcher
react-create-html-vi…o.js?v=2a757ceb:244 Uncaught TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher') at react-create-html-vi…s?v=2a757ceb:244:57 at requireReactJsxRuntime_development (react-create-html-vi…js?v=2a757ceb:882:7) at requireJsxRuntime (react-create-html-vi…s?v=2a757ceb:893:26) at react-create-html-vi…s?v=2a757ceb:897:25 (anonymous) @ react-create-html-vi…o.js?v=2a757ceb:244 requireReactJsxRuntime_development @ react-create-html-vi…o.js?v=2a757ceb:882 requireJsxRuntime @ react-create-html-vi…o.js?v=2a757ceb:893 (anonymous) @ react-create-html-vi…o.js?v=2a757ceb:897 -
React Deduped Error
+-- react-create-html-video@1.4.1 extraneous -> ./../react-create-html-video | +-- @testing-library/react@14.3.1 extraneous | | -- react@18.3.1 deduped | +-- react-device-detect@2.2.3 extraneous | | -- react@18.3.1 deduped | +-- react-dom@18.3.1 extraneous | | -- react@18.3.1 deduped | -- react@18.3.1 extraneous +-- react-dom@19.2.4 | -- react@19.2.4 deduped -- react@19.2.4
Version 1.4.1
[feat] Unit Test + MERGE
- Merged feature/unit test branch into main master branch
- made parallel local system check to see if package was working
- successfully ran unit test for RTL
- all results positive
Also added a fallback installation note incase of SSR environment issues:
npm install --save react-create-html-video@1.2.0Version 1.2.3
Version Fix Release
Needed to re-work on the Unit Test cases.
Version 1.2.0
NPM Package Website
Developed and deployed a catalogue website for the NPM Package.
Website URL: https://npm-workbench.github.io/react-create-html-video/
Version 1.1.0
Keyword updated for package.json file
Version 1.0.0

A lightweight React component that programmatically generates and plays an HTML video element with a clean, reusable API. This library does not rely on CSS-in-JS, with styles are intentionally kept minimal. Created with Typescript support.
📦 Installation
npm install react-create-html-videoPackage published NPM Link: https://www.npmjs.com/package/react-create-html-video
