elements

Custom elements for working with media in the browser that Just Work™

MIT License

Downloads
1.9M
Stars
248
Committers
23

Bot releases are hidden (Show)

elements - @mux-elements/[email protected]

Published by gkatsev over 2 years ago

0.4.3 (2022-04-12)

Bug Fixes

  • clear some state on playbackId change (#174) (af0738e)
elements - @mux-elements/[email protected]

Published by gkatsev over 2 years ago

0.3.1 (2022-04-12)

Note: Version bump only for package @mux-elements/playback-core

elements - @mux-elements/[email protected]

Published by gkatsev over 2 years ago

0.3.2 (2022-04-12)

Note: Version bump only for package @mux-elements/mux-audio-react

elements - @mux-elements/[email protected]

Published by cjpillsbury over 2 years ago

0.1.0-beta.4 (2022-04-08)

Bug Fixes

  • child custom element mux-video upgraded after mux-player (#171) (9db8037)
  • primary color should be also used for the text color on controls (d44da1b)

Features

  • mux-player: Add more seek to live behavior tests. Add event for inLiveWindow change. (f334328)
  • mux-player: Don't use disabled to toggle seek to live btn functionality. (14f1f1c)
  • mux-player: Seek to live button impl with live edge window detection and play on seek/seek on play behavior. (77c8c5f)
  • mux-player: use aria-disabled instead of non-standard attr. Add consts/code comments. fix css var. (8c73f60)
  • player: Add inLiveWindow getter to player. Start tests for seek to live button behaviors. (8217a4e)
elements - @mux-elements/[email protected]

Published by cjpillsbury over 2 years ago

0.1.0-beta.4 (2022-04-08)

Note: Version bump only for package @mux-elements/mux-player-react

elements - @mux-elements/[email protected]

Published by cjpillsbury over 2 years ago

0.4.2 (2022-04-08)

Bug Fixes

  • mux-video: prevent forward custom attrs (#172) (91a7812)
elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.1.0-beta.3 (2022-04-01)

Note: Version bump only for package @mux-elements/mux-player-react

elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.1.0-beta.3 (2022-04-01)

Bug Fixes

  • devLog links to GH base URL (022f69f)
  • mux-player: Make sure internal state monitoring setup happens after relevant elements exist. (43e9566)
elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.1.0-beta.2 (2022-04-01)

Bug Fixes

  • mux-player: temp fix conditional render bug (73534dc)

Features

  • mux-player: new iteration on error handling (a89af8a)

Reverts

elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.1.0-beta.2 (2022-04-01)

Reverts

elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.4.1 (2022-04-01)

Note: Version bump only for package @mux-elements/mux-video

elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.3.1 (2022-04-01)

Note: Version bump only for package @mux-elements/mux-audio-react

elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.4.1 (2022-04-01)

Note: Version bump only for package @mux-elements/mux-audio

elements - @mux-elements/[email protected]

Published by dylanjha over 2 years ago

0.4.2 (2022-04-01)

Note: Version bump only for package @mux-elements/mux-video-react

elements - [email protected]

Published by dylanjha over 2 years ago

Extended autoplay options:

  • autoPlay will autoplay with sound (and likely fail)
  • autoPlay="muted" will autoplay in the muted state (likely will work)
  • autoPlay="any" try to autoplay with sound, if that fails then try to autoplay muted

Bump dependency for playback-core which starts tracking player startup time metric.

elements - [email protected]

Published by dylanjha over 2 years ago

Extended autoplay options:

  • autoplay will autoplay with sound (and likely fail)
  • autoplay="muted" will autoplay in the muted state (likely will work)
  • autoplay="any" try to autoplay with sound, if that fails then try to autoplay muted

Bump dependency for playback-core which starts tracking player startup time metric.

elements - [email protected]

Published by dylanjha over 2 years ago

Extended autoplay options:

  • autoPlay will autoplay with sound (and likely fail)
  • autoPlay="muted" will autoplay in the muted state (likely will work)
  • autoPlay="any" try to autoplay with sound, if that fails then try to autoplay muted

Bump dependency for playback-core which starts tracking player startup time metric.

elements - [email protected]

Published by dylanjha over 2 years ago

Extended autoplay options:

  • autoplay will autoplay with sound (and likely fail)
  • autoplay="muted" will autoplay in the muted state (likely will work)
  • autoplay="any" try to autoplay with sound, if that fails then try to autoplay muted

Bump dependency for playback-core which starts tracking player startup time metric.

elements - [email protected]

Published by dylanjha over 2 years ago

  • set player_init_time in Mux Data so that player startup time is tracked
elements - [email protected]

Published by dylanjha almost 3 years ago

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.