Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,71 @@
# Changelog


## [2.3.0](https://github.com/cloudinary/cloudinary-video-player/compare/v2.2.0...v2.3.0) (2025-01-07)


### Features

* support srt subtitle format ([#743](https://github.com/cloudinary/cloudinary-video-player/issues/743)) ([e0e803e](https://github.com/cloudinary/cloudinary-video-player/commit/e0e803e22442b6f69386691dd750b7be09ffd36b))
* light esm build ([#765](https://github.com/cloudinary/cloudinary-video-player/issues/765))


### Bug Fixes

* update dependencies ([#746](https://github.com/cloudinary/cloudinary-video-player/issues/746))


## [2.2.0](https://github.com/cloudinary/cloudinary-video-player/compare/v2.1.2...v2.2.0) (2024-12-09)


### Features

* allow fetching transcript from url ([#737](https://github.com/cloudinary/cloudinary-video-player/issues/737)) ([62b2f52](https://github.com/cloudinary/cloudinary-video-player/commit/62b2f5279c748fc654c8d2087b6fa5655d58e6a7))
* auto-fetch transcripts from language ([#741](https://github.com/cloudinary/cloudinary-video-player/issues/741)) ([62b2f52](https://github.com/cloudinary/cloudinary-video-player/commit/62b2f5279c748fc654c8d2087b6fa5655d58e6a7))
* support srt subtitle format ([#743](https://github.com/cloudinary/cloudinary-video-player/issues/743)) ([4b69cc0](https://github.com/cloudinary/cloudinary-video-player/commit/4b69cc072becbcc1ee9de0200997846dad8e82ca))
* support srt subtitle format ([#743](https://github.com/cloudinary/cloudinary-video-player/issues/743)) ([62b2f52](https://github.com/cloudinary/cloudinary-video-player/commit/62b2f5279c748fc654c8d2087b6fa5655d58e6a7))
* support srt subtitle format ([#743](https://github.com/cloudinary/cloudinary-video-player/issues/743)) ([a0a2598](https://github.com/cloudinary/cloudinary-video-player/commit/a0a2598b81c12621663c18c73aa18acc7ae93e0e))


### Bug Fixes

* programatic text-tracks in Safari ([#747](https://github.com/cloudinary/cloudinary-video-player/issues/747)) ([62b2f52](https://github.com/cloudinary/cloudinary-video-player/commit/62b2f5279c748fc654c8d2087b6fa5655d58e6a7))
* videojs 8 deprecation warning for videojs.bind ([#744](https://github.com/cloudinary/cloudinary-video-player/issues/744)) ([62b2f52](https://github.com/cloudinary/cloudinary-video-player/commit/62b2f5279c748fc654c8d2087b6fa5655d58e6a7))

## [2.1.1](https://github.com/cloudinary/cloudinary-video-player/compare/v2.1.0...v2.1.1) (2024-11-05)

### Features

* add internal analytics about new method & profiles ([#699](https://github.com/cloudinary/cloudinary-video-player/issues/699)) ([a1c8c1e](https://github.com/cloudinary/cloudinary-video-player/commit/a1c8c1eb4ffd8362ce4cc7ab5ed47276cc5651ee))
* add url template for video player profiles ([#696](https://github.com/cloudinary/cloudinary-video-player/issues/696)) ([d60cb4f](https://github.com/cloudinary/cloudinary-video-player/commit/d60cb4f4fc9d8b0ff2a6f0e21621c6c84063c898))

### Bug Fixes

* use cld player profiles package for default profiles ([#701](https://github.com/cloudinary/cloudinary-video-player/issues/701)) ([1083b94](https://github.com/cloudinary/cloudinary-video-player/commit/1083b94ac96f4e075d8d820a894703eb644bec7a))

## [2.1.0](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.5...v2.1.0) (2024-08-21)


### Features

* custom data video analytics param ([2aba293](https://github.com/cloudinary/cloudinary-video-player/commit/2aba293436035f2fedfcb51c3063913f1261d564))
* new 'player' method with support async loading & profiles ([2aba293](https://github.com/cloudinary/cloudinary-video-player/commit/2aba293436035f2fedfcb51c3063913f1261d564))


### Bug Fixes

* update dependencies ([#688](https://github.com/cloudinary/cloudinary-video-player/issues/688)) ([2aba293](https://github.com/cloudinary/cloudinary-video-player/commit/2aba293436035f2fedfcb51c3063913f1261d564))

## [2.0.5](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.4...v2.0.5) (2024-07-15)


### Bug Fixes

* chapters innerHTML to innerText ([#671](https://github.com/cloudinary/cloudinary-video-player/issues/671)) ([d9b6251](https://github.com/cloudinary/cloudinary-video-player/commit/d9b62513c7abe9eba3458c5193f178ebc6250543))
* custom profile docs example ([#673](https://github.com/cloudinary/cloudinary-video-player/issues/673)) ([d9b6251](https://github.com/cloudinary/cloudinary-video-player/commit/d9b62513c7abe9eba3458c5193f178ebc6250543))
* remove IE polyfill ([#665](https://github.com/cloudinary/cloudinary-video-player/issues/665)) ([d9b6251](https://github.com/cloudinary/cloudinary-video-player/commit/d9b62513c7abe9eba3458c5193f178ebc6250543))
* use videojs events & re-trigger to analytics package with custom… ([#639](https://github.com/cloudinary/cloudinary-video-player/issues/639)) ([d9b6251](https://github.com/cloudinary/cloudinary-video-player/commit/d9b62513c7abe9eba3458c5193f178ebc6250543))

## [2.0.4](https://github.com/cloudinary/cloudinary-video-player/compare/v2.0.3...v2.0.4) (2024-06-17)


Expand Down
57 changes: 0 additions & 57 deletions docs/es-imports.html

This file was deleted.

3 changes: 2 additions & 1 deletion docs/es-modules/interaction-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ <h3>Auto-zoom video cropping</h3>

<script type="module">
import cloudinary from 'cloudinary-video-player/all';
import 'cloudinary-video-player/cld-video-player.min.css';
import 'cloudinary-video-player/interaction-areas';

import 'cloudinary-video-player/cld-video-player.min.css';

const playerOption = {
cloudName: 'demo',
bigPlayButton: false,
Expand Down
3 changes: 2 additions & 1 deletion docs/es-modules/recommendations.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ <h3 class="mb-4">Recommendations</h3>
</div>

<script type="module">
import { videoPlayer } from 'cloudinary-video-player';
import 'cloudinary-video-player/recommendations-overlay';

import 'cloudinary-video-player/cld-video-player.min.css';
import { videoPlayer } from 'cloudinary-video-player';

const source1 = {
publicId: 'surf_competition',
Expand Down
3 changes: 2 additions & 1 deletion docs/es-modules/shoppable.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ <h3 class="mb-4">Shoppable Videos</h3>
</div>

<script type="module">
import 'cloudinary-video-player/cld-video-player.min.css';
import { videoPlayer } from 'cloudinary-video-player';
import 'cloudinary-video-player/shoppable';

import 'cloudinary-video-player/cld-video-player.min.css';

const player = videoPlayer('player', {
cloudName: 'demo'
});
Expand Down
3 changes: 2 additions & 1 deletion docs/es-modules/subtitles-and-captions.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ <h4 class="mt-4 mb-2">Translated Transcript</h4>

<script type="module">
import { videoPlayer } from 'cloudinary-video-player';
import 'cloudinary-video-player/cld-video-player.min.css';
import 'cloudinary-video-player/playlist';

import 'cloudinary-video-player/cld-video-player.min.css';

const player = videoPlayer('player', {
cloudName: 'prod'
});
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ <h3 class="mt-4">Some code examples:</h3>
<li><a href="./custom-cld-errors.html">Custom Errors</a></li>
<li><a href="./ui-config.html">Display Configurations</a></li>
<li><a href="./debug.html">Debug mode</a></li>
<li><a href="./es-imports.html">ES Module Imports</a></li>
<li><a href="./floating-player.html">Floating Player</a></li>
<li><a href="./fluid.html">Fluid Layouts</a></li>
<li><a href="./force-hls-subtitles-ios.html">Force HLS Subtitles</a></li>
Expand Down
4 changes: 4 additions & 0 deletions src/assets/styles/components/text-tracks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
> div {
margin: 3% !important;
}
// Word highlight
&.cld-paced-text-tracks b {
color: var(--color-accent);
}
}
.vjs-text-track-cue {
top: auto !important;
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/specs/linksConsolErros.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for (const link of LINKS) {
* Testing number of links in page.
*/
vpTest('Link count test', async ({ page }) => {
const expectedNumberOfLinks = 37;
const expectedNumberOfLinks = 36;
const numberOfLinks = await page.getByRole('link').count();
expect(numberOfLinks).toBe(expectedNumberOfLinks);
});
Expand Down
1 change: 0 additions & 1 deletion test/e2e/testData/ExampleLinkNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export enum ExampleLinkName {
DisplayConfigurations = 'Display Configurations',
DebugMode = 'Debug mode',
ESMDebugMode = 'Debug',
ESModuleImports = 'ES Module Imports',
FloatingPlayer = 'Floating Player',
FluidLayouts = 'Fluid Layouts',
ForceHLSSubtitles = 'Force HLS Subtitles',
Expand Down
1 change: 0 additions & 1 deletion test/e2e/testData/pageLinksData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const LINKS: ExampleLinkType[] = [
{ name: ExampleLinkName.CustomErrors, endpoint: 'custom-cld-errors.html' },
{ name: ExampleLinkName.DisplayConfigurations, endpoint: 'ui-config.html' },
{ name: ExampleLinkName.DebugMode, endpoint: 'debug.html' },
{ name: ExampleLinkName.ESModuleImports, endpoint: 'es-imports.html' },
{ name: ExampleLinkName.FloatingPlayer, endpoint: 'floating-player.html' },
{ name: ExampleLinkName.FluidLayouts, endpoint: 'fluid.html' },
{ name: ExampleLinkName.ForceHLSSubtitles, endpoint: 'force-hls-subtitles-ios.html' },
Expand Down
Loading