Releases: muxinc/elements
Releases · muxinc/elements
mux-video@0.2.0
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
andplayer_software_version
metadata on views.
mux-video-react@0.2.0
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
andplayer_software_version
metadata on views.
mux-audio@0.2.0
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
andplayer_software_version
metadata on views.
mux-audio-react@0.1.0
A new Mux Element! <MuxAudio />
react component is the counterpart to <MuxVideo />
mux-video@0.1.3
- 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
- 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
- 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
Hello world <mux-video>
mux-audio@0.1.1
Hello world <mux-audio>