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
- [#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

View File

@ -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)

View File

@ -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",

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",
"version": "1.0.6",
"version": "1.1.0",
"description": "Dash player component for videos",
"repository": {
"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",
"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"

View File

@ -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",