-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating master w/recent changes #103
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [axios](https://github.com/axios/axios) to 1.6.0 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@h5web/app](https://github.com/silx-kit/h5web) and [@h5web/h5wasm](https://github.com/silx-kit/h5web). These dependencies need to be updated together. Updates `axios` from 1.3.4 to 1.6.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.6.0) Updates `@h5web/app` from 7.1.0 to 12.0.1 - [Release notes](https://github.com/silx-kit/h5web/releases) - [Commits](silx-kit/h5web@v7.1.0...v12.0.1) Updates `@h5web/h5wasm` from 7.1.0 to 12.0.1 - [Release notes](https://github.com/silx-kit/h5web/releases) - [Commits](silx-kit/h5web@v7.1.0...v12.0.1) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: "@h5web/app" dependency-type: direct:production - dependency-name: "@h5web/h5wasm" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.10 to 3.2.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Fix from #86
audio/mp4 is replacing the deprecated audio/x-m4a MIME type - see https://mimetype.io/audio/x-m4a
max 100% width/height for video previewer
Add audio/mp4 example
…eact-source/hdf5-previewer/multi-8ea7ba43d8 Bump axios, @h5web/app and @h5web/h5wasm in /previewers/react-source/hdf5-previewer
…eact-source/hdf5-previewer/vite-3.2.11 Bump vite from 3.2.10 to 3.2.11 in /previewers/react-source/hdf5-previewer
…eact-source/hdf5-previewer/rollup-2.79.2 Bump rollup from 2.79.1 to 2.79.2 in /previewers/react-source/hdf5-previewer
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…eact-source/hdf5-previewer/axios-1.7.4 Bump axios from 1.6.0 to 1.7.4 in /previewers/react-source/hdf5-previewer
Add subtitles to video previews
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react). These dependencies needed to be updated together. Updates `vite` from 3.2.11 to 6.0.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite) Updates `@vitejs/plugin-react` from 2.2.0 to 4.3.4 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…eact-source/hdf5-previewer/multi-68a9f0ccfd Bump vite and @vitejs/plugin-react in /previewers/react-source/hdf5-previewer
cleanup of video css
Show video subtitles for draft datasets
…ely for the Docker Dataverse Previewers. #86
no match between user preferences and vtt files with language component, no vtt without language and more than one vtt file: no default track https://github.com/DANS-KNAW/dataverse-previewers/blob/1.4-DANS-PATCH-1/previewers/v1.4-DANS-PATCH-1/js/video.js
video subtitles: sync with v1.4-DANS-PATCH-1
cross-origin attribute for object storage
As reported in https://groups.google.com/d/msgid/dataverse-community/ef52665f-2348-413b-9181-0aad860316c1n%40googlegroups.com?utm_medium=email&utm_source=footer, the current previewer isn't handling cells that are in quotes (and have a comma inside them). This PR tries to address that by setting the quoteChar used during parsing. Alternately, we may need to set delimitersToGuess: to avoid all but the correct one for a given mimetype.
video subtitles: cross-origin attribute for object storage
…ds-to-css-files-note-found 86 bug in localinstall.sh leads to css files note found
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.