Skip to content

3.4.4

Choose a tag to compare

@rafa8626 rafa8626 released this 07 Jul 20:16
· 145 commits to master since this release

May 26, 2026

@openplayerjs/core@3.4.4

Bug Fixes

  • [core] Added conditional to avoid loading source when preload is none; fixes #562 (48ed8b1) @rafa8626

@openplayerjs/hls@3.4.4

Version Bump

  • Version bump to stay in sync with @openplayerjs/core@3.4.4

@openplayerjs/ads@3.4.4

Bug Fixes

  • [deps] update dependency @dailymotion/vast-client to v6.4.5 (#557) @renovate[bot]

@openplayerjs/youtube@3.4.4

Version Bump

  • Version bump to stay in sync with @openplayerjs/core@3.4.4

General

Features

  • [repo] Added new GitHub Action to publish packages without access tokens (4511cd1) @rafa8626

Bug Fixes

  • [repo] Fixed release scripts to write CHANGELOG file correctly on each release, even per package (96b6ada) @rafa8626
  • [player] Set flag to reset current time and dispatched event in play button when setting source; fixes #567 (9f42e64) @rafa8626
  • [player] Fixed script to add CHANGELOG when releasing a version; added missing command to update stylesheet in player before release (45932b4) @rafa8626
  • [repo] Fixed orchestrator script to avoid overriding versions (c899f29) @rafa8626

Chores