1061 Commits

Author SHA1 Message Date
Sam Potts
1cc2930dc0 ES6-ified 2017-11-04 14:25:28 +11:00
Guru Prasad Srinivasa
95734cf7cc Allow setup event listeners to be set up as separate event listeners
rather than in-conjunction with defaultListener

This allows the setup listeners to do things like
preventDefault()/stopImmediatePropagation() and have them work
2017-11-01 04:15:03 -04:00
Sam Potts
3d50936b47 Split LESS into more granular files, Vimeo fixes 2017-10-28 20:14:33 +11:00
Ashkan Hosseini
7234e2f5a3 fix #684 memory leaks issues after destroy. 2017-10-28 00:09:40 +03:00
Sam Potts
dd9d5c8898 Linting and minor changes 2017-10-27 15:06:16 +11:00
Yuriy
e06b689f5c Enable speed controls using Vimeo API 2017-10-26 17:11:19 +03:00
Sam Potts
71db66d802 Error pages 2017-10-26 20:59:40 +11:00
Sam Potts
959b5a20e3 Inlined SVGs, fixed build 2017-10-26 00:10:56 +11:00
Sam Potts
9de5c0cf39 Built JS 2017-10-26 00:00:15 +11:00
Sam Potts
1a3868a6c6 Merge branch 'develop' of https://github.com/Selz/plyr into develop 2017-10-25 23:59:59 +11:00
Sam Potts
378aa159b8 Docs/demo refresh 2017-10-25 23:59:53 +11:00
Sam Potts
6876a9163d Merge pull request #694 from friday/fix/volume-steps
Restore volume stepping via key up/down
2017-10-25 23:59:15 +11:00
Sam Potts
34d28a69ad Merge pull request #693 from friday/fix/instanceof-undefined
v3: Add instanceof wrapper to avoid TypeErrors
2017-10-25 23:54:10 +11:00
Albin Larsson
0715d3ae67 Restore up/down arrow behavior from v2 (10 steps between min and max instead of one) 2017-10-25 14:25:10 +02:00
Albin Larsson
542095f5eb Add instanceof wrapper that avoids TypeError when second argument is undefined 2017-10-25 14:10:38 +02:00
Sam Potts
57517a9dcc Fullscreen improvements 2017-10-18 23:55:53 +11:00
Sam Potts
751708ff23 Fix 2017-10-18 19:47:03 +11:00
Sam Potts
fcf944788a Cleanup 2017-10-18 12:47:54 +11:00
Sam Potts
36a84c5c2d Removed extra <progress> for populating lower fill on range inputs 2017-10-18 12:43:10 +11:00
Sam Potts
4392abfc49 Merge branch 'develop' of https://github.com/Selz/plyr into develop
# Conflicts:
#	dist/plyr.js
2017-10-08 19:12:55 +11:00
Sam Potts
3238b6a36a Fullscreen fix 2017-10-08 19:12:25 +11:00
Sam Potts
18a5edef0e Linting 2017-10-08 19:10:04 +11:00
Yuriy Kuzin
1b3a6b340d Add URL as a possible input option to Vimeo player
This is reasonable to processing correctly private Vimeo links, like https://vimeo.com/25345658/fe46e209ac - that contain not only vimeo id, but also private key
2017-10-06 14:41:57 +03:00
Sam Potts
b3759e966d Version bump v2.0.16 2017-10-05 22:47:27 +11:00
Sam Potts
34172b9aee Fullscreen bug fix (fixes #664) 2017-10-05 22:46:48 +11:00
Sam Potts
02cb093f7b Small tweaks to focus 2017-10-03 00:00:45 +11:00
Sam Potts
d6977473b1 Formatting 2017-10-02 21:03:51 +11:00
Sam Potts
15cffad89e CDN URLs 2017-10-02 14:54:35 +11:00
Sam Potts
a21ffe983c Demo fixes 2017-10-02 14:52:31 +11:00
Sam Potts
0d96601d1a CDN URLs 2017-10-02 14:48:15 +11:00
Sam Potts
9fb79f29fd Readme fix 2017-10-02 14:25:14 +11:00
Sam Potts
032d73408f CDN URL updates v2.0.14 2017-10-02 14:18:44 +11:00
Sam Potts
7959297a98 Merge branch 'develop' of https://github.com/Selz/plyr into develop 2017-10-02 13:55:08 +11:00
Sam Potts
6dd010ea34 Comments, small tweaks 2017-10-02 13:55:03 +11:00
Sam Potts
f89ddb2f1b Merge pull request #669 from friday/fix/prevent-buttons-from-submitting-form
Prevent buttons from submitting form (v3)
2017-09-27 23:33:28 +10:00
Sam Potts
2e5cc272e3 Merge pull request #670 from friday/fix/errors-without-settings-pane
Avoid errors when initiating plyr without settings (v3)
2017-09-27 23:32:25 +10:00
Albin Larsson
ebd13c63e8 Avoid multiple errors when initiating plyr without 'settings' in controls 2017-09-27 05:09:56 +02:00
Albin Larsson
ec091266aa Prevent buttons from submitting form 2017-09-27 02:34:23 +02:00
Sam Potts
ad105877ed Merge pull request #667 from friday/fix/caption-feature-detection
Fix 'TypeError: Cannot read property 'kind' of null' in captions feat…
2017-09-27 10:03:25 +10:00
Albin Larsson
c84f666b55 Fix 'TypeError: Cannot read property 'kind' of null' in captions feature detection if video lacks captions 2017-09-27 00:24:54 +02:00
J
72412d26a5 Update plyr.less 2017-09-09 13:31:39 +02:00
J
bf02c69daa Enable start/stop toggle on whole element
Related to issue https://github.com/sampotts/plyr/issues/587
2017-09-09 13:25:22 +02:00
Sam Potts
2bba1f30e2 Fixing Vimeo captions, WIP on settings menu, prettier and VS code settings 2017-09-03 14:36:55 +10:00
Walter Cruz
01f50f03f1 dding title to the player html template (build) 2017-08-28 10:32:56 -03:00
Walter Cruz
f50f0eb63d Adding title to the player html template 2017-08-28 10:19:29 -03:00
Sam Potts
2196665495 Cleanup 2017-08-16 13:30:27 +10:00
Sam Potts
0148c76c30 ESLint, comments, quality and speed menus 2017-08-16 00:36:23 +10:00
Sam Potts
3fe0c7c84b Update readme.md 2017-08-13 21:07:22 +10:00
Sam Potts
18b2cbb2e9 Small tweak 2017-08-13 13:54:16 +10:00
Sam Potts
f6a7555a1d Work on quality control 2017-08-06 21:00:31 +10:00