Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 5049379

Browse files
Merge remote-tracking branch 'origin/dev'
2 parents e322758 + 1e9abb7 commit 5049379

16 files changed

+349
-121
lines changed

.circleci/config.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-unit-37: &lint-unit
1010
working_directory: ~/project
1111
docker:
12-
- image: circleci/python:3.7-stretch-node-browsers
12+
- image: circleci/python:3.7.6-stretch-node-browsers
1313
environment:
1414
PYTHON_VERSION: py37
1515
steps:
@@ -22,6 +22,7 @@ jobs:
2222
command: |
2323
sudo pip install virtualenv --upgrade
2424
python -m venv venv || virtualenv venv && . venv/bin/activate
25+
pip install --progress-bar off -e git+https://github.com/plotly/dash.git@dev#egg=dash[dev,testing]
2526
pip install --progress-bar off --no-cache-dir -r dev-requirements.txt
2627
- save_cache:
2728
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "dev-requirements.txt" }}
@@ -42,7 +43,7 @@ jobs:
4243
lint-unit-36:
4344
<<: *lint-unit
4445
docker:
45-
- image: circleci/python:3.6-stretch-node-browsers
46+
- image: circleci/python:3.6.9-stretch-node-browsers
4647
environment:
4748
PYTHON_VERSION: py36
4849

@@ -56,7 +57,7 @@ jobs:
5657
build-dash-37: &build-dash
5758
working_directory: ~/project
5859
docker:
59-
- image: circleci/python:3.7-stretch-node-browsers
60+
- image: circleci/python:3.7.6-stretch-node-browsers
6061
environment:
6162
PYTHON_VERSION: py37
6263
steps:
@@ -97,7 +98,7 @@ jobs:
9798
build-dash-36:
9899
<<: *build-dash
99100
docker:
100-
- image: circleci/python:3.6-stretch-node-browsers
101+
- image: circleci/python:3.6.9-stretch-node-browsers
101102
environment:
102103
PYTHON_VERSION: py36
103104

@@ -111,7 +112,7 @@ jobs:
111112
test-37: &test
112113
working_directory: ~/project
113114
docker:
114-
- image: circleci/python:3.7-stretch-node-browsers
115+
- image: circleci/python:3.7.6-stretch-node-browsers
115116
environment:
116117
PYTHON_VERSION: py37
117118
PERCY_PARALLEL_TOTAL: -1
@@ -143,7 +144,7 @@ jobs:
143144
test-36:
144145
<<: *test
145146
docker:
146-
- image: circleci/python:3.6-stretch-node-browsers
147+
- image: circleci/python:3.6.9-stretch-node-browsers
147148
environment:
148149
PYTHON_VERSION: py36
149150
PERCY_ENABLE: 0
@@ -159,7 +160,7 @@ jobs:
159160
test-legacy-37: &test-legacy
160161
working_directory: ~/project
161162
docker:
162-
- image: circleci/python:3.7-stretch-node-browsers
163+
- image: circleci/python:3.7.6-stretch-node-browsers
163164
environment:
164165
PYTHON_VERSION: py37
165166
PERCY_PARALLEL_TOTAL: -1
@@ -193,7 +194,7 @@ jobs:
193194
test-legacy-36:
194195
<<: *test-legacy
195196
docker:
196-
- image: circleci/python:3.6-stretch-node-browsers
197+
- image: circleci/python:3.6.9-stretch-node-browsers
197198
environment:
198199
PYTHON_VERSION: py36
199200
PERCY_ENABLE: 0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.10.1] - 2020-06-17
6+
### Updated
7+
- [#824](https://github.com/plotly/dash-core-components/pull/824)
8+
- Upgraded plotly.js to [1.54.3](https://github.com/plotly/plotly.js/releases/tag/v1.54.3)
9+
- Patch release [1.54.3](https://github.com/plotly/plotly.js/releases/tag/v1.54.3)
10+
- Patch release [1.54.2](https://github.com/plotly/plotly.js/releases/tag/v1.54.2)
11+
512
## [1.10.0] - 2020-05-05
613
### Changed
714
- [#793](https://github.com/plotly/dash-core-components/pull/793) Added title key (i.e. HTML `title` attribute) to option dicts in `dcc.Dropdown` `options[]` list property.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashCoreComponents
22
Title: Core Interactive UI Components for 'Dash'
3-
Version: 1.10.0
3+
Version: 1.10.1
44
Description: 'Dash' ships with supercharged components for interactive user interfaces. A core set of components, written and maintained by the 'Dash' team, is available in the 'dashCoreComponents' package. The source for this package is on GitHub: plotly/dash-core-components.
55
Depends: R (>= 3.0.2)
66
Imports:

R/internal.R

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,126 @@
11
.dashCoreComponents_js_metadata <- function() {
22
deps_metadata <- list(`dash_core_components` = structure(list(name = "dash_core_components",
3-
version = "1.10.0", src = list(href = NULL,
3+
version = "1.10.1", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'async-datepicker.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
77
all_files = FALSE, async = TRUE), class = "html_dependency"),
88
`dash_core_components` = structure(list(name = "dash_core_components",
9-
version = "1.10.0", src = list(href = NULL,
9+
version = "1.10.1", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'async-dropdown.js',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
1313
all_files = FALSE, async = TRUE), class = "html_dependency"),
1414
`dash_core_components` = structure(list(name = "dash_core_components",
15-
version = "1.10.0", src = list(href = NULL,
15+
version = "1.10.1", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'async-graph.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
1919
all_files = FALSE, async = TRUE), class = "html_dependency"),
2020
`dash_core_components` = structure(list(name = "dash_core_components",
21-
version = "1.10.0", src = list(href = NULL,
21+
version = "1.10.1", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'async-highlight.js',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
2525
all_files = FALSE, async = TRUE), class = "html_dependency"),
2626
`dash_core_components` = structure(list(name = "dash_core_components",
27-
version = "1.10.0", src = list(href = NULL,
27+
version = "1.10.1", src = list(href = NULL,
2828
file = "deps"), meta = NULL,
2929
script = 'async-markdown.js',
3030
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
3131
all_files = FALSE, async = TRUE), class = "html_dependency"),
3232
`dash_core_components` = structure(list(name = "dash_core_components",
33-
version = "1.10.0", src = list(href = NULL,
33+
version = "1.10.1", src = list(href = NULL,
3434
file = "deps"), meta = NULL,
3535
script = 'async-slider.js',
3636
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
3737
all_files = FALSE, async = TRUE), class = "html_dependency"),
3838
`dash_core_components` = structure(list(name = "dash_core_components",
39-
version = "1.10.0", src = list(href = NULL,
39+
version = "1.10.1", src = list(href = NULL,
4040
file = "deps"), meta = NULL,
4141
script = 'async-upload.js',
4242
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
4343
all_files = FALSE, async = TRUE), class = "html_dependency"),
4444
`dash_core_components` = structure(list(name = "dash_core_components",
45-
version = "1.10.0", src = list(href = NULL,
45+
version = "1.10.1", src = list(href = NULL,
4646
file = "deps"), meta = NULL,
4747
script = 'async-datepicker.js.map',
4848
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
4949
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
5050
`dash_core_components` = structure(list(name = "dash_core_components",
51-
version = "1.10.0", src = list(href = NULL,
51+
version = "1.10.1", src = list(href = NULL,
5252
file = "deps"), meta = NULL,
5353
script = 'async-dropdown.js.map',
5454
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
5555
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
5656
`dash_core_components` = structure(list(name = "dash_core_components",
57-
version = "1.10.0", src = list(href = NULL,
57+
version = "1.10.1", src = list(href = NULL,
5858
file = "deps"), meta = NULL,
5959
script = 'async-graph.js.map',
6060
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
6161
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
6262
`dash_core_components` = structure(list(name = "dash_core_components",
63-
version = "1.10.0", src = list(href = NULL,
63+
version = "1.10.1", src = list(href = NULL,
6464
file = "deps"), meta = NULL,
6565
script = 'async-highlight.js.map',
6666
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
6767
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
6868
`dash_core_components` = structure(list(name = "dash_core_components",
69-
version = "1.10.0", src = list(href = NULL,
69+
version = "1.10.1", src = list(href = NULL,
7070
file = "deps"), meta = NULL,
7171
script = 'async-markdown.js.map',
7272
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
7373
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
7474
`dash_core_components` = structure(list(name = "dash_core_components",
75-
version = "1.10.0", src = list(href = NULL,
75+
version = "1.10.1", src = list(href = NULL,
7676
file = "deps"), meta = NULL,
7777
script = 'async-slider.js.map',
7878
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
7979
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
8080
`dash_core_components` = structure(list(name = "dash_core_components",
81-
version = "1.10.0", src = list(href = NULL,
81+
version = "1.10.1", src = list(href = NULL,
8282
file = "deps"), meta = NULL,
8383
script = 'async-upload.js.map',
8484
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
8585
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
8686
`dash_core_components` = structure(list(name = "dash_core_components",
87-
version = "1.10.0", src = list(href = NULL,
87+
version = "1.10.1", src = list(href = NULL,
8888
file = "deps"), meta = NULL,
8989
script = 'dash_core_components.min.js',
9090
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
9191
all_files = FALSE), class = "html_dependency"),
9292
`dash_core_components` = structure(list(name = "dash_core_components",
93-
version = "1.10.0", src = list(href = NULL,
93+
version = "1.10.1", src = list(href = NULL,
9494
file = "deps"), meta = NULL,
9595
script = 'dash_core_components.min.js.map',
9696
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
9797
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
9898
`dash_core_components-shared` = structure(list(name = "dash_core_components-shared",
99-
version = "1.10.0", src = list(href = NULL,
99+
version = "1.10.1", src = list(href = NULL,
100100
file = "deps"), meta = NULL,
101101
script = 'dash_core_components-shared.js',
102102
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
103103
all_files = FALSE), class = "html_dependency"),
104104
`dash_core_components-shared` = structure(list(name = "dash_core_components-shared",
105-
version = "1.10.0", src = list(href = NULL,
105+
version = "1.10.1", src = list(href = NULL,
106106
file = "deps"), meta = NULL,
107107
script = 'dash_core_components-shared.js.map',
108108
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
109109
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
110110
`dash_core_components` = structure(list(name = "dash_core_components",
111-
version = "1.10.0", src = list(href = NULL,
111+
version = "1.10.1", src = list(href = NULL,
112112
file = "deps"), meta = NULL,
113113
script = 'plotly.min.js',
114114
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
115115
all_files = FALSE, async = 'eager'), class = "html_dependency"),
116116
`dash_core_components` = structure(list(name = "dash_core_components",
117-
version = "1.10.0", src = list(href = NULL,
117+
version = "1.10.1", src = list(href = NULL,
118118
file = "deps"), meta = NULL,
119119
script = 'async-plotlyjs.js',
120120
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
121121
all_files = FALSE, async = 'lazy'), class = "html_dependency"),
122122
`dash_core_components` = structure(list(name = "dash_core_components",
123-
version = "1.10.0", src = list(href = NULL,
123+
version = "1.10.1", src = list(href = NULL,
124124
file = "deps"), meta = NULL,
125125
script = 'async-plotlyjs.js.map',
126126
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",

dash_core_components/async-plotlyjs.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_core_components/dash_core_components.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_core_components/dash_core_components.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_core_components/package-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -85,7 +85,7 @@
8585
"identity-obj-proxy": "^3.0.0",
8686
"jest": "^24.5.0",
8787
"npm-run-all": "^4.1.5",
88-
"plotly.js": "1.54.1",
88+
"plotly.js": "1.54.3",
8989
"prettier": "^1.14.2",
9090
"react": "16.13.0",
9191
"react-dom": "16.13.0",

dash_core_components/plotly.min.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pandas
22
xlrd
3-
flake8
43
mimesis;python_version>="3.6"
54
virtualenv;python_version=="2.7"

0 commit comments

Comments
 (0)