You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added adoption of value for iconSprite from mediaelement player 5.0 to player for audio description
8
+
* Change audio-description-icon for visibility reasons when using user defined color values
9
+
* Added default iconSprite for mediaelement player 5.0 ('mejs-controls.svg') for a11y demo
10
+
11
+
## *2.5.1 (2020/03/16)*
12
+
13
+
### NEW PLUGINS
6
14
7
15
* Added snapshot plugin
8
16
* Added Markers Rolls plugin (#155)
9
17
* Added frame by frame navigation plugin (#130)
10
18
This plugin allows for forward and backward navigation in videos that support it in 30fps and 60fps
11
19
12
-
TRANSLATIONS
20
+
### TRANSLATIONS
13
21
14
22
* Added Turkish translations (#154)
15
23
* Added Malay translation (#113)
@@ -18,13 +26,13 @@ TRANSLATIONS
18
26
* Fix translations for Playlist
19
27
* Accessibility plugin translations
20
28
21
-
DOCUMENTATION
29
+
### DOCUMENTATION
22
30
23
31
* README.md: Fix link to the real Rafael Miranda :)
24
32
* README.md: Fix outgoing links to use HTTPS, and fixed broken redirects (#165)
25
33
* README.md: Added link to a11y plugin
26
34
27
-
PIP PLUGIN
35
+
### PIP PLUGIN
28
36
29
37
* Added support for WICG PiP mode
30
38
* Added picture-in-picture indenting / docs fix
@@ -35,22 +43,22 @@ PIP PLUGIN
35
43
* Pathfix in picture-in-picture.css
36
44
* Improve picture-in-picture.md overview
37
45
38
-
POSTROLL PLUGIN
46
+
### POSTROLL PLUGIN
39
47
40
48
* Close postroll, when replaing video (#158)
41
49
42
-
ADS PLUGIN
50
+
### ADS PLUGIN
43
51
44
52
* Added 'mejsprerollfinished' Event to detect end of last Ad-Preroll, Ads.js (#136)
45
53
46
-
ACCESSIBILITY PLUGIN (#142)
54
+
### ACCESSIBILITY PLUGIN (#142)
47
55
48
56
* Added support for sign language and audio description and stylings
49
57
(tested on multiple devices e.g. IE11, Edge, Chrome, Firefox, Safari + iOS 10, iOS 11 + Android Chrome)
50
58
* Added to plugin overview page
51
59
* Ajust Gruntfile.js + task fixes
52
60
53
-
QUALITY PLUGIN
61
+
### QUALITY PLUGIN
54
62
55
63
* Added callback on change quality (#140)
56
64
* Fix focusout event triggered earlier than click and there is no visible clickable element
@@ -64,18 +72,18 @@ QUALITY PLUGIN
64
72
* Fixed bug where if the first quality in the quality group is unsupported by the browser the video errors out...
65
73
(will now cycle through the quality source until a playable source is found)
66
74
67
-
PLAYLIST PLUGIN
75
+
### PLAYLIST PLUGIN
68
76
69
77
* Fix playlist error in Safari (#129, #164)
70
78
* Fix currentMessage null issue (#132)
71
79
* Change incorrect comment of 'data-thumbnail' to 'data-playlist-thumbnail'
72
80
73
-
SPEED KEYS PLUGIN
81
+
### SPEED KEYS PLUGIN
74
82
75
83
* Implement keyboard controls for changing playback speed using < and > keys like on YouTube.
76
84
* Remove minified files from source
77
85
78
-
*2.5.0 (2017/11/17)*
86
+
## *2.5.0 (2017/11/17)*
79
87
80
88
* Fixed typo on `Playlist` plugin that caused error on Edge, removed `disabled` attribute on each item and fixed workflow to autoplay next element @rafa8626
81
89
* Fixed issue when mouse leave from `Quality` button, its selector does not hide (https://github.com/mediaelement/mediaelement-plugins/pull/89) @meathill
@@ -85,7 +93,7 @@ SPEED KEYS PLUGIN
85
93
* Update to allow video quality grouping for browser fallback media type (https://github.com/mediaelement/mediaelement-plugins/pull/93) @Gungrave223
86
94
* Fixed issue when changing quality when media is paused @rafa8626
87
95
88
-
*2.4.0 (2017/08/09)*
96
+
## *2.4.0 (2017/08/09)*
89
97
90
98
* Added missing translations and removed Brazilian Portuguese to favor Portuguese @rafa8626
91
99
* Sorted alphabetically plugins name on README (https://github.com/mediaelement/mediaelement-plugins/pull/77) @isantolin
@@ -94,15 +102,15 @@ SPEED KEYS PLUGIN
94
102
* Integrated `Google Tag Manager` plugin @rafa8626
95
103
* Fixed typos on methods used when player is destroyed @rafa8626
96
104
97
-
*2.3.1 (2017/07/22)*
105
+
## *2.3.1 (2017/07/22)*
98
106
99
107
* Added missing workflow to avoid loading multiple times same source on `Chromecast` plugin and added code to end session correctly @rafa8626
100
108
* Fixed issues on `Ads` plugin when using iframe renderers with it @rafa8626
101
109
* Fixed issue with `Context Menu` plugin to only be used on video media @rafa8626
102
110
* Fixed height on `Speed` plugin to display speed rates properly on audio tag @rafa8626
0 commit comments