Skip to content

Commit c5ccf38

Browse files
authored
Merge pull request #2396 from plotly/master-2.8.0
Master 2.8.0
2 parents 3c3236b + bb491b2 commit c5ccf38

File tree

165 files changed

+2079
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+2079
-265
lines changed

@plotly/dash-component-plugins/package-lock.json

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

@plotly/dash-generator-test-component-nested/package-lock.json

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

@plotly/dash-generator-test-component-standard/package-lock.json

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

@plotly/dash-generator-test-component-typescript/package-lock.json

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

@plotly/dash-test-components/package-lock.json

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

@plotly/eslint-config-dash/package-lock.json

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

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
[# Change Log for Dash
1+
# Change Log for Dash
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## [2.7.0] - 2022-12-12
5+
## [2.8.0] - 2023-01-24
6+
7+
### Added
8+
9+
- [#2389](https://github.com/plotly/dash/pull/2389) Added `disable_n_clicks` prop to all html components to make it possible to remove onclick event listeners
10+
11+
## Fixed
12+
13+
- [#2388](https://github.com/plotly/dash/pull/2388) Fix [#2368](https://github.com/plotly/dash/issues/2368) ordering or Pattern Matching ALL after update to the subtree.
14+
15+
### Updated
16+
17+
- [#2367](https://github.com/plotly/dash/pull/2367) Updated the default `favicon.ico` to the current Plotly logo
18+
- [#2394](https://github.com/plotly/dash/pull/2394) Update Plotly.js to v2.18.0 from v2.16.4.
19+
- Feature release [2.18.0](https://github.com/plotly/plotly.js/releases/tag/v2.18.0) adds `sync` tickmode, so several axes can share ticks and gridlines
20+
- Feature release [2.17.0](https://github.com/plotly/plotly.js/releases/tag/v2.17.0) adds automargin for multiple Y axes, a grouped mode for `scatter` traces, and rounded corners on `treemap` traces
21+
- Patch releases [2.17.1](https://github.com/plotly/plotly.js/releases/tag/v2.17.1) and [2.16.5](https://github.com/plotly/plotly.js/releases/tag/v2.16.5) fix various bugs
22+
23+
## [2.7.1] - 2022-12-12
624

725
### Fixed
826

@@ -14,7 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1432

1533
- [#2361](https://github.com/plotly/dash/pull/2361) Dependencies upgrade.
1634
- Update Plotly.js to v2.16.4 (from v2.16.1): fix several bugs, particularly related to updating mapbox graphs.
17-
- Path release [2.16.4](https://github.com/plotly/plotly.js/releases/tag/v2.16.4)
35+
- Patch release [2.16.4](https://github.com/plotly/plotly.js/releases/tag/v2.16.4)
1836
- Patch release [2.16.3](https://github.com/plotly/plotly.js/releases/tag/v2.16.3)
1937
- Patch release [2.16.2](https://github.com/plotly/plotly.js/releases/tag/v2.16.2)
2038
- [#2363](https://github.com/plotly/dash/pull/2363) Update html attributes for ol

components/dash-core-components/package-lock.json

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

components/dash-core-components/package.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": "2.7.1",
3+
"version": "2.8.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -49,7 +49,7 @@
4949
"mathjax": "^3.2.2",
5050
"moment": "^2.29.4",
5151
"node-polyfill-webpack-plugin": "^2.0.1",
52-
"plotly.js-dist-min": "2.16.4",
52+
"plotly.js-dist-min": "2.18.0",
5353
"prop-types": "^15.8.1",
5454
"ramda": "^0.28.0",
5555
"rc-slider": "^9.7.5",

0 commit comments

Comments
 (0)