Sam Potts
6984d6fb16
Controls cleanup, work on captions bug, click to invert time
2017-11-18 19:30:26 +11:00
Sam Potts
d7a1c44281
Using fetch instead of xhr, grabbing title for YouTube
2017-11-16 11:38:06 +01:00
Sam Potts
c64b8f6940
Started on error handling, Safari icon fix
2017-11-14 17:27:40 +01:00
Sam Potts
6058bb0245
Docs
2017-11-12 08:16:47 +00:00
Sam Potts
3ade86537d
Docs, keyboard shortcut fixes
2017-11-12 08:14:14 +00:00
Sam Potts
d80be3b903
More docs, event renamed
2017-11-12 07:45:52 +00:00
Sam Potts
1a26681d87
Added Sparkk TV to the list of users
2017-11-10 00:19:44 +11:00
Sam Potts
9171297764
More docs
2017-11-10 00:06:46 +11:00
Sam Potts
ebd1a52e5d
Config docs
2017-11-09 21:18:09 +11:00
Sam Potts
86a5724bdb
Missing code highlight
2017-11-09 00:22:40 +11:00
Sam Potts
63c963d726
More docs
2017-11-09 00:21:44 +11:00
Sam Potts
88bfa35b99
Test
2017-11-09 00:06:34 +11:00
Sam Potts
bb66be98da
Volume fixes and other tidy up work
2017-11-08 23:46:20 +11:00
Sam Potts
fae4ca12e0
Started on docs
2017-11-06 23:06:14 +11:00
Sam Potts
f7144dc0cb
Fix bug when switching sources
2017-08-06 13:42:37 +10:00
Sam Potts
3605989226
Warning
2017-06-04 15:51:37 +10:00
Sam Potts
f3bda17fa0
Merge branch 'master' into develop
...
# Conflicts:
# demo/dist/demo.js
# demo/src/js/main.js
# dist/plyr.js
# notes.md
# src/js/plyr.js
2017-05-16 10:17:04 +10:00
Sam Potts
bcf88cd024
Vimeo demo bug fix + repo move
2017-05-16 10:08:59 +10:00
Sam Potts
966c3d875d
Single instance only
2017-05-16 09:58:53 +10:00
Sam Potts
684107da5c
WIP on new controls creation
2017-03-26 21:32:41 +11:00
Sam Potts
b083bf4297
Merge branch 'master' into develop
...
# Conflicts:
# dist/plyr.css
# dist/plyr.js
# src/js/plyr.js
# src/less/plyr.less
# src/scss/plyr.scss
2017-03-25 11:24:38 +11:00
Sam Potts
4957e4d80c
Version bump to 2.0.12
2017-03-25 10:58:41 +11:00
Sam Potts
f32527feb4
Merge pull request #504 from ShimShamSam/master
...
Add blankUrl option to set the URL for blank.mp4
2017-03-25 10:50:55 +11:00
Sam Potts
a971850d26
Update readme.md
2017-03-09 15:35:29 +11:00
Chrysa Papadopoulou
1fd742464d
Added key bindings for loop
2017-02-14 16:04:58 +02:00
Samuel Hodge
82809235b9
Documented the blankUrl option
2017-02-11 23:59:14 -05:00
Sam Potts
bc139f16a7
Update readme.md
2017-02-10 11:21:20 +11:00
Sam Potts
f6f3284dc5
Update readme.md
2017-02-10 11:19:37 +11:00
Sam Potts
f4d2f1856f
Update readme.md
2017-02-09 23:38:52 +11:00
Sam Potts
871e19ed92
Update readme.md
2017-02-09 23:37:29 +11:00
Chrysa Papadopoulou
45c0ded88c
Loop functionality
2017-02-01 19:16:39 +02:00
Sam Potts
a9bb8afca4
v2.0.11
2016-11-27 20:18:30 +11:00
Sam Potts
7d2a8d343a
Update
2016-11-16 09:41:06 +11:00
Sam Potts
03aacf483f
Update readme.md
2016-11-16 09:40:09 +11:00
Sam Potts
bae04a492a
Merge branch 'master' into develop
...
# Conflicts:
# demo/index.html
# dist/plyr.js
2016-11-06 15:55:55 +11:00
Sam Potts
73a1391f2f
Update readme.md
2016-11-02 18:45:37 +11: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
Sam Potts
5cecf16d4f
Merge branch 'master' into develop
...
# Conflicts:
# demo/dist/demo.js
# dist/plyr.css
# dist/plyr.js
2016-10-23 15:27:28 +11: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
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
eba0831538
Manually merged #385
2016-10-01 22:07:01 +10:00
Amo Wu
ea60fd0f45
docs: update readme
2016-08-31 17:18:44 +08: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