Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update edge from master #791

Closed
wants to merge 55 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e9a369d
fix: publish
tsi Jan 3, 2024
363aea6
chore(master): release 1.10.5
github-actions[bot] Jan 3, 2024
7968a61
Update CHANGELOG.md
tsi Jan 3, 2024
feb8f06
Merge pull request #511 from cloudinary/release-please--branches--mas…
tsi Jan 3, 2024
3e4a429
Merge branch 'master' into edge-1.10.6
tsi Feb 13, 2024
6b7ae3f
Merge pull request #554 from cloudinary/edge-1.10.6
tsi Feb 13, 2024
edcc655
fix: update CHANGELOG.md (#555)
tsi Feb 13, 2024
00cdf07
chore(master): release 1.10.6 (#556)
cloudinary-jenkins Feb 13, 2024
2915691
Update Master (#579)
cloudinary-jenkins Mar 17, 2024
f6e5871
chore: update master (#580)
cloudinary-jenkins Mar 17, 2024
a6da706
chore: update master (#581)
cloudinary-jenkins Mar 17, 2024
da08ef2
chore(master): release 1.11.0 (#582)
cloudinary-jenkins Mar 17, 2024
efbee25
fix: styled subtitles browser compatibility (#576)
cloudinary-jenkins Mar 19, 2024
f5582fa
chore(master): release 1.11.1 (#586)
cloudinary-jenkins Mar 19, 2024
cca439b
perf!: default export to be base videoPlayer
tsi Apr 14, 2024
acf3e86
chore(master): release 2.0.0 (#618)
cloudinary-jenkins Apr 14, 2024
1fe0f01
chore: update master (#621)
tsi Apr 16, 2024
174ee48
fix: undeprecate Cloudinary.new() (ONCALL-3380) (#619)
tsi Apr 16, 2024
20f0b74
Merge branch 'master' of github.com:cloudinary/cloudinary-video-player
tsi Apr 16, 2024
5bedf61
chore(master): release 2.0.1 (#623)
cloudinary-jenkins Apr 16, 2024
323492f
chore: Update master (#633)
tsi May 9, 2024
a7bbdab
chore(master): release 2.0.2 (#634)
cloudinary-jenkins May 9, 2024
6d58ee1
Merge branch 'edge'
tsi Jun 10, 2024
d5f7a77
Merge branch 'edge'
tsi Jun 10, 2024
1b04cc8
fix: handle live streams (#641)
tsi Jun 10, 2024
694b8e4
Update package.json
tsi Jun 10, 2024
502d3a6
Update package-lock.json
tsi Jun 10, 2024
0232583
Update CHANGELOG.md
tsi Jun 10, 2024
0d40227
Update package-lock.json
tsi Jun 10, 2024
fd3f6a4
Update package.json
tsi Jun 10, 2024
3e1cad5
chore(master): release 2.0.3 (#657)
cloudinary-jenkins Jun 16, 2024
2202cf2
Master edge merge (#660)
jakub-roch Jun 17, 2024
ac69bbb
fix: use videojs events & re-trigger to analytics package with custom…
jakub-roch Jun 17, 2024
6efe946
Merge branch 'master' of github.com:cloudinary/cloudinary-video-player
tsi Jun 17, 2024
9d65e18
chore(master): release 2.0.4 (#661)
cloudinary-jenkins Jun 17, 2024
d9b6251
chore: update master (#681)
github-actions[bot] Jul 15, 2024
799ea72
chore(master): release 2.0.5 (#682)
cloudinary-jenkins Jul 15, 2024
2aba293
chore: update master (#691)
github-actions[bot] Aug 21, 2024
3af5c2f
chore(master): release 2.1.0 (#694)
cloudinary-jenkins Aug 26, 2024
63e06a9
Merge edge to master1 (#729)
jakub-roch Nov 4, 2024
5807863
fix: edge to master (#730)
jakub-roch Nov 5, 2024
e159b38
chore(master): release 2.1.1 (#731)
cloudinary-jenkins Nov 6, 2024
b163910
chore: update master (#751)
github-actions[bot] Dec 9, 2024
b408157
Merge branch 'master' into update-master-from-edge
tsi Dec 9, 2024
d5ccac5
Merge pull request #752 from cloudinary/update-master-from-edge
tsi Dec 9, 2024
a0a2598
feat: support srt subtitle format (#743)
github-actions[bot] Dec 9, 2024
4782d7c
chore: versioning
tsi Dec 9, 2024
62b2f52
feat: support srt subtitle format (#743)
github-actions[bot] Dec 9, 2024
4b69cc0
feat: support srt subtitle format (#743)
github-actions[bot] Dec 9, 2024
69dceed
chore(master): release 2.2.0 (#760)
cloudinary-jenkins Dec 9, 2024
e0e803e
feat: support srt subtitle format (#743)
github-actions[bot] Jan 7, 2025
071aace
chore(master): release 2.3.0 (#789)
cloudinary-jenkins Jan 7, 2025
70691ea
Merge remote-tracking branch 'origin/master' into edge
tsi Jan 8, 2025
de3083b
chore: e2e remove old ESM external example
tsi Jan 8, 2025
63163ca
chore: cleanup
tsi Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: publish
  • Loading branch information
tsi authored Jan 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e9a369d2a5c5b11c7e1cc2d3dafc1b504d9e1f5a
1 change: 1 addition & 0 deletions .github/workflows/release-edge.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ jobs:
with:
release-type: node
release-as: ${{ steps.calculate-edge-version.outputs.next-edge }}
default-branch: ${{ github.ref_name }}

# The logic below handles the npm publication:
- uses: actions/setup-node@v4
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ jobs:
id: release
with:
release-type: node
default-branch: ${{ github.ref_name }}

# The logic below handles the npm publication:
- uses: actions/checkout@v4
147 changes: 138 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,151 @@
# Changelog

1.10.4 / 2023-12-19
## [1.10.5-edge.12](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.11...v1.10.5-edge.12) (2024-01-03)


### Bug Fixes

* github actions deploy workflows ([5185b57](https://github.com/cloudinary/cloudinary-video-player/commit/5185b5751c92aaeff0053547dc9f234fac7b2abd))

## [1.10.5-edge.11](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.10...v1.10.5-edge.11) (2024-01-02)


### Bug Fixes

* purge-jsdelivr-cache ([2f8bb94](https://github.com/cloudinary/cloudinary-video-player/commit/2f8bb94c1207bb991fd4e5b0603409b76a2e7723))

## [1.10.5-edge.10](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.9...v1.10.5-edge.10) (2024-01-02)


### Bug Fixes

* slack notifications ([e44663d](https://github.com/cloudinary/cloudinary-video-player/commit/e44663ddacde7750ef7e6e37f6f5f8167f025ef8))

## [1.10.5-edge.9](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.8...v1.10.5-edge.9) (2023-12-31)


### Bug Fixes

* notify ([8b55411](https://github.com/cloudinary/cloudinary-video-player/commit/8b55411c4c8b833d85724453eec50966d6763c77))

## [1.10.5-edge.8](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.7...v1.10.5-edge.8) (2023-12-31)


### Bug Fixes

* notify ([67903db](https://github.com/cloudinary/cloudinary-video-player/commit/67903db547d255ae20cc4dcdbe8ce04f16c35702))

## [1.10.5-edge.7](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.6...v1.10.5-edge.7) (2023-12-31)


### Bug Fixes

* unpublish ([cb47571](https://github.com/cloudinary/cloudinary-video-player/commit/cb4757167e247452bc2e68fd5c7127eefee9c652))

## [1.10.5-edge.6](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.5...v1.10.5-edge.6) (2023-12-31)


### Bug Fixes

* publish ([14c42fd](https://github.com/cloudinary/cloudinary-video-player/commit/14c42fdacaefbef537306daf061111785150b383))

## [1.10.5-edge.5](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.4...v1.10.5-edge.5) (2023-12-31)


### Bug Fixes

* release & unpublish ([03932d5](https://github.com/cloudinary/cloudinary-video-player/commit/03932d5bc5f1e5dcf97788e67d23f3d40c8654a5))

## [1.10.5-edge.4](https://github.com/cloudinary/cloudinary-video-player/compare/v1.10.5-edge.3...v1.10.5-edge.4) (2023-12-28)


### Bug Fixes

* actions ([20067c3](https://github.com/cloudinary/cloudinary-video-player/commit/20067c303879e89d5b2648399dd3b2ff42ab0f8d))
* echo ([2212fdf](https://github.com/cloudinary/cloudinary-video-player/commit/2212fdfe13c9480bc9015686f2b89e4d78f67853))
* fetch-latest-release ([326853f](https://github.com/cloudinary/cloudinary-video-player/commit/326853f7c5ded10e57511e6b6f4a8dd8480d9e23))
* publish ([ddfe32c](https://github.com/cloudinary/cloudinary-video-player/commit/ddfe32c2648880b7af09ffe508692f6d887c23d3))
* release ([b1837a4](https://github.com/cloudinary/cloudinary-video-player/commit/b1837a4ec722f7e85a39a01a5828ff095b412bce))
* test ([8786e38](https://github.com/cloudinary/cloudinary-video-player/commit/8786e381f7784e918e5b177992724d4788b9d14c))
* test prerelease ([2d1ed4c](https://github.com/cloudinary/cloudinary-video-player/commit/2d1ed4c29719e09b765718e8d9ef01e3db223252))
* testing release ([de955e7](https://github.com/cloudinary/cloudinary-video-player/commit/de955e784c20e091a18245b28d73d787ef9f416d))
* Update CHANGELOG.md ([d0e1f19](https://github.com/cloudinary/cloudinary-video-player/commit/d0e1f1979fb2d71578007078cdd46b1ab79f922e))
* Update CHANGELOG.md ([743b0d8](https://github.com/cloudinary/cloudinary-video-player/commit/743b0d8ccfdbd8e6f09d01fb31a4f89f952e13fa))
* Update index.js ([7d6a9fa](https://github.com/cloudinary/cloudinary-video-player/commit/7d6a9faf99359b32f1df238d9ac8305db70252a6))
* Update index.js ([805797a](https://github.com/cloudinary/cloudinary-video-player/commit/805797a9117461b129c902d1315b6f0f6891ad65))
* version ([d56d2c0](https://github.com/cloudinary/cloudinary-video-player/commit/d56d2c00c09c33ad4b3ca7505061b47779249da1))
* versioning ([1d63b92](https://github.com/cloudinary/cloudinary-video-player/commit/1d63b926fb179b55e8277e9c4d25786875c0a995))

## [1.10.5-edge.3](https://github.com/cloudinary/cloudinary-video-player/compare/1.10.4-edge.3...v1.10.5-edge.3) (2023-12-27)


* default template ([0b04300](https://github.com/cloudinary/cloudinary-video-player/commit/0b043004539cc3040eca8bdf44afdd442309d187))

1.10.4-edge.3 / 2023-12-19
==================

* feat: styled text tracks (subtitles & captions)
* fix: caching of auto chapters VTT files
fix: Remove caching of auto chapters VTT files


1.10.3 / 2023-12-17
==================

* feat: paced subtitles (transcript)
* feat: chapters - get vtt file by naming convention
* fix: Wave a11y errors
* fix: default streaming_profile for ABR streams from none to auto
* fix: add missing params to internal-analytics
fix: styled-subtitles to use x/y box

1.10.4-edge.1 / 2023-12-17
==================

feat: styled text tracks (subtitles & captions)

1.10.3-edge.9 / 2023-12-17
==================

fix: ME-6001 Wave a11y errors

1.10.3-edge.8 / 2023-12-17
==================

fix: Safari issue with programmatically created RemoteTextTracks

1.10.3-edge.7 / 2023-12-15
==================

- chapters: true flag for vtt file by naming convention

1.10.3-edge.6 / 2023-12-12
==================

fix: pacedTranscript init

1.10.3-edge.5 / 2023-12-06
==================


1.10.3-edge.4 / 2023-12-06
==================


1.10.3-edge.3 / 2023-12-04
==================

feat: paced subtitles (transcript)

1.10.3-edge.2 / 2023-11-30
==================

fix: default streaming_profile for ABR streams from none to auto

1.10.3-edge.1 / 2023-11-30
==================

* fix: add missing internal-analytics

1.10.3-edge.0 / 2023-11-05
==================



1.10.2 / 2023-11-05
1.10.2-edge.4 / 2023-11-01
==================

* fix: ES build default export
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-video-player",
"version": "1.10.4",
"version": "1.10.5-edge.12",
"description": "Cloudinary Video Player",
"author": "Cloudinary",
"license": "MIT",