Commit Graph

1066 Commits

Author SHA1 Message Date
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
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
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
ac6e3dba5a Fix for thumbnails in demo for audio 2019-06-03 00:28:09 +10:00
15cbae8a19 Removed commented out code for Edge 2019-06-02 22:25:44 +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
36ad132c82 Edge fix 2019-06-01 18:45:12 +10:00
c9055f391b Linting changes 2019-06-01 18:45:07 +10:00
97a6e72e10 fix youtube embed + handle early destroy 2019-05-24 16:55:45 +02:00
f100caba81 fix youtube embed + handle early destroy 2019-05-24 16:53:58 +02:00
80aa6ffe43 Linting changes 2019-04-30 23:44:05 +10:00
0694e58650 v3.5.4 2019-04-25 12:14:48 +10:00
5ddd9e02de Fix for the menu in the shadow DOM 2019-04-25 12:09:46 +10:00
a064f0b4fd Merge branch 'develop' of github.com:sampotts/plyr into develop 2019-04-25 12:04:38 +10:00
17caa3c57b Fix merging class 2019-04-25 12:03:24 +10:00
a1b2c0419f Ads improvements for volume and race condition fix 2019-04-25 12:03:04 +10:00
9b81e776fb Styling for control changes 2019-04-25 12:02:48 +10:00
7a4a7dece8 Ratio improvements 2019-04-25 12:02:37 +10:00
f0d3e8c3b9 Fix for className being wiped out 2019-04-25 12:01:52 +10:00
ad68d9484f Clean up and API change 2019-04-25 12:01:30 +10:00
e147f3a754 Formatting 2019-04-25 12:01:00 +10:00
b2fff4c33f Increase speed limits 2019-04-15 22:08:09 +10:00
a91652287b Don't close menu on click in menu in webcomponent 2019-04-15 12:17:10 +02:00
2cf44c236d Use querySelector on container for showMenuPanel 2019-04-15 12:16:48 +02:00
243db9eda3 Fix issue with empty controls and preview thumbs 2019-04-13 12:56:15 +10:00
b675ba1f35 Fix issue with setGutter call 2019-04-13 12:55:48 +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
c885d59270 Moved all video styles together 2019-04-12 12:43:45 +10:00
9f30d54963 Merge branch 'master' into develop
# Conflicts:
#	readme.md
2019-04-12 12:40:12 +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
2eccf0dd05 Fix YouTube autoplay (fixes #1185) 2019-04-12 12:13:46 +10:00
566b957e65 Merge pull request #1362 from doublex/master
#46 - two patches from 'jamesoflol'
2019-04-11 21:20:23 +10:00
21539be3f2 code cleanup 2019-04-04 09:32:38 +03:00
c22f5c4b39 code cleanup 2019-04-04 08:56:46 +03:00
f4b47a9275 fixed setting youtube host for non-https case 2019-04-04 08:51:20 +03:00
266b70d9d0 fix: Properly clear all timeouts on destroy 2019-04-01 14:42:51 -04:00
e4acff4f8d Update poster src 2019-03-07 12:54:07 +05:00
ce91945544 Preview seek: optional hours and ms in VTT parser 2019-02-27 15:45:24 +01:00
11fed8d1b5 Preview seek: fix: allow absolute thumbnail paths 2019-02-27 15:43:36 +01:00