player#1
Open
bigzaajung wants to merge 5958 commits into
Open
Conversation
…ange-floating-fullscreen [JW8-11719] Don't auto fullscreen while floating
* Toggle muted attribute on ios for muted seeking * Move workaround to canPlay event, add safari check and add check for autostarted players * remove double comment
* Fix typo * Update environment types * Use OR checks and remove separate isWindows function
…ersion Parse macos version 11+
…r responsive listener updates Viewability is still impacted momentarily by the changes made in #3837 JW8-11770
…-cls-without-resize-to-0 [JW8-11770] Floating transition fixes
- Makes `Browser.edge` true with Chromium Edge - Makes `Browser.chrome` false with Chromium Edge - Makes `Browser.ie` false with Chromium Edge (`Browser.ie` is true with legacy Edge)
- Don't overwrite core.setup - Don't overwrite core.playerDestroy - Don't overwrite updatePlaylist - Extend os controller methods without capturing referencing them in commercial function scopes - Call controller.playerSetup() from core-shim.setup() promise callback - Call controller.destroy() from core-shim.playerDestroy() (the latter was being skipped after being overwritten, and setup was rewritten and never destroyed) - updatePlaylist uses base implementation and calls extended one when available - Clean up "prime" UI instance DOM event listeners - Don't copy Api instance into plugin addToPlayer method (cyclical reference) - Cleanup `core` reference after call to api.remove() - destroy plugin instances (vast) on remove - Cleanup QoE callback upon destroy - Cleanup MediaController properties on destroy - Cleanup ProgramController properties on destroy
[JW8-11722] Fix player memory leaks
[JW8-11772] Fix `getEnvironment().Browser.edge` with Chromium Edge
…d with autoPause JW8-12120
[JW8-12120] Continue ad playback when floating player is dismissed with autoPause false
[JW8-12115] Fixing menu redirect behavior after editing caption styles
Permanently fix logo pathing in README.md
chore: switch from grunt to npm scripts
[JW8-12213] Fixing autopause + floating dismiss behavior when ad is not playing
[JW8-12180] Updating captions logic to only use native captions while casting
Update Framework Integration section to link to our official jwplayer-react package instead of the unofficial one.
[JW8-12755] Update documentation to mention jwplayer-react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request:
Enter a description here
Fixes #
JW7-####