Skip to content

Commit

Permalink
Bump version (#3)
Browse files Browse the repository at this point in the history
* feat: update readme file

* feat: bump version

* feat: update readme file

* feat: update readme file
  • Loading branch information
ederssouza committed Oct 9, 2022
1 parent ba59fab commit 2eb6f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ color | `string` | `00adef` | Specify the color of the
controls | `boolean` | `true` | This parameter will hide all elements in the player (play bar, sharing buttons, etc) for a chromeless experience. ⚠️Warning: When using this parameter, the play bar and UI will be hidden. To start playback for your viewers, you'll need to either enable autoplay or use our player SDK to start and control playback. (available to Plus, PRO, or Business members)
dnt | `boolean` | `false` | Block the player from tracking any session data, including cookies.
height | `number` | | The exact height of the video. Defaults to the height of the largest available version of the video.
fullWidth | `boolean` | `false` | The video player occupies 100% of the parent element space. Required import CSS file import '@ederssouza/react-vimeo-player/dist/style.css'.
fullWidth | `boolean` | `false` | The video player occupies 100% of the parent element space. Required import CSS file `import 'reactjs-vimeo-player/dist/style.css'`.
interactive_params | `string` | | Key-value pairs representing dynamic parameters that are utilized on interactive videos with live elements. Ex: `key1=value1,key2=value2`.
keyboard | `boolean` | `true` | Allows for keyboard input to trigger player events. If false, will ignore keyboard input. Tabbing will still be supported in either mode.
loop | `boolean` | `false` | Play the video again when it reaches the end.
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": "reactjs-vimeo-player",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 2eb6f27

Please sign in to comment.