Skip to content

Releases: muxinc/elements

mux-video@0.2.0

14 Dec 00:45
Compare
Choose a tag to compare

New feature!

  • pass in start-time attribute to make playback start at a certain timestamp. For example <mux-video start-time="4" will start playback at the 4 second mark.
  • improved TypeScript definitions

Behind the scenes:

  • We're now using esbuild directly, no longer relying on snowpack to do esbuild
  • Now using @mux-elements/playback-core for main playback logic
  • Mux Data fields will now set player_software_name and player_software_version metadata on views.

mux-video-react@0.2.0

14 Dec 00:51
Compare
Choose a tag to compare

New feature!

  • pass in startTime prop to make playback start at a certain timestamp. For example <MuxVideo startTime={4} will start playback at the 4 second mark.
  • improved TypeScript definitions

Behind the scenes:

  • We're now using esbuild directly, no longer relying on snowpack to do esbuild
  • Now using @mux-elements/playback-core for main playback logic
  • Mux Data fields will now set player_software_name and player_software_version metadata on views.

mux-audio@0.2.0

14 Dec 00:49
Compare
Choose a tag to compare

New feature!

  • pass in start-time attribute to make playback start at a certain timestamp. For example <mux-audio start-time="4" will start playback at the 4 second mark.
  • improved TypeScript definitions

Behind the scenes:

  • We're now using esbuild directly, no longer relying on snowpack to do esbuild
  • Now using @mux-elements/playback-core for main playback logic
  • Mux Data fields will now set player_software_name and player_software_version metadata on views.

mux-audio-react@0.1.0

14 Dec 00:23
Compare
Choose a tag to compare

A new Mux Element! <MuxAudio /> react component is the counterpart to <MuxVideo />

mux-video@0.1.3

01 Oct 22:34
Compare
Choose a tag to compare
  • Add enum attribute stream-type ("vod", "live", "ll-live"). Under the hood <mux-video> will make optimizations based on the stream type.

mux-video@0.1.2

30 Aug 18:20
Compare
Choose a tag to compare
  • Specify type: "module" in package.json
  • This fixes the following error with SSR in Next.js: SyntaxError: Unexpected token 'export'

mux-audio@0.1.2

30 Aug 18:21
Compare
Choose a tag to compare
  • Specify type: "module" in package.json
  • This fixes the following error with SSR in Next.js: SyntaxError: Unexpected token 'export'

mux-video@0.1.1

30 Aug 16:12
93ad2b9
Compare
Choose a tag to compare

Hello world <mux-video>

mux-audio@0.1.1

30 Aug 16:11
93ad2b9
Compare
Choose a tag to compare

Hello world <mux-audio>