Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yairans committed Aug 5, 2020
1 parent 3060697 commit 5f81c02
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Change Log
# Changelog

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.

## [1.2.0](https://github.com/kaltura/playkit-js-visibility/compare/v1.1.0...v1.2.0) (2020-08-05)


### Bug Fixes

* **FEC-10351:** possible to drag floating player out of screen boundaries ([#13](https://github.com/kaltura/playkit-js-visibility/issues/13)) ([65b56c1](https://github.com/kaltura/playkit-js-visibility/commit/65b56c1))
* **FEC-10355:** floating poster is much bigger than video size ([#14](https://github.com/kaltura/playkit-js-visibility/issues/14)) ([159144d](https://github.com/kaltura/playkit-js-visibility/commit/159144d))


### Features

* **FEC-10057:** move the plugin manager to kaltura player ([#12](https://github.com/kaltura/playkit-js-visibility/issues/12)) ([3060697](https://github.com/kaltura/playkit-js-visibility/commit/3060697))
* **FEC-10079:** as a end user I would like to be able to drag to reposition floating player ([#9](https://github.com/kaltura/playkit-js-visibility/issues/9)) ([4d66553](https://github.com/kaltura/playkit-js-visibility/commit/4d66553))
* **FEC-10081:** as a front end developer I would like to be able to be notified via events when floating player is toggled on/off ([#10](https://github.com/kaltura/playkit-js-visibility/issues/10)) ([41c9f52](https://github.com/kaltura/playkit-js-visibility/commit/41c9f52))
* **FEC-10290:** upgrade NPM packages ([#11](https://github.com/kaltura/playkit-js-visibility/issues/11)) ([f8e4df8](https://github.com/kaltura/playkit-js-visibility/commit/f8e4df8))



<a name="1.1.0"></a>
# 1.1.0 (2020-07-07)

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-visibility",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/playkit-visibility.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 5f81c02

Please sign in to comment.