Skip to content

Commit

Permalink
0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 17, 2022
1 parent e7128b6 commit 2b643b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

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

## 0.9.9
* Bump minimum `@vimeo/player` version. (@k-p-jones in #191)
* Document `controls` as pro-account-only. (fd61877)
* Add `onPlaying` event, fix documentation for `onPlay`. (@Aliath in #212)
* Add `playbackRate` prop. (@chidimi in #220)
* Support changing the `quality` prop during playback. (941b68b)
* Add support for passing a URL to the `video` prop, eg. for embedding private videos. (e7128b6)

## 0.9.8
* Fix a warning about workspaces when installing with yarn. (#190)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u-wave/react-vimeo",
"version": "0.9.8",
"version": "0.9.9",
"description": "Vimeo player component for React.",
"main": "dist/react-vimeo.js",
"module": "dist/react-vimeo.es.js",
Expand Down

0 comments on commit 2b643b2

Please sign in to comment.