Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Changes to `dash-player` were sponsored by Volkswagen's Center of Excellence for

---

## [1.0.5] - 2022-12-08

### Added

- [#64](https://github.com/plotly/dash-player/pull/64) Add partnership information to `README` and `CHANGELOG`

## Changed

- [#66](https://github.com/plotly/dash-player/pull/66) Remove all usage files and replace with link to official documentaion

---

## [1.0.4] - 2022-12-02

## Fixed
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.4
Version: 1.0.5
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
4 changes: 2 additions & 2 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.dashPlayer_js_metadata <- function() {
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
version = "1.0.4", src = list(href = NULL,
version = "1.0.5", 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.4", src = list(href = NULL,
version = "1.0.5", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
Expand Down
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.4",
"version": "1.0.5",
"description": "Dash player component for videos",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotly/dash-player",
"version": "1.0.4",
"version": "1.0.5",
"description": "Dash player component for videos",
"repository": {
"type": "git",
Expand Down