b51a1684dc
Fix for embed property not being set
2016-03-14 22:34:28 +11:00
5ea9e59d71
SASS fixes, docs changes ( fixes #180 ), 'ready' event
v1.5.18
2016-03-13 21:45:57 +11:00
01b45e7d97
Merge branch 'master' of github.com:selz/plyr
2016-03-13 21:23:00 +11:00
c41e5320c8
SASS fixes, Default font stack added
2016-03-13 21:22:51 +11:00
426c0f5559
Merge pull request #181 from shakeelmohamed/bugfix/youtube-autoplay
...
Dynamically set YouTube autoplay from config
2016-03-13 18:29:49 +11:00
c636f0e69e
Dynamically set YouTube autoplay from config
...
The YouTube autoplay doesn't work without this
change.
2016-03-12 14:05:33 -08:00
193103cb2d
Update readme.md
2016-03-07 23:18:56 +11:00
f9c593d2f9
Update readme.md
2016-03-07 23:16:46 +11:00
87d174ac2c
Bug fixes and native APIs exposed for embeds
v1.5.17
2016-03-07 22:28:30 +11:00
cd83a2670b
Cancel requests on source change ( Fixes #174 )
v1.5.16
2016-02-28 12:50:34 +11:00
1bbc47c64f
CustomEvent polyfill ( Fixes #172 )
v1.5.15
2016-02-28 11:22:11 +11:00
7a1a5830aa
Remove version from source
2016-02-25 19:36:14 +11:00
1ecbec4044
Volume storage fix ( Fixes #171 )
v1.5.14
2016-02-25 19:35:03 +11:00
ab329b99df
Merge branch 'master' of github.com:selz/plyr
2016-02-23 15:11:48 +11:00
54af43dd75
Docs code
2016-02-23 15:11:35 +11:00
188a2e72eb
Update readme.md
2016-02-21 14:34:49 +11:00
b7a14be2ac
Removed npm log
2016-02-21 14:33:34 +11:00
c99f20d5d8
Fix for manual captions
v1.5.13
2016-02-21 14:28:01 +11:00
5b968c97f4
v1.5.12
v1.5.12
2016-02-21 14:07:17 +11:00
d538cdcdf6
1.5.12
2016-02-21 14:04:49 +11:00
cad142fe85
Merge branch 'master' of github.com:selz/plyr
...
# Conflicts:
# src/js/plyr.js
2016-02-21 14:04:13 +11:00
b18ed03384
WIP on captions bug, manual duration option, reset media object
2016-02-21 13:17:30 +11:00
6a0b3dc823
Merge pull request #168 from gurupras/fix-captions
...
Fixes for captions
2016-02-21 11:28:15 +11:00
402c45ee2b
Updated manual caption split pattern
...
Previously, Plyr was using a fixed pattern of '\n\n' to split
contents into captions. This does not always work as some VTT files
contain '\r\n'. This commit checks for both.
2016-02-16 20:17:10 -05:00
67f19166ac
Some WebVTT fixes to allow manual captions
...
WebVTT allows additional parameters along with the line that
contains the start and end times. These were not being filtered
out while attempting to manually display captions.
2016-02-16 19:52:08 -05:00
32b7b6b886
Merge pull request #167 from ivanvermeyen/patch-1
...
Allow player control colors to be overridden #158
2016-02-15 11:50:38 +11:00
96df8fbc85
Update readme.md
2016-02-14 14:04:30 +11:00
e742527e65
Version bump
2016-02-13 22:23:11 +11:00
f426af6e9e
1.5.11
v1.5.11
2016-02-13 22:19:48 +11:00
aea86b6124
Merge branch 'master' of github.com:selz/plyr
...
# Conflicts:
# dist/plyr.js
2016-02-13 22:19:31 +11:00
ce51344269
iOS fix ( Fixes #166 ), Edge Progress Tip ( Fixes #160 ), SASS fix ( Fixes #158 )
2016-02-13 22:18:42 +11:00
7d0311fd64
Allow player control colors to be overridden #158
2016-02-12 17:11:07 +01:00
89e000f669
Update readme.md
2016-02-09 14:53:57 +11:00
f341f1264d
Update readme.md
2016-02-09 14:53:20 +11:00
c687b867e7
Update readme.md
2016-02-09 14:52:37 +11:00
4ee31ba661
Update readme.md
2016-02-09 14:40:26 +11:00
a9126a4c82
Update readme.md
2016-02-05 00:02:24 +11:00
6b70c4b49a
Update readme.md
2016-02-04 14:59:59 +11:00
d8fb876c81
Update readme.md
2016-02-04 14:58:00 +11:00
73e6ad610f
Merge pull request #156 from mortonfox/patch-1
...
Fix the svgfixer.js link
2016-02-02 09:35:31 +11:00
eee7553d09
Fix the svgfixer.js link
2016-02-01 16:14:22 -05:00
130b5ebedf
Update readme.md
2016-01-29 10:25:39 +11:00
dae5fb9785
Merge pull request #154 from marvinhagemeister/fix_window_usage
...
Get the proper reference to window on initialization.
2016-01-28 09:19:25 +11:00
31a0eb8d14
Get the proper window reference on initialization.
...
The previous code assumed that `this` points to the browsers
window object, which is not the case when using a module bundler.
So we check for the variable `window` first, before falling back
to `this`.
(taken from jQuery's codebase)
2016-01-27 21:27:58 +01:00
b8b611fbb6
Merge pull request #152 from marvinhagemeister/fix_commonjs
...
Swap CommonJS and AMD module check so that CommonJS is checked first
2016-01-27 08:45:10 +11:00
a285fcc4ec
Check for module.exports as well for CommonJS Modules
2016-01-26 17:05:57 +01:00
4fda65c862
Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes Webpack module bundling
2016-01-26 16:53:15 +01:00
a8cea7b5c9
1.5.10
v1.5.10
2016-01-26 22:44:09 +11:00
01bdcc2b01
Merge pull request #151 from marvinhagemeister/fix_npm
...
Fix broken npm require/import
2016-01-26 20:44:44 +11:00
812d2d33f2
NPM package main must always be the main source file. Fixes broken require/import
2016-01-26 10:21:03 +01:00