Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2024

This PR contains the following updates:

Package Change Age Confidence
artplayer (source) 5.1.6 -> 5.3.0 age confidence

Release Notes

zhw2590582/ArtPlayer (artplayer)

v5.3.0

Compare Source

  • Rename .esm.js to .mjs
  • Remove the default fill color value of svg
  • Optimize the autoOrientation logic
  • Add Artplayer.REMOVE_SRC_WHEN_DESTROY
  • Add artplayer-plugin-document-pip plugin
  • Add art.events.bindGlobalEvents method for rebinding global methods
  • Optimize artplayer.d.ts, now you can directly import Option
import type { Option } from 'artplayer'

const option: Option = {
  container: '.artplayer-app',
  url: './assets/sample/video.mp4',
}
  • Simplify i18n import
import fr from 'artplayer/i18n/fr'
import id from 'artplayer/i18n/id'

const option = {
  container: '.artplayer-app',
  url: './assets/sample/video.mp4',
  i18n: { id, fr },
  lang: 'fr',
}

v5.2.5

Compare Source

  • Add ESM version for all packages, such as artplayer/dist/artplayer.esm.js
  • Recognize globalThis.CUSTOM_USER_AGENT global variable for customizing navigator.userAgent
  • Fix missing mount parameter when initializing artplayer-plugin-danmuku

v5.2.4

Compare Source

v5.2.3

Compare Source

  • Add Vietnamese vi
  • Clear the video.src property on destroy
  • Add onClick option for Setting
  • Fix style loading failure of danmuku and chapter plugins when the page has no head tag
  • Add gesture option to enable or disable gesture events on mobile video element

v5.2.2

Compare Source

  • Fix thumbnail crossover issue
  • Fix style loading failure when the page has no head tag
  • Add slider support in subtitle plugin settings panel for mobile dragging
  • Fix positioning error of settings panel when rotating screen
  • Fix classname switching error when fullscreen state changes

v5.2.1

Compare Source

  • Refactor Setting component, fix state loss issue
  • For Setting of type range, callback now returns an array of numbers instead of a single number
  • Remove isStringOrNumber utility function
  • Fix inconsistent state issue in artplayer-plugin-hls-control
  • Deprecate artplayer-plugin-dash-quality plugin
  • Add new artplayer-plugin-dash-control plugin
  • Use code instead of deprecated keyCode for keyboard events
  • Add keydown event to listen for keydown from document

v5.2.0

Compare Source

  • Add option.proxy for proxying third-party video and canvas
  • Add artplayer-proxy-canvas proxy, enabling video playback via canvas
  • Add option.thumbnails.scale for preview image scaling
  • Fix bug where changing art.url didn’t trigger autoPlayback: #​797
  • Add art.subtitle.cues property for retrieving all subtitle list
  • Add art.subtitle.activeCues property for retrieving active subtitles
  • Add subtitleBeforeUpdate event triggered before subtitle element rendering
  • Change subtitleUpdate event to subtitleAfterUpdate, triggered after subtitle element rendering
  • Optimize trigger timing and callback parameters of subtitleLoad event
  • Remove subtitleSwitch event; use subtitleLoad instead
  • Upgrade artplayer-plugin-hls-quality to artplayer-plugin-hls-control
  • Add artplayer-plugin-ambilight plugin
  • Fix thumbnails display bug

v5.1.7

Compare Source

  • Add Artplayer.STYLE property to return player style text
  • art.screenshot('your-name') now supports custom file names
  • When Artplayer.CONTEXTMENU is false, default context menu is no longer hidden
  • Add art.thumbnails property for dynamically setting thumbnails

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from e231d3d to 4cd9b72 Compare October 19, 2024 06:53
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.1.7 fix(deps): update dependency artplayer to v5.2.0 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from 4cd9b72 to 59009f0 Compare October 26, 2024 09:27
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.2.0 fix(deps): update dependency artplayer to v5.2.1 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from 59009f0 to 489005f Compare January 19, 2025 12:46
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.2.1 fix(deps): update dependency artplayer to v5.2.2 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from 489005f to 194d458 Compare April 20, 2025 06:29
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.2.2 fix(deps): update dependency artplayer to v5.2.3 Apr 20, 2025
@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from 194d458 to 1968a5d Compare August 1, 2025 02:21
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.2.3 fix(deps): update dependency artplayer to v5.2.4 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from 1968a5d to eb2bf1e Compare August 1, 2025 10:01
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.2.4 fix(deps): update dependency artplayer to v5.2.5 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/artplayer-5.x branch from eb2bf1e to 4d36182 Compare September 6, 2025 12:29
@renovate renovate bot changed the title fix(deps): update dependency artplayer to v5.2.5 fix(deps): update dependency artplayer to v5.3.0 Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants