Skip to content

Commit

Permalink
1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 3, 2022
1 parent 34dc48d commit 06389ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.0-alpha.4 - 2022-05-03
* Add docs for the `useYouTube` hook.
* Add props for `origin` / `host` settings.
* Pass-through `muted` to the player initially, so `<YouTube autoplay muted />` works as expected.

## 1.0.0-alpha.3 - 2022-05-01
* Fix unmount order.
* Start player synchronously if the SDK is already loaded.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@u-wave/react-youtube",
"description": "YouTube player component for React.",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/u-wave/react-youtube/issues"
Expand Down

0 comments on commit 06389ad

Please sign in to comment.