New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vidstack/react

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidstack/react - npm Package Versions

1
16

1.10.4

Diff

Changelog

Source

1.10.4-next (2024-02-03)

✨ Features

Player
  • new noScrubGesture prop on default layout (5de514f)
  • new playbackRates prop on default layout (2c51d76)

🐛 Bug Fixes

Player
  • watch supported check correctly in remote playback (5b33c7a)
  • disable audio menu if only one option (f464edf)
  • seekable end of clipped videos is incorrect (4217dfe)
  • scrollbar styles not applying on chromium 121+ (6404bfe)
  • select text tracks on change and update storage correctly (195c289)
  • poster component should use inferred when none provided (d533263)
  • remove trusted-types from types (c79d376)
  • player duration prop always returns -1 (54cbc0c)
  • clipped duration overwriting intrinsic duration (3bab0d6)
  • thumbnails vtt json not accepted correctly (cee73b4)
  • 0-9 key seeking stopped working (79636c1)
  • airplay not working on macos safari and with hls streams (2332626)
  • expected selector error on default video layout css (#1135) (10758dd)
  • resolve hls stream type when using preferNativeHLS (ce73b65)
mihar-22
published 1.10.3 •

Changelog

Source

1.10.3-next (2024-01-31)

🐛 Bug Fixes

Player
  • startTime failing thumbnails image assertion when 0 (1bf42cc)
  • small default video layout controls should be lower (d2031ca)
  • watch airplay availability (f7bfe28)
  • do not set crossorigin for youtube/vimeo posters (1a6f3af)
  • embed ui should not be focusable when no native controls (40cc6a1)
  • storage not working correctly with embeds (6f3c18b)
  • do not reset playback rate on source change (7671c89)
  • track playback rate in storage (a0379ae)
  • clipped youtube embed requires two plays (84b574f)
mihar-22
published 1.10.2 •

Changelog

Source

1.10.2-next (2024-01-30)

🐛 Bug Fixes

Player
  • include plugins.js in package (f077434)
  • add progress live edge cssvar to plyr layout (d2c29a4)
  • inferred title/poster being overwritten by user provided (083a484)
mihar-22
published 1.10.1 •

Changelog

Source

1.10.1-next (2024-01-30)

🐛 Bug Fixes

Player
  • plyr layout live button spacing (ef57fc3)
  • audio layout play button colors being overriden (86819b0)
  • layout props missing in analysis (e6c9b83)
mihar-22
published 1.10.0 •

Changelog

Source

1.10.0-next (2024-01-30)

✨ Features

Core
  • web component bundler plugins (dfd4fa5)
Player
  • new sliderChaptersMinWidth layouts prop (441c54e)
  • allow json to be passed directly to track content prop (f20e904)
  • new clipStartTime and clipEndTime player props (f190651)
  • new disabled prop on gesture component (0a1cc02)
  • new posterLoad player prop (ea2a9e7)
  • new load="play" player option (1b7389c)
  • new storageKey player prop (b397859)
  • new disableTimeSlider default layout prop (219b90e)
  • new noGestures default layout prop (2fff957)
  • load chapters from vimeo embed (8a23415)
  • new crossOrigin prop on poster component (ecbf277)
  • new crossOrigin prop on slider video component (d699c7b)
  • new crossOrigin prop on thumbnail components (72b8056)
  • support new thumbnail src types (698e575)
  • new keyboard action display in default layout (52890b0)
  • airplay support (0f7df2f)
  • google cast support (d08d630)
  • add media session api support (da82b35)
  • new storage player prop and MediaStorage interface (778ff6c)
  • new view, stream, and remote type tailwind variants (e15aefc)
  • font style customization menu (4e902b6)
  • expose cancellable media request events on all components (b6d84af)
  • include ManagedMediaSource support check (ab35874)
  • plyr layout (622dfda)
  • redesign default audio layout (7ff5e65)
  • new title component (764c977)
  • new duration player prop (4cf4457)
  • new seekStep default layout prop (1d32867)
Player (React)
  • default layout slots (209d400)
  • add remotion support to plyr layout (9534d68)
  • allow default video slots to be passed to both sizes (5abd619)

🐛 Bug Fixes

Player
  • call ready state on text track with content only (d3aad91)
  • fill last slider chapter gap based on duration difference (32ed5d5)
  • youtube should fire seeking and not play on initial seek (5f11163)
  • vimeo should fire seeking (298be0c)
  • remotion provider should fire seeking (5c4c359)
  • improve looping behaviour (23fd34f)
  • accessibility warning on iframes (51e3697)
  • switching src on cdn throwing (5565724)
  • include tooltip left/right default theme styles (80ad732)
  • vimeo video info can be undefined (#1062) (c8b871f)
  • update icon slots on all mutations (00073a0)
  • catch false postive vimeo pro detection (29d6fa0)
  • use intrisic duration for last vimeo chapter end time (4dbe21e)
  • rename crossorigin prop to crossOrigin (37513ea)
  • rework media request queue (6f9c16b)
  • set src on poster image to prevent white border (437764f)
  • rename playsinline prop to playsInline (e7cb6c5)
  • rename autoplay prop to autoPlay (0fc9dd7)
  • add missing load events to all providers (446a4f4)
  • remove redundant default layout exports (67de0e9)
  • replace player query lists with callbacks (3644a74)
  • remove player query lists (6f1129e)
  • key events not updating slider value (a39a6fc)
  • manage focus when default audio layout transitions (87340eb)
  • toggle captions on plyr layout should show cue (1ea562a)
  • iframe should not leak outside media provider (ed93a31)
  • switching from youtube to vimeo gets stuck (597cef7)
  • settings stops working via keyboard after exiting (f4954d9)
  • vimeo not firing ended event (fba30c9)
  • check whether browser can play audio/video type (b7ff954)
  • select default hls captions (11b0c70)
  • tweak remote playback tw variants (e6c506b)
  • support never for small-when attr (04955c4)
Player (React)
  • default chapters menu should use compact layout when no thumbnails (809098e)
  • click callbacks not working in menus (fcb938f)
mihar-22
published 1.9.8 •

Changelog

Source

1.9.8-next (2023-12-15)

🐛 Bug Fixes

Player
  • vimeo playing and progress events not fired (a3fceac)
Player (React)
  • unexpected token { in iOS<17 (5720ce3)
mihar-22
published 1.9.7 •

Changelog

Source

1.9.7-next (2023-12-13)

🐛 Bug Fixes

Player
  • queue media requests (01649b3)
  • identify unique captions tracks (4b6b3a5)
  • add hls network error retry logic (be67987)
Player (React)
  • resolve invalid dom properties warning (39e440d)
mihar-22
published 1.9.6 •

Changelog

Source

1.9.6-next (2023-12-12)

🐛 Bug Fixes

Player
  • render captions when using embeds (d20eba6)
mihar-22
published 1.9.5 •

Changelog

Source

1.9.5-next (2023-12-12)

🐛 Bug Fixes

Player
  • update maverick to 0.41.1 (a646d4b)
Player (React)
  • add correct remotion component doc links (2d68c89)
  • apply asChild when used on remotion components (60385c3)
mihar-22
published 1.9.4 •

Changelog

Source

1.9.4-next (2023-12-11)

🐛 Bug Fixes

Player
  • cdn breaking due to mangle cache being created late (6cd1dee)
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