Skip to content

1.19.0 (2024-09-05)

Features

1.18.2 (2024-06-05)

Bug Fixes

  • remove es6-object-assign polyfill (2555706)

1.18.1 (2024-05-31)

Bug Fixes

  • do not trigger error for message sent while destroying the instance (#51) (f581e9a)
  • ignore multiple player.ready (#50) (04ce92d)

1.18.0 (2024-04-09)

Features

1.17.2 (2024-03-07)

Bug Fixes

  • issues if init called multiple times (#46) (38fedc0)

1.17.1 (2024-02-15)

Bug Fixes

1.17.0 (2024-01-02)

Bug Fixes

  • use -cdn endpoints for prod accounts (#41) (42b270d)

Features

  • added setprogram function (#42) (c1f25dc)
  • override keymapping used for spatial navigation (#39) (0b71f90)

1.16.0 (2023-10-19)

Bug Fixes

  • allow fullscreen in iframe (0722cf3)

Features

1.15.6 (2023-09-04)

Bug Fixes

1.15.5 (2023-08-30)

Bug Fixes

  • add global __easeLive object for easier debugging (#33) (b7ddc29)

1.15.4 (2023-06-28)

Bug Fixes

  • update minimum browser requirements (0c8919d)

1.15.3 (2023-03-09)

Bug Fixes

1.15.2 (2022-07-06)

Bug Fixes

1.15.1 (2022-06-28)

Bug Fixes

  • emit a warning when a plugin fails to load (#27) (0fb05ff)

1.15.0 (2022-06-08)

Bug Fixes

Features

1.14.1 (2022-05-26)

Bug Fixes

  • zoid: explicitly add src attribute to iframe (66e2b9a)

1.14.0 (2022-05-16)

Features

  • use Zoid bridge from Studio server (#20) (b3fc16f)

1.13.1 (2022-03-22)

Bug Fixes

  • projectId not required if programId is set (d3e7cba)

1.13.0 (2022-03-18)

Features

1.12.2 (2022-02-21)

Bug Fixes

  • set version when reusing tag (fce2ef9)

1.12.1 (2021-09-10)

Bug Fixes

1.12.0 (2021-09-08)

Features

1.11.5 (2021-08-06)

Bug Fixes

  • xcomponent: allow clipboard read and write (b9ed797)

1.11.4 (2021-08-02)

Bug Fixes

  • xcomponent: allow camera and microphone in iframe (ce9c146)

1.11.3 (2021-06-24)

Bug Fixes

  • leak when destroying and recreating instance with same tag (a947ee9)

1.11.2 (2021-04-26)

Bug Fixes

  • migrate to public npm registry path (f5be657)

1.11.1 (2021-04-14)

Bug Fixes

1.11.0 (2021-04-12)

Bug Fixes

Features

1.10.3 (2020-03-06)

Bug Fixes

  • deps: upgrade to eventemitter2@6 (7d7c571)
  • hlsjs: make it possible to inject options/instance (0f4b36a)

1.10.2 (2019-12-20)

Bug Fixes

1.10.1 (2019-10-29)

Bug Fixes

  • jwplayer: improve jwplayer 8 support (d930854)

1.10.0 (2019-10-08)

Bug Fixes

  • xcomponent: pass through clicks while loading (ac91927)

Features

  • expose once event listener (7c156c4)

1.9.1 (2019-09-18)

Bug Fixes

  • faketime: update sync logic for position evnt (69275b3)

1.9.0 (2019-07-05)

Features

1.8.0 (2019-06-27)

Bug Fixes

  • jwplayer: send player.ready if already ready (20c9e8b)
  • jwplayer: support multiple instances (a8f82e6)
  • remove all listeners when removing bridge (073de9b)

Features

  • add destroy method to remove the bridge (98ad333)

1.7.1 (2019-06-17)

Bug Fixes

  • bridge-client: use WebViewBridge.onMessage (ffb7d29)
  • hlsjs: use frag change for timecodes (d7458af)
  • jwplayer: handle TXXX timecodes (04e9d9f)

1.7.0 (2019-06-14)

Features

  • add player.position event, use it in faketc (77aaa48)

1.6.2 (2019-05-09)

Bug Fixes

  • set jfrog publish registry to artifactory (8d513c2)

1.6.1 (2019-04-12)

Bug Fixes

  • delay app.deviceinfo to preserve ordering (eac3938)

1.6.0 (2019-03-27)

Bug Fixes

Features

1.5.0 (2019-03-26)

Bug Fixes

Features

1.4.1 (2019-03-14)

Bug Fixes

1.4.0 (2019-03-08)

Bug Fixes

Features

1.3.1 (2019-01-03)

1.3.0 (2018-09-04)

Bug Fixes

  • hlsjs: always cast timecode to int (beefd4c)

Features

  • xcomponent: upgrade to xcomponent 6.0.59 (1e97758)

1.2.0 (2018-08-30)

Features

  • hlsjs: emit player.error events (8d6e42e)
  • xcomponent: add view.init event (54bc630)

1.1.4

No changes to library, only a restructure of the documentation.

1.1.3 (2018-04-05)

Bug Fixes

  • forward all bridge events to the app (289c947)

1.1.2 (2018-04-03)

Bug Fixes

  • hlsjs: remove debug output, catch player event exceptions (93f5663)

1.1.1 (2018-04-03)

Bug Fixes

  • view: improve url generation logic (a5c1475)

1.1.0 (2018-03-27)

Features

  • xcomponent: improve lifecycle, add timeout (c6dc70f)

1.0.8 (2018-01-29)

  • hls.js plugin: emit player.ready event
  • xcomponent: allow overriding ackTimeout
  • Add object.assign polyfill for IE11, update dependencies

1.0.7 (2018-01-25)

Added

  • Include url in the view.ready event.

Bugfixes

  • xcomponent: make sure url/dimensions are updated if the tag already existed

1.0.6 (2018-01-16)

Bugfixes

  • Webapp params: fix undefined parameters being included in the generated URL.

1.0.5 (2018-01-16)

Bugfixes

  • Event dispatcher: fix unsubscribing catchall handlers ('*').

1.0.4 (2018-01-03)

Bugfixes

  • xcomponent: only create a tag once. Fixes teardown/setup issue when using the SDK in combination with hot reload.

1.0.3 (2018-01-02)

Added

  • Add support for sending in view plugin options, including dynamic tag name for using multiple SDK instances on a single page.

Bugfixes

  • xcomponent target container check fix.

1.0.2 (2017-12-21)

Added

  • Add bridge.event support for sending "fake" events over bridge, can be used for e.g. previewing/testing of events.

1.0.1 (2017-12-21)

Added

  • Provide bridgeClient in the NPM package, for integration with the Bridge SDK in Ease Live webapps.

1.0.0 (2017-12-18)

  • Initial release.