Skip to content

Latest commit

 

History

History
136 lines (53 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

136 lines (53 loc) · 5.45 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.2 (2024-05-19)

Bug Fixes

  • FEC-13893: back to video header is missing for image preset (#73) (bbd663d)

2.2.1 (2024-04-09)

2.2.0 (2024-02-25)

Features

  • FEC-13662: apply new design for dismissing floating player (#71) (ba6bdb7)

2.1.5 (2023-05-17)

Bug Fixes

  • FEC-13123: replace travis with github actions (#65) (01aa718)

2.1.4 (2023-05-07)

2.1.3 (2022-09-01)

2.1.2 (2022-08-31)

2.1.1 (2022-08-31)

Build System

  • set prerelease false (0751a51)
  • FEC-10700: Improvement for CI/CD (#36) (0d8f3a7)
  • FEC-11389: reduce builds from travis (e7e90a1)

2.1.0 (2021-01-28)

Bug Fixes

  • FEC-10709: unObserve of viewability manager was done on a null element (#25) (237801d)

Features

  • FEC-10709, FEC-10712: player visibility - Auto-pause when player is out of view, Autoplay only when player is in view (#24) (21765ac)

2.0.1 (2020-11-03)

Build System

  • remove plugins that already exist on preset-env (#21) (6d6eccc)

2.0.0 (2020-09-08)

Build System

  • FEC-10064: add automatic release notes (#19) (df040a3)

Features

  • FEC-10347: expose kaltura player as a global variable instead of UMD (#16) (3ce8706)

Tests

BREAKING CHANGES

  • FEC-10347: This package is not UMD anymore

1.2.0 (2020-08-05)

Bug Fixes

  • FEC-10351: possible to drag floating player out of screen boundaries (#13) (65b56c1)
  • FEC-10355: floating poster is much bigger than video size (#14) (159144d)

Features

  • FEC-10057: move the plugin manager to kaltura player (#12) (3060697)
  • FEC-10079: as a end user I would like to be able to drag to reposition floating player (#9) (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) (41c9f52)
  • FEC-10290: upgrade NPM packages (#11) (f8e4df8)

1.1.0 (2020-07-07)

Bug Fixes

  • FEC-10225: floating player doesn't works during pre-roll Ad (#6) (056c046)
  • FEC-10230: custom 'div' tag located over floating player (#7) (40caf98)

Features