Releases: livepeer/ui-kit
@livepeer/react-native@1.0.0-next.0
Major Changes
-
cc4f4e8
Thanks @0xcadams! - Feature: Added@livepeer/react-native
package with all hooks from@livepeer/core-react
, andPlayer
based onexpo-av
and controls onreact-native-svg
.This also includes metrics reporting for the Player and theming across the components.
Minor Changes
cc4f4e8
Thanks @0xcadams! - Refactor: added@livepeer/core-react
package which includes all cross-environment hooks, utilities, and types. These are exported asusePlayer
,useControlsContainer
, etc.
Patch Changes
@livepeer/react@1.5.5
livepeer@1.4.3
@livepeer/react@1.5.4
@livepeer/react@1.5.3
livepeer@1.4.2
@livepeer/react@1.5.2
livepeer@1.4.1
Patch Changes
-
#145
3620666
Thanks @suhailkakar! - Fix: fixed the behaviour that caused the video to pause when a user touched it on a mobile device without the controls being shown. The video now pauses on the second touch (after the controls are shown). -
825b25c
Thanks @0xcadams! - Fix: fixed control state to use storage from the client.
@livepeer/react@1.5.1
Patch Changes
-
#144
34af303
Thanks @suhailkakar! - Fix: rounded the duration to 1:00 instead of 0:60.When a video is 59.9 seconds long, the duration is rounded to 1:00 instead of saying 00:60.
-
#145
3620666
Thanks @suhailkakar! - Fix: fixed the behaviour that caused the video to pause when a user touched it on a mobile device without the controls being shown. The video now pauses on the second touch (after the controls are shown). -
825b25c
Thanks @0xcadams! - Fix: fixed control state to use storage from the client. -
Updated dependencies [
3620666
,825b25c
]:- livepeer@1.4.1
livepeer@1.4.0
Minor Changes
-
#102
0ea4ec7
Thanks @suhailkakar! - Feature: Add support for multiple files at once using useCreateAsset.You can upload multiple assets at once by passing an array of files to the
mutate
function. In return you will get an array of uploaded assets.