We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c2e34 commit 0a4b114Copy full SHA for 0a4b114
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.0.0-alpha.5 - 2024-12-26
8
+ * Use TypeScript for source code.
9
+ * Support React 19.
10
+
11
## 1.0.0-alpha.4 - 2022-05-03
12
* Add docs for the `useYouTube` hook.
13
* Add props for `origin` / `host` settings.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@u-wave/react-youtube",
3
"description": "YouTube player component for React.",
- "version": "1.0.0-alpha.4",
+ "version": "1.0.0-alpha.5",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/u-wave/react-youtube/issues"
0 commit comments