Commit Graph

1903 Commits

Author SHA1 Message Date
12e5099c92 Preserve viewBox attribute in SVG sprite symbols
When generating the SVG sprite (using imagemin and svstore) the imagemin
step needs to NOT cleanup/remove the viewBox attributes from the
individual svg files.

fixes #1306
2019-10-01 17:34:49 -04:00
72afffbc8d fix: Fix handling listener return value 2019-09-25 14:21:13 -04:00
627df20b6d #615: updates to vimeo and youtube plugins to ensure that loading classes are added as content is buffering 2019-09-23 18:26:49 -04:00
640bc99661 Bump lodash.merge from 4.6.1 to 4.6.2
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-22 15:26:12 +00:00
bb43ef15fe Prevents IE11 with resetOnEnd option set to true to play video again 2019-09-16 11:53:07 -03:00
7907652bc9 Update defaults.js
update defaults.i18n
2019-09-06 16:18:40 +08:00
dce665b792 Update readme.md 2019-09-01 18:39:37 +02:00
32bf684b17 Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 22:38:57 +00:00
e978bc8690 Fixed ads configuration 2019-08-27 19:28:51 +02:00
91503d3698 Update readme.md 2019-08-15 21:55:22 +02:00
1721f6e9e2 Update readme.md 2019-08-15 21:53:41 +02:00
c7b5aa9197 ️(controls) change play button aria-label value when its state change
The aria-label attribute set on all play buttons does not change
according the player state. When the video is playing, the aria-label
should change to pause otherwise screen reader will not detect that this
button now can be used to pause the video.
2019-08-07 18:00:02 +02:00
800c8e0a17 typescript typings 2019-08-07 00:08:10 +02:00
d771da9abf Toggle also returns promise 2019-07-30 18:19:10 +05:30
b36b92b247 Detach event listeners on destroy
if "on" receives "this", it attaches "eventListeners" array to "this" and stores "{ element, type, callback }" hash in there.
later, during the destruction process, all the entries from this array will be processed by "unbindListeners" helper to detach all the event listeners.
2019-07-19 16:26:01 +03:00
aa51719a55 Merge pull request #1497 from ffpetrovic/patch-1
Update index.html
2019-07-12 08:46:42 +10:00
a28685536a Update index.html 2019-07-11 23:18:35 +02:00
400fd77d0a Prevent default on settings icon click 2019-07-04 19:02:22 +01:00
a2bf974058 Improve clarity 2019-07-01 15:09:29 +01:00
7c442c9357 3.5.6 v3.5.6 2019-06-21 12:35:47 +10:00
e17e0a81dd Package upgrade 2019-06-21 12:35:22 +10:00
2488299d7b Edge fix 2019-06-21 12:34:49 +10:00
dfc09b8e04 v3.5.5 deployed v3.5.5 2019-06-21 00:24:28 +10:00
6438baaddc Merge branch 'develop' 2019-06-21 00:19:51 +10:00
8fc6c2ba52 File rename and clean up 2019-06-21 00:19:37 +10:00
95092edc93 Merge pull request #1472 from sampotts/develop
v3.5.5
2019-06-21 00:12:10 +10:00
c4b3e0672e Clean up 2019-06-21 00:10:57 +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
2e40b91ec1 Styling tweaks for demo 2019-06-20 23:50:46 +10:00
97d9228bed Aspect ratio tweaks 2019-06-03 20:13:16 +10:00
0f14865d56 Add duration (commented out) in defaults 2019-06-03 20:12:43 +10:00
c94ab2a39f Repaint clean up 2019-06-03 20:12:21 +10:00
ab89e055de Demo tweaks 2019-06-03 20:11:31 +10:00
ac6e3dba5a Fix for thumbnails in demo for audio 2019-06-03 00:28:09 +10:00
d9d2c4a219 Demo tweaks 2019-06-03 00:26:08 +10:00
1890a9378d Gulp tweaks 2019-06-02 23:16:45 +10:00
ac88e6e190 Demo clean up 2019-06-02 23:16:29 +10:00
15cbae8a19 Removed commented out code for Edge 2019-06-02 22:25:44 +10:00
aaf096d96d Removed raven-js from dependencies 2019-06-02 22:25:17 +10:00
93f5acbffd Fixed cite display 2019-06-02 22:25:00 +10:00
9c717275d2 Packages for demo separated 2019-06-02 22:24:41 +10:00
0249772f01 Clean up 2019-06-01 19:50:29 +10:00
5d699d5f47 Merge branch 'develop' of github.com:sampotts/plyr into develop 2019-06-01 19:29:21 +10:00
34d79a5443 Merge pull request #1453 from aFarkas/develop
youtube multiple small issues
2019-06-01 18:46:56 +10:00
1e761e237a Merge pull request #1458 from Jason-Cooke/patch-1
docs: fix typo
2019-06-01 18:46:14 +10:00
36ad132c82 Edge fix 2019-06-01 18:45:12 +10:00
c9055f391b Linting changes 2019-06-01 18:45:07 +10:00
99c95363b4 docs: fix typo 2019-06-01 11:13:44 +12:00
c90526bf07 Create FUNDING.yml 2019-05-27 17:17:05 +10:00
97a6e72e10 fix youtube embed + handle early destroy 2019-05-24 16:55:45 +02:00