Sam Potts
be4b5ef4db
Merge branch 'master' into master
2017-11-04 22:14:55 +11:00
Sam Potts
a924d40620
Merge pull request #654 from jjui/patch-1
...
Enable start/stop toggle on whole element
2017-11-04 21:29:25 +11:00
Sam Potts
0074e77a7c
Update plyr.scss
2017-11-04 21:28:38 +11:00
Sam Potts
f3141690ee
Update plyr.less
2017-11-04 21:28:17 +11:00
Sam Potts
7ac5b0e18b
Merge pull request #678 from StudyTube/use-url-as-input-for-vimeo-player
...
Add URL as a possible input option to Vimeo player
2017-11-04 21:24:55 +11:00
Sam Potts
5abf7e9535
Merge pull request #703 from gurupras/early-listener-fix
...
Allow Plyr.setup event listeners to be set up as separate event listeners
2017-11-04 18:15:03 +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
Ashkan Hosseini
7234e2f5a3
fix #684 memory leaks issues after destroy.
2017-10-28 00:09:40 +03: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
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
a21ffe983c
Demo fixes
2017-10-02 14:52:31 +11:00
Sam Potts
032d73408f
CDN URL updates
2017-10-02 14:18:44 +11: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
Walter Cruz
f50f0eb63d
Adding title to the player html template
2017-08-28 10:19:29 -03:00
Sam Potts
bcf88cd024
Vimeo demo bug fix + repo move
2017-05-16 10:08:59 +10:00
Sam Potts
4957e4d80c
Version bump to 2.0.12
2017-03-25 10:58:41 +11:00
Sam Potts
7490a7e7f3
Merge pull request #468 from jronallo/captions-listener
...
allow for setting additional listener for captions
2017-03-25 10:51:54 +11:00
Samuel Hodge
7d5c507f16
Allow configuration of the blank.mp4 URL
...
This is useful for people behind firewalls who need to host a blank mp4 themselves.
2017-02-11 23:50:49 -05:00
Jason Ronallo
96ae866baa
allow for setting additional listener for captions
2016-12-26 17:06:59 -05:00
Morten Vestergaard Hansen
a1d5bccac2
Fixed typo
2016-11-30 08:54:24 +01:00
Sam Potts
a9bb8afca4
v2.0.11
2016-11-27 20:18:30 +11:00
Sam Potts
28cd92b708
Merge branch 'master' of https://github.com/Selz/plyr
2016-11-27 20:15:19 +11:00
Sam Potts
a44c7ecc3a
Fix for iPad and YouTube issues
2016-11-27 20:15:15 +11:00
Sebastian Carlsson
3e6ed7b69b
fixes bug where cleanUp would be called twice
2016-11-17 15:43:26 +01:00
Sam Potts
94208dce76
v2.0.10
...
- Added seek event fixes for Vimeo and YouTube (fixes #409 )
- Added support for embed URLs rather than ID only (fixes #345 )
2016-11-02 18:14:06 +11:00
Sam Potts
efe54fbba4
Added seek event fixes ( fixes #409 ), Added support for URLs ( fixes #345 )
2016-11-02 18:09:40 +11:00
Guru Prasad Srinivasa
0ef87f93a6
Added logic to parse youtube video id
...
This commit is targetted at solving issue#345 and adds
functionality to parse youtube video IDs from various
types of youtube video URLs.
Other embed types like vimeo/soundcloud can be extended by
following a similar structure as implemented in this commit.
2016-10-30 00:49:17 -04:00
Sam Potts
a3ed309342
v2.0.9
...
- Temporary patch for the YouTube API issues with `getDuration()` (relates to #374 )
2016-10-23 15:18:53 +11:00
Sam Potts
08b4c09b89
Temporary patch for the YouTube API issues with getDuration()
(relates to #374 )
2016-10-23 15:18:08 +11:00
Sam Potts
a509a5e1bc
v2.0.8
...
- Added `isPaused()` API method (thanks to @darrena092)
- Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357 )
- Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390 )
- Fix for Firefox VTT compatibility (thanks to @magourex)
- Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392 )
- Added Issue and PR templates with the aim of reducing duplicate or duff issues
2016-10-23 13:48:05 +11:00
Sam Potts
bec10e7836
Fix for caption size ( fixes #390 ), Fix for Firefox Dev ( fixes #392 )
2016-10-23 13:35:49 +11:00
Sam Potts
f428c3ff8b
Manually merged #395
2016-10-23 12:19:39 +11:00
Darren Anderson
a17cbb0e8b
Added .isPaused to API
2016-10-06 15:33:49 +01:00
Thomas LM
1c73c9fbfe
Update plyr.js
2016-09-27 10:57:35 +02:00
Sam
435b5c74bf
Fixed API method, added new methods ( fixes #346 , #351 )
...
- Fixed `getCurrentTime()` method (fixes #351 )
- Added `getVolume()` , `isMuted()` and `getDuration()` API methods (fixes #346 )
2016-08-29 23:36:43 +10:00
Sam
15fd7041ab
Fixed AMD definition
2016-08-26 21:43:51 +10:00
Sam Potts
1ced6b4d67
Vimeo IE9/10 ( Fixes #348 ), HTML5 ready event ( Fixes #349 )
2016-08-26 18:15:24 +10:00
Sam
6694c1e6cf
Fix for Firefox full screen ( fixes #343 )
2016-08-23 00:34:43 +10:00
Sam Potts
12e94775d6
Global keyboard shortcut changes
2016-08-22 14:44:18 +10:00
Sam Potts
df7f52d885
Added ‘global’ keyboard shortcut option
2016-08-22 14:15:49 +10:00
Sam Potts
d5b5faafbb
Version bump for NPM
2016-08-22 13:08:19 +10:00
Sam Potts
86b2f61b56
Bump to v2.0.0
2016-08-22 13:00:47 +10:00
Sam Potts
130fb78b4c
Version bump
2016-08-21 19:47:13 +10:00
Sam Potts
4610f4a8c9
Firefox and Edge fixes
2016-08-21 19:44:46 +10:00
Sam Potts
a8062354ec
Loading tweaks, Microsoft Edge tweaks
2016-08-21 19:25:21 +10:00
Sam
aac0a5a3a9
Work on docs
2016-08-21 10:30:11 +10:00
Sam
92b9e3400b
Keyboard shortcuts
2016-08-20 23:39:18 +10:00
Sam
bea513f5dd
Jshint tweaks, changelog
2016-08-20 20:11:21 +10:00