@kkcompany/player 2.25.0-canary.20 → 2.25.0-canary.22

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 CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
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
4
 
5
+ ## [2.25.0-canary.22](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.21...v2.25.0-canary.22) (2026-01-12)
6
+
7
+
8
+ ### Features
9
+
10
+ * close menu when playback is end ([5905f26](https://gitlab.kkinternal.com/playback/web-playcraft/commit/5905f2631b1551b50e08f9b9928d318163b1ce8d))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * language code for text track off needs less special handling ([e81a4ed](https://gitlab.kkinternal.com/playback/web-playcraft/commit/e81a4edc5ba135f58c5765e000cfb9ac8811aedd))
16
+
17
+ ## [2.25.0-canary.21](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.20...v2.25.0-canary.21) (2026-01-06)
18
+
19
+
20
+ ### Features
21
+
22
+ * enable blank tap to play/pause for touch input ([f2eaec8](https://gitlab.kkinternal.com/playback/web-playcraft/commit/f2eaec8e48d3def5293945187b656a4a609eb6fd))
23
+
5
24
  ## [2.25.0-canary.20](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.19...v2.25.0-canary.20) (2026-01-02)
6
25
 
7
26
  ## [2.25.0-canary.19](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.9.20...v2.25.0-canary.19) (2025-12-19)
package/dist/core.mjs CHANGED
@@ -37,7 +37,7 @@ const waitFor = (check, handler) => {
37
37
  function getVersion() {
38
38
  try {
39
39
  // eslint-disable-next-line no-undef
40
- return "2.25.0-canary.20";
40
+ return "2.25.0-canary.22";
41
41
  } catch (e) {
42
42
  return undefined;
43
43
  }