diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de34073..2924193b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.1.2](https://github.com/CookPete/react-player/compare/v1.1.1...v1.1.2) +> 8 February 2018 +- Add config.file.hlsOptions [`#325`](https://github.com/CookPete/react-player/issues/325) [`#319`](https://github.com/CookPete/react-player/issues/319) +- Send any soundcloud URL to the widget [`#322`](https://github.com/CookPete/react-player/issues/322) [`#324`](https://github.com/CookPete/react-player/pull/324) +- Change progressFrequency to progressInterval [`#317`](https://github.com/CookPete/react-player/issues/317) +- Guard against navigator not being available [`#315`](https://github.com/CookPete/react-player/issues/315) +- Update hls, dash and streamable SDKs [`22dd274`](https://github.com/CookPete/react-player/commit/22dd274d20a15e664ac20f448289e529684e9444) + #### [v1.1.1](https://github.com/CookPete/react-player/compare/v1.1.0...v1.1.1) > 18 January 2018 - Skip unreliable tests [`81c8a0b`](https://github.com/CookPete/react-player/commit/81c8a0bf389634604e245fe4211b07f44bbcfd9d) diff --git a/README.md b/README.md index 1f93dc85..bc0ba996 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Prop | Description | Default `width` | Sets the width of the player | `640px` `height` | Sets the height of the player | `360px` `style` | Add [inline styles](https://facebook.github.io/react/tips/inline-styles.html) to the root element | `{}` -`progressFrequency` | The time between `onProgress` callbacks, in milliseconds | `1000` +`progressInterval` | The time between `onProgress` callbacks, in milliseconds | `1000` `playsinline` | Applies the `playsinline` attribute where supported | `false` `config` | Override options for the various players, see [config prop](#config-prop) @@ -131,7 +131,7 @@ Key | Options `vimeo` | `playerOptions`: Override the [default params](https://developer.vimeo.com/player/embedding#universal-parameters)
`preload`: Used for [preloading](#preloading) `wistia` | `options`: Override the [default player options](https://wistia.com/doc/embed-options#options_list) `dailymotion` | `params`: Override the [default player vars](https://developer.dailymotion.com/player#player-parameters)
`preload`: Used for [preloading](#preloading) -`file` | `attributes`: Apply [element attributes](https://developer.mozilla.org/en/docs/Web/HTML/Element/video#Attributes)
`forceAudio`: Always render an `