Skip to content

Commit 79b5957

Browse files
authored
Merge pull request #77 from plotly/1-1-0-release
Updates for 1.1.0 release
2 parents 638ba15 + 8c29577 commit 79b5957

File tree

10 files changed

+17
-14
lines changed

10 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ Changes to `dash-player` were sponsored by Volkswagen's Center of Excellence for
1111

1212
---
1313

14-
## Unreleased
14+
## [1.1.0] - 2023-03-16
1515

1616
## Changed
1717
- [#73](https://github.com/plotly/dash-player/pull/73) Converted the JS bundle to async loading
1818

19+
## Updated
20+
- [#76](https://github.com/plotly/dash-player/pull/76) Updated dependencies
21+
1922
## [1.0.6] - 2022-12-12
2023

2124
## Changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dashPlayer
22
Title: Interactive Media Player Component for Dash
33

4-
Version: 1.0.6
4+
Version: 1.1.0
55
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.
66

77
Depends: R (>= 3.0.2)

R/internal.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
.dashPlayer_js_metadata <- function() {
22
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
3-
version = "1.0.6", src = list(href = NULL,
3+
version = "1.1.0", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'dash_player.min.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
77
all_files = FALSE), class = "html_dependency"),
88
`dash_player` = structure(list(name = "dash_player",
9-
version = "1.0.6", src = list(href = NULL,
9+
version = "1.1.0", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'dash_player.min.js.map',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
1313
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
1414
`dash_player` = structure(list(name = "dash_player",
15-
version = "1.0.6", src = list(href = NULL,
15+
version = "1.1.0", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async-dashplayer.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
1919
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_player` = structure(list(name = "dash_player",
21-
version = "1.0.6", src = list(href = NULL,
21+
version = "1.1.0", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async-dashplayer.js.map',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",

dash_player/dash_player.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_player/dash_player.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotly/dash-player",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Dash player component for videos",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)