Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add React Core Package (livepeer#141) * docs: update nextra dependency * feat: added crypto package and work on signed playback * fix: update deps * fix: types * fix: move to using rainbowkit * feat: removed dependencies and used webcrypto for jwt signing * chore: add initial expo dev example app * chore: added react native bare dev * fix: further work towards rn examples * Added z-index to the default variant of the player (livepeer#132) * Add nodejs example (livepeer#131) * feat: added import script for nodejs example * fix: small fixes and added comments * fix: added handling of paths in dstorage * fix: moved ipfs-playback to dstorage and added redirect * fix: added output json and fix docs links * fix: fix docs on contributing * chore(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 (livepeer#125) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * Added changeset for z-index change (livepeer#135) * fix: added HEAD request to check for valid URLs * Add access control docs (livepeer#93) * docs: update nextra dependency * feat: added crypto package and work on signed playback * fix: update deps * fix: types * fix: move to using rainbowkit * feat: removed dependencies and used webcrypto for jwt signing * feat: added further access control * fix: added b64 decoding for private key * fix: final fixes for access control * fix: fixed packages * docs: clean up svelte example * chore: fix up issue templates * docs: removed extra brackets from useCreateAsset example (livepeer#136) Co-authored-by: Chase Adams <[email protected]> * update docs (livepeer#138) * update docs * Update docs/pages/examples/react/dstorage-playback.en-US.mdx Co-authored-by: Chase Adams <[email protected]> Co-authored-by: Chase Adams <[email protected]> * chore: version packages (livepeer#134) * chore: version packages * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * Add support for multiple files at once using useCreateAsset (livepeer#102) * feat: added multi-video upload to useCreateAsset hook * fix: updated changeset description * fix: solved the Asset.tsx in example component error * feat: added multiple file upload at the core package * fix: fixed the build error in next example directory * fix: refactor types * fix: updated the changeset and types * docs: updated the types in useCreateAsset page * fix: fixed the merge conflicts * docs: updated the types in the documentation. * refactor: removed styles and console.log's * refactor: replaced promise.all with promise.allSettled * docs: updated the types in the docs * refactor: updated the upload progress object * fix: reverted the types - refactor: updated the return in Promise.allSettled * fix: fixed the typed lint issue * refactor: remove the uploadsize from tus * fix: fix types * refactor: removed meta from the tus upload * fix: refactored types * docs: added new types to the docs Co-authored-by: Chase Adams <[email protected]> * Rework types to support multiple createAsset as const (livepeer#140) * feat: added multi-video upload to useCreateAsset hook * fix: updated changeset description * fix: solved the Asset.tsx in example component error * feat: added multiple file upload at the core package * fix: fixed the build error in next example directory * fix: refactor types * fix: updated the changeset and types * docs: updated the types in useCreateAsset page * fix: fixed the merge conflicts * docs: updated the types in the documentation. * refactor: removed styles and console.log's * refactor: replaced promise.all with promise.allSettled * docs: updated the types in the docs * refactor: updated the upload progress object * fix: reverted the types - refactor: updated the return in Promise.allSettled * fix: fixed the typed lint issue * refactor: remove the uploadsize from tus * fix: fix types * refactor: removed meta from the tus upload * fix: refactored types * docs: added new types to the docs * fix: rework types to support const assertions for typing * test: fix tests Co-authored-by: Suhail Kakar <[email protected]> * fix: merge cleanup * test: fix tests * fix: update nodejs example * refactor: added core-react package and moved web logic out of react * chore: changesets * Revert "chore: changesets" This reverts commit 498cfca. * chore: changeset * ci: add release on next branch * chore: add pre * fix: fix prerendering * style: lint * fix: added core js to react * test: fix tests * test: fix Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: clacla <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suhail Kakar <[email protected]> Co-authored-by: pglowacky <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * test: fix tests * Add Expo & Bare Dev Projects (livepeer#152) * feat: added initial react native package * feat: further work on monorepo * chore: added react native example projects * chore: small fixes * fix: fixed types * chore: move to local package * test: testing removing node linker * ci: attempt to fix ci * fix: fix builds * test: fix tests and remove rn tests due to lack of vite support :( * test: attempt to fix tests * ci: fix react 17 test * test: fix tests to sort imports * ci: remove dep review on next branch * [WIP] Add RN Controls (livepeer#157) * feat: added sketch of buttons with stitches native * fix: fixed multiple uploads (livepeer#154) * chore: version packages (livepeer#156) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: added all remaining controls and broadcast package * fix: reverted file fingerprint (livepeer#158) * chore: version packages (livepeer#159) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * refactor: refactored to add usePlayButton, ... hooks to core * refactor: reworked theme to have shared types * refactor: further cleanup * fix: further refactoring * fix: further refactoring * fix: final fixes for build * fix: final fixes from testing android/ios w/ expo/rn bare * fix: fixed metrics to work in RN Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: fixed to use w3slink * Add docs to RN (livepeer#168) * fix: fixes for theming and added poster functionality * docs: updated docs for react native * fix: added back ethers dep * fix: fix build * fix: added memo to Player * chore: changesets * chore: update deps * chore: version packages (next) (livepeer#142) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * Remove default api key (livepeer#172) * feat: remove default api key * docs: added sunset date * test: fix tests * test: fix tests * chore: version packages (next) (livepeer#173) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: add forwardRef * fix: changed to use custom ref prop * fix: added docs and moved ref to custom prop * fix: fixed types * chore: version packages (next) (livepeer#177) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * fix: publish core react * fix: publish core react * chore: version packages (next) (livepeer#178) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: update * fix: added core react * chore: version packages (next) (livepeer#179) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: move to use callback refs * chore: version packages (next) (livepeer#180) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Refactor core web (livepeer#182) * refactor: refactored web out of core and into parent module * fix: add further and changeset * fix: remove ethers * test: fix tests * test: fix and add more tests * chore: update deps and fix tests * chore: change changeset to major for new core * docs: fix install command * chore: version packages (next) (livepeer#183) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * docs: fix docs for nextra 2 * fix: slider bug (livepeer#184) * chore: version packages (next) (livepeer#185) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * docs: fix docs based on feedback * chore: add monitoring * Add further theme tokens (livepeer#187) * chore: added sentry * feat: added further customization to sliders * fix: remove console log * chore: version packages (next) (livepeer#188) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: fix regression (livepeer#189) * chore: version packages (next) * ci: bump * chore: version packages (next) (livepeer#190) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * fix: fix fallback * chore: add changeset * chore: version packages (next) (livepeer#191) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * fix: fixed src autoplayback * chore: version packages (next) (livepeer#192) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: added showUploadingIndicator (livepeer#193) * docs: added docs for showUploadingIndicator * chore: version packages (next) (livepeer#194) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * docs: fixed line highlighting * Add loading color (livepeer#195) * feat: added loading color * ci: bump * fix: fixed missing theme config * chore: version packages (next) (livepeer#196) * chore: version packages (next) * ci: bump Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Adams <[email protected]> * fix: changed default to contain (livepeer#197) * chore: version packages (next) (livepeer#198) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: added native file uri typing (livepeer#201) * Redirect to New Docs (livepeer#202) * docs: added redirect for docs to new domain * fix: fixed to redirect all to developing * fix: fix redirect Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: clacla <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suhail Kakar <[email protected]> Co-authored-by: pglowacky <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information