8000 Tags · justwiebe/plyr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: justwiebe/plyr

Tags

v3.7.2

Toggle v3.7.2's commit message
- Fix: Add `@babel/plugin-proposal-optional-chaining` to transform op…

…tional chaining in build output

v3.7.1

Toggle v3.7.1's commit message
- Feat: Minor styling improvements to the preview thumbnails (🚨 Requi…

…res a SCSS/CSS update 🚨)

- Fix: fix invalid CSS @charset rule in Sass files (thanks @Hashen110!)
- Chore: Replace deprecated KeyboardEvent `keyCode` references to use `key` instead (thanks @Hashen110!)
- Various other code clean up and typo fixes (thanks @Hashen110!)

v3.7.0

Toggle v3.7.0's commit message
- Feat: Add markers support (🚨 Requires a SCSS/CSS update 🚨) (thanks @…

…ForeverSc and @fengshuo!)

- Feat: Add support for MediaMetadata (thanks @Hashen110!)
- Fix: Pass this context to captions.setup (fixes sampotts#2352) (thanks @WilliamMHerring, @willherring and @zenyr!)
- Fix: Modify vimeo parseHash to use non-named capture groups (fixes sampotts#2396) (thanks @fekle!)
- Fix: Replace deprecated String.prototype.substr() (thanks @CommanderRoot!)
- Docs: Update speed option default to match the source (thanks @ozgurg!)
- Docs: SASS → Sass (thanks @toastal!)

v3.6.12

Toggle v3.6.12's commit message
- Fix: remove division logic from ads.scss (fixes sampotts#2370)

v3.6.11

Toggle v3.6.11's commit message
- Fix: Replace `list.slash` added in 3.6.10 with `calc`

- Chore: Package upgrades
- Chore: SASS clean up
- Chore: Improvements to style linting

v3.6.10

Toggle v3.6.10's commit message
- Fix: Use `list.slash` instead of deprecated syntax

- Chore: Clean up demo

v3.6.9

Toggle v3.6.9's commit message
- Fix: SASS issue with division (thanks @rol4nd909 and @le0pard)

- Fix: Captions when switching sources (thanks @zexingguo)
- Fix: Icons loading within iframes (thanks @ajgagnon)
- Chore: Update TypeScript types (thanks @Jackie1210 and @AntLevin)
- Fix: iOS fullscreen centering (thanks @hemratna)
- Feat: Added getter and setter for preview thumbnails (thanks @Benny739)
- Fix: Change fullscreen element to player rootnode (thanks @walter van den Houten)
- Fix: Fixed errors when Plyr instance is destroyed before constructor setTimeout() functions execute (thanks @emilis-ideait)
- Fix: Invalid CSS selector syntax (thanks @BjornBrandewallNaviga)
- Fix: Video height issues
- Feat: Improve support for Vimeo private videos (thanks @Frosch)
- Fix: YouTube duration issues (thanks @liesahead)

v3.6.8

Toggle v3.6.8's commit message
- Typings: add FullscreenOptions.container to typing files (thanks @M…

…eguminSama!)

- Fix: added iPadOS detection to isIos util (thanks @Benny739!)
- Fix: issues with Vimeo fullscreen

v3.6.7

Toggle v3.6.7's commit message
- Fix: remove regression caused by optional chaining and nullish coal…

…escing in check for `window.CSS` check for aspect-ratio (fixes sampotts#2174)

v3.6.6

Toggle v3.6.6's commit message
- Improvements to how aspect ratio is handled. Use `aspect-ratio` CSS…

… property instead of the legacy method (still used as fallback). Also automatically determined aspect ratios are rounded to the nearast standard ratio. This fixes issues with the YouTube embeds showing a 1-2px black bar.

- Hide the YouTube poster image container when paused so that the controls underneath can be used.
0