Skip to content

Commit 3c3236b

Browse files
authored
Merge pull request #2365 from plotly/master-2.7.1
Master 2.7.1
2 parents 680a9b0 + 67d83e6 commit 3c3236b

Some content is hidden

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

41 files changed

+608
-239
lines changed

@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.

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
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
6+
7+
### Fixed
8+
9+
- [#2344](https://github.com/plotly/dash/pull/2344) Fix [#1519](https://github.com/plotly/dash/issues/1519), a case where dependent callbacks can be called too many times and with inconsistent inputs
10+
- [#2332](https://github.com/plotly/dash/pull/2332) Add key to wrapped children props in list.
11+
- [#2336](https://github.com/plotly/dash/pull/2336) Fix inserted dynamic ids in component as props.
12+
13+
### Updated
14+
15+
- [#2361](https://github.com/plotly/dash/pull/2361) Dependencies upgrade.
16+
- 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)
18+
- Patch release [2.16.3](https://github.com/plotly/plotly.js/releases/tag/v2.16.3)
19+
- Patch release [2.16.2](https://github.com/plotly/plotly.js/releases/tag/v2.16.2)
20+
- [#2363](https://github.com/plotly/dash/pull/2363) Update html attributes for ol
21+
522
## [2.7.0] - 2022-11-03
623

724
### Removed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ When a change in renderer code doesn't reflect in your browser as expected, this
5757

5858
Specific details on making changes and contributing to `dcc`, `html`, and `dash_table` can be found within their respective sub-directories in the `components` directory. Once changes have been made in the specific directories, the `dash-update-components` command line tool can be used to update the build artifacts and dependencies of the respective packages within Dash. For example, if a change has been made to `dash-core-components`, use `dash-update-components "dash-core-components"` to move the build artifacts to Dash. By default, this is set to update `all` packages.
5959

60-
## Python 2 And 3 Compatibility
61-
62-
Writing Python 2/3 compatible code might be a challenging task for contributors used to working on one particular version, especially new learners who start directly with Python 3.
63-
64-
We use `python-future` as our tool to mainly write Python 3 code and make it back-compatible to Python 2.7 (the only Python 2 version Dash supports). Please refer to [this list of idioms](https://python-future.org/compatible_idioms.html "https://python-future.org/compatible_idioms.html") for more details on working with `python-future`.
65-
6660
## Git
6761

6862
Use the [GitHub flow](https://guides.github.com/introduction/flow/) when proposing contributions to this repository (i.e. create a feature branch and submit a PR against the default branch).

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

Lines changed: 9 additions & 9 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.0",
3+
"version": "2.7.1",
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.1",
52+
"plotly.js-dist-min": "2.16.4",
5353
"prop-types": "^15.8.1",
5454
"ramda": "^0.28.0",
5555
"rc-slider": "^9.7.5",

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

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

components/dash-html-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)