mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
Merge pull request #77 from plotly/1-1-0-release
Updates for 1.1.0 release
This commit is contained in:
commit
79b595710d
@ -11,11 +11,14 @@ Changes to `dash-player` were sponsored by Volkswagen's Center of Excellence for
|
||||
|
||||
---
|
||||
|
||||
## Unreleased
|
||||
## [1.1.0] - 2023-03-16
|
||||
|
||||
## Changed
|
||||
- [#73](https://github.com/plotly/dash-player/pull/73) Converted the JS bundle to async loading
|
||||
|
||||
## Updated
|
||||
- [#76](https://github.com/plotly/dash-player/pull/76) Updated dependencies
|
||||
|
||||
## [1.0.6] - 2022-12-12
|
||||
|
||||
## Changed
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Package: dashPlayer
|
||||
Title: Interactive Media Player Component for Dash
|
||||
|
||||
Version: 1.0.6
|
||||
Version: 1.1.0
|
||||
Description: Dash Player is a dash component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, and DailyMotion. It is wrapped around the react-player component.
|
||||
|
||||
Depends: R (>= 3.0.2)
|
||||
|
||||
@ -1,24 +1,24 @@
|
||||
.dashPlayer_js_metadata <- function() {
|
||||
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
|
||||
version = "1.0.6", src = list(href = NULL,
|
||||
version = "1.1.0", src = list(href = NULL,
|
||||
file = "deps"), meta = NULL,
|
||||
script = 'dash_player.min.js',
|
||||
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
||||
all_files = FALSE), class = "html_dependency"),
|
||||
`dash_player` = structure(list(name = "dash_player",
|
||||
version = "1.0.6", src = list(href = NULL,
|
||||
version = "1.1.0", src = list(href = NULL,
|
||||
file = "deps"), meta = NULL,
|
||||
script = 'dash_player.min.js.map',
|
||||
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
||||
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
|
||||
`dash_player` = structure(list(name = "dash_player",
|
||||
version = "1.0.6", src = list(href = NULL,
|
||||
version = "1.1.0", src = list(href = NULL,
|
||||
file = "deps"), meta = NULL,
|
||||
script = 'async-dashplayer.js',
|
||||
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
||||
all_files = FALSE, async = TRUE), class = "html_dependency"),
|
||||
`dash_player` = structure(list(name = "dash_player",
|
||||
version = "1.0.6", src = list(href = NULL,
|
||||
version = "1.1.0", src = list(href = NULL,
|
||||
file = "deps"), meta = NULL,
|
||||
script = 'async-dashplayer.js.map',
|
||||
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
||||
|
||||
2
dash_player/dash_player.min.js
vendored
2
dash_player/dash_player.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@plotly/dash-player",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.0",
|
||||
"description": "Dash player component for videos",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
2
inst/deps/dash_player.min.js
vendored
2
inst/deps/dash_player.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@plotly/dash-player",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@plotly/dash-player",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"react-player": "2.12.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@plotly/dash-player",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.0",
|
||||
"description": "Dash player component for videos",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user