Skip to content

Commit

Permalink
Merge pull request #77 from plotly/1-1-0-release
Browse files Browse the repository at this point in the history
Updates for 1.1.0 release
  • Loading branch information
LiamConnors authored Mar 22, 2023
2 parents 638ba15 + 8c29577 commit 79b5957
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion dash_player/dash_player.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dash_player/dash_player.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_player/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 79b5957

Please sign in to comment.