Skip to content

Commit

Permalink
chore(release): 0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Nov 10, 2021
1 parent ff40c3f commit e82536d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [0.75.0](https://github.com/kaltura/playkit-js/compare/v0.74.4...v0.75.0) (2021-11-10)


### Bug Fixes

* **FEC-11586:** [Player, Safari] The 'FF' (Fast forward) seek button is flashing time to time in player due to getting different values from 'isOnLiveEdge' parameter ([#611](https://github.com/kaltura/playkit-js/issues/611)) ([2d87557](https://github.com/kaltura/playkit-js/commit/2d87557))
* **FEC-11611:** Pass the program ID when sending a bookmark ([#615](https://github.com/kaltura/playkit-js/issues/615)) ([ff40c3f](https://github.com/kaltura/playkit-js/commit/ff40c3f)), closes [kaltura/playkit-js-providers#155](https://github.com/kaltura/playkit-js/issues/155) [kaltura/playkit-js-ott-analytics#64](https://github.com/kaltura/playkit-js/issues/64) [kaltura/kaltura-player-js#504](https://github.com/kaltura/playkit-js/issues/504) [kaltura/kaltura-player-js#503](https://github.com/kaltura/playkit-js/issues/503)
* **FEC-11645:** id3 metadata doesn't fired when streaming with captions ([#614](https://github.com/kaltura/playkit-js/issues/614)) ([a0853ac](https://github.com/kaltura/playkit-js/commit/a0853ac))
* **FEC-11655:** System highlights 2 options (captions) after clicking the "Change media" button on Safari ([#612](https://github.com/kaltura/playkit-js/issues/612)) ([ef16680](https://github.com/kaltura/playkit-js/commit/ef16680)), closes [/github.com/kaltura/playkit-js/blob/master/src/engines/html5/media-source/adapters/native-adapter.js#L696](https://github.com/kaltura/playkit-js/issues/L696) [/github.com/kaltura/playkit-js/blob/master/src/track/external-captions-handler.js#L118](https://github.com/kaltura/playkit-js/issues/L118) [/github.com/kaltura/playkit-js/blob/master/src/player.js#L2414](https://github.com/kaltura/playkit-js/issues/L2414)


### Features

* **FEC-11666:** Primary + Redirect token reports ([#613](https://github.com/kaltura/playkit-js/issues/613)) ([88f13b0](https://github.com/kaltura/playkit-js/commit/88f13b0))



### [0.74.4](https://github.com/kaltura/playkit-js/compare/v0.74.3...v0.74.4) (2021-10-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/playkit-js",
"version": "0.74.4",
"version": "0.75.0",
"main": "dist/playkit.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit e82536d

Please sign in to comment.