diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43eab0e3..e9898f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +### v3.6.12 + +- Fix: remove division logic from ads.scss (fixes #2370) + +### v3.6.11 + +- 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 + +- Fix: Use `list.slash` instead of deprecated syntax +- Chore: Clean up demo + +### v3.6.9 + +- 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 - Typings: add FullscreenOptions.container to typing files (thanks @MeguminSama!) @@ -46,7 +77,7 @@ - Fix "A `ReferenceError: _classCallCheck is not defined` error has occurred." error (thanks @hex-ci) - Fix issue with CSS custom property check (thanks @syedhusain-appspace) - Fix for slow loading videos not autoplaying (thanks @DanielHuntleySBG) -- Fix for betwork requests are not cancelled after the player is destroyed (thanks @DanielHuntleySBG) +- Fix for network requests are not cancelled after the player is destroyed (thanks @DanielHuntleySBG) - Added option to disable custom controls for YouTube and Vimeo ### v3.6.2 @@ -91,7 +122,7 @@ ### v3.5.8 - Added `flex-direction` property to fix some issues introduced in v3.5.7 when using custom CSS -- Cleaned up the organisation of some of the SCSS files (should not effect CSS output) +- Cleaned up the organization of some of the SCSS files (should not effect CSS output) - Added `referrerPolicy` option for Vimeo to prevent an issue present in the demo site - Remove all Vimeo controls for Pro & Premium accounts - Improve thumbnail size calculations when size is set per css (thanks @ydylla) @@ -106,7 +137,7 @@ - Accessibility tweak for the play button (thanks @lunika) - Fix for ads configuration (thanks @SoftCreatR) - Fix handling listener return value (thanks @taion) -- Added localisation key for PIP (picture-in-picture) (thanks @lmislm) +- Added localization key for PIP (picture-in-picture) (thanks @lmislm) - Preserve viewBox attribute in SVG sprite symbols (thanks @bseib) - Fix being unable to unmute autoplayed video on iOS (thanks @sumanbh) - Fixed Plyr container not resizing responsively (thanks @shravan2x) |