@playkit-js/playkit-js-ui 0.70.1-canary.eba00e0 → 0.70.1
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 +2 -1
- package/dist/playkit-ui.js +1 -1
- package/dist/playkit-ui.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,13 @@
|
|
|
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
|
-
### [0.70.1
|
|
5
|
+
### [0.70.1](https://github.com/kaltura/playkit-js-ui/compare/v0.70.0...v0.70.1) (2022-02-16)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **FEC-11886:** unable to remove SeekBarPlaybackContainer from player ([#653](https://github.com/kaltura/playkit-js-ui/issues/653)) ([71f5934](https://github.com/kaltura/playkit-js-ui/commit/71f5934))
|
|
11
|
+
* **FEC-11922:** Live indicator on progress bar skips back and forward ([#659](https://github.com/kaltura/playkit-js-ui/issues/659)) ([d7ebec9](https://github.com/kaltura/playkit-js-ui/commit/d7ebec9))
|
|
11
12
|
* **FEC-11933:** if seek with the mouse, the scrubber position doesn't match with the cursor ([#658](https://github.com/kaltura/playkit-js-ui/issues/658)) ([eba00e0](https://github.com/kaltura/playkit-js-ui/commit/eba00e0))
|
|
12
13
|
|
|
13
14
|
|