Merge pull request #77 from plotly/1-1-0-release

Updates for 1.1.0 release
This commit is contained in:
Liam Connors 2023-03-22 09:47:18 -04:00 committed by GitHub
commit 79b595710d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 14 deletions

View File

@ -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 ## Changed
- [#73](https://github.com/plotly/dash-player/pull/73) Converted the JS bundle to async loading - [#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 ## [1.0.6] - 2022-12-12
## Changed ## Changed

View File

@ -1,7 +1,7 @@
Package: dashPlayer Package: dashPlayer
Title: Interactive Media Player Component for Dash 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. 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) Depends: R (>= 3.0.2)

View File

@ -1,24 +1,24 @@
.dashPlayer_js_metadata <- function() { .dashPlayer_js_metadata <- function() {
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player", 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, file = "deps"), meta = NULL,
script = 'dash_player.min.js', script = 'dash_player.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer", stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE), class = "html_dependency"), all_files = FALSE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player", `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, file = "deps"), meta = NULL,
script = 'dash_player.min.js.map', script = 'dash_player.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer", stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE, dynamic = TRUE), class = "html_dependency"), all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player", `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, file = "deps"), meta = NULL,
script = 'async-dashplayer.js', script = 'async-dashplayer.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer", stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE, async = TRUE), class = "html_dependency"), all_files = FALSE, async = TRUE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player", `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, file = "deps"), meta = NULL,
script = 'async-dashplayer.js.map', script = 'async-dashplayer.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer", stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "@plotly/dash-player", "name": "@plotly/dash-player",
"version": "1.0.6", "version": "1.1.0",
"description": "Dash player component for videos", "description": "Dash player component for videos",
"repository": { "repository": {
"type": "git", "type": "git",

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
View File

@ -1,12 +1,12 @@
{ {
"name": "@plotly/dash-player", "name": "@plotly/dash-player",
"version": "1.0.6", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@plotly/dash-player", "name": "@plotly/dash-player",
"version": "1.0.6", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"react-player": "2.12.0" "react-player": "2.12.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@plotly/dash-player", "name": "@plotly/dash-player",
"version": "1.0.6", "version": "1.1.0",
"description": "Dash player component for videos", "description": "Dash player component for videos",
"repository": { "repository": {
"type": "git", "type": "git",