|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All changes to this project will be documented in this file. |
3 | 4 |
|
| 5 | +## [1.2.29] - 2024-06-19 |
| 6 | + |
| 7 | +- Add custom domain |
| 8 | + |
4 | 9 | ## [1.2.28] - 2023-12-11 |
| 10 | + |
5 | 11 | - Add experimental methods |
6 | 12 |
|
7 | 13 | ## [1.2.27] - 2023-12-08 |
| 14 | + |
8 | 15 | - Add chromecast & airplay events |
9 | 16 |
|
10 | 17 | ## [1.2.26] - 2023-10-05 |
| 18 | + |
11 | 19 | - Add isLiveStream() |
12 | 20 |
|
13 | 21 | ## [1.2.25] - 2023-06-02 |
| 22 | + |
14 | 23 | - Add ads support |
15 | 24 |
|
16 | 25 | ## [1.2.24] - 2023-03-03 |
| 26 | + |
17 | 27 | - Add `sequence` option |
18 | | - |
| 28 | + |
19 | 29 | ## [1.2.23] - 2023-02-15 |
| 30 | + |
20 | 31 | - Add `privateSession` option |
21 | 32 |
|
22 | 33 | ## [1.2.22] - 2022-11-04 |
| 34 | + |
23 | 35 | - Add `getPlaying()` method |
24 | 36 |
|
25 | 37 | ## [1.2.21] - 2022-05-23 |
| 38 | + |
26 | 39 | - Apply `setVideoStyleObjectFit()` and `setVideoStyleTransform()` to poster. |
27 | 40 |
|
28 | 41 | ## [1.2.20] - 2022-05-23 |
| 42 | + |
29 | 43 | - Add `setVideoStyleObjectFit()` and `setVideoStyleTransform()` methods. |
30 | | - |
| 44 | + |
31 | 45 | ## [1.2.19] - 2022-05-19 |
| 46 | + |
32 | 47 | - When loadConfig() is called, apply the last config settings |
33 | | - |
| 48 | + |
34 | 49 | ## [1.2.18] - 2022-05-12 |
| 50 | + |
35 | 51 | - Fix showControls & hideControls methods when called before the player is ready. |
36 | | - |
| 52 | + |
37 | 53 | ## [1.2.17] - 2022-04-27 |
| 54 | + |
38 | 55 | - add exitFullscreen(), requestFullscreen(), exitPictureInPicture() and requestPictureInPicture() |
39 | 56 |
|
40 | 57 | ## [1.2.16] - 2022-04-25 |
| 58 | + |
41 | 59 | - add showPoster() and hidePoster() |
42 | 60 |
|
43 | 61 | ## [1.2.15] - 2022-04-20 |
| 62 | + |
44 | 63 | - Add event callback types |
45 | 64 | - Delay some methods execution after ready event is received |
46 | 65 | - Add playbackRate option |
47 | 66 | - Add hideTitle() and showTitle() methods |
48 | 67 | - Add setAutoplay() method |
49 | 68 |
|
50 | 69 | ## [1.2.14] - 2022-04-11 |
| 70 | + |
51 | 71 | - Add `chromeless` mode |
52 | 72 | - Add `hidePoster` option |
53 | 73 |
|
54 | 74 | ## [1.2.13] - 2022-04-01 |
| 75 | + |
55 | 76 | - Add the possibility to show/hide the "more" button |
56 | 77 |
|
57 | 78 | ## [1.2.12] - 2021-12-23 |
| 79 | + |
58 | 80 | - Add the possibility to directly provide a DOM Element at instantiation |
59 | | - |
| 81 | + |
60 | 82 | ## [1.2.11] - 2021-12-15 |
| 83 | + |
61 | 84 | - Add `controls` parameter in `hideControls()` and `showControls()` |
62 | 85 |
|
63 | 86 | ## [1.2.10] - 2021-12-10 |
| 87 | + |
64 | 88 | - Add `allow="autoplay"` in iframe tag |
65 | 89 |
|
66 | 90 | ## [1.2.9] - 2021-10-07 |
| 91 | + |
67 | 92 | - Add setTheme method |
68 | 93 |
|
69 | 94 | ## [1.2.8] - 2021-05-28 |
| 95 | + |
70 | 96 | - Add showSubtitles() / hideSubtitles() methods |
71 | | - |
| 97 | + |
72 | 98 | ## [1.2.7] - 2021-05-28 |
| 99 | + |
73 | 100 | - Add "token" in SdkOptions type |
74 | 101 |
|
75 | 102 | ## [1.2.6] - 2021-04-21 |
| 103 | + |
76 | 104 | - Add setPlaybackRate(), showControls(), hideControls() & getPlaybackRate methods |
77 | | -- Add new player events |
| 105 | +- Add new player events |
78 | 106 |
|
79 | 107 | ## [1.2.5] - 2021-03-16 |
| 108 | + |
80 | 109 | - Add loadConfig method |
81 | 110 | - Add "hideTitle" & "token" options |
82 | 111 |
|
83 | 112 | ## [1.2.4] - 2021-02-25 |
| 113 | + |
84 | 114 | - Add "hideControls" and "loop" options |
85 | 115 |
|
86 | 116 | ## [1.2.3] - 2021-02-02 |
| 117 | + |
87 | 118 | - Fix a string/number comparaison |
88 | 119 |
|
89 | 120 | ## [1.2.2] - 2021-02-02 |
| 121 | + |
90 | 122 | - getPaused, getMuted, getDuration, getCurrentTime, getVolume and getLoop now return promises |
91 | 123 | - Add some unit test |
92 | 124 |
|
93 | 125 | ## [1.2.1] - 2021-01-15 |
94 | | -- Add the possibility to specify metadata |
| 126 | + |
| 127 | +- Add the possibility to specify metadata |
0 commit comments