d771da9abf
Toggle also returns promise
2019-07-30 18:19:10 +05:30
7c442c9357
3.5.6
2019-06-21 12:35:47 +10:00
dfc09b8e04
v3.5.5 deployed
2019-06-21 00:24:28 +10:00
8fc6c2ba52
File rename and clean up
2019-06-21 00:19:37 +10:00
e8e2b8ba39
Merge branch 'master' into develop
...
# 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
2019-06-20 23:56:19 +10:00
c9055f391b
Linting changes
2019-06-01 18:45:07 +10:00
80aa6ffe43
Linting changes
2019-04-30 23:44:05 +10:00
0694e58650
v3.5.4
2019-04-25 12:14:48 +10:00
7a4a7dece8
Ratio improvements
2019-04-25 12:02:37 +10:00
b2fff4c33f
Increase speed limits
2019-04-15 22:08:09 +10:00
e9367ee85e
Fix setting initial speed ( fixes #1408 )
2019-04-12 20:18:17 +10:00
d9b7928ce6
Merge branch 'master' into develop
2019-04-12 19:00:23 +10:00
cdacae6697
Set download URL via setter
2019-04-12 19:00:17 +10:00
2bd08cdc28
3.5.3
2019-04-12 18:44:05 +10:00
b247093495
Aspect ratio improvements ( fixes #1042 , fixes #1366 )
2019-04-12 12:19:48 +10:00
9ca7b861a9
Autoplay tweak for HTML5
2019-04-12 12:14:12 +10:00
266b70d9d0
fix: Properly clear all timeouts on destroy
2019-04-01 14:42:51 -04:00
4c3bf25b8a
Fixed issue where the preview thumbnail was present while scrubbing
2019-02-24 12:10:20 +11:00
215fc3677a
v3.5.1
2019-02-23 13:14:01 +11:00
1c29cb890e
Merge branch 'master' into develop
...
# Conflicts:
# gulpfile.js
2019-02-23 13:08:32 +11:00
438ebe5013
Jsdoc updates
2019-02-23 13:07:35 +11:00
80990c98c8
Deployed v3.5.0
2019-02-19 01:25:39 +11:00
44d3a17870
Fix links
2019-02-19 01:17:08 +11:00
0189e90fce
Fix deployment
2019-02-12 13:55:45 +11:00
eb628c8e4f
Ads bug fixes
2019-02-01 00:24:48 +11:00
1d51b28701
Tweaks
2019-01-26 22:45:47 +11:00
44739a17d0
Merge branch 'master' into develop
...
# 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
2019-01-26 16:50:37 +11:00
f927d26ce7
v3.4.8
...
- Calling customized controls function with proper arguments (thanks @a60814billy)
2019-01-17 11:37:19 +11:00
6782737009
Fullscreen fixes
2019-01-14 00:33:48 +11:00
5fdc0aae66
Merge pull request #1253 from jamesoflol/preview-thumbs
...
Preview seek/scrubbing thumbnails
2018-12-15 10:43:36 +07:00
8f27611911
Preview seek/scrubbing thumbnails
2018-11-12 15:55:26 +11:00
2c8a337f26
v3.4.7
...
- Fix for Vimeo fullscreen with non native aspect ratios (fixes #854 )
2018-11-08 23:34:10 +11:00
1a9b860e68
v3.4.6
...
- Added picture-in-picture support for Chrome 70+
- Fixed issue with versioning the SVG sprite in the gulp build script
2018-10-25 09:44:40 +11:00
fe26d383f1
Added support for picture-in-picture in Chrome
2018-10-25 09:17:15 +11:00
df4bc268dc
Merge branch 'master' into develop
2018-10-25 00:14:14 +11:00
e49da6c13f
v3.4.5
2018-10-24 23:04:18 +11:00
67b7262764
Revert PR #1211
2018-10-24 23:00:54 +11:00
b6175b1ca9
Merge branch 'develop' into fix-html5-quality-settings
2018-10-24 22:39:10 +11:00
aa20ebaa9c
Merge pull request #1211 from melbahja/develop
...
duration after changing video quality
2018-10-24 22:37:49 +11:00
5d5a6eabaa
Merge branch 'develop' of github.com:sampotts/plyr into develop
2018-10-24 22:31:47 +11:00
03c9b53232
Allow custom download URL (for streaming, etc)
2018-10-24 22:31:35 +11:00
69d0d6d7ee
Prevent immediate hiding of controls on mobile
2018-10-23 10:08:46 +11:00
06db3f702d
Update plyr.js
2018-10-13 13:23:42 +01:00
a2a82a96a6
fix: continue with the current duration after changing video quality
2018-10-13 12:59:59 +01:00
a86bbae851
Only save quality setting when it's updated by the user. Fixes bug in html5 player where it would override the settings if the current video does not support the given quality.
2018-09-29 21:23:10 +02:00
de47071256
v3.4.4
...
- Fixed issue with double binding for `click` and `touchstart` for `clickToPlay` option
- Improved "faux" fullscreen on iPhone X/XS phones with notch
- Babel 7 upgrade (which reduced the polyfilled build by ~10kb!)
2018-09-25 23:36:50 +10:00
7dc4d9cd22
v3.4.3
2018-08-14 12:16:34 +10:00
eaeccd66ae
v3.4.2
2018-08-14 11:17:33 +10:00
525bbf313e
v3.4.1
2018-08-14 09:18:09 +10:00
b57b7b2153
v3.4.0
...
- Accessibility improvements (see #905 )
- Improvements to the way the controls work on iOS
- Demo code clean up
- YouTube quality selection removed due to their poor support for it. As a result, the `qualityrequested` event has been removed
- Controls spacing improvements
- Fix for pressed property missing with custom controls (Fixes #1062 )
- Fix #1153 : Captions language fallback (thanks @friday)
- Fix for setting pressed property of undefined (Fixes #1102 )
2018-08-14 00:02:01 +10:00