|  | f58e23b325 | Change to using addtrack and removetrack listeners since 'change' didn't trigger in firefox for embedded captions (may also be a hls.js issue) | 2018-05-28 16:19:44 +02:00 |  | 
			
				
					|  | 812e07b734 | Replace browser language detection in defaults.js with explicit 'auto' option | 2018-05-28 07:43:37 +02:00 |  | 
			
				
					|  | c9298fde76 | Fix typo | 2018-05-28 07:08:38 +02:00 |  | 
			
				
					|  | 0109454a34 | Ensure language is set in case the track is added after initialization, and trigger languagechange event when language is initially set | 2018-05-28 06:08:03 +02:00 |  | 
			
				
					|  | 813f703211 | Add option to watch caption track changes and update language options | 2018-05-28 06:08:03 +02:00 |  | 
			
				
					|  | 7aad747c25 | Optimize captions code reused and ensure captionsenabled/captionsdisabled will be sent on initial setup | 2018-05-28 05:44:54 +02:00 |  | 
			
				
					|  | d70a787af1 | Merge branch 'develop'
						
						
						
						
						
						
							
 v3.3.9 | 2018-05-28 10:42:11 +10:00 |  | 
			
				
					|  | 69bb0917ad | v3.3.9 | 2018-05-28 10:41:51 +10:00 |  | 
			
				
					|  | 90c5735904 | WIP | 2018-05-28 10:19:07 +10:00 |  | 
			
				
					|  | 6f256d09b2 | ESLint tweak | 2018-05-28 10:18:04 +10:00 |  | 
			
				
					|  | e9684c2021 | Merge pull request #979 from friday/respect-storage Respect storage being disabled for storage getter | 2018-05-28 10:09:02 +10:00 |  | 
			
				
					|  | bf91a0e73f | Merge pull request #977 from friday/utils.is.icue-ie11 Restore utils.is.cue() | 2018-05-28 10:08:42 +10:00 |  | 
			
				
					|  | 14b6309aef | Merge pull request #978 from friday/ie-issues Fix InvalidStateError and IE11 issues | 2018-05-28 10:08:24 +10:00 |  | 
			
				
					|  | 6391ced99f | If storage is disabled, disable get as well, not just set | 2018-05-28 01:58:06 +02:00 |  | 
			
				
					|  | fac8a185ba | Simplify currentTime setter and bail when media hasn't loaded | 2018-05-28 00:57:07 +02:00 |  | 
			
				
					|  | c69aa8a42b | Avoid duration getter returning NaN before element has loaded | 2018-05-28 00:57:01 +02:00 |  | 
			
				
					|  | f34bf22125 | Restore utils.is.cue() | 2018-05-27 20:28:48 +02:00 |  | 
			
				
					|  | f0be913dc3 | Merge pull request #975 from sampotts/develop v3.3.8v3.3.8 | 2018-05-26 13:55:22 +10:00 |  | 
			
				
					|  | cd51788b98 | v3.3.8 | 2018-05-26 13:53:15 +10:00 |  | 
			
				
					|  | 3e0a911418 | WIP | 2018-05-26 13:37:10 +10:00 |  | 
			
				
					|  | edd67b0da3 | Typo | 2018-05-20 23:44:40 +10:00 |  | 
			
				
					|  | d733454d7f | Pause while seeking | 2018-05-20 23:40:28 +10:00 |  | 
			
				
					|  | 41f9a87e0e | Add URL polyfill | 2018-05-20 23:40:00 +10:00 |  | 
			
				
					|  | f4858f0c62 | Merge pull request #959 from friday/876 Youtube and vimeo fixes | 2018-05-19 16:49:31 +10:00 |  | 
			
				
					|  | 121093ae71 | Prevent durationchange events from showing time when invertTime is false | 2018-05-19 04:27:45 +02:00 |  | 
			
				
					|  | aa8fc313a9 | Fix #966: Add 'seeked' event listener to update progress (seeking doesn't have the correct time) | 2018-05-19 04:23:22 +02:00 |  | 
			
				
					|  | 723298a07b | Fix #921: Trigger seeked event in youtube plugin if either playing or paused | 2018-05-19 04:18:27 +02:00 |  | 
			
				
					|  | f8c89e3e95 | Fix #876: YouTube and Vimeo autoplays on seek | 2018-05-19 04:18:27 +02:00 |  | 
			
				
					|  | 333435a9c2 | Fix playback state (paused) and events (play/pause) | 2018-05-19 04:18:27 +02:00 |  | 
			
				
					|  | 3ab2295fe7 | Merge branch 'master' into develop | 2018-05-19 11:29:47 +10:00 |  | 
			
				
					|  | c41bb657ac | Merge pull request #958 from friday/954 Fix the seek tooltip time difference from seek time | 2018-05-19 11:28:38 +10:00 |  | 
			
				
					|  | 55bbf64f2b | Merge pull request #963 from friday/verify-poster Make sure poster element isn't shown if the image isn't loaded | 2018-05-19 11:27:52 +10:00 |  | 
			
				
					|  | 3bba65f2c2 | Merge pull request #967 from friday/883 toggleControls rewrite | 2018-05-19 11:27:19 +10:00 |  | 
			
				
					|  | 1bab0d07b5 | Merge branch 'master' into develop | 2018-05-19 11:26:05 +10:00 |  | 
			
				
					|  | 602353f4d9 | Merge branch 'master' of github.com:sampotts/plyr | 2018-05-19 11:25:02 +10:00 |  | 
			
				
					|  | 51814249af | Reduce circular dependencies | 2018-05-19 11:24:56 +10:00 |  | 
			
				
					|  | 37c5fbfe16 | toggleControls() rewrite | 2018-05-18 16:19:38 +02:00 |  | 
			
				
					|  | d7356726a1 | Remove ui.checkFailed() and error class | 2018-05-16 23:21:06 +02:00 |  | 
			
				
					|  | 4db6bf7a2e | Make utils.toggleClass() compatible with Element.classList.toggle (rename toggle argument to 'force' and make it optional) | 2018-05-16 23:21:06 +02:00 |  | 
			
				
					|  | 28826f6402 | Add 'video only' caveat to toggleControls() doc (current behavior) | 2018-05-16 23:21:06 +02:00 |  | 
			
				
					|  | c845558d96 | Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails | 2018-05-15 16:41:51 +02:00 |  | 
			
				
					|  | 16c3a7d9e5 | Rewrite ui.setPoster to check that images arent broken or youtube fallback images. Only show poster element when valid | 2018-05-15 16:21:36 +02:00 |  | 
			
				
					|  | 90d5b48845 | Add async method to utils for loading/checking images | 2018-05-15 13:27:55 +02:00 |  | 
			
				
					|  | d1acc4abb3 | Add event before seeking via mouse interaction to set alternative 'value' for the input matching the tooltip time | 2018-05-14 19:50:08 +02:00 |  | 
			
				
					|  | 797b70998f | Merge pull request #960 from friday/935 Support importing Plyr in Node.js without errors | 2018-05-14 23:38:48 +10:00 |  | 
			
				
					|  | 4a01027da0 | Merge pull request #961 from friday/expose-defaults Enable overriding defaults | 2018-05-14 23:38:25 +10:00 |  | 
			
				
					|  | 7ca2169790 | Expose defaults (enable overriding) | 2018-05-14 06:49:04 +02:00 |  | 
			
				
					|  | 054f522aa9 | Enable importing Plyr in node.js without errors (resulting in an empty object) | 2018-05-14 05:35:13 +02:00 |  | 
			
				
					|  | f2fc3f5ea5 | Fix the seek tooltip time difference from seek time | 2018-05-12 00:10:39 +02:00 |  | 
			
				
					|  | 765c01e83d | Remove references to window.Plyr | 2018-05-10 09:34:15 +10:00 |  |