Skip to content

Latest commit

 

History

History
287 lines (124 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

287 lines (124 loc) · 12.7 KB

1.13.4 (2024-03-15)

Bug Fixes

  • don't flash default controls when using custom interactive player controls (#33) (275141f)

1.13.3 (2024-03-08)

Bug Fixes

  • livery-bridge-interactive: remove test string from interactive auth value (90529b5)

1.13.2 (2024-03-08)

Bug Fixes

  • livery-bridge-interactive: show interactive auth value as pre-formatted text (f643e84)

1.13.1 (2024-03-08)

Bug Fixes

  • livery-bridge-interactive: show interactive auth value (44ae984)

1.13.0 (2024-03-08)

Features

  • InteractiveBridge: add handleAuth callback option (#32) (4b377c2)

1.12.6 (2024-02-29)

Bug Fixes

  • add volume to features registry and note it as required for setVolume (c61d8e6)
  • MockPlayerBridge: add volume to features here as well (095c9f6)

1.12.5 (2024-02-27)

Bug Fixes

  • make config and qualities values consistently required (#31) (a6da5ed)

1.12.4 (2024-02-26)

Bug Fixes

  • docs: update to new InteractiveBridge target and typedoc usage (a4ac700)

1.12.3 (2024-02-26)

Bug Fixes

  • replace use of tsdocs.dev by typedoc generated markdown (#30) (912924f)

1.12.2 (2024-02-13)

Bug Fixes

  • InteractiveBridge: update tsdoc: getPlayback and subscribeMode don't require features scrubber (f24c00c)

1.12.1 (2024-02-13)

Bug Fixes

1.12.0 (2024-02-13)

Features

  • add setVolume command and replace subscribeMuted by subscribeVolume (#29) (f9747df)

1.11.5 (2024-02-09)

Bug Fixes

  • allow NaN values in PlaybackDetails, replace zod-validation-error by own (5f2dda9)

1.11.4 (2024-02-09)

Bug Fixes

  • use zod-validation-error to produce human readable errors (e54ae9d)

1.11.3 (2024-02-09)

Bug Fixes

  • change streamPhases type to array of tuples, use humanStringify (#28) (58c51fe)

1.11.2 (2024-02-09)

Bug Fixes

  • typo in the subscribeStalled reducer (#27) (4b3d61b)

1.11.1 (2024-02-05)

Bug Fixes

  • keys of Config.streamPhases are string not number (d4262a9)

1.11.0 (2024-02-05)

Features

  • interactive-bridge: add interactive player controls support (#25) (f07e911)

1.10.0 (2024-01-29)

Features

  • update dependencies (Lit v3, etc) (#26) (f5ecd8f)

1.9.3 (2024-01-29)

Bug Fixes

  • docs: fix and improve documentation for use from tsdocs.dev (69c608b)

1.9.2 (2023-10-12)

Bug Fixes

  • support loading interactive-bridge multiple times (#24) (30b0bb4)

1.9.1 (2023-10-05)

Bug Fixes

  • update lit v2.8.0 and browsers list (004451a)

1.9.0 (2023-08-03)

Features

  • livery-bridge-element: add support for region and tenantId (#23) (1ffb945)

1.8.3 (2023-07-21)

Bug Fixes

  • rename LiveryInteractive to LiveryBridgeInteractive to avoid conflicts (a4de0d4)

1.8.2 (2023-07-21)

Bug Fixes

  • add direct bridge support to LiveryBridgeLog and add LiveryInteractive and LiveryBridgeMock elements (#22) (a98d64b)

1.8.1 (2023-07-14)

Bug Fixes

  • AbstractPlayerBridge: make subscribeFullscreen() abstract and update subscribeOrientation (5b226f5)

1.8.0 (2023-07-14)

Features

  • add support for target: AbstractPlayerBridge argument to InteractiveBridge (#21) (40e600e)

1.7.0 (2023-04-07)

Features

  • interactive-bridge: add 'getLiveryParams' command (#20) (9fee27f)

1.6.2 (2021-12-14)

Bug Fixes

  • have semantic-release publish to npm this time (0395eff)

1.6.1 (2021-12-14)

Bug Fixes

  • update to TypeScript v4.5.4, lit v2.0.2, @web/dev-server, @web/test-runner, etc. (7922ccf)

1.6.0 (2021-10-11)

Features

  • interactive-bridge: add support for various analytics values (#8) (17fa338)

1.5.0 (2021-09-07)

Features

  • move and rename to liveryvideo/interactive-bridge (c03b3e4)

1.4.0 (2021-04-22)

Features

  • demo: register default "test" custom interactive command (4f2ab73)

1.3.0 (2021-04-15)

Features

  • interactive-bridge: add better custom command method names (ecce00d)

1.2.2 (2021-04-13)

Bug Fixes

  • export Orientation and StreamPhase types (2e8f47b)

1.2.1 (2021-04-13)

Bug Fixes

  • livery-bridge: remove setTargetOrigin (6ff55db)

1.2.0 (2021-03-31)

Features

  • livery-bridge: add setTargetOrigin method (a836dee)

1.1.2 (2021-03-26)

Bug Fixes

  • livery-bridge: fix version check only accepting identical versions (8588c49)

1.1.1 (2021-03-18)

Bug Fixes

  • livery-bridge-log: fix text wrapping (7675996)

1.1.0 (2021-03-18)

Features

  • livery-bridge-log: add livery-bridge-log element for debugging (c9eb820)

1.0.0 (2021-03-18)

Bug Fixes

  • LiveryBridge: add listener support to handler side (bc8ad03)