Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mediaelement-plugins

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediaelement-plugins - npm Package Versions

23

5.0.0

Diff

Changelog

Source

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.
dpxgit
published 4.0.1 •

Changelog

Source

4.0.1 (2024/09/09)

SPEED PLUGIN

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

Changelog

Source

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
dpxgit
published 3.0.0 •

Changelog

Source

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.
dpxgit
published 2.6.7 •

Changelog

Source

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.
dpxgit
published 2.6.6 •

Changelog

Source

2.6.6 (2022/04/26)

QUALITY PLUGIN

Improvements to the last quality-plugin update:

  • Fixes Release 2.6.5
dpxgit
published 2.6.5 •

Changelog

Source

2.6.5 (2022/04/25)

QUALITY PLUGIN

Improvements to the last quality-plugin update:

  • Fixes Release 2.6.4
dpxgit
published 2.6.4 •

Changelog

Source

2.6.4 (2022/04/24)

QUALITY PLUGIN

Improvements to the last quality-plugin update:

  • Add flexible width for Quality-Button Content
dpxgit
published 2.6.3 •

Changelog

Source

2.6.3 (2022/11/18)

QUALITY PLUGIN

Improvements to the last quality-plugin update:

  • Fixes the problem that it was not possible to switch between video qualities due to a bug (PR #229, Issue #196)
  • Fixes some linting errors
dpxgit
published 2.6.2 •

Changelog

Source

2.6.2 (2021/11/04)

QUALITY PLUGIN

Improvements to the last quality-plugin update:

  • Adds qualities-selected-input class to selected input element and removes it from formerly selected
  • Removes focus from the container for the input elements and now directly focuses the currently selected input element, reducing necessary tabs by one
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc