Skip to content

Commit 05e2467

Browse files
author
Xing Han Lu
authoredApr 15, 2021
Publish 0.0.8 (#44)
* npm run build * bump version * Update changelog * npm run build
1 parent efc6a09 commit 05e2467

14 files changed

+29
-20
lines changed
 

‎DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashVtk
22
Title: React based declarative usage of vtk.js for Dash
3-
Version: 0.0.7
3+
Version: 0.0.8
44
Description: React based declarative usage of vtk.js for Dash
55
Depends: R (>= 3.0.2)
66
Imports:

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "DashVtk"
33
uuid = "1b08a953-4be3-4667-9a23-818b1eccd4c7"
44
authors = ["Kitware Inc <sebastien.jourdain@kitware.com> and Plotly Technologies <xinghan@plot.ly>"]
5-
version = "0.0.7"
5+
version = "0.0.8"
66

77
[deps]
88
Dash = "1b08a953-4be3-4667-9a23-3db579824955"

‎R/internal.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
.dashVtk_js_metadata <- function() {
22
deps_metadata <- list(`dash_vtk` = structure(list(name = "dash_vtk",
3-
version = "0.0.7", src = list(href = NULL,
3+
version = "0.0.8", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'dash_vtk.min.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
77
all_files = FALSE), class = "html_dependency"),
88
`dash_vtk` = structure(list(name = "dash_vtk",
9-
version = "0.0.7", src = list(href = NULL,
9+
version = "0.0.8", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'dash_vtk.min.js.map',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
1313
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
1414
`dash_vtk` = structure(list(name = "dash_vtk",
15-
version = "0.0.7", src = list(href = NULL,
15+
version = "0.0.8", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async-ReactVTK.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",
1919
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_vtk` = structure(list(name = "dash_vtk",
21-
version = "0.0.7", src = list(href = NULL,
21+
version = "0.0.8", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async-ReactVTK.js.map',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashVtk",

‎dash_vtk/async-ReactVTK.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dash_vtk/dash_vtk.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dash_vtk/package-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash_vtk",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "React based declarative usage of vtk.js for Dash",
55
"repository": {
66
"type": "git",

‎deps/async-ReactVTK.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deps/dash_vtk.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [0.0.8] - 2021-04-15
11+
12+
### Changed
13+
14+
- `react-vtk-js` was updated from `1.2.1` to `1.5.0`. See [diffs](https://github.com/Kitware/react-vtk-js/compare/v1.2.1...v1.5.0)
15+
- dash-vtk is now loaded asynchronously (see https://github.com/plotly/dash-vtk/pull/29). It will only be loaded when one or more components is called/displayed; this helps optimize for multi-page apps and use cases where dash-vtk is dynamically loaded.
16+
17+
918
## [0.0.7] - 2021-04-06
1019

1120
### Added

‎inst/deps/async-ReactVTK.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎inst/deps/dash_vtk.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash_vtk",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "React based declarative usage of vtk.js for Dash",
55
"repository": {
66
"type": "git",

‎src/DashVtk.jl

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module DashVtk
33
using Dash
44

55
const resources_path = realpath(joinpath( @__DIR__, "..", "deps"))
6-
const version = "0.0.7"
6+
const version = "0.0.8"
77

88
include("vtk_algorithm.jl")
99
include("vtk_calculator.jl")
@@ -35,28 +35,28 @@ function __init__()
3535
[
3636
DashBase.Resource(
3737
relative_package_path = "dash_vtk.min.js",
38-
external_url = "https://unpkg.com/dash_vtk@0.0.7/dash_vtk/dash_vtk.min.js",
38+
external_url = "https://unpkg.com/dash_vtk@0.0.8/dash_vtk/dash_vtk.min.js",
3939
dynamic = nothing,
4040
async = nothing,
4141
type = :js
4242
),
4343
DashBase.Resource(
4444
relative_package_path = "dash_vtk.min.js.map",
45-
external_url = "https://unpkg.com/dash_vtk@0.0.7/dash_vtk/dash_vtk.min.js.map",
45+
external_url = "https://unpkg.com/dash_vtk@0.0.8/dash_vtk/dash_vtk.min.js.map",
4646
dynamic = true,
4747
async = nothing,
4848
type = :js
4949
),
5050
DashBase.Resource(
5151
relative_package_path = "async-ReactVTK.js",
52-
external_url = "https://unpkg.com/dash_vtk@0.0.7/dash_vtk/async-ReactVTK.js",
52+
external_url = "https://unpkg.com/dash_vtk@0.0.8/dash_vtk/async-ReactVTK.js",
5353
dynamic = nothing,
5454
async = :true,
5555
type = :js
5656
),
5757
DashBase.Resource(
5858
relative_package_path = "async-ReactVTK.js.map",
59-
external_url = "https://unpkg.com/dash_vtk@0.0.7/dash_vtk/async-ReactVTK.js.map",
59+
external_url = "https://unpkg.com/dash_vtk@0.0.8/dash_vtk/async-ReactVTK.js.map",
6060
dynamic = true,
6161
async = nothing,
6262
type = :js

0 commit comments

Comments
 (0)
Please sign in to comment.