Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudinary/cloudinary-video-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: cloudinary/cloudinary-video-player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 5 contributors

Commits on Jun 4, 2026

  1. fix: report hdr source option in internal analytics (#1053)

    * fix: report hdr source option in internal analytics
    
    The hdr field used hasConfig() (lodash isEmpty) which always returns
    null for booleans, so it was filtered out and never sent. Report the
    boolean directly instead.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    
    * fix: report analytics and download source options in internal analytics
    
    Same hasConfig() (lodash isEmpty) bug as hdr: both are booleans that
    always collapsed to null and were filtered out, so they were never sent.
    Report the boolean directly instead.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    tsi and claude authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    4a5b5b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. ci: specify chrome browser installation for Playwright (#1055)

    * ci: specify chrome browser installation for Playwright
    
    * ci: specify chrome browser installation for Playwright
    
    * ci: specify chrome browser installation for Playwright
    
    * ci: specify chrome browser installation for Playwright
    
    * ci: specify chrome browser installation for Playwright
    
    * ci: specify chrome browser installation for Playwright
    
    * ci: specify chrome browser installation for Playwright
    refael-m authored Jun 7, 2026
    Configuration menu
    Copy the full SHA
    b10093c View commit details
    Browse the repository at this point in the history
  2. chore: release v4.0.3 (#1054)

    Co-authored-by: cloudinary-bot <cloudinary-bot@users.noreply.github.com>
    cloudinary-jenkins and cloudinary-bot authored Jun 7, 2026
    Configuration menu
    Copy the full SHA
    6f61c28 View commit details
    Browse the repository at this point in the history
Loading