aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* chore: lock fileSam Potts2021-05-121-8/+1
|
* chore(deps): bump is-svg from 4.2.1 to 4.3.1 (#2148)dependabot[bot]2021-04-171-9/+9
| | | | | | | | | Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: packge updates, switch to cssnanoSam Potts2021-04-171-507/+1111
|
* Migrate color formatting to colorette (#2124)Jorge Bucaran2021-03-271-2559/+1617
|
* chore: package updatesSam Potts2020-12-201-142/+431
|
* Bump ini from 1.3.5 to 1.3.7 (#2044)dependabot[bot]2020-12-201-3/+3
| | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump bl from 1.2.2 to 1.2.3 (#2017)dependabot[bot]2020-11-141-102/+119
| | | | | | | | | Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* v3.6.3 (#2016)Sam Potts2020-11-141-907/+2095
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * force fullscreen events to trigger on plyr element (media element in iOS) and not fullscreen container * Fixing "missing code in detail" for PlyrEvent type When using typescript and listening for youtube statechange event, it is missing the code property definition inside the event (even though it is provided in the code). By making events a map of key-value, we can add easily custom event type for specific event name. Since YouTube "statechange" event differs from the basic PlyrEvent, I added a new Event Type "PlyrStateChangeEvent" having a code property corresponding to a YoutubeState enum defined by the YouTube API documentation. This pattern follows how addEventListener in the lib.dom.d.ts is defined. * Update link to working dash.js demo (was broken) * Fix PreviewThumbnailsOptions type According to the docs, the `src` should also accept an array of strings. * fix issue #1872 * Check if key is a string before attempt --plyr checking * Fix for Slow loading videos not autoplaying * Fix for Slow loading videos not autoplaying * Network requests are not cancelled after the player is destroyed * Fix for apect ratio problem when using Vimeo player on mobile devices (issue #1940) * chore: update packages and linting * Invoke custom listener on triggering fullscreen via double-click * Fix volume when unmuting from volume 0 * adding a nice Svelte plugin that I found * Add missing unit to calc in media query * Assigning player's lastSeekTime on rewind/fast forward to prevent immediate controls hide on mobile * Fix youtube not working when player is inside shadow dom * v3.6.2 * ESLint to use common config * add BitChute to users list * Fix aspect ratio issue * Revert noCookie change * feat: demo radius tweaks * fix: poster image shouldn’t receive click events * chore: package updates * chore: linting * feat: custom controls option for embedded players * Package upgrades * ESLint to use common config * Linting changes * Update README.md * chore: formatting * fix: revert pointer events change for poster * fix: hack for Safari 14 not repainting Vimeo embed on entering fullscreen * fix: demo using custom controls for YouTube * doc: Add STROLLÿN among the list of Plyr users * Fixes #2005 * fix: overflowing volume slider * chore: clean up CSS * fix: hide poster when not using custom controls * Package upgrades * ESLint to use common config * Linting changes * chore: revert customControls default option (to prevent breaking change) * docs: changelog for v3.6.3 Co-authored-by: Som Meaden <som@theprojectsomething.com> Co-authored-by: akuma06 <demon.akuma06@gmail.com> Co-authored-by: Jonathan Arbely <dev@jonathanarbely.de> Co-authored-by: Takeshi <iwatakeshi@users.noreply.github.com> Co-authored-by: Hex <hex@codeigniter.org.cn> Co-authored-by: Syed Husain <syed.husain@appspace.com> Co-authored-by: Danielh112 <Daniel@sbgsportssoftware.com> Co-authored-by: Danil Stoyanov <d.stoyanov@corp.mail.ru> Co-authored-by: Guru Prasad Srinivasa <gurupras@buffalo.edu> Co-authored-by: Stephane Fortin Bouchard <stephane.f.bouchard@gmail.com> Co-authored-by: Zev Averbach <zev@averba.ch> Co-authored-by: Vincent Orback <hello@vincentorback.se> Co-authored-by: trafium <trafium@gmail.com> Co-authored-by: xansen <27698939+xansen@users.noreply.github.com> Co-authored-by: zoomerdev <59863739+zoomerdev@users.noreply.github.com> Co-authored-by: Mikaël Castellani <mikael.castellani@gmail.com> Co-authored-by: dirkjf <d.j.faber@outlook.com>
* Bump lodash from 4.17.15 to 4.17.19dependabot[bot]2020-07-161-3/+3
| | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
* Package upgradesSam Potts2020-05-041-165/+144
|
* v3.6.1Sam Potts2020-04-281-56/+49
|
* MergeSam Potts2020-04-241-506/+450
|
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-03-291-115/+212
|\ | | | | | | | | | | # Conflicts: # package.json # yarn.lock
| * Package upgradesSam Potts2020-03-271-654/+666
| |
* | Package upgradesSam Potts2020-03-291-624/+674
|/
* 3.5.7Sam Potts2020-02-091-77/+66
|
* Deployed 3.5.7-beta.0Sam Potts2020-01-301-74/+74
|
* Prepare for 3.5.7 releaseSam Potts2020-01-301-54/+37
|
* Package upgradesSam Potts2020-01-301-846/+719
|
* Added local server, package upgradesSam Potts2020-01-131-1478/+3199
|
* Package upgradeSam Potts2019-06-211-21/+48
|
* Clean upSam Potts2019-06-211-261/+83
|
* Merge branch 'master' into developSam Potts2019-06-201-873/+525
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .eslintrc # demo/dist/demo.css # demo/dist/demo.js # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.min.mjs # dist/plyr.min.mjs.map # dist/plyr.mjs # dist/plyr.polyfilled.js # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # dist/plyr.polyfilled.min.mjs # dist/plyr.polyfilled.min.mjs.map # dist/plyr.polyfilled.mjs # package.json # readme.md # src/js/listeners.js # yarn.lock
| * Linting changesSam Potts2019-04-301-293/+539
| |
* | Styling tweaks for demoSam Potts2019-06-201-14/+9
| |
* | Linting changesSam Potts2019-06-011-391/+702
|/
* Package upgradesSam Potts2019-04-121-186/+425
|
* HousekeepingSam Potts2019-03-161-279/+301
|
* Fixed issue where the preview thumbnail was present while scrubbingSam Potts2019-02-241-25/+25
|
* Fix buildSam Potts2019-02-231-563/+178
|
* Update build processSam Potts2019-02-191-578/+1504
|
* Added RangeTouch, updated Shr lib in demoSam Potts2019-02-191-0/+5
|
* Fix for cue points missingSam Potts2019-02-071-11/+26
|
* Ads bug fixesSam Potts2019-02-011-4/+4
|
* Merge branch 'master' into developSam Potts2019-01-261-280/+80
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # demo/index.html # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # readme.md # yarn.lock
| * v3.4.8Sam Potts2019-01-171-747/+977
| | | | | | | | - Calling customized controls function with proper arguments (thanks @a60814billy)
* | Package upgradesSam Potts2019-01-261-55/+205
| |
* | Preview design tweaksSam Potts2019-01-211-465/+518
| |
* | Package upgradesSam Potts2019-01-141-84/+186
| |
* | Fix for error when mime type not specified (fixes #1274)Sam Potts2018-12-081-432/+490
|/
* Package updatesSam Potts2018-11-081-609/+407
|
* Package upgradesSam Potts2018-11-081-493/+1973
|
* Yarn lock fileSam Potts2018-09-251-903/+1009
|
* v3.4.1Sam Potts2018-08-141-20/+13
|
* Yarn lock fileSam Potts2018-08-131-959/+567
|
* Merge branch 'develop' into a11y-improvementsSam Potts2018-07-301-40/+106
| | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # src/js/plyr.js
* Deployment improvements (auto purge cache etc)Sam Potts2018-07-191-0/+31
|
* Merge branch 'master' into developSam Potts2018-07-181-11/+409
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js.map # package.json
| * Add 'remark' and plugin to verify internal links in markdownAlbin Larsson2018-07-101-11/+409
| |
| * Merge branch 'develop'Sam Potts2018-06-291-163/+294
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # demo/dist/demo.css # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # readme.md # src/js/plyr.js # src/js/plyr.polyfilled.js