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

Bump mediaelement-plugins from 2.5.1 to 5.0.0 #1285

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps mediaelement-plugins from 2.5.1 to 5.0.0.

Release notes

Sourced from mediaelement-plugins's releases.

5.0.0

JUMP FORWARD PLUGIN

New Feature: Inline SVG icon for jump forward button

  • Setting iconSpritePathJumpForward: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the jump forward button. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePathJumpForward and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

SKIP BACK PLUGIN

New Feature: Inline SVG icon for skip back button

  • Setting iconSpritePathSkipBack: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the skip back button. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePathSkipBack and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

4.0.1

SPEED PLUGIN

  • Fix always controlling the first player on the page via keyboard when multiple players exist.

4.0.0

This release marks a major version update to address and correct previous versioning inaccuracies. The transition from version 3.0.0 to 3.0.1 introduced changes that, upon further review, have been identified as breaking. These changes warranted a more significant version increment to reflect their impact accurately.

Updated Option Names:

  • Quality Plugin: Replace iconPath to iconPathQuality
  • A11y Plugin: Replace iconSpritePath to iconSpritePathA11y

3.0.1

QUALITY PLUGIN

  • Icon Visibility Fix: The quality icon will now remain visible and functional across all quality adjustments.
  • Improved Option Naming: The option iconPath has been renamed to iconPathQuality to enhance clarity and consistency.

A11Y PLUGIN

  • Improved Option Naming: The option iconSpritePath has been renamed to iconSpritePathA11y to enhance clarity and consistency.

3.0.0

QUALITY PLUGIN

New Feature: Inline SVG icons for quality button

  • Using iconPath: By setting the iconPath option, you can specify the path to your SVG icon. Once set, an inline SVG icon will be dynamically generated and displayed on the quality button. Further information can be found here.
  • Default Behavior: If you choose not to utilize the iconPath option, the quality button will continue to operate as before, displaying the default quality value as its text.

A11Y PLUGIN

New Feature: Inline SVG icons for audio and video description buttons

  • Setting iconSpritePath: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the audio and/or video description buttons. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePath and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

2.6.7

QUALITY PLUGIN

  • The cleanMediaSource function was updated to avoid captions being deleted when the quality of video is changed.

2.6.6

QUALITY PLUGIN

Improvements to the last quality-plugin update:

  • Fixes Release 2.6.5

... (truncated)

Changelog

Sourced from mediaelement-plugins's changelog.

5.0.0 (2024/09/12)

JUMP FORWARD PLUGIN

New Feature: Inline SVG icon for jump forward button

  • Setting iconSpritePathJumpForward: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the jump forward button. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePathJumpForward and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

SKIP BACK PLUGIN

New Feature: Inline SVG icon for skip back button

  • Setting iconSpritePathSkipBack: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the skip back button. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePathSkipBack and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

4.0.1 (2024/09/09)

SPEED PLUGIN

  • Fix always controlling the first player on the page via keyboard when multiple players exist.

4.0.0 (2024/03/11)

This release marks a major version update to address and correct previous versioning inaccuracies. The transition from version 3.0.0 to 3.0.1 introduced changes that, upon further review, have been identified as breaking. These changes warranted a more significant version increment to reflect their impact accurately.

Updated Option Names:

  • Quality Plugin: Replace iconPath to iconPathQuality
  • A11y Plugin: Replace iconSpritePath to iconSpritePathA11y

3.0.1 (2024/03/11)

QUALITY PLUGIN

  • Icon Visibility Fix: The quality icon will now remain visible and functional across all quality adjustments.
  • Improved Option Naming: The option iconPath has been renamed to iconPathQuality to enhance clarity and consistency.

A11Y PLUGIN

  • Improved Option Naming: The option iconSpritePath has been renamed to iconSpritePathA11y to enhance clarity and consistency.

3.0.0 (2024/03/06)

QUALITY PLUGIN

New Feature: Inline SVG icons for quality button

  • Using iconPath: By setting the iconPath option, you can specify the path to your SVG icon. Once set, an inline SVG icon will be dynamically generated and displayed on the quality button. Further information can be found here.
  • Default Behavior: If you choose not to utilize the iconPath option, the quality button will continue to operate as before, displaying the default quality value as its text.

A11Y PLUGIN

New Feature: Inline SVG icons for audio and video description buttons

  • Setting iconSpritePath: This option enables you to define the path to your SVG icon sprite. When specified, it allows for dynamic generation of inline SVG icons, which will be displayed on the audio and/or video description buttons. Further information can be found here.
  • Important CSS Adjustment: If you're planning to use iconSpritePath and your current setup includes background icons defined in CSS, you'll need to make a small but crucial update to your CSS file. Please remove any CSS rules that apply background icons to these buttons. This step is necessary to prevent the display of both SVG and background icons simultaneously.

2.6.7 (2023/08/02)

QUALITY PLUGIN

  • The cleanMediaSource function was updated to avoid captions being deleted when the quality of video is changed.

2.6.6 (2022/04/26)

QUALITY PLUGIN

Improvements to the last quality-plugin update:

... (truncated)

Commits
  • 6b5de46 Merge pull request #265 from mediaelement/release_5.0.0
  • b1f85c1 Update version
  • d5bf8f9 Merge pull request #264 from sebbayer/feature/add-svg-icons-to-seek-buttons
  • da5bc78 update changelog date for 5.0.0
  • bc16d95 feature(Buttons): Add inline SVG icons for jump-forward and skip-back buttons
  • 5a30ab9 Merge pull request #263 from mediaelement/release_4.0.1
  • 43d7b2f release 4.0.1
  • 2954e05 4.0.1
  • 4118c79 Merge pull request #262 from sebbayer/bugfix/speed-keyboard-controls
  • 0625164 Fix typo in speed plugin comment
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dpxgit, a new releaser for mediaelement-plugins since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2025
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
universalviewer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 5:35pm

@demiankatz
Copy link
Contributor

@dependabot rebase

Bumps [mediaelement-plugins](https://github.com/mediaelement/mediaelement-plugins) from 2.5.1 to 5.0.0.
- [Release notes](https://github.com/mediaelement/mediaelement-plugins/releases)
- [Changelog](https://github.com/mediaelement/mediaelement-plugins/blob/master/changelog.md)
- [Commits](mediaelement/mediaelement-plugins@2.5.1...5.0.0)

---
updated-dependencies:
- dependency-name: mediaelement-plugins
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@demiankatz
Copy link
Contributor

@crhallberg, do you mind taking a look at this dependency update and making adjustments if your customizations to the mediaelement-plugins are impacted? I just want to be sure that if we update the upstream code, our local tweaks don't get out of sync with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant