@kkcompany/ott-player 0.5.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +294 -0
- package/README.md +25 -0
- package/dist/index.cjs +1364 -0
- package/dist/index.mjs +1324 -0
- package/package.json +46 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
## 0.5.0-beta.0 (2025-12-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* [IBIZA-355] add drmTokenType ([425fc52](https://gitlab.kkinternal.com/kks-web/blahaj/commit/425fc5286a5836bd55c0bb1a5c9df04ac9c490e8))
|
|
11
|
+
* [ST-10741] prefer PlayReady for more robust content protection ([0819b51](https://gitlab.kkinternal.com/kks-web/blahaj/commit/0819b511cb24634f17719d15f768476acaccbc2b))
|
|
12
|
+
* add external subtitle if playback API provide it ([3edfab9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/3edfab9f13485628cf74417a83a9a3fe216b3b04))
|
|
13
|
+
* add line clamp to video item title ([3808a9a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/3808a9afb451e96cbe1ceafc5fa9282390a6f0f4))
|
|
14
|
+
* add support for new source type / subdub menu ([8d328f4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8d328f44fa44803deafed96810e02ee44fb04dad))
|
|
15
|
+
* add VideoItem progress ([4abcbe0](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4abcbe0f877787c95703e196c975deb451438901))
|
|
16
|
+
* add VideoItem, VideoThumbnail ([81357c4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/81357c4dcd2665b5057aa2d4aac15534e0564023))
|
|
17
|
+
* **app-ui:** add secondary text to video item ([b834134](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b83413495943cc4ae5f7b98f5c65852fedfd7425))
|
|
18
|
+
* **app-ui:** add SeeMore component ([817da8f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/817da8faeebbb105206e3e2ac61b8d4aac957580))
|
|
19
|
+
* **app-ui:** enhance VideoItem and Page components with watermark and thumbnail children support ([7acadd2](https://gitlab.kkinternal.com/kks-web/blahaj/commit/7acadd2dd80ee138f73d5362df341a7c4b072f6b))
|
|
20
|
+
* **app-ui:** flexible thumbnail size ([6b50d59](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6b50d5937de853e3ea29e967633ddf9a461f8018))
|
|
21
|
+
* **app-ui:** mobile style see more ([272818c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/272818c7b7013ebd5d91141f16281be1b607d94f))
|
|
22
|
+
* cancel autoplay next at end to open related line ([195a072](https://gitlab.kkinternal.com/kks-web/blahaj/commit/195a0727f13bf5292cf9a992db720b706f829f70))
|
|
23
|
+
* clickable mobile video item description ([8545219](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8545219e41e2f3981f15910f73eacad43826532b))
|
|
24
|
+
* disable DRM server limit and add docs ([4003b4d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4003b4de46933dedd7970217e2bc859b58288037))
|
|
25
|
+
* enable custom display name for external subtitles ([4af3f09](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4af3f09a500755ba9571832b094178b19a60c7af))
|
|
26
|
+
* enable onChangeSettings event listener ([1af346d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/1af346d95c9920ae1f65dc8fc1cd61c142c60ad4))
|
|
27
|
+
* expose turnOnSkipOpening ([38c2b94](https://gitlab.kkinternal.com/kks-web/blahaj/commit/38c2b94277d4ed9ddf5ab9c624cdae738c20114d))
|
|
28
|
+
* hide channel icon in live ([349fce1](https://gitlab.kkinternal.com/kks-web/blahaj/commit/349fce1a6dd1c593a5085b3a6e49fef9231d8a08))
|
|
29
|
+
* implement amplitute logger ([454d6af](https://gitlab.kkinternal.com/kks-web/blahaj/commit/454d6af2cec67460b1b75f4c6ec3b3019b4ae17b))
|
|
30
|
+
* **player:** add amplitude logger ([7621882](https://gitlab.kkinternal.com/kks-web/blahaj/commit/76218827bc0b438ad1663902360e59407788eab1))
|
|
31
|
+
* **player:** add player utils ([f4e4c2a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f4e4c2a6d96b71e27f075e62028161352f5e7bee))
|
|
32
|
+
* **player:** extract eventName from handleSendLog ([92e7fa9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/92e7fa9535d3f8a13088216fd1f283a96f9f95cf))
|
|
33
|
+
* **player:** fix amplitude ([2fe40a8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2fe40a866678c4469d08f8ac8bf6444dfbf1a0f7))
|
|
34
|
+
* **player:** fix player version and export cast ([133975a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/133975a9a80940f6a0a77568c61d4722f70eb5a1))
|
|
35
|
+
* **player:** load cast media ([2177858](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2177858da422380ed55d77b405aa4322050c1f90))
|
|
36
|
+
* **player:** modify cast ui color ([9c5be34](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9c5be345fddc384ba9d8958048fbea1b3e912bfc))
|
|
37
|
+
* **player:** move playcraft premium+ here ([aee99f9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/aee99f9c1941a645037d1b63510a72e3166ec9d3))
|
|
38
|
+
* **player:** run ci on gitlab to publish player onto npm ([ba01b16](https://gitlab.kkinternal.com/kks-web/blahaj/commit/ba01b16802428e42d60d53e3497c31ec590178b4))
|
|
39
|
+
* **player:** subscribe cast state ([cc9eba4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cc9eba4471d9febc01d0293639916b01f2887095))
|
|
40
|
+
* **player:** upgrade to blenvision 2.6.0-canary 3 ([12ac531](https://gitlab.kkinternal.com/kks-web/blahaj/commit/12ac531783e77488f66465f87ecd987252608310))
|
|
41
|
+
* provide Cast related exports ([fe6cb75](https://gitlab.kkinternal.com/kks-web/blahaj/commit/fe6cb75ed63d3deb4358917fb1da02988516738e))
|
|
42
|
+
* refine video item clickable area/behavior ([4cf6935](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4cf69359ae35ac6d2dc6f7441c9a1be5eb2f67ac))
|
|
43
|
+
* remove mock data and chapter ([f48373b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f48373b4861028a2c4a94bf34bdabb39eb970ec8))
|
|
44
|
+
* show skip button successfully ([e7c9ae7](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e7c9ae7e0623cab13428901b965d640a45e82ae3))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* [ST-10105] prevent live end UI hide ([c77dc32](https://gitlab.kkinternal.com/kks-web/blahaj/commit/c77dc320f81b20b5dd8fb3f8399c125ebce71785))
|
|
50
|
+
* [ST-10162] add player_error_code in amplitude and provide a way to customize module_error_code if needed ([25841ce](https://gitlab.kkinternal.com/kks-web/blahaj/commit/25841ce24b67fe6e666a7d39fa3119a22327d5e2))
|
|
51
|
+
* [ST-10180] add player version to playback amplitude event ([76928ee](https://gitlab.kkinternal.com/kks-web/blahaj/commit/76928eed3f09005a8df89595c02a5663eb04d265))
|
|
52
|
+
* [ST-10241] skip button hidden if panel shown ([b6a8fa1](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b6a8fa1ac703fac8f28b57c4dfdd7443cfac5e1e))
|
|
53
|
+
* [ST-10262] add log event for skip op ([5b2d3fc](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5b2d3fc56adc17cf9021173788488c4769a86960))
|
|
54
|
+
* [ST-10543] workaround, reset control hide for autoplay next at start ([661091f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/661091fc35f779e2c9523abfcffb61dc2a197bb4))
|
|
55
|
+
* [ST-10605] don't hide controls after end of iOS fullscreen ([98f6ae6](https://gitlab.kkinternal.com/kks-web/blahaj/commit/98f6ae62581da8cd07ffd1e24df29e109a1ad057))
|
|
56
|
+
* [ST-10677] there should be no seek log at start of playback ([d921997](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d92199785f0b55a8f3de72d2d55e481c2f6eb006))
|
|
57
|
+
* [ST-10706] don't update playback position for initial loading ([8e8d5f7](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8e8d5f7c3e9cb4441ef0c1495870384e093f9bd5))
|
|
58
|
+
* [ST-10713] while connected to cast, don't start playback session ([cdc9e99](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cdc9e99c528a6f8a8f26e1adc330f9d96b3f0405))
|
|
59
|
+
* [ST-10713] while connected to cast, don't start playback session ([88e85ab](https://gitlab.kkinternal.com/kks-web/blahaj/commit/88e85ab65253f9080064816b9a2efdcd815c7ba3))
|
|
60
|
+
* [ST-10849][ST-11472] update version and add two ticket numbers for triggering bot ([7342a80](https://gitlab.kkinternal.com/kks-web/blahaj/commit/7342a80657b105d5b97585a7855cfbecb3f23059))
|
|
61
|
+
* [ST-11221] clear log instance later to send error events ([d70c927](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d70c9273d0766983faa868e25ce8eb6d49b4f921))
|
|
62
|
+
* [ST-11594] filter out first seeked event when entering watch page, but making forward and rewind emit seek ([9c2357b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9c2357b39ea4e18bf20f764a7de4810f6bb1cc20))
|
|
63
|
+
* [ST-11696] format float to zero when seek to ([5bd1d4e](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5bd1d4e039350716f07425ffd2608b36c972bd3f))
|
|
64
|
+
* [ST-11710] set lives commonProperties when content has been fetched. ([b1fd029](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b1fd02917817b453d77ba74728ad2277628817dc))
|
|
65
|
+
* [ST-11714] format current position to 0 if got float ([6c74dce](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6c74dce7b1ab7747d921b990ce9d7cbfe6b5062b))
|
|
66
|
+
* [ST-11716][ST-11715]ST-11800][ST-11799][ST-11795] amplitude property wrongly set fixed ([78be756](https://gitlab.kkinternal.com/kks-web/blahaj/commit/78be756e5d05595a4f5f90486341ce6414a4d973))
|
|
67
|
+
* [ST-11881] avoid extra seek / log events when recovering a playback session ([9b698ec](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9b698ec7d2776072f5a6623d758b4234110e8860))
|
|
68
|
+
* [ST-12950] check logTarget.current ([b57ffde](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b57ffde0157f2deb705feeb604ff33ffe9c0c917))
|
|
69
|
+
* [ST-13297] bring back missing playback_session_id ([aa40b64](https://gitlab.kkinternal.com/kks-web/blahaj/commit/aa40b64348b8feab58487aabb564e43c2c53c0aa))
|
|
70
|
+
* [ST-13312][ST-13314] handle log event time after video clean up ([f97c519](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f97c519a884852cca70cf056972627ada57530e9))
|
|
71
|
+
* [ST-17979] Correct the width of margin by SPEC ([344d3e8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/344d3e88c4aa731e5b1681070d72242ae3a27f8f))
|
|
72
|
+
* [ST-18510] adjust tags margin bottom ([24ddfde](https://gitlab.kkinternal.com/kks-web/blahaj/commit/24ddfdeb1da73208bce23a6152210ab9f65e8286))
|
|
73
|
+
* add ignore for initial start position in playedDuration condition ([25054c3](https://gitlab.kkinternal.com/kks-web/blahaj/commit/25054c313a460f76512a3ce1844689a5c4038444))
|
|
74
|
+
* add retry handler ([d71be1f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d71be1f94b739d7501454ba66c04468441e24e34))
|
|
75
|
+
* also override ui type for op/ed skip UI ([cb23d29](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cb23d29e06bbf1d41e7796dea23f1f5e7810f9a5))
|
|
76
|
+
* also workaround unwanted open of related line when replay ([5c453a4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5c453a4e0b7f1603a171740bfd4d9735dc6efdf2))
|
|
77
|
+
* **app-ui:** add box orient to VideoItem for line clamp to take effect ([31dc79b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/31dc79b60a27426c3bdc43855f5bae8be041ca4b))
|
|
78
|
+
* **app-ui:** default text color of see more button ([09721a9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/09721a93c4256680dfa7acb333b60ad72c3f89b0))
|
|
79
|
+
* **app-ui:** guard usage in resize handling ([655d57e](https://gitlab.kkinternal.com/kks-web/blahaj/commit/655d57edb4df2cfde54675b2eab9fb7f4615048a))
|
|
80
|
+
* **app-ui:** mobile video item layout ([121f54f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/121f54fecc9f96184055b0052091ff3408241537))
|
|
81
|
+
* check for WinEdge to avoid broken PlayReady detection ([9609474](https://gitlab.kkinternal.com/kks-web/blahaj/commit/960947402ee581ff6935774dc1175c2496771485))
|
|
82
|
+
* clear active panel when autoplay next is hidden ([f5599e8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f5599e88410b2317b0c62ae7120548268e87c875))
|
|
83
|
+
* clear skip op/ed related chapter events on content change ([541e24c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/541e24cb2c04b2d54b10e2130e5afe871722b9f3))
|
|
84
|
+
* close related line on content change ([509c19d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/509c19df99d546a3402f09add100dc260c9a8b7e))
|
|
85
|
+
* disable autoPlayPromp temporarily for player v2.6.0 ([6915008](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6915008145e72468a8c56a063b23df6094b4d9a0))
|
|
86
|
+
* dispatch chapter events without using chapter seekbar / list ([2d67542](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2d675429bdbe9cc94d9a3de852df2ce25ec96b9e))
|
|
87
|
+
* fix typo and downgrade react to fit saku-web ([8ef8985](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8ef8985c33d521e051fa7859403ae55009e8fadc))
|
|
88
|
+
* get duration again for playlog ([2efbdd3](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2efbdd3264221a7cc2281c37056561643402a4f0))
|
|
89
|
+
* handle case related line doesn't exist ([b870fe0](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b870fe0b866e2952b4778811f8d25038057bd9f9))
|
|
90
|
+
* handle the case related line open after playing next ([fa2f2b5](https://gitlab.kkinternal.com/kks-web/blahaj/commit/fa2f2b571a8fa0f8f4df0ab89ec08164c7c03902))
|
|
91
|
+
* no seeked event for initial play position ([20a6b49](https://gitlab.kkinternal.com/kks-web/blahaj/commit/20a6b49fa35d26a695804049ca2cce6d2caf9206))
|
|
92
|
+
* pass chapters for skip related events ([aeced2a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/aeced2a7860181295aad0ab097ba3259d4b0543b))
|
|
93
|
+
* path of certificateUri ([79cb50f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/79cb50fd664b4a17227d0c0b9d787e698dd725bd))
|
|
94
|
+
* **player:** [ST-10135] hide recommendation panel when player status is autoplay-next ([a65f215](https://gitlab.kkinternal.com/kks-web/blahaj/commit/a65f21586a7e1c32464eea25c70dae7882d6c900))
|
|
95
|
+
* **player:** [ST-10177] invariant style violation error ([04ba558](https://gitlab.kkinternal.com/kks-web/blahaj/commit/04ba558cd2f2e5c1cfde46e6f023b70de37db5f5))
|
|
96
|
+
* **player:** compile error ([5d95cf9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5d95cf99d18c6a340443c0bae7e1fe58dafa0e2f))
|
|
97
|
+
* **player:** export problem of blendvision/player ([d4a64e8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d4a64e89f60cd5f166f2040e2a8cd92fda1e4dbb))
|
|
98
|
+
* **player:** hide control panel when recommendation up ([e499ad9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e499ad9f6bae2dc853e8d72cc2b43ed24a2e83d3))
|
|
99
|
+
* **player:** prevent video displaying in two tabs ([0fdbc36](https://gitlab.kkinternal.com/kks-web/blahaj/commit/0fdbc363c6928dc02c232ce9b82ee592862b6348))
|
|
100
|
+
* **player:** remove amplitude log setting ([51db86f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/51db86f6e1e1358faa5aaea4d8b2f1ea49d27994))
|
|
101
|
+
* **player:** saku amplitude issues ([a289b70](https://gitlab.kkinternal.com/kks-web/blahaj/commit/a289b70d1c28bd5248419b4f0501b85f4b03546b))
|
|
102
|
+
* **player:** show skip button correctly and release 0.3.1 ([e36a633](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e36a633f83f33d1bacb88248d1ab267bdf573658))
|
|
103
|
+
* **player:** ST-10039, ST-9990 related line auto disappear when clicked ([6f5ebdd](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6f5ebddedffcd65b2a341fe3b1d2491fa0ba1eaf))
|
|
104
|
+
* **player:** ST-10096 live time format ([e39780d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e39780d2e49545cbfad956957742228ac6927716))
|
|
105
|
+
* **playlog:** duration for began event ([b2ff1f4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b2ff1f48dca6d0a8861dfb9c08653c10215b4962))
|
|
106
|
+
* **playlog:** duration for initial event ([6dc561b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6dc561b2750d612baab8b68c18c23ded8fce4e55))
|
|
107
|
+
* **playlog:** ignore negative played time ([b3aac55](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b3aac55cbc6df3b5a815b90152a37a4cd945fa63))
|
|
108
|
+
* **playlog:** send events when channel program change ([b1450e6](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b1450e612db0c2293378ab2252cfde08fa231188))
|
|
109
|
+
* pop related line at end ([5213cca](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5213cca56a14138845fe6f8658f4ffa0591cf1fa))
|
|
110
|
+
* prefer PlayReady only on Windows Edge ([4b9ad41](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4b9ad4101611f8bfd15a2056828633e7651daf09))
|
|
111
|
+
* prevent override of onPlayerLoaded ([65c5634](https://gitlab.kkinternal.com/kks-web/blahaj/commit/65c563427c84b05c939e29639d719f482a2928ad))
|
|
112
|
+
* release version 0.3.99 ([105f05b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/105f05ba26ef46ff6b6049922f89a515fa7a874e))
|
|
113
|
+
* remove extra cast load ([1f1af33](https://gitlab.kkinternal.com/kks-web/blahaj/commit/1f1af33cfc9b7eb163f8d3c7f9a104ce4e0f7d32))
|
|
114
|
+
* remove saku unused common properties and update version number ([51b5da0](https://gitlab.kkinternal.com/kks-web/blahaj/commit/51b5da00615daf77826a5c4275330d801d7e46ed))
|
|
115
|
+
* retry ended linear channel ([125436e](https://gitlab.kkinternal.com/kks-web/blahaj/commit/125436eb9bede9468ee9d112ab9733f9d96d22a2))
|
|
116
|
+
* should not reset after session end ([1f8bad5](https://gitlab.kkinternal.com/kks-web/blahaj/commit/1f8bad5b79533aa01182d3b75d7132578ede9e7a))
|
|
117
|
+
* should not reset log instance of new session ([f109bd9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f109bd911af63c6aac545f4adc5658e4e56c39b3))
|
|
118
|
+
* ST-10135 and push v0.3.11 ([8640538](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8640538d7ceb867636f374c85e94c9ad7f9e560c))
|
|
119
|
+
* start / end log events ([cbfdbed](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cbfdbed0e069cf3b820b6722520c07e3a4a85b3b))
|
|
120
|
+
* start session error handling ([22aa64e](https://gitlab.kkinternal.com/kks-web/blahaj/commit/22aa64ea4e1a4b69f4af37d986a89fa5029fb65b))
|
|
121
|
+
* update blahaj version to v0.3.71 ([6299344](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6299344720f8da3c46e797d5438d75acd49d4139))
|
|
122
|
+
* update blahaj version to v0.3.72 ([9c83927](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9c83927250ea1f607c855ecbef059b704b070163))
|
|
123
|
+
* update blahaj version to v0.3.74 ([c6dd359](https://gitlab.kkinternal.com/kks-web/blahaj/commit/c6dd3597b3785c431a85dec2ed1fa7df4ece08d0))
|
|
124
|
+
* update blendvision to 2.9.6 ([8de856f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8de856f8fc379942857bcc05e1d088e3b0b4a712))
|
|
125
|
+
* update blendvision to v2.9.7 ([bac1c4b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/bac1c4bc756e8833935592a121585c46e49dcafd))
|
|
126
|
+
* update blendvision version to v2.9.8 ([e801a6c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e801a6c559c6b7939ab7c520d467c301224be34b))
|
|
127
|
+
* update play-craft to v2.9.4 to resolve ST-10751 ([922f823](https://gitlab.kkinternal.com/kks-web/blahaj/commit/922f823a1d89f3828a1bfe9bcb3d12616c3b8c50))
|
|
128
|
+
* update version v0.3.98 ([26e9fd3](https://gitlab.kkinternal.com/kks-web/blahaj/commit/26e9fd30a00eb01357e982fdc5783e8493aa63b1))
|
|
129
|
+
* upgrade @blendvision/player to 2.9.0-canary.30, replace timeline ([ea6a49c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/ea6a49c1bc25d2d88ee1bfc8652c26aae694fe09))
|
|
130
|
+
* upgrade playcraft to 2.9.0-canary.56 ([d8fc724](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d8fc72496bc8871a8c15414e650023c2c34d93c2))
|
|
131
|
+
* use onCast to make casting successfully ([0205e59](https://gitlab.kkinternal.com/kks-web/blahaj/commit/0205e5928ef4c0840c7cfb48f18e02e650bc9633))
|
|
132
|
+
|
|
133
|
+
### [0.3.96](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.95...player@0.3.96) (2025-10-17)
|
|
134
|
+
|
|
135
|
+
### [0.3.95](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.94...player@0.3.95) (2025-10-13)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
* prefer PlayReady only on Windows Edge ([4b9ad41](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4b9ad4101611f8bfd15a2056828633e7651daf09))
|
|
141
|
+
|
|
142
|
+
### [0.3.94](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.90...player@0.3.94) (2025-10-13)
|
|
143
|
+
|
|
144
|
+
### [0.3.93](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.92...v0.3.93) (2025-09-24)
|
|
145
|
+
|
|
146
|
+
### [0.3.92](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.86...v0.3.92) (2025-09-10)
|
|
147
|
+
|
|
148
|
+
### [0.3.90](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.89...player@0.3.90) (2025-08-19)
|
|
149
|
+
|
|
150
|
+
### [0.3.89](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.88...player@0.3.89) (2025-07-11)
|
|
151
|
+
|
|
152
|
+
### [0.3.88](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.87...player@0.3.88) (2025-06-23)
|
|
153
|
+
|
|
154
|
+
### [0.3.87](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.85...player@0.3.87) (2025-06-20)
|
|
155
|
+
|
|
156
|
+
### [0.3.86](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.83...v0.3.86) (2025-06-16)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
* check for WinEdge to avoid broken PlayReady detection ([9609474](https://gitlab.kkinternal.com/kks-web/blahaj/commit/960947402ee581ff6935774dc1175c2496771485))
|
|
162
|
+
|
|
163
|
+
### [0.3.85](https://gitlab.kkinternal.com/kks-web/blahaj/compare/player@0.3.84...player@0.3.85) (2025-05-28)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* check for WinEdge to avoid broken PlayReady detection ([9609474](https://gitlab.kkinternal.com/kks-web/blahaj/commit/960947402ee581ff6935774dc1175c2496771485))
|
|
169
|
+
|
|
170
|
+
### 0.3.84 (2025-05-21)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Features
|
|
174
|
+
|
|
175
|
+
* [IBIZA-355] add drmTokenType ([425fc52](https://gitlab.kkinternal.com/kks-web/blahaj/commit/425fc5286a5836bd55c0bb1a5c9df04ac9c490e8))
|
|
176
|
+
* [ST-10741] prefer PlayReady for more robust content protection ([0819b51](https://gitlab.kkinternal.com/kks-web/blahaj/commit/0819b511cb24634f17719d15f768476acaccbc2b))
|
|
177
|
+
* cancel autoplay next at end to open related line ([195a072](https://gitlab.kkinternal.com/kks-web/blahaj/commit/195a0727f13bf5292cf9a992db720b706f829f70))
|
|
178
|
+
* disable DRM server limit and add docs ([4003b4d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/4003b4de46933dedd7970217e2bc859b58288037))
|
|
179
|
+
* enable onChangeSettings event listener ([1af346d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/1af346d95c9920ae1f65dc8fc1cd61c142c60ad4))
|
|
180
|
+
* expose turnOnSkipOpening ([38c2b94](https://gitlab.kkinternal.com/kks-web/blahaj/commit/38c2b94277d4ed9ddf5ab9c624cdae738c20114d))
|
|
181
|
+
* hide channel icon in live ([349fce1](https://gitlab.kkinternal.com/kks-web/blahaj/commit/349fce1a6dd1c593a5085b3a6e49fef9231d8a08))
|
|
182
|
+
* implement amplitute logger ([454d6af](https://gitlab.kkinternal.com/kks-web/blahaj/commit/454d6af2cec67460b1b75f4c6ec3b3019b4ae17b))
|
|
183
|
+
* **player:** add amplitude logger ([7621882](https://gitlab.kkinternal.com/kks-web/blahaj/commit/76218827bc0b438ad1663902360e59407788eab1))
|
|
184
|
+
* **player:** add player utils ([f4e4c2a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f4e4c2a6d96b71e27f075e62028161352f5e7bee))
|
|
185
|
+
* **player:** extract eventName from handleSendLog ([92e7fa9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/92e7fa9535d3f8a13088216fd1f283a96f9f95cf))
|
|
186
|
+
* **player:** fix amplitude ([2fe40a8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2fe40a866678c4469d08f8ac8bf6444dfbf1a0f7))
|
|
187
|
+
* **player:** fix player version and export cast ([133975a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/133975a9a80940f6a0a77568c61d4722f70eb5a1))
|
|
188
|
+
* **player:** load cast media ([2177858](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2177858da422380ed55d77b405aa4322050c1f90))
|
|
189
|
+
* **player:** modify cast ui color ([9c5be34](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9c5be345fddc384ba9d8958048fbea1b3e912bfc))
|
|
190
|
+
* **player:** move playcraft premium+ here ([aee99f9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/aee99f9c1941a645037d1b63510a72e3166ec9d3))
|
|
191
|
+
* **player:** run ci on gitlab to publish player onto npm ([ba01b16](https://gitlab.kkinternal.com/kks-web/blahaj/commit/ba01b16802428e42d60d53e3497c31ec590178b4))
|
|
192
|
+
* **player:** subscribe cast state ([cc9eba4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cc9eba4471d9febc01d0293639916b01f2887095))
|
|
193
|
+
* **player:** upgrade to blenvision 2.6.0-canary 3 ([12ac531](https://gitlab.kkinternal.com/kks-web/blahaj/commit/12ac531783e77488f66465f87ecd987252608310))
|
|
194
|
+
* remove mock data and chapter ([f48373b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f48373b4861028a2c4a94bf34bdabb39eb970ec8))
|
|
195
|
+
* show skip button successfully ([e7c9ae7](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e7c9ae7e0623cab13428901b965d640a45e82ae3))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* [ST-10105] prevent live end UI hide ([c77dc32](https://gitlab.kkinternal.com/kks-web/blahaj/commit/c77dc320f81b20b5dd8fb3f8399c125ebce71785))
|
|
201
|
+
* [ST-10162] add player_error_code in amplitude and provide a way to customize module_error_code if needed ([25841ce](https://gitlab.kkinternal.com/kks-web/blahaj/commit/25841ce24b67fe6e666a7d39fa3119a22327d5e2))
|
|
202
|
+
* [ST-10180] add player version to playback amplitude event ([76928ee](https://gitlab.kkinternal.com/kks-web/blahaj/commit/76928eed3f09005a8df89595c02a5663eb04d265))
|
|
203
|
+
* [ST-10241] skip button hidden if panel shown ([b6a8fa1](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b6a8fa1ac703fac8f28b57c4dfdd7443cfac5e1e))
|
|
204
|
+
* [ST-10262] add log event for skip op ([5b2d3fc](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5b2d3fc56adc17cf9021173788488c4769a86960))
|
|
205
|
+
* [ST-10543] workaround, reset control hide for autoplay next at start ([661091f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/661091fc35f779e2c9523abfcffb61dc2a197bb4))
|
|
206
|
+
* [ST-10605] don't hide controls after end of iOS fullscreen ([98f6ae6](https://gitlab.kkinternal.com/kks-web/blahaj/commit/98f6ae62581da8cd07ffd1e24df29e109a1ad057))
|
|
207
|
+
* [ST-10677] there should be no seek log at start of playback ([d921997](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d92199785f0b55a8f3de72d2d55e481c2f6eb006))
|
|
208
|
+
* [ST-10706] don't update playback position for initial loading ([8e8d5f7](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8e8d5f7c3e9cb4441ef0c1495870384e093f9bd5))
|
|
209
|
+
* [ST-10713] while connected to cast, don't start playback session ([cdc9e99](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cdc9e99c528a6f8a8f26e1adc330f9d96b3f0405))
|
|
210
|
+
* [ST-10713] while connected to cast, don't start playback session ([88e85ab](https://gitlab.kkinternal.com/kks-web/blahaj/commit/88e85ab65253f9080064816b9a2efdcd815c7ba3))
|
|
211
|
+
* [ST-10849][ST-11472] update version and add two ticket numbers for triggering bot ([7342a80](https://gitlab.kkinternal.com/kks-web/blahaj/commit/7342a80657b105d5b97585a7855cfbecb3f23059))
|
|
212
|
+
* [ST-11221] clear log instance later to send error events ([d70c927](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d70c9273d0766983faa868e25ce8eb6d49b4f921))
|
|
213
|
+
* [ST-11594] filter out first seeked event when entering watch page, but making forward and rewind emit seek ([9c2357b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9c2357b39ea4e18bf20f764a7de4810f6bb1cc20))
|
|
214
|
+
* [ST-11696] format float to zero when seek to ([5bd1d4e](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5bd1d4e039350716f07425ffd2608b36c972bd3f))
|
|
215
|
+
* [ST-11710] set lives commonProperties when content has been fetched. ([b1fd029](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b1fd02917817b453d77ba74728ad2277628817dc))
|
|
216
|
+
* [ST-11714] format current position to 0 if got float ([6c74dce](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6c74dce7b1ab7747d921b990ce9d7cbfe6b5062b))
|
|
217
|
+
* [ST-11716][ST-11715]ST-11800][ST-11799][ST-11795] amplitude property wrongly set fixed ([78be756](https://gitlab.kkinternal.com/kks-web/blahaj/commit/78be756e5d05595a4f5f90486341ce6414a4d973))
|
|
218
|
+
* [ST-11881] avoid extra seek / log events when recovering a playback session ([9b698ec](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9b698ec7d2776072f5a6623d758b4234110e8860))
|
|
219
|
+
* [ST-12950] check logTarget.current ([b57ffde](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b57ffde0157f2deb705feeb604ff33ffe9c0c917))
|
|
220
|
+
* [ST-13297] bring back missing playback_session_id ([aa40b64](https://gitlab.kkinternal.com/kks-web/blahaj/commit/aa40b64348b8feab58487aabb564e43c2c53c0aa))
|
|
221
|
+
* [ST-13312][ST-13314] handle log event time after video clean up ([f97c519](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f97c519a884852cca70cf056972627ada57530e9))
|
|
222
|
+
* add ignore for initial start position in playedDuration condition ([25054c3](https://gitlab.kkinternal.com/kks-web/blahaj/commit/25054c313a460f76512a3ce1844689a5c4038444))
|
|
223
|
+
* add retry handler ([d71be1f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d71be1f94b739d7501454ba66c04468441e24e34))
|
|
224
|
+
* also override ui type for op/ed skip UI ([cb23d29](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cb23d29e06bbf1d41e7796dea23f1f5e7810f9a5))
|
|
225
|
+
* also workaround unwanted open of related line when replay ([5c453a4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5c453a4e0b7f1603a171740bfd4d9735dc6efdf2))
|
|
226
|
+
* clear active panel when autoplay next is hidden ([f5599e8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/f5599e88410b2317b0c62ae7120548268e87c875))
|
|
227
|
+
* clear skip op/ed related chapter events on content change ([541e24c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/541e24cb2c04b2d54b10e2130e5afe871722b9f3))
|
|
228
|
+
* close related line on content change ([509c19d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/509c19df99d546a3402f09add100dc260c9a8b7e))
|
|
229
|
+
* disable autoPlayPromp temporarily for player v2.6.0 ([6915008](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6915008145e72468a8c56a063b23df6094b4d9a0))
|
|
230
|
+
* dispatch chapter events without using chapter seekbar / list ([2d67542](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2d675429bdbe9cc94d9a3de852df2ce25ec96b9e))
|
|
231
|
+
* fix typo and downgrade react to fit saku-web ([8ef8985](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8ef8985c33d521e051fa7859403ae55009e8fadc))
|
|
232
|
+
* get duration again for playlog ([2efbdd3](https://gitlab.kkinternal.com/kks-web/blahaj/commit/2efbdd3264221a7cc2281c37056561643402a4f0))
|
|
233
|
+
* handle case related line doesn't exist ([b870fe0](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b870fe0b866e2952b4778811f8d25038057bd9f9))
|
|
234
|
+
* handle the case related line open after playing next ([fa2f2b5](https://gitlab.kkinternal.com/kks-web/blahaj/commit/fa2f2b571a8fa0f8f4df0ab89ec08164c7c03902))
|
|
235
|
+
* no seeked event for initial play position ([20a6b49](https://gitlab.kkinternal.com/kks-web/blahaj/commit/20a6b49fa35d26a695804049ca2cce6d2caf9206))
|
|
236
|
+
* pass chapters for skip related events ([aeced2a](https://gitlab.kkinternal.com/kks-web/blahaj/commit/aeced2a7860181295aad0ab097ba3259d4b0543b))
|
|
237
|
+
* **player:** [ST-10135] hide recommendation panel when player status is autoplay-next ([a65f215](https://gitlab.kkinternal.com/kks-web/blahaj/commit/a65f21586a7e1c32464eea25c70dae7882d6c900))
|
|
238
|
+
* **player:** [ST-10177] invariant style violation error ([04ba558](https://gitlab.kkinternal.com/kks-web/blahaj/commit/04ba558cd2f2e5c1cfde46e6f023b70de37db5f5))
|
|
239
|
+
* **player:** compile error ([5d95cf9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5d95cf99d18c6a340443c0bae7e1fe58dafa0e2f))
|
|
240
|
+
* **player:** export problem of blendvision/player ([d4a64e8](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d4a64e89f60cd5f166f2040e2a8cd92fda1e4dbb))
|
|
241
|
+
* **player:** hide control panel when recommendation up ([e499ad9](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e499ad9f6bae2dc853e8d72cc2b43ed24a2e83d3))
|
|
242
|
+
* **player:** prevent video displaying in two tabs ([0fdbc36](https://gitlab.kkinternal.com/kks-web/blahaj/commit/0fdbc363c6928dc02c232ce9b82ee592862b6348))
|
|
243
|
+
* **player:** remove amplitude log setting ([51db86f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/51db86f6e1e1358faa5aaea4d8b2f1ea49d27994))
|
|
244
|
+
* **player:** saku amplitude issues ([a289b70](https://gitlab.kkinternal.com/kks-web/blahaj/commit/a289b70d1c28bd5248419b4f0501b85f4b03546b))
|
|
245
|
+
* **player:** show skip button correctly and release 0.3.1 ([e36a633](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e36a633f83f33d1bacb88248d1ab267bdf573658))
|
|
246
|
+
* **player:** ST-10039, ST-9990 related line auto disappear when clicked ([6f5ebdd](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6f5ebddedffcd65b2a341fe3b1d2491fa0ba1eaf))
|
|
247
|
+
* **player:** ST-10096 live time format ([e39780d](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e39780d2e49545cbfad956957742228ac6927716))
|
|
248
|
+
* **playlog:** duration for began event ([b2ff1f4](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b2ff1f48dca6d0a8861dfb9c08653c10215b4962))
|
|
249
|
+
* **playlog:** duration for initial event ([6dc561b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6dc561b2750d612baab8b68c18c23ded8fce4e55))
|
|
250
|
+
* **playlog:** ignore negative played time ([b3aac55](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b3aac55cbc6df3b5a815b90152a37a4cd945fa63))
|
|
251
|
+
* **playlog:** send events when channel program change ([b1450e6](https://gitlab.kkinternal.com/kks-web/blahaj/commit/b1450e612db0c2293378ab2252cfde08fa231188))
|
|
252
|
+
* pop related line at end ([5213cca](https://gitlab.kkinternal.com/kks-web/blahaj/commit/5213cca56a14138845fe6f8658f4ffa0591cf1fa))
|
|
253
|
+
* prevent override of onPlayerLoaded ([65c5634](https://gitlab.kkinternal.com/kks-web/blahaj/commit/65c563427c84b05c939e29639d719f482a2928ad))
|
|
254
|
+
* remove extra cast load ([1f1af33](https://gitlab.kkinternal.com/kks-web/blahaj/commit/1f1af33cfc9b7eb163f8d3c7f9a104ce4e0f7d32))
|
|
255
|
+
* remove saku unused common properties and update version number ([51b5da0](https://gitlab.kkinternal.com/kks-web/blahaj/commit/51b5da00615daf77826a5c4275330d801d7e46ed))
|
|
256
|
+
* retry ended linear channel ([125436e](https://gitlab.kkinternal.com/kks-web/blahaj/commit/125436eb9bede9468ee9d112ab9733f9d96d22a2))
|
|
257
|
+
* ST-10135 and push v0.3.11 ([8640538](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8640538d7ceb867636f374c85e94c9ad7f9e560c))
|
|
258
|
+
* start / end log events ([cbfdbed](https://gitlab.kkinternal.com/kks-web/blahaj/commit/cbfdbed0e069cf3b820b6722520c07e3a4a85b3b))
|
|
259
|
+
* update blahaj version to v0.3.71 ([6299344](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6299344720f8da3c46e797d5438d75acd49d4139))
|
|
260
|
+
* update blahaj version to v0.3.72 ([9c83927](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9c83927250ea1f607c855ecbef059b704b070163))
|
|
261
|
+
* update blahaj version to v0.3.74 ([c6dd359](https://gitlab.kkinternal.com/kks-web/blahaj/commit/c6dd3597b3785c431a85dec2ed1fa7df4ece08d0))
|
|
262
|
+
* update blendvision to 2.9.6 ([8de856f](https://gitlab.kkinternal.com/kks-web/blahaj/commit/8de856f8fc379942857bcc05e1d088e3b0b4a712))
|
|
263
|
+
* update blendvision to v2.9.7 ([bac1c4b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/bac1c4bc756e8833935592a121585c46e49dcafd))
|
|
264
|
+
* update blendvision version to v2.9.8 ([e801a6c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/e801a6c559c6b7939ab7c520d467c301224be34b))
|
|
265
|
+
* update play-craft to v2.9.4 to resolve ST-10751 ([922f823](https://gitlab.kkinternal.com/kks-web/blahaj/commit/922f823a1d89f3828a1bfe9bcb3d12616c3b8c50))
|
|
266
|
+
* upgrade @blendvision/player to 2.9.0-canary.30, replace timeline ([ea6a49c](https://gitlab.kkinternal.com/kks-web/blahaj/commit/ea6a49c1bc25d2d88ee1bfc8652c26aae694fe09))
|
|
267
|
+
* upgrade playcraft to 2.9.0-canary.56 ([d8fc724](https://gitlab.kkinternal.com/kks-web/blahaj/commit/d8fc72496bc8871a8c15414e650023c2c34d93c2))
|
|
268
|
+
* use onCast to make casting successfully ([0205e59](https://gitlab.kkinternal.com/kks-web/blahaj/commit/0205e5928ef4c0840c7cfb48f18e02e650bc9633))
|
|
269
|
+
|
|
270
|
+
### [0.3.83](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.82...v0.3.83) (2025-04-17)
|
|
271
|
+
|
|
272
|
+
### [0.3.82](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.81...v0.3.82) (2025-04-16)
|
|
273
|
+
|
|
274
|
+
### [0.3.81](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.80...v0.3.81) (2025-03-07)
|
|
275
|
+
|
|
276
|
+
### [0.3.80](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.79...v0.3.80) (2025-03-04)
|
|
277
|
+
|
|
278
|
+
### [0.3.78](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.77...v0.3.78) (2025-02-19)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Bug Fixes
|
|
282
|
+
|
|
283
|
+
* **playlog:** duration for initial event ([6dc561b](https://gitlab.kkinternal.com/kks-web/blahaj/commit/6dc561b2750d612baab8b68c18c23ded8fce4e55))
|
|
284
|
+
|
|
285
|
+
### [0.3.77](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.76...v0.3.77) (2025-02-17)
|
|
286
|
+
|
|
287
|
+
### [0.3.76](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.75...v0.3.76) (2025-02-10)
|
|
288
|
+
|
|
289
|
+
### [0.3.75](https://gitlab.kkinternal.com/kks-web/blahaj/compare/v0.3.74...v0.3.75) (2025-02-10)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* [ST-11881] avoid extra seek / log events when recovering a playback session ([9b698ec](https://gitlab.kkinternal.com/kks-web/blahaj/commit/9b698ec7d2776072f5a6623d758b4234110e8860))
|
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
## How to Release New Version of Player to npm
|
|
3
|
+
|
|
4
|
+
1. Stand on the branch Ex: `saku-player`
|
|
5
|
+
2. update the _blahaj_'s version in `package.json`
|
|
6
|
+
3. git **commit** and **push** the new changes
|
|
7
|
+
4. git **tag** the version and **push** to remote
|
|
8
|
+
5. go to Gitlab pipeline page, press the play button to trigger the pushing to npm script
|
|
9
|
+
6. go to NPM to check the publishment status: https://www.npmjs.com/package/blahaj-player
|
|
10
|
+
|
|
11
|
+
{width=60%}
|
|
12
|
+
|
|
13
|
+
## player developing tip
|
|
14
|
+
|
|
15
|
+
Run these scripts in devtool
|
|
16
|
+
|
|
17
|
+
```js
|
|
18
|
+
localStorage.setItem('ENV_CHECK', 'none');
|
|
19
|
+
localStorage.setItem(
|
|
20
|
+
'DRM_PROTAL_URL',
|
|
21
|
+
'https://stag-jon-restful.kkstream.tech/'
|
|
22
|
+
);
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
to disable DRM functionality
|