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

Commit d9f283e

Browse files
authored
merge dev into master 1.14.0 (#897)
1 parent 91a424e commit d9f283e

21 files changed

+185
-322
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.14.0] - 2020-12-07
6+
### Updated
7+
- [#889](https://github.com/plotly/dash-core-components/pull/889) & [#893](https://github.com/plotly/dash-core-components/pull/893)
8+
- Upgraded Plotly.js to [1.58.1](https://github.com/plotly/plotly.js/releases/tag/v1.58.1)
9+
- Patch Release [1.58.1](https://github.com/plotly/plotly.js/releases/tag/v1.58.1)
10+
- [Feature release of Plotly.js 1.58.0](https://github.com/plotly/plotly.js/releases/tag/v1.58.0) which:
11+
- Add `ticklabelposition` attribute to cartesian axes and colorbars [#5275](https://github.com/plotly/plotly.js/pull/5275)
12+
- Add "strict" `autotypenumbers` to axes and `layout` [#5240](https://github.com/plotly/plotly.js/pull/5240)
13+
- Add `itemwidth` to legends [#5212](https://github.com/plotly/plotly.js/pull/5212)
14+
- Add `root.color` attribute to `sunburst` and `treemap` traces [#5232](https://github.com/plotly/plotly.js/pull/5232), [#5245](https://github.com/plotly/plotly.js/pull/5245)
15+
- Enable fast image rendering for all linear axes [#5307](https://github.com/plotly/plotly.js/pull/5307)
16+
- Rework matches and scaleanchor so they work together [#5287](https://github.com/plotly/plotly.js/pull/5287)
17+
518
## [1.13.0] - 2020-10-29
619
### Added
720
- [#871](https://github.com/plotly/dash-core-components/pull/871) Add Julia syntax highlighting support for dcc.Markdown

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.13.0
3+
Version: 1.14.0
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:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "DashCoreComponents"
33
uuid = "1b08a953-4be3-4667-9a23-9da06441d987"
44
authors = ["Chris Parmer <chris@plotly.com>"]
5-
version = "1.13.0"
5+
version = "1.14.0"
66

77
[deps]
88
DashBase = "03207cf0-e2b3-4b91-9ca8-690cf0fb507e"

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.13.0", src = list(href = NULL,
3+
version = "1.14.0", 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.13.0", src = list(href = NULL,
9+
version = "1.14.0", 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.13.0", src = list(href = NULL,
15+
version = "1.14.0", 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.13.0", src = list(href = NULL,
21+
version = "1.14.0", 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.13.0", src = list(href = NULL,
27+
version = "1.14.0", 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.13.0", src = list(href = NULL,
33+
version = "1.14.0", 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.13.0", src = list(href = NULL,
39+
version = "1.14.0", 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.13.0", src = list(href = NULL,
45+
version = "1.14.0", 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.13.0", src = list(href = NULL,
51+
version = "1.14.0", 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.13.0", src = list(href = NULL,
57+
version = "1.14.0", 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.13.0", src = list(href = NULL,
63+
version = "1.14.0", 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.13.0", src = list(href = NULL,
69+
version = "1.14.0", 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.13.0", src = list(href = NULL,
75+
version = "1.14.0", 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.13.0", src = list(href = NULL,
81+
version = "1.14.0", 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.13.0", src = list(href = NULL,
87+
version = "1.14.0", 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.13.0", src = list(href = NULL,
93+
version = "1.14.0", 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.13.0", src = list(href = NULL,
99+
version = "1.14.0", 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.13.0", src = list(href = NULL,
105+
version = "1.14.0", 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.13.0", src = list(href = NULL,
111+
version = "1.14.0", 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.13.0", src = list(href = NULL,
117+
version = "1.14.0", 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.13.0", src = list(href = NULL,
123+
version = "1.14.0", 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.13.0",
3+
"version": "1.14.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"fast-isnumeric": "^1.1.3",
4545
"highlight.js": "^10.3.1",
4646
"moment": "^2.20.1",
47-
"plotly.js": "1.57.1",
47+
"plotly.js": "1.58.1",
4848
"prop-types": "^15.6.0",
4949
"ramda": "^0.26.1",
5050
"rc-slider": "^9.1.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.

deps/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.

deps/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.

deps/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.

deps/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.

inst/deps/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.

inst/deps/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.

inst/deps/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.

inst/deps/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.

0 commit comments

Comments
 (0)