From d3401dcb4d9b613bfb6c5413f808243061c9ee25 Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Fri, 27 Oct 2017 17:13:15 +0100 Subject: [PATCH] Use latest auto-changelog --- CHANGELOG.md | 622 +++++++++++++++++++++++---------------------------- package.json | 2 +- yarn.lock | 38 +++- 3 files changed, 310 insertions(+), 352 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4984c62f..4d8a4636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,565 +1,493 @@ -# Change Log -All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). - -Generated by [auto-changelog](https://github.com/CookPete/auto-changelog) +### Changelog +All notable changes to this project will be documented in this file. +Generated by [auto-changelog](https://github.com/CookPete/auto-changelog). #### [v1.0.0-beta.0](https://github.com/CookPete/react-player/compare/v0.25.3...v1.0.0-beta.0) > 26 October 2017 - -* Refactor player rendering [`91d1542`](https://github.com/CookPete/react-player/commit/91d15424065575d759885e9b0f8969c8b1f4a7b4) -* Update tests [`9b4d1c4`](https://github.com/CookPete/react-player/commit/9b4d1c4da466010e0d9f8a99f725b4e0c96db615) - +- Refactor player rendering [`91d1542`](https://github.com/CookPete/react-player/commit/91d15424065575d759885e9b0f8969c8b1f4a7b4) +- Update tests [`9b4d1c4`](https://github.com/CookPete/react-player/commit/9b4d1c4da466010e0d9f8a99f725b4e0c96db615) #### [v0.25.3](https://github.com/CookPete/react-player/compare/v0.25.2...v0.25.3) > 26 October 2017 - -* Loop when player is running [`#257`](https://github.com/CookPete/react-player/pull/257) -* properly destroy HLS.JS and / or DASH.JS instances [`#254`](https://github.com/CookPete/react-player/pull/254) -* Fix preloading [`6dd81ba`](https://github.com/CookPete/react-player/commit/6dd81ba4f8e9335e1bd2d15b47cd8d6403b35a3b) - +- Loop when player is running [`#257`](https://github.com/CookPete/react-player/pulls/257) +- properly destroy HLS.JS and / or DASH.JS instances [`#254`](https://github.com/CookPete/react-player/pulls/254) +- Fix preloading [`6dd81ba`](https://github.com/CookPete/react-player/commit/6dd81ba4f8e9335e1bd2d15b47cd8d6403b35a3b) +- Update readme [`d5ba064`](https://github.com/CookPete/react-player/commit/d5ba064a42f3b0abfa4c0d78324305ef20120f54) #### [v0.25.2](https://github.com/CookPete/react-player/compare/v0.25.1...v0.25.2) > 17 October 2017 - -* tweak Vimeo duration logic [`#251`](https://github.com/CookPete/react-player/pull/251) -* Bump packages [`bf40e5f`](https://github.com/CookPete/react-player/commit/bf40e5fce5653df79f245588440f7b2f20f9a6cb) -* Fix dash autoplay logic [`4e3545e`](https://github.com/CookPete/react-player/commit/4e3545ef8f0e1b46b4a1dcab0c4881c4e507b7f8) - +- tweak Vimeo duration logic [`#251`](https://github.com/CookPete/react-player/pulls/251) +- Bump packages [`bf40e5f`](https://github.com/CookPete/react-player/commit/bf40e5fce5653df79f245588440f7b2f20f9a6cb) +- Fix dash autoplay logic [`4e3545e`](https://github.com/CookPete/react-player/commit/4e3545ef8f0e1b46b4a1dcab0c4881c4e507b7f8) #### [v0.25.1](https://github.com/CookPete/react-player/compare/v0.25.0...v0.25.1) > 17 October 2017 - -* Update typings for onProgress callback [`#246`](https://github.com/CookPete/react-player/pull/246) -* Fix parameter name for Vimeo player configuration [`#243`](https://github.com/CookPete/react-player/pull/243) -* Add passthrough prop support to typings [`#247`](https://github.com/CookPete/react-player/issues/247) -* Fix Vimeo duration logic [`#250`](https://github.com/CookPete/react-player/issues/250) - +- Update typings for onProgress callback [`#246`](https://github.com/CookPete/react-player/pulls/246) +- Fix parameter name for Vimeo player configuration [`#243`](https://github.com/CookPete/react-player/pulls/243) +- Add passthrough prop support to typings [`#247`](https://github.com/CookPete/react-player/issues/247) +- Fix Vimeo duration logic [`#250`](https://github.com/CookPete/react-player/issues/250) +- fix parameter name for Vimeo player configuration [`f810221`](https://github.com/CookPete/react-player/commit/f8102218dd901e0e49a0d8301f5f38d73b92af92) #### [v0.25.0](https://github.com/CookPete/react-player/compare/v0.24.6...v0.25.0) > 4 October 2017 - -* Update polyfill info [`#239`](https://github.com/CookPete/react-player/issues/239) -* Use React 16 for demo [`#241`](https://github.com/CookPete/react-player/issues/241) -* Tweak vimeo player logic [`#240`](https://github.com/CookPete/react-player/issues/240) - +- Update polyfill info [`#239`](https://github.com/CookPete/react-player/issues/239) +- Use React 16 for demo [`#241`](https://github.com/CookPete/react-player/issues/241) +- Tweak vimeo player logic [`#240`](https://github.com/CookPete/react-player/issues/240) +- Bump packages [`a31ab1c`](https://github.com/CookPete/react-player/commit/a31ab1c4d7f2e783c129db938367fb7a44da4d8f) +- Update scripts and config file names [`920c602`](https://github.com/CookPete/react-player/commit/920c6024ec1a2ed703f557e2d71ccc406026053b) +- Remove promise and fetch polyfills from browser build [`a33238c`](https://github.com/CookPete/react-player/commit/a33238cb83493fefc83d01b38551ef5df9d33783) #### [v0.24.6](https://github.com/CookPete/react-player/compare/v0.24.5...v0.24.6) > 28 September 2017 - -* Make getInternalPlayer more flexible [`#238`](https://github.com/CookPete/react-player/issues/238) - +- Make getInternalPlayer more flexible [`#238`](https://github.com/CookPete/react-player/issues/238) #### [v0.24.5](https://github.com/CookPete/react-player/compare/v0.24.4...v0.24.5) > 16 September 2017 - -* Update Streamable player to use player.js [`#237`](https://github.com/CookPete/react-player/issues/237) -* Bump auto-changelog [`84ad345`](https://github.com/CookPete/react-player/commit/84ad345c926bf7fc47b0c61e77aea4c517cbd028) -* Remove unnecessary stop logic from soundcloud [`f478f1a`](https://github.com/CookPete/react-player/commit/f478f1a3c29cfd8c95c4f49a17ddd05b1b042bc7) - +- Update Streamable player to use player.js [`#237`](https://github.com/CookPete/react-player/issues/237) +- Bump auto-changelog [`84ad345`](https://github.com/CookPete/react-player/commit/84ad345c926bf7fc47b0c61e77aea4c517cbd028) +- Remove unnecessary stop logic from soundcloud [`f478f1a`](https://github.com/CookPete/react-player/commit/f478f1a3c29cfd8c95c4f49a17ddd05b1b042bc7) +- Skip Streamable tests [`f210f93`](https://github.com/CookPete/react-player/commit/f210f93f5670d605b95887d4f44a8a22c9e42eee) #### [v0.24.4](https://github.com/CookPete/react-player/compare/v0.24.3...v0.24.4) > 14 September 2017 - -* Updated TypeScript typings [`#235`](https://github.com/CookPete/react-player/pull/235) -* Prevent warnings when unmounting preloading players [`4c4d2ec`](https://github.com/CookPete/react-player/commit/4c4d2ecb2ba624bffe211cb041a97b1c42da9cc1) - +- Updated TypeScript typings [`#235`](https://github.com/CookPete/react-player/pulls/235) +- Prevent warnings when unmounting preloading players [`4c4d2ec`](https://github.com/CookPete/react-player/commit/4c4d2ecb2ba624bffe211cb041a97b1c42da9cc1) #### [v0.24.3](https://github.com/CookPete/react-player/compare/v0.24.2...v0.24.3) > 14 September 2017 - -* update of DOM listeners in FilePlayer when audio/video tags was switched [`#234`](https://github.com/CookPete/react-player/pull/234) -* Clean up tests [`717397e`](https://github.com/CookPete/react-player/commit/717397e2010a7c2a9d2bbb543e3390ee9be94e9c) -* Bump packages [`aa2c174`](https://github.com/CookPete/react-player/commit/aa2c1746774266502031d10aff5331ecb6cc491a) - +- update of DOM listeners in FilePlayer when audio/video tags was switched [`#234`](https://github.com/CookPete/react-player/pulls/234) +- Rename test files folder [`463b94c`](https://github.com/CookPete/react-player/commit/463b94c8e8815c12ded214e25c4baeb7d9d42ce1) +- Use callPlayer util for player methods [`c760655`](https://github.com/CookPete/react-player/commit/c760655b26fbf3c01a129665861dc25661d91f7d) +- Clean up tests [`717397e`](https://github.com/CookPete/react-player/commit/717397e2010a7c2a9d2bbb543e3390ee9be94e9c) #### [v0.24.2](https://github.com/CookPete/react-player/compare/v0.24.1...v0.24.2) > 11 September 2017 - -* Add codecov support [`bc30340`](https://github.com/CookPete/react-player/commit/bc30340ce5da9299635bda0a1ad8560af9214516) -* Add getConfig tests [`f7eb2b5`](https://github.com/CookPete/react-player/commit/f7eb2b55929842523377bda20d80b62eb6c9a7d1) -* Player test tweaks [`c0ee179`](https://github.com/CookPete/react-player/commit/c0ee179cc61e316ca2f1f705bf53c65b304206a0) - +- Add codecov support [`bc30340`](https://github.com/CookPete/react-player/commit/bc30340ce5da9299635bda0a1ad8560af9214516) +- Add getConfig tests [`f7eb2b5`](https://github.com/CookPete/react-player/commit/f7eb2b55929842523377bda20d80b62eb6c9a7d1) +- Player test tweaks [`c0ee179`](https://github.com/CookPete/react-player/commit/c0ee179cc61e316ca2f1f705bf53c65b304206a0) #### [v0.24.1](https://github.com/CookPete/react-player/compare/v0.24.0...v0.24.1) > 9 September 2017 - -* Refactor player rendering logic [`2b62811`](https://github.com/CookPete/react-player/commit/2b62811bbb00333e52b93c4d1635cb78fbc67c51) -* Refactor player tests [`4551f25`](https://github.com/CookPete/react-player/commit/4551f25041a24b9efdc7587ec2a3c98a2fc26094) -* Add util tests [`586f179`](https://github.com/CookPete/react-player/commit/586f1794d14fc2acb5760ed0f123447def4cf69c) - +- Refactor player tests [`4551f25`](https://github.com/CookPete/react-player/commit/4551f25041a24b9efdc7587ec2a3c98a2fc26094) +- Add util tests [`586f179`](https://github.com/CookPete/react-player/commit/586f1794d14fc2acb5760ed0f123447def4cf69c) +- Refactor player rendering logic [`2b62811`](https://github.com/CookPete/react-player/commit/2b62811bbb00333e52b93c4d1635cb78fbc67c51) #### [v0.24.0](https://github.com/CookPete/react-player/compare/v0.23.0...v0.24.0) > 9 September 2017 - -* Use single config prop [`#71`](https://github.com/CookPete/react-player/issues/71) -* Fix webpack production config [`#231`](https://github.com/CookPete/react-player/issues/231) -* Remove legacy Soundcloud player [`a55ef3c`](https://github.com/CookPete/react-player/commit/a55ef3c963d46a2cb1b1a7d71ba0d66ef3edcb20) - +- Use single config prop [`#71`](https://github.com/CookPete/react-player/issues/71) +- Fix webpack production config [`#231`](https://github.com/CookPete/react-player/issues/231) +- Remove legacy Soundcloud player [`a55ef3c`](https://github.com/CookPete/react-player/commit/a55ef3c963d46a2cb1b1a7d71ba0d66ef3edcb20) +- Readme tweaks [`c0071f2`](https://github.com/CookPete/react-player/commit/c0071f2f987384ff4a8d188bf98a54f03eb42ea8) +- Bring back static canPlay util [`f4861d7`](https://github.com/CookPete/react-player/commit/f4861d714da0be1ec9f8c10c00342a6f9efdef41) #### [v0.23.0](https://github.com/CookPete/react-player/compare/v0.22.0...v0.23.0) > 8 September 2017 - -* Soundcloud: use Widget API instead of HTTP API [`#199`](https://github.com/CookPete/react-player/pull/199) -* Fixed broken TypeScript type definitions [`#230`](https://github.com/CookPete/react-player/pull/230) -* Refactor development setup [`81df2a8`](https://github.com/CookPete/react-player/commit/81df2a8c929e4a7d4c10d5c6606964d6d7bf5f1e) - +- Soundcloud: use Widget API instead of HTTP API [`#199`](https://github.com/CookPete/react-player/pulls/199) +- Fixed broken TypeScript type definitions [`#230`](https://github.com/CookPete/react-player/pulls/230) +- Refactor development setup [`81df2a8`](https://github.com/CookPete/react-player/commit/81df2a8c929e4a7d4c10d5c6606964d6d7bf5f1e) +- Use Widget instead of Soundcloud API [`4ea29f9`](https://github.com/CookPete/react-player/commit/4ea29f95c642b56b05464a5baab5cbe1fdb28e5a) +- Tidy up Soundcloud player [`d0947e2`](https://github.com/CookPete/react-player/commit/d0947e256a7998a76820239eca5fabc28783bc91) #### [v0.22.0](https://github.com/CookPete/react-player/compare/v0.21.0...v0.22.0) > 3 September 2017 - -* Add Twitch player [`288c18d`](https://github.com/CookPete/react-player/commit/288c18ddd582a9cd8b629216041a0166d4c23987) -* Add sourcemap config to uglify plugin [`901dfbf`](https://github.com/CookPete/react-player/commit/901dfbf101e0d26f9c685088ad9a9b4d318d9950) -* Update vidme example URL [`ad7b335`](https://github.com/CookPete/react-player/commit/ad7b3356ec85ba68d6696e867512177efc33beba) - +- Move SDK loading logic into getSDK util [`318c9e9`](https://github.com/CookPete/react-player/commit/318c9e93cc55b00d939ab28ecaefce3467ef8440) +- Add Twitch player [`288c18d`](https://github.com/CookPete/react-player/commit/288c18ddd582a9cd8b629216041a0166d4c23987) +- Add sourcemap config to uglify plugin [`901dfbf`](https://github.com/CookPete/react-player/commit/901dfbf101e0d26f9c685088ad9a9b4d318d9950) #### [v0.21.0](https://github.com/CookPete/react-player/compare/v0.20.0...v0.21.0) > 2 September 2017 - -* Add muted prop [`#221`](https://github.com/CookPete/react-player/issues/221) -* Add onSeek prop [`#222`](https://github.com/CookPete/react-player/issues/222) -* Tweak Wistia player load logic [`b0e725c`](https://github.com/CookPete/react-player/commit/b0e725cc7a5c964ba17f3422ebf7406f409f0a60) - +- Add muted prop [`#221`](https://github.com/CookPete/react-player/issues/221) +- Add onSeek prop [`#222`](https://github.com/CookPete/react-player/issues/222) +- Tweak Wistia player load logic [`b0e725c`](https://github.com/CookPete/react-player/commit/b0e725cc7a5c964ba17f3422ebf7406f409f0a60) +- Add missing typings [`8d1295e`](https://github.com/CookPete/react-player/commit/8d1295e6796ec31b66cfe5f6ef1694d8cafdad9e) +- Update demo videos [`26411b9`](https://github.com/CookPete/react-player/commit/26411b9a29ddcdbb8fec9f8e244860d59f23601b) #### [v0.20.0](https://github.com/CookPete/react-player/compare/v0.19.1...v0.20.0) > 27 July 2017 - -* Allow seekTo to accept number of seconds [`#75`](https://github.com/CookPete/react-player/issues/75) -* Pass errors when playing files through to onError callback [`#200`](https://github.com/CookPete/react-player/issues/200) -* Add support for subtitle tracks in FilePlayer [`#214`](https://github.com/CookPete/react-player/issues/214) -* Unmute facebook video when setting volume [`#215`](https://github.com/CookPete/react-player/issues/215) - +- Allow seekTo to accept number of seconds [`#75`](https://github.com/CookPete/react-player/issues/75) +- Pass errors when playing files through to onError callback [`#200`](https://github.com/CookPete/react-player/issues/200) +- Add support for subtitle tracks in FilePlayer [`#214`](https://github.com/CookPete/react-player/issues/214) +- Unmute facebook video when setting volume [`#215`](https://github.com/CookPete/react-player/issues/215) +- Bump packages [`8e9e57b`](https://github.com/CookPete/react-player/commit/8e9e57b37f18ec4358bc5bc940f5f7aed2f59a19) #### [v0.19.1](https://github.com/CookPete/react-player/compare/v0.19.0...v0.19.1) > 17 July 2017 - -* More accurate played fraction for Wistia [`#201`](https://github.com/CookPete/react-player/pull/201) - +- More accurate played fraction for Wistia [`#201`](https://github.com/CookPete/react-player/pulls/201) #### [v0.19.0](https://github.com/CookPete/react-player/compare/v0.18.0...v0.19.0) > 13 July 2017 - -* Detatch HLS media when stopping [`#212`](https://github.com/CookPete/react-player/issues/212) -* Pass through auto or falsey width and height to FilePlayer [`#211`](https://github.com/CookPete/react-player/issues/211) -* Only use add-module-exports plugin for bower build [`#193`](https://github.com/CookPete/react-player/issues/193) - +- Detatch HLS media when stopping [`#212`](https://github.com/CookPete/react-player/issues/212) +- Pass through auto or falsey width and height to FilePlayer [`#211`](https://github.com/CookPete/react-player/issues/211) +- Only use add-module-exports plugin for bower build [`#193`](https://github.com/CookPete/react-player/issues/193) +- Bump packages [`7372bcb`](https://github.com/CookPete/react-player/commit/7372bcba6c737e195a3df1d772622f5324cff619) +- Add wistia player options [`d447a32`](https://github.com/CookPete/react-player/commit/d447a32c05549ff738cce6bee0853a90b74a273e) +- Remove need for findDOMNode in Vimeo player [`f6abc06`](https://github.com/CookPete/react-player/commit/f6abc065deb0d526706170c91436f344de8ddc88) #### [v0.18.0](https://github.com/CookPete/react-player/compare/v0.17.2...v0.18.0) > 9 May 2017 - -* Add support for HLS and DASH streams [`c28c7ff`](https://github.com/CookPete/react-player/commit/c28c7ff637298e6d9ecee588741980b9e0481bfc) -* Bump packages [`6f8da1f`](https://github.com/CookPete/react-player/commit/6f8da1f1f6f643953d0e5c97635addf320c80da7) - +- Add support for HLS and DASH streams [`c28c7ff`](https://github.com/CookPete/react-player/commit/c28c7ff637298e6d9ecee588741980b9e0481bfc) +- Bump packages [`6f8da1f`](https://github.com/CookPete/react-player/commit/6f8da1f1f6f643953d0e5c97635addf320c80da7) #### [v0.17.2](https://github.com/CookPete/react-player/compare/v0.17.1...v0.17.2) > 7 May 2017 - -* Add forceAudio to fileConfig [`#188`](https://github.com/CookPete/react-player/issues/188) - +- Add forceAudio to fileConfig [`#188`](https://github.com/CookPete/react-player/issues/188) #### [v0.17.1](https://github.com/CookPete/react-player/compare/v0.17.0...v0.17.1) > 5 May 2017 - -* Fix initial loading bug for Private Vimeo videos [`#187`](https://github.com/CookPete/react-player/pull/187) -* Fix initial loading bug for Private Vimeo videos [`ff8a449`](https://github.com/CookPete/react-player/commit/ff8a449546121be7bfd6f3bb357d9dc06a94fcaa) - +- Fix initial loading bug for Private Vimeo videos [`#187`](https://github.com/CookPete/react-player/pulls/187) +- Fix initial loading bug for Private Vimeo videos [`ff8a449`](https://github.com/CookPete/react-player/commit/ff8a449546121be7bfd6f3bb357d9dc06a94fcaa) #### [v0.17.0](https://github.com/CookPete/react-player/compare/v0.16.0...v0.17.0) > 30 April 2017 - -* Add support for m.youtube.com [`#186`](https://github.com/CookPete/react-player/issues/186) -* Add support for multiple file sources [`#81`](https://github.com/CookPete/react-player/issues/81) -* Remove need for Vimeo player IDs [`214a7af`](https://github.com/CookPete/react-player/commit/214a7afebaf00cd3c5b0af06cc63efb0786bd439) - +- Add support for m.youtube.com [`#186`](https://github.com/CookPete/react-player/issues/186) +- Add support for multiple file sources [`#81`](https://github.com/CookPete/react-player/issues/81) +- Remove need for Vimeo player IDs [`214a7af`](https://github.com/CookPete/react-player/commit/214a7afebaf00cd3c5b0af06cc63efb0786bd439) #### [v0.16.0](https://github.com/CookPete/react-player/compare/v0.15.0...v0.16.0) > 27 April 2017 - -* Apply all non-valid props to the wrapper element [`#183`](https://github.com/CookPete/react-player/pull/183) -* Add Facebook player [`#109`](https://github.com/CookPete/react-player/issues/109) -* Apply all non-valid props to the wrapper element [`#167`](https://github.com/CookPete/react-player/issues/167) - +- Apply all non-valid props to the wrapper element [`#183`](https://github.com/CookPete/react-player/pulls/183) +- Add Facebook player [`#109`](https://github.com/CookPete/react-player/issues/109) +- Apply all non-valid props to the wrapper element [`#167`](https://github.com/CookPete/react-player/issues/167) +- Added DailyMotion support. [`71dcda6`](https://github.com/CookPete/react-player/commit/71dcda6c3d0d1705760f3196fd28810be5e86109) +- Use new Vimeo player API [`f262c1e`](https://github.com/CookPete/react-player/commit/f262c1e87be887d06c01217bc86a6f55dc90085e) +- DailyMotion tweaks [`64f3cd3`](https://github.com/CookPete/react-player/commit/64f3cd3add0ec6dcea3a0980963676e3b8aa12f0) #### [v0.15.0](https://github.com/CookPete/react-player/compare/v0.14.3...v0.15.0) > 14 April 2017 - -* Add vidmeConfig with choice of video format [`#162`](https://github.com/CookPete/react-player/issues/162) -* Call player.load() when loading files [`#177`](https://github.com/CookPete/react-player/issues/177) -* Add getCurrentTime and getDuration methods [`#178`](https://github.com/CookPete/react-player/issues/178) -* Use prop-types library [`#179`](https://github.com/CookPete/react-player/issues/179) -* Add loadedSeconds and playedSeconds to onProgress [`#164`](https://github.com/CookPete/react-player/issues/164) -* Add playsinline prop [`#148`](https://github.com/CookPete/react-player/issues/148) - +- Add vidmeConfig with choice of video format [`#162`](https://github.com/CookPete/react-player/issues/162) +- Call player.load() when loading files [`#177`](https://github.com/CookPete/react-player/issues/177) +- Add getCurrentTime and getDuration methods [`#178`](https://github.com/CookPete/react-player/issues/178) +- Use prop-types library [`#179`](https://github.com/CookPete/react-player/issues/179) +- Add loadedSeconds and playedSeconds to onProgress [`#164`](https://github.com/CookPete/react-player/issues/164) +- Add playsinline prop [`#148`](https://github.com/CookPete/react-player/issues/148) +- Bump packages [`41aac30`](https://github.com/CookPete/react-player/commit/41aac30d82255e2a530c0e131c5a615f2ca6e394) +- Update to standard 10 [`1371cbc`](https://github.com/CookPete/react-player/commit/1371cbc344b7b932a4579de23c188dad02f2bdcb) +- Bump snazzy [`90c60b3`](https://github.com/CookPete/react-player/commit/90c60b3722b81f15bfab3cc926153b7bb66631af) #### [v0.14.3](https://github.com/CookPete/react-player/compare/v0.14.2...v0.14.3) > 21 February 2017 - -* Add assertion for canPlay with https://vimeo [`#141`](https://github.com/CookPete/react-player/pull/141) -* Use npm 4.x on travis [`#143`](https://github.com/CookPete/react-player/pull/143) -* Use ubuntu 14.04 for travis [`#144`](https://github.com/CookPete/react-player/pull/144) -* fixed width & height of video when it is in fullscreen mode [`#151`](https://github.com/CookPete/react-player/pull/151) -* update webpack to 2.2.1 [`#156`](https://github.com/CookPete/react-player/pull/156) -* Fix vidme url regex [`#158`](https://github.com/CookPete/react-player/issues/158) - +- Add assertion for canPlay with https://vimeo [`#141`](https://github.com/CookPete/react-player/pulls/141) +- Use npm 4.x on travis [`#143`](https://github.com/CookPete/react-player/pulls/143) +- Use ubuntu 14.04 for travis [`#144`](https://github.com/CookPete/react-player/pulls/144) +- fixed width & height of video when it is in fullscreen mode [`#151`](https://github.com/CookPete/react-player/pulls/151) +- update webpack to 2.2.1 [`#156`](https://github.com/CookPete/react-player/pulls/156) +- Fix vidme url regex [`#158`](https://github.com/CookPete/react-player/issues/158) +- Bump packages [`92b9315`](https://github.com/CookPete/react-player/commit/92b9315f02f2b364b6cd59146e5c03587464cc5a) +- Minor code style fixes [`b39b1ec`](https://github.com/CookPete/react-player/commit/b39b1ec05690610a091bdf229de03d71782ea059) +- Add assertion for making sure canPlay is valid for https://vimeo [`0f55002`](https://github.com/CookPete/react-player/commit/0f550029c92754c193cb5b4adb835d960c2af1fe) #### [v0.14.2](https://github.com/CookPete/react-player/compare/v0.14.1...v0.14.2) > 14 February 2017 - -* Fix youtube player vars config usage [`#152`](https://github.com/CookPete/react-player/issues/152) -* Fix npm prepublish script on windows [`#139`](https://github.com/CookPete/react-player/issues/139) -* fixed width & height of video when it is in fullscreen mode [`f966a15`](https://github.com/CookPete/react-player/commit/f966a15c2e2221359eee54e0753e8f0906e670fd) - +- Fix youtube player vars config usage [`#152`](https://github.com/CookPete/react-player/issues/152) +- Fix npm prepublish script on windows [`#139`](https://github.com/CookPete/react-player/issues/139) +- fixed width & height of video when it is in fullscreen mode [`f966a15`](https://github.com/CookPete/react-player/commit/f966a15c2e2221359eee54e0753e8f0906e670fd) +- Use cross-env for build scripts [`a6191cf`](https://github.com/CookPete/react-player/commit/a6191cf1d0c14453c88deccfc81db63a60a3a1e0) #### [v0.14.1](https://github.com/CookPete/react-player/compare/v0.14.0...v0.14.1) > 1 January 2017 - -* Use video element for ogg files [`#137`](https://github.com/CookPete/react-player/issues/137) - +- Use video element for ogg files [`#137`](https://github.com/CookPete/react-player/issues/137) #### [v0.14.0](https://github.com/CookPete/react-player/compare/v0.13.0...v0.14.0) > 26 December 2016 - -* Wistia support [`#133`](https://github.com/CookPete/react-player/pull/133) -* Add yarn.lock [`690d031`](https://github.com/CookPete/react-player/commit/690d031a72a9057ee9313a05892f92343845593e) -* Tidy up Wistia player [`9c82bfd`](https://github.com/CookPete/react-player/commit/9c82bfd332076fabb5e549e6e2c97cc7d6666a03) - +- Wistia support [`#133`](https://github.com/CookPete/react-player/pulls/133) +- Add yarn.lock [`690d031`](https://github.com/CookPete/react-player/commit/690d031a72a9057ee9313a05892f92343845593e) +- Tidy up Wistia player [`9c82bfd`](https://github.com/CookPete/react-player/commit/9c82bfd332076fabb5e549e6e2c97cc7d6666a03) +- Bump node-sass [`9d4689e`](https://github.com/CookPete/react-player/commit/9d4689ee8da2016d942b23e5a2b74d9df0d4e19c) #### [v0.13.0](https://github.com/CookPete/react-player/compare/v0.12.1...v0.13.0) > 12 December 2016 - -* PlaybackRate change feature [`#123`](https://github.com/CookPete/react-player/pull/123) -* Fix onProgress non-reporting if playing prop is not set. [`#127`](https://github.com/CookPete/react-player/pull/127) -* Add additional audio file extensions to regex [`#131`](https://github.com/CookPete/react-player/pull/131) -* Use node 6 on travis [`#130`](https://github.com/CookPete/react-player/pull/130) -* Add typescript definition file [`#134`](https://github.com/CookPete/react-player/issues/134) - +- PlaybackRate change feature [`#123`](https://github.com/CookPete/react-player/pulls/123) +- Fix onProgress non-reporting if playing prop is not set. [`#127`](https://github.com/CookPete/react-player/pulls/127) +- Add additional audio file extensions to regex [`#131`](https://github.com/CookPete/react-player/pulls/131) +- Use node 6 on travis [`#130`](https://github.com/CookPete/react-player/pulls/130) +- Add typescript definition file [`#134`](https://github.com/CookPete/react-player/issues/134) +- [feature] Change PlaybackRate [`d28c309`](https://github.com/CookPete/react-player/commit/d28c309529f59d961238d549c3391af7ea08a44f) +- Fix incorrect duration calculation in demo app. [`4114677`](https://github.com/CookPete/react-player/commit/411467726be66f7f5d7fdba826da76323ef6883f) +- Remove unnecessary escape characters [`ec078d1`](https://github.com/CookPete/react-player/commit/ec078d12a06730f5665b5e1786eb60751817a4f0) #### [v0.12.1](https://github.com/CookPete/react-player/compare/v0.12.0...v0.12.1) > 19 November 2016 - -* Add fullscreen example to demo [`563252b`](https://github.com/CookPete/react-player/commit/563252be94cafd5d973271f56c91fda4b1f87e4f) -* Fullscreen youtube player fix [`83e8e60`](https://github.com/CookPete/react-player/commit/83e8e60a018e85bb27aa907360142f0a63761d54) - +- Add fullscreen example to demo [`563252b`](https://github.com/CookPete/react-player/commit/563252be94cafd5d973271f56c91fda4b1f87e4f) +- Fullscreen youtube player fix [`83e8e60`](https://github.com/CookPete/react-player/commit/83e8e60a018e85bb27aa907360142f0a63761d54) #### [v0.12.0](https://github.com/CookPete/react-player/compare/v0.11.0...v0.12.0) > 10 October 2016 - -* Pass DOM node to YouTube Player instead of ID [`#111`](https://github.com/CookPete/react-player/pull/111) -* update all dependencies [`#107`](https://github.com/CookPete/react-player/pull/107) -* Add showArtwork option to soundcloud config [`#108`](https://github.com/CookPete/react-player/issues/108) - +- Pass DOM node to YouTube Player instead of ID [`#111`](https://github.com/CookPete/react-player/pulls/111) +- update all dependencies [`#107`](https://github.com/CookPete/react-player/pulls/107) +- Add showArtwork option to soundcloud config [`#108`](https://github.com/CookPete/react-player/issues/108) +- Tidy up code [`0f18e71`](https://github.com/CookPete/react-player/commit/0f18e712935dfe50dafb4f40b3794e7150c4b476) +- Add Vidme support [`609ee08`](https://github.com/CookPete/react-player/commit/609ee0845199879141dd89b20d3fbc996c20fdee) +- Remove anonymous ref callback functions [`26aec63`](https://github.com/CookPete/react-player/commit/26aec63f05bfeba28536645dba5f0cbf0c5891a8) #### [v0.11.0](https://github.com/CookPete/react-player/compare/v0.10.0...v0.11.0) > 26 September 2016 - -* Add onReady prop [`#106`](https://github.com/CookPete/react-player/issues/106) - +- Add onReady prop [`#106`](https://github.com/CookPete/react-player/issues/106) #### [v0.10.0](https://github.com/CookPete/react-player/compare/v0.9.0...v0.10.0) > 25 September 2016 - -* Add `hidden` prop to ReactPlayer [`#102`](https://github.com/CookPete/react-player/pull/102) -* Use mounted property to prevent setting state when unmounted [`#105`](https://github.com/CookPete/react-player/issues/105) -* Update onProgress logic to still report loaded amounts when paused [`#94`](https://github.com/CookPete/react-player/issues/94) - +- Add `hidden` prop to ReactPlayer [`#102`](https://github.com/CookPete/react-player/pulls/102) +- Use mounted property to prevent setting state when unmounted [`#105`](https://github.com/CookPete/react-player/issues/105) +- Update onProgress logic to still report loaded amounts when paused [`#94`](https://github.com/CookPete/react-player/issues/94) +- Remove brackets from single param arrow functions [`ab24d08`](https://github.com/CookPete/react-player/commit/ab24d085b4ad72bb6e0c9ea43ca59e69be0d88f3) +- Add Streamable player [`ff6a300`](https://github.com/CookPete/react-player/commit/ff6a3006ec8960d51a884762ce2f767857ec01cf) +- Use ref callbacks instead of ref strings [`6c16ba0`](https://github.com/CookPete/react-player/commit/6c16ba0f44d0403ae3e089ca1dafed0077b095e7) #### [v0.9.0](https://github.com/CookPete/react-player/compare/v0.8.0...v0.9.0) > 9 August 2016 - -* Ensure YouTube SDK is loaded before resolving promise [`#88`](https://github.com/CookPete/react-player/issues/88) -* Fix looping behaviour [`#91`](https://github.com/CookPete/react-player/issues/91) -* Add style prop [`#92`](https://github.com/CookPete/react-player/issues/92) - +- Ensure YouTube SDK is loaded before resolving promise [`#88`](https://github.com/CookPete/react-player/issues/88) +- Fix looping behaviour [`#91`](https://github.com/CookPete/react-player/issues/91) +- Add style prop [`#92`](https://github.com/CookPete/react-player/issues/92) +- Skip tests before versioning [`ed6cab0`](https://github.com/CookPete/react-player/commit/ed6cab0cc983efaf0ef8813b77a0a3a407091726) #### [v0.8.0](https://github.com/CookPete/react-player/compare/v0.7.5...v0.8.0) > 29 July 2016 - -* Add support for non-es5 compatible browsers [`#87`](https://github.com/CookPete/react-player/pull/87) -* Render FilePlayer by default [`8d249ce`](https://github.com/CookPete/react-player/commit/8d249cedb234f63e59858840a5ea40b899632177) -* Bump packages [`2d43659`](https://github.com/CookPete/react-player/commit/2d436592fedbba4b92653e1f929d5a31ccf3b14d) - +- Add support for non-es5 compatible browsers [`#87`](https://github.com/CookPete/react-player/pulls/87) +- Render FilePlayer by default [`8d249ce`](https://github.com/CookPete/react-player/commit/8d249cedb234f63e59858840a5ea40b899632177) +- Bump packages [`2d43659`](https://github.com/CookPete/react-player/commit/2d436592fedbba4b92653e1f929d5a31ccf3b14d) #### [v0.7.5](https://github.com/CookPete/react-player/compare/v0.7.4...v0.7.5) > 27 July 2016 - -* Always send both played and loaded values in progress events [`#79`](https://github.com/CookPete/react-player/issues/79) -* Add RTSP stream support to FilePlayer [`#83`](https://github.com/CookPete/react-player/issues/83) -* Move initial setVolume to onStart [`#82`](https://github.com/CookPete/react-player/issues/82) -* Update player when width or height changes [`#84`](https://github.com/CookPete/react-player/issues/84) - +- Always send both played and loaded values in progress events [`#79`](https://github.com/CookPete/react-player/issues/79) +- Add RTSP stream support to FilePlayer [`#83`](https://github.com/CookPete/react-player/issues/83) +- Move initial setVolume to onStart [`#82`](https://github.com/CookPete/react-player/issues/82) +- Update player when width or height changes [`#84`](https://github.com/CookPete/react-player/issues/84) +- Stop progress loop on pause [`180039b`](https://github.com/CookPete/react-player/commit/180039b19b3975e7e0ecae1202ccb304d829fba7) +- Add babel es3 plugins [`26abe2c`](https://github.com/CookPete/react-player/commit/26abe2ccb66e9677a20baa5f6a0da64262f53ef8) #### [v0.7.4](https://github.com/CookPete/react-player/compare/v0.7.3...v0.7.4) > 23 June 2016 - -* Pause FilePlayer when stopping [`#78`](https://github.com/CookPete/react-player/issues/78) - +- Pause FilePlayer when stopping [`#78`](https://github.com/CookPete/react-player/issues/78) #### [v0.7.3](https://github.com/CookPete/react-player/compare/v0.7.2...v0.7.3) > 21 June 2016 - -* Pass fileConfig down correctly [`1dffcca`](https://github.com/CookPete/react-player/commit/1dffccafca1f3440068a66e661a1fced9cde1593) - +- Pass fileConfig down correctly [`1dffcca`](https://github.com/CookPete/react-player/commit/1dffccafca1f3440068a66e661a1fced9cde1593) #### [v0.7.2](https://github.com/CookPete/react-player/compare/v0.7.1...v0.7.2) > 3 June 2016 - -* Add m4v and m4a extensions to filePlayer [`#72`](https://github.com/CookPete/react-player/issues/72) -* Fix onDuration being called with null [`#52`](https://github.com/CookPete/react-player/issues/52) -* Add failing onDuration test [`564243e`](https://github.com/CookPete/react-player/commit/564243e19449326eab30c163f9ffb82678fcf502) - +- Add m4v and m4a extensions to filePlayer [`#72`](https://github.com/CookPete/react-player/issues/72) +- Fix onDuration being called with null [`#52`](https://github.com/CookPete/react-player/issues/52) +- Rename seekOnReady to seekOnPlay [`91f7344`](https://github.com/CookPete/react-player/commit/91f73449e835c5e7bda30889e909510118f8c84f) +- Add failing onDuration test [`564243e`](https://github.com/CookPete/react-player/commit/564243e19449326eab30c163f9ffb82678fcf502) +- Nest media switching test in a describe block [`2fe8806`](https://github.com/CookPete/react-player/commit/2fe8806996b915f59d5105b2f304018152c75a0b) #### [v0.7.1](https://github.com/CookPete/react-player/compare/v0.7.0...v0.7.1) > 1 June 2016 - -* Update supported file type regex [`#68`](https://github.com/CookPete/react-player/pull/68) -* Update README.md links [`#66`](https://github.com/CookPete/react-player/pull/66) -* Update supported media readme [`c37e87e`](https://github.com/CookPete/react-player/commit/c37e87ee92665facf96e0d9c08ca5dfc654b99ec) - +- Update supported file type regex [`#68`](https://github.com/CookPete/react-player/pulls/68) +- Update README.md links [`#66`](https://github.com/CookPete/react-player/pulls/66) +- Tweak example usage [`eff2623`](https://github.com/CookPete/react-player/commit/eff2623b302312116ff0a6bd2e60aca04f2473e6) +- make file extensions case insensitive [`6f0f346`](https://github.com/CookPete/react-player/commit/6f0f34682106bafa40b9a68de2d77d4f9425b1f5) +- Update supported media readme [`c37e87e`](https://github.com/CookPete/react-player/commit/c37e87ee92665facf96e0d9c08ca5dfc654b99ec) #### [v0.7.0](https://github.com/CookPete/react-player/compare/v0.6.0...v0.7.0) > 21 May 2016 - -* Use filePlayer for SoundCloud tracks [`#64`](https://github.com/CookPete/react-player/issues/64) -* Tidy up filePlayer [`79c2d5a`](https://github.com/CookPete/react-player/commit/79c2d5a16f999628493c3ac7ce052960ae5be67a) -* Add controls prop [`9a2ae22`](https://github.com/CookPete/react-player/commit/9a2ae229283e0c41ceea62ba01cdac243cf2bb82) - +- Use filePlayer for SoundCloud tracks [`#64`](https://github.com/CookPete/react-player/issues/64) +- Add controls prop [`9a2ae22`](https://github.com/CookPete/react-player/commit/9a2ae229283e0c41ceea62ba01cdac243cf2bb82) +- Tidy up filePlayer [`79c2d5a`](https://github.com/CookPete/react-player/commit/79c2d5a16f999628493c3ac7ce052960ae5be67a) +- Skip FilePlayer onError test [`c4ed490`](https://github.com/CookPete/react-player/commit/c4ed49093f307ea7c844987d1f9e398a4dea5596) #### [v0.6.0](https://github.com/CookPete/react-player/compare/v0.5.8...v0.6.0) > 19 May 2016 - -* Add filePlayer config prop [`#62`](https://github.com/CookPete/react-player/issues/62) -* Add loop prop [`#57`](https://github.com/CookPete/react-player/issues/57) -* Add onStart prop [`#61`](https://github.com/CookPete/react-player/issues/61) -* Use fetch-jsonp for SoundCloud resolve endpoint [`#24`](https://github.com/CookPete/react-player/issues/24), [`#47`](https://github.com/CookPete/react-player/issues/47) - +- Add filePlayer config prop [`#62`](https://github.com/CookPete/react-player/issues/62) +- Add loop prop [`#57`](https://github.com/CookPete/react-player/issues/57) +- Add onStart prop [`#61`](https://github.com/CookPete/react-player/issues/61) +- Use fetch-jsonp for SoundCloud resolve endpoint [`#24`](https://github.com/CookPete/react-player/issues/24) [`#47`](https://github.com/CookPete/react-player/issues/47) +- Remove class property semicolons [`0c8070d`](https://github.com/CookPete/react-player/commit/0c8070dbac394d40268b2df505672fbbd8befc2a) +- Remove arrow function brackets [`cb71f30`](https://github.com/CookPete/react-player/commit/cb71f30975407638445e1038a1ee45edce73b021) +- Add contribution guidelines [`16f515d`](https://github.com/CookPete/react-player/commit/16f515ddf693c18d5b5916b3f85ffb0cca551e3c) #### [v0.5.8](https://github.com/CookPete/react-player/compare/v0.5.7...v0.5.8) > 19 April 2016 - -* Bump packages [`#56`](https://github.com/CookPete/react-player/issues/56) -* Add footer to demo [`546678c`](https://github.com/CookPete/react-player/commit/546678c33c2ea1331ed7f63712f40687c83b73be) -* Fix Youtube rendering issue with React 15 [`8eb2dc0`](https://github.com/CookPete/react-player/commit/8eb2dc053bbae17ebe79a7da491e4ba048c6c48a) - +- Bump packages [`#56`](https://github.com/CookPete/react-player/issues/56) +- Move all tests to Karma [`bbefce0`](https://github.com/CookPete/react-player/commit/bbefce019a8620829c6f663d6536a15caa587ea1) +- Better canPlay test grouping [`f528ade`](https://github.com/CookPete/react-player/commit/f528ade2ef7a8403c3a517fa52818dce6f07f6f7) +- Add footer to demo [`546678c`](https://github.com/CookPete/react-player/commit/546678c33c2ea1331ed7f63712f40687c83b73be) #### [v0.5.7](https://github.com/CookPete/react-player/compare/v0.5.6...v0.5.7) > 13 April 2016 - -* Pass on error event [`#48`](https://github.com/CookPete/react-player/pull/48) -* Add FilePlayer support for urls with query string [`#45`](https://github.com/CookPete/react-player/pull/45) -* Add progressFrequency prop [`#50`](https://github.com/CookPete/react-player/issues/50) -* Only include played amount in onProgress when playing [`#51`](https://github.com/CookPete/react-player/issues/51) -* Pass on event including error message and code onError [`#44`](https://github.com/CookPete/react-player/issues/44) - +- Pass on error event [`#48`](https://github.com/CookPete/react-player/pulls/48) +- Add FilePlayer support for urls with query string [`#45`](https://github.com/CookPete/react-player/pulls/45) +- Add progressFrequency prop [`#50`](https://github.com/CookPete/react-player/issues/50) +- Only include played amount in onProgress when playing [`#51`](https://github.com/CookPete/react-player/issues/51) +- Pass on event including error message and code onError [`#44`](https://github.com/CookPete/react-player/issues/44) +- Add default props to readme [`2abb25e`](https://github.com/CookPete/react-player/commit/2abb25e68b6e5caa7d68e3cbfeab63789add2728) +- Ignore dist when linting [`1740ca6`](https://github.com/CookPete/react-player/commit/1740ca6cb58d8b6f274074f364e385f2b107292b) +- Specify https in YouTube SDK location [`c05bd9d`](https://github.com/CookPete/react-player/commit/c05bd9dff3a8595c5bb2e53c33ddaf8db8c894de) #### [v0.5.6](https://github.com/CookPete/react-player/compare/v0.5.5...v0.5.6) > 8 March 2016 - -* Fix bower support [`#42`](https://github.com/CookPete/react-player/issues/42) -* Update readme with mobile considerations [`#41`](https://github.com/CookPete/react-player/issues/41) -* Fix browser build [`78463b2`](https://github.com/CookPete/react-player/commit/78463b2592a12eac990673a991aada66f86b1434) - +- Fix bower support [`#42`](https://github.com/CookPete/react-player/issues/42) +- Update readme with mobile considerations [`#41`](https://github.com/CookPete/react-player/issues/41) +- Remove comments from production builds [`03a4e22`](https://github.com/CookPete/react-player/commit/03a4e22a80f8c64fdc31acc33829b88ac15c85d5) +- Fix browser build [`78463b2`](https://github.com/CookPete/react-player/commit/78463b2592a12eac990673a991aada66f86b1434) +- Bump karma-mocha-reporter [`98bc28a`](https://github.com/CookPete/react-player/commit/98bc28a9d9200f6ce0d4545abc352481701839cd) #### [v0.5.5](https://github.com/CookPete/react-player/compare/v0.5.4...v0.5.5) > 29 February 2016 - -* Add browser build [`#35`](https://github.com/CookPete/react-player/issues/35), [`#38`](https://github.com/CookPete/react-player/issues/38) -* Add promise and fetch polyfills to build [`#39`](https://github.com/CookPete/react-player/issues/39) -* Update standard code style [`7231c45`](https://github.com/CookPete/react-player/commit/7231c458fb0af80370f308d3d77aab71c226aac6) - +- Add browser build [`#35`](https://github.com/CookPete/react-player/issues/35) [`#38`](https://github.com/CookPete/react-player/issues/38) +- Add promise and fetch polyfills to build [`#39`](https://github.com/CookPete/react-player/issues/39) +- Update standard code style [`7231c45`](https://github.com/CookPete/react-player/commit/7231c458fb0af80370f308d3d77aab71c226aac6) +- Add bower.json [`e95ee66`](https://github.com/CookPete/react-player/commit/e95ee66ffeeeb50bcf2e7666c1b90fa2676d6688) +- Add react-component keyword [`fb50625`](https://github.com/CookPete/react-player/commit/fb506250f35efaa228f34d49ad67f2a0a1a36d44) #### [v0.5.4](https://github.com/CookPete/react-player/compare/v0.5.3...v0.5.4) > 3 February 2016 - -* Add demo deployment to travis build [`60bcaf6`](https://github.com/CookPete/react-player/commit/60bcaf6aa7c0b100a514c495ff521a42cdfe1235) -* Tweak YouTube default playerVars [`b99e6d9`](https://github.com/CookPete/react-player/commit/b99e6d94e7534e7a8d8e434eaf4473b4ca480601) -* Add sshpass to travis [`84f889e`](https://github.com/CookPete/react-player/commit/84f889e861348db36577685be608e66fa4c2ad12) - +- Remove the need for array.find polyfill [`7aa4719`](https://github.com/CookPete/react-player/commit/7aa471943def19d9e9b0abab3cf1172cb1db1cb1) +- Add demo deployment to travis build [`60bcaf6`](https://github.com/CookPete/react-player/commit/60bcaf6aa7c0b100a514c495ff521a42cdfe1235) +- Tweak YouTube default playerVars [`b99e6d9`](https://github.com/CookPete/react-player/commit/b99e6d94e7534e7a8d8e434eaf4473b4ca480601) #### [v0.5.3](https://github.com/CookPete/react-player/compare/v0.5.2...v0.5.3) > 26 January 2016 - -* Support YouTube start time param [`7908463`](https://github.com/CookPete/react-player/commit/7908463d2dc1d3f59910432edd45460da152d426) -* Add onError tests [`9626ccb`](https://github.com/CookPete/react-player/commit/9626ccbcb5b5b22496c1e02cb702e633e65b803b) -* Better karma test grouping [`8a3d4e8`](https://github.com/CookPete/react-player/commit/8a3d4e83944466945002634c84a1c1bfa5035fd9) - +- Support YouTube start time param [`7908463`](https://github.com/CookPete/react-player/commit/7908463d2dc1d3f59910432edd45460da152d426) +- Better karma test grouping [`8a3d4e8`](https://github.com/CookPete/react-player/commit/8a3d4e83944466945002634c84a1c1bfa5035fd9) +- Better SoundCloud error handling [`bce57af`](https://github.com/CookPete/react-player/commit/bce57af06f3296587f75dea7e5a87d4da2c8e6a9) #### [v0.5.2](https://github.com/CookPete/react-player/compare/v0.5.1...v0.5.2) > 25 January 2016 - -* Vimeo fullscreen support [`#33`](https://github.com/CookPete/react-player/issues/33) -* Tweak readme [`a741b2c`](https://github.com/CookPete/react-player/commit/a741b2c381dae449916895ce13f81e14dccf3afa) -* Add preload to propTypes [`ad05a91`](https://github.com/CookPete/react-player/commit/ad05a91622fd050b69f290720a7a7fe9b8881df7) - +- Vimeo fullscreen support [`#33`](https://github.com/CookPete/react-player/issues/33) +- Tweak readme [`a741b2c`](https://github.com/CookPete/react-player/commit/a741b2c381dae449916895ce13f81e14dccf3afa) +- Add preload to propTypes [`ad05a91`](https://github.com/CookPete/react-player/commit/ad05a91622fd050b69f290720a7a7fe9b8881df7) #### [v0.5.1](https://github.com/CookPete/react-player/compare/v0.5.0...v0.5.1) > 21 January 2016 - -* Move onDuration callback from onReady to onPlay [`#31`](https://github.com/CookPete/react-player/issues/31) -* Destructure state in demo render method [`6ed327d`](https://github.com/CookPete/react-player/commit/6ed327db830a9b0ea98acf111b94122b6f4c8418) -* Add simple Duration component to improve demo [`d42c6d3`](https://github.com/CookPete/react-player/commit/d42c6d3c4c1e323e8d856b0a2b2c95e526d55e81) - +- Move onDuration callback from onReady to onPlay [`#31`](https://github.com/CookPete/react-player/issues/31) +- Destructure state in demo render method [`6ed327d`](https://github.com/CookPete/react-player/commit/6ed327db830a9b0ea98acf111b94122b6f4c8418) +- Add simple Duration component to improve demo [`d42c6d3`](https://github.com/CookPete/react-player/commit/d42c6d3c4c1e323e8d856b0a2b2c95e526d55e81) +- Change onProgress frequency to 1 second [`45746d9`](https://github.com/CookPete/react-player/commit/45746d96ebef9a290fca4a88deaeaa83843ca4ad) #### [v0.5.0](https://github.com/CookPete/react-player/compare/v0.4.2...v0.5.0) > 14 January 2016 - -* Add onDuration prop [`#28`](https://github.com/CookPete/react-player/issues/28) -* Add live demo to readme [`4aa8a29`](https://github.com/CookPete/react-player/commit/4aa8a292f2e3ee20f79e4a815d09f353da6a553d) -* Ensure vimeo player has duration before calling onReady [`8b31a8f`](https://github.com/CookPete/react-player/commit/8b31a8ff77aa57b611996670b9b09d2d9b9aeae8) - +- Add onDuration prop [`#28`](https://github.com/CookPete/react-player/issues/28) +- Ensure YouTube player calls onReady on subsequent loads [`3a997bb`](https://github.com/CookPete/react-player/commit/3a997bb63878ccff551a12e8e076f63b8cf208a3) +- Ensure vimeo player has duration before calling onReady [`8b31a8f`](https://github.com/CookPete/react-player/commit/8b31a8ff77aa57b611996670b9b09d2d9b9aeae8) +- Add live demo to readme [`4aa8a29`](https://github.com/CookPete/react-player/commit/4aa8a292f2e3ee20f79e4a815d09f353da6a553d) #### [v0.4.2](https://github.com/CookPete/react-player/compare/v0.4.1...v0.4.2) > 11 January 2016 - -* Add semicolons to class properties [`#27`](https://github.com/CookPete/react-player/issues/27) -* Limit Travis to just basic tests [`#26`](https://github.com/CookPete/react-player/issues/26) -* Bump packages [`21f03b2`](https://github.com/CookPete/react-player/commit/21f03b2309951456c86567c1ff254628814af224) - +- Add semicolons to class properties [`#27`](https://github.com/CookPete/react-player/issues/27) +- Limit Travis to just basic tests [`#26`](https://github.com/CookPete/react-player/issues/26) +- Bump packages [`21f03b2`](https://github.com/CookPete/react-player/commit/21f03b2309951456c86567c1ff254628814af224) #### [v0.4.1](https://github.com/CookPete/react-player/compare/v0.4.0...v0.4.1) > 11 January 2016 - -* Add more files to .npmignore [`1cd8052`](https://github.com/CookPete/react-player/commit/1cd80526d32a5b060208b3d1e7883adcfcd7cfe6) -* Fix npm badge link [`f6a146b`](https://github.com/CookPete/react-player/commit/f6a146b3904934dcd10287100400e54aeeb50541) -* Update auto-changelog [`1cebd28`](https://github.com/CookPete/react-player/commit/1cebd28b25d66713204b5920052c8979d84c234d) - +- Add more files to .npmignore [`1cd8052`](https://github.com/CookPete/react-player/commit/1cd80526d32a5b060208b3d1e7883adcfcd7cfe6) +- Update auto-changelog [`1cebd28`](https://github.com/CookPete/react-player/commit/1cebd28b25d66713204b5920052c8979d84c234d) +- Fix npm badge link [`f6a146b`](https://github.com/CookPete/react-player/commit/f6a146b3904934dcd10287100400e54aeeb50541) #### [v0.4.0](https://github.com/CookPete/react-player/compare/v0.3.7...v0.4.0) > 9 January 2016 - -* Use react-transform development setup [`#25`](https://github.com/CookPete/react-player/pull/25) -* Add basic karma testing [`#22`](https://github.com/CookPete/react-player/issues/22) -* Rebase on react-transform-boilerplate [`#8`](https://github.com/CookPete/react-player/issues/8) - +- Use react-transform development setup [`#25`](https://github.com/CookPete/react-player/pulls/25) +- Add basic karma testing [`#22`](https://github.com/CookPete/react-player/issues/22) +- Rebase on react-transform-boilerplate [`#8`](https://github.com/CookPete/react-player/issues/8) +- Add styles and various fixes to the demo app [`0b16606`](https://github.com/CookPete/react-player/commit/0b16606615252a2584f6380912208b11b1df81c4) +- Separate demo files [`c7230e7`](https://github.com/CookPete/react-player/commit/c7230e71d69d4e06b4de266c692b457e7a7c421f) +- Use a partial shrinkwrap to limit babel packages to 6.3 [`e9bcd72`](https://github.com/CookPete/react-player/commit/e9bcd72a16554231d0b9079944b3b99934011fbc) #### [v0.3.7](https://github.com/CookPete/react-player/compare/v0.3.6...v0.3.7) > 4 January 2016 - -* When seeking before player is ready, store value and seek later [`#19`](https://github.com/CookPete/react-player/issues/19) -* Fix FilePlayer not loading on mount [`00f9671`](https://github.com/CookPete/react-player/commit/00f9671a12bf09d0160653391a680165d6098adf) -* Nullify loadOnReady after use [`5dd60c6`](https://github.com/CookPete/react-player/commit/5dd60c6215d994b8efbf2ea5c46434166a382357) - +- When seeking before player is ready, store value and seek later [`#19`](https://github.com/CookPete/react-player/issues/19) +- Remove redundant soundcloud player options [`647fa9e`](https://github.com/CookPete/react-player/commit/647fa9ef1eb0150dd322614ad74b339439830b50) +- Prevent IndexSizeError in FilePlayer [`ba31958`](https://github.com/CookPete/react-player/commit/ba31958aeaf11da9a0ef56915db311b3c5881181) +- Fix FilePlayer not loading on mount [`00f9671`](https://github.com/CookPete/react-player/commit/00f9671a12bf09d0160653391a680165d6098adf) #### [v0.3.6](https://github.com/CookPete/react-player/compare/v0.3.5...v0.3.6) > 4 January 2016 - -* Ensure volume on subsequent youtube loads [`5895663`](https://github.com/CookPete/react-player/commit/58956633754073e0c3d9316da9cadfd4a49a823c) - +- Ensure volume on subsequent youtube loads [`5895663`](https://github.com/CookPete/react-player/commit/58956633754073e0c3d9316da9cadfd4a49a823c) #### [v0.3.5](https://github.com/CookPete/react-player/compare/v0.3.4...v0.3.5) > 4 January 2016 - -* Fix YouTube onReady bugs [`#21`](https://github.com/CookPete/react-player/pull/21) -* Set isReady before setVolume in onReady [`#23`](https://github.com/CookPete/react-player/issues/23) -* Handle YouTube URL change during SDK load [`#20`](https://github.com/CookPete/react-player/issues/20) - +- Fix YouTube onReady bugs [`#21`](https://github.com/CookPete/react-player/pulls/21) +- Set isReady before setVolume in onReady [`#23`](https://github.com/CookPete/react-player/issues/23) +- Handle YouTube URL change during SDK load [`#20`](https://github.com/CookPete/react-player/issues/20) +- Tidy up YouTube code [`64c952f`](https://github.com/CookPete/react-player/commit/64c952f31ca5397a13fbdbd35e3485dd2dbfc466) +- Lint and test before versioning [`fdf2fa3`](https://github.com/CookPete/react-player/commit/fdf2fa39136b1286d0859af9b86cc253b9354743) #### [v0.3.4](https://github.com/CookPete/react-player/compare/v0.3.3...v0.3.4) > 3 January 2016 - -* Update readme badges [`6d0503c`](https://github.com/CookPete/react-player/commit/6d0503c7d6706063394301af61db342caeff9272) -* Fix YouTube pause guard [`1f8d372`](https://github.com/CookPete/react-player/commit/1f8d3720239353c496db3076b306cc52e99607dd) - +- Update readme badges [`6d0503c`](https://github.com/CookPete/react-player/commit/6d0503c7d6706063394301af61db342caeff9272) +- Fix YouTube pause guard [`1f8d372`](https://github.com/CookPete/react-player/commit/1f8d3720239353c496db3076b306cc52e99607dd) #### [v0.3.3](https://github.com/CookPete/react-player/compare/v0.3.2...v0.3.3) > 2 January 2016 - -* Stronger guards for YouTube player methods [`f18792a`](https://github.com/CookPete/react-player/commit/f18792a2da3167f775d48481aa8eae150b747d4d) - +- Stronger guards for YouTube player methods [`f18792a`](https://github.com/CookPete/react-player/commit/f18792a2da3167f775d48481aa8eae150b747d4d) #### [v0.3.2](https://github.com/CookPete/react-player/compare/v0.3.1...v0.3.2) > 2 January 2016 - -* Use explicit isReady property to guard player methods [`#18`](https://github.com/CookPete/react-player/issues/18) -* Remove propTypes and defaultProps from players [`796edd1`](https://github.com/CookPete/react-player/commit/796edd129a6aaea148dcd72ea897321e66cae0c1) -* Add onProgress propType [`3f22681`](https://github.com/CookPete/react-player/commit/3f22681bcba3ad5c10ed1516abdcfb3bf6b8bad8) - +- Use explicit isReady property to guard player methods [`#18`](https://github.com/CookPete/react-player/issues/18) +- Improve progress logic [`b0b3040`](https://github.com/CookPete/react-player/commit/b0b304049847d9568585bc11399fa6cfa4cab5dc) +- Remove propTypes and defaultProps from players [`796edd1`](https://github.com/CookPete/react-player/commit/796edd129a6aaea148dcd72ea897321e66cae0c1) +- Start using auto-changelog [`373b698`](https://github.com/CookPete/react-player/commit/373b698a49f2f35a37084fa3e59e4d0a7af971db) #### [v0.3.1](https://github.com/CookPete/react-player/compare/v0.3.0...v0.3.1) > 27 December 2015 - -* Use displayNames for players [`#17`](https://github.com/CookPete/react-player/issues/17) -* Fix changelog link [`f82b351`](https://github.com/CookPete/react-player/commit/f82b351aa6008d2cbb2e3bd95859d8a90a8e49d9) - +- Use displayNames for players [`#17`](https://github.com/CookPete/react-player/issues/17) +- Fix changelog link [`f82b351`](https://github.com/CookPete/react-player/commit/f82b351aa6008d2cbb2e3bd95859d8a90a8e49d9) #### [v0.3.0](https://github.com/CookPete/react-player/compare/v0.2.1...v0.3.0) > 24 December 2015 - -* Prime players to enable autoplay when out of focus [`#13`](https://github.com/CookPete/react-player/pull/13) -* Enable multiple YouTube players [`#15`](https://github.com/CookPete/react-player/issues/15) -* Prime Youtube and Vimeo players with a blank video [`#7`](https://github.com/CookPete/react-player/issues/7) - +- Prime players to enable autoplay when out of focus [`#13`](https://github.com/CookPete/react-player/pulls/13) +- Enable multiple YouTube players [`#15`](https://github.com/CookPete/react-player/issues/15) +- Prime Youtube and Vimeo players with a blank video [`#7`](https://github.com/CookPete/react-player/issues/7) +- Move defaultProps to separate props file [`90ef334`](https://github.com/CookPete/react-player/commit/90ef33485369fc7892d11b2e4da04ffb64df1e99) +- Always render every player [`158fdde`](https://github.com/CookPete/react-player/commit/158fdde54b6188c9f9ca3034e9cb5bcc3fe3ff69) +- Move progress logic from players to top level component [`17fbef8`](https://github.com/CookPete/react-player/commit/17fbef87e82889f01d8257900f7edc55b05918a2) #### [v0.2.1](https://github.com/CookPete/react-player/compare/v0.2.0...v0.2.1) > 13 November 2015 - -* Remove autoplay and only play if props.playing is true when ready [`#10`](https://github.com/CookPete/react-player/issues/10) -* Be a bit more const-friendly [`a15700a`](https://github.com/CookPete/react-player/commit/a15700ac95349037ea6f4d9f52fddeff9530bbf5) -* Better npm publish cleanup scripts [`821be95`](https://github.com/CookPete/react-player/commit/821be95265fb774e904c24ff553997b94b7b2e42) - +- Remove autoplay and only play if props.playing is true when ready [`#10`](https://github.com/CookPete/react-player/issues/10) +- Be a bit more const-friendly [`a15700a`](https://github.com/CookPete/react-player/commit/a15700ac95349037ea6f4d9f52fddeff9530bbf5) +- Better npm publish cleanup scripts [`821be95`](https://github.com/CookPete/react-player/commit/821be95265fb774e904c24ff553997b94b7b2e42) +- Add onError support to FilePlayer [`63f1660`](https://github.com/CookPete/react-player/commit/63f1660890c8d4f6ce8912537167bc4fdf621020) #### [v0.2.0](https://github.com/CookPete/react-player/compare/v0.1.0...v0.2.0) > 6 November 2015 - -* Configuration [`#4`](https://github.com/CookPete/react-player/pull/4) -* Abort SoundCloud streaming if url changes during requests [`#6`](https://github.com/CookPete/react-player/issues/6) -* pass configuration options to players via props [`f1395d1`](https://github.com/CookPete/react-player/commit/f1395d134a05b36db1736179e0b58ac9bc6bd76c) - +- Configuration [`#4`](https://github.com/CookPete/react-player/pulls/4) +- Abort SoundCloud streaming if url changes during requests [`#6`](https://github.com/CookPete/react-player/issues/6) +- pass configuration options to players via props [`f1395d1`](https://github.com/CookPete/react-player/commit/f1395d134a05b36db1736179e0b58ac9bc6bd76c) +- Add change log [`28dfdad`](https://github.com/CookPete/react-player/commit/28dfdad7983f51a1c5271cbcfc6971d43fd78108) +- Update readme [`e99df95`](https://github.com/CookPete/react-player/commit/e99df95a0aea6cd0ad151fa063678244b10f05af) #### [v0.1.0](https://github.com/CookPete/react-player/compare/v0.0.8...v0.1.0) > 19 October 2015 - -* Add FilePlayer for HTML5 media files [`66482d5`](https://github.com/CookPete/react-player/commit/66482d51c38f3967c378160e31fcd29a28ec4616) -* Add very basic shallow rendering tests [`7beccbe`](https://github.com/CookPete/react-player/commit/7beccbec2746029ef068d3f990fcc349257092f6) -* Update readme and package description [`237c51a`](https://github.com/CookPete/react-player/commit/237c51a9ed2f49d8eba6c6b2900ce94c4ed3e9c5) - +- Add FilePlayer for HTML5 media files [`66482d5`](https://github.com/CookPete/react-player/commit/66482d51c38f3967c378160e31fcd29a28ec4616) +- Add very basic shallow rendering tests [`7beccbe`](https://github.com/CookPete/react-player/commit/7beccbec2746029ef068d3f990fcc349257092f6) +- Vimeo player improvements [`d308aa6`](https://github.com/CookPete/react-player/commit/d308aa62c70d902f95c1184d704f54ee1fcc98d3) #### [v0.0.8](https://github.com/CookPete/react-player/compare/v0.0.7...v0.0.8) > 20 September 2015 - -* Use findDOMNode [`#3`](https://github.com/CookPete/react-player/issues/3) -* Add basic unit tests for static canPlay method [`f1cde2c`](https://github.com/CookPete/react-player/commit/f1cde2c4fd6a939e944e82621908c26814a4b88b) -* Improve SoundCloud URL regex [`3c4c5fa`](https://github.com/CookPete/react-player/commit/3c4c5fabc4f7440cd9931bd984174baf0f62dcce) - +- Use findDOMNode [`#3`](https://github.com/CookPete/react-player/issues/3) +- Add basic unit tests for static canPlay method [`f1cde2c`](https://github.com/CookPete/react-player/commit/f1cde2c4fd6a939e944e82621908c26814a4b88b) +- Improve SoundCloud URL regex [`3c4c5fa`](https://github.com/CookPete/react-player/commit/3c4c5fabc4f7440cd9931bd984174baf0f62dcce) #### [v0.0.7](https://github.com/CookPete/react-player/compare/v0.0.6...v0.0.7) > 10 September 2015 - -* Set correct initial state in ReactPlayer [`f912f13`](https://github.com/CookPete/react-player/commit/f912f13f322633cb8c0b4908edf4caf1b02ec589) -* Stop soundcloud track before playing another [`61bc61e`](https://github.com/CookPete/react-player/commit/61bc61e56fc5c7c2550d2a5e36bc072ae447329b) -* Guard against no iframe contentWindow in Vimeo player [`da15b0a`](https://github.com/CookPete/react-player/commit/da15b0ade7f8401566cfc64de5f80396556be30b) - +- Set correct initial state in ReactPlayer [`f912f13`](https://github.com/CookPete/react-player/commit/f912f13f322633cb8c0b4908edf4caf1b02ec589) +- Guard against no iframe contentWindow in Vimeo player [`da15b0a`](https://github.com/CookPete/react-player/commit/da15b0ade7f8401566cfc64de5f80396556be30b) +- Stop soundcloud track before playing another [`61bc61e`](https://github.com/CookPete/react-player/commit/61bc61e56fc5c7c2550d2a5e36bc072ae447329b) #### [v0.0.6](https://github.com/CookPete/react-player/compare/v0.0.5...v0.0.6) > 31 August 2015 - -* Use shouldComponentUpdate to prevent unnecessary rendering [`b7ca5a6`](https://github.com/CookPete/react-player/commit/b7ca5a66ff91578a49da76c5efeac5ddd45959db) -* Fix onProgress bug [`1bf018e`](https://github.com/CookPete/react-player/commit/1bf018ed5db4474ee9ba1f103e6df77983565875) - +- Use shouldComponentUpdate to prevent unnecessary rendering [`b7ca5a6`](https://github.com/CookPete/react-player/commit/b7ca5a66ff91578a49da76c5efeac5ddd45959db) +- Fix onProgress bug [`1bf018e`](https://github.com/CookPete/react-player/commit/1bf018ed5db4474ee9ba1f103e6df77983565875) #### [v0.0.5](https://github.com/CookPete/react-player/compare/v0.0.4...v0.0.5) > 27 August 2015 - -* Add onError support [`df8dc61`](https://github.com/CookPete/react-player/commit/df8dc61582af5202e3eeb8d6141465be5ed1bf84) -* Use external propTypes file [`225dfa0`](https://github.com/CookPete/react-player/commit/225dfa073e63206dca65202ce3cf4f23e56c84db) -* Add .npmignore [`81adedc`](https://github.com/CookPete/react-player/commit/81adedc585e4cf0b6380ccb08f3ff613e7eed6c6) - +- Use external propTypes file [`225dfa0`](https://github.com/CookPete/react-player/commit/225dfa073e63206dca65202ce3cf4f23e56c84db) +- Add onError support [`df8dc61`](https://github.com/CookPete/react-player/commit/df8dc61582af5202e3eeb8d6141465be5ed1bf84) +- Add .npmignore [`81adedc`](https://github.com/CookPete/react-player/commit/81adedc585e4cf0b6380ccb08f3ff613e7eed6c6) #### [v0.0.4](https://github.com/CookPete/react-player/compare/v0.0.3...v0.0.4) > 27 August 2015 - -* Add Array.find() polyfill [`#1`](https://github.com/CookPete/react-player/issues/1) -* Add fetch polyfill libraries to package.json [`#1`](https://github.com/CookPete/react-player/issues/1) - +- Add Array.find() polyfill [`#1`](https://github.com/CookPete/react-player/issues/1) +- Add fetch polyfill libraries to package.json [`#1`](https://github.com/CookPete/react-player/issues/1) #### [v0.0.3](https://github.com/CookPete/react-player/compare/v0.0.2...v0.0.3) > 26 August 2015 - -* Update build script [`c9b627f`](https://github.com/CookPete/react-player/commit/c9b627ff9a2e146822d169c89b4ea265f2296f8e) -* Update readme [`2ec1b86`](https://github.com/CookPete/react-player/commit/2ec1b86aad52e8bf3080d607e140762e4e268216) - +- Update build script [`c9b627f`](https://github.com/CookPete/react-player/commit/c9b627ff9a2e146822d169c89b4ea265f2296f8e) +- Update readme [`2ec1b86`](https://github.com/CookPete/react-player/commit/2ec1b86aad52e8bf3080d607e140762e4e268216) #### v0.0.2 > 24 August 2015 +- Move react package to dev and peer dependencies [`f42ea0c`](https://github.com/CookPete/react-player/commit/f42ea0c73683d4c6e486a89684b4d6bb633a6969) +- First commit [`a4deecf`](https://github.com/CookPete/react-player/commit/a4deecfa421645e8e79ac9e33debe64d5b028dae) -* First commit [`a4deecf`](https://github.com/CookPete/react-player/commit/a4deecfa421645e8e79ac9e33debe64d5b028dae) -* Move react package to dev and peer dependencies [`f42ea0c`](https://github.com/CookPete/react-player/commit/f42ea0c73683d4c6e486a89684b4d6bb633a6969) diff --git a/package.json b/package.json index c25e9b74..ea56424c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react": "*" }, "devDependencies": { - "auto-changelog": "^0.3.6", + "auto-changelog": "^1.0.1", "babel-cli": "^6.26.0", "babel-core": "^6.16.0", "babel-eslint": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index e2d1371b..9d5d2fc3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -264,12 +264,14 @@ asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" -auto-changelog@^0.3.6: - version "0.3.6" - resolved "https://registry.yarnpkg.com/auto-changelog/-/auto-changelog-0.3.6.tgz#6da8268485722131a914ffa44c6ce49d16204509" +auto-changelog@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/auto-changelog/-/auto-changelog-1.0.1.tgz#c9bc5859a6134a19ff6a3c443bdd82ca6b950a1a" dependencies: babel-polyfill "^6.26.0" commander "^2.9.0" + fs-extra "^4.0.2" + handlebars "^4.0.11" parse-github-url "^1.0.0" semver "^5.1.0" @@ -2803,6 +2805,14 @@ fs-access@^1.0.0: dependencies: null-check "^1.0.0" +fs-extra@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.2.tgz#f91704c53d1b461f893452b0c307d9997647ab6b" + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-readdir-recursive@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560" @@ -2972,7 +2982,7 @@ globule@^1.0.0: lodash "~4.17.4" minimatch "~3.0.2" -graceful-fs@^4.1.2, graceful-fs@^4.1.4: +graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6: version "4.1.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" @@ -2994,6 +3004,16 @@ handlebars@^4.0.1: optionalDependencies: uglify-js "^2.6" +handlebars@^4.0.11: + version "4.0.11" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc" + dependencies: + async "^1.4.0" + optimist "^0.6.1" + source-map "^0.4.4" + optionalDependencies: + uglify-js "^2.6" + har-schema@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" @@ -3629,6 +3649,12 @@ json5@^0.5.0, json5@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + optionalDependencies: + graceful-fs "^4.1.6" + jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" @@ -6159,6 +6185,10 @@ uniqs@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" +universalify@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7" + unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"