Skip to content

Commit 28ce986

Browse files
authored
Merge pull request #2844 from plotly/version-2.17.0
Version 2.17.0
2 parents a5a9e4e + e99622f commit 28ce986

File tree

11 files changed

+4272
-4192
lines changed

11 files changed

+4272
-4192
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## [UNRELEASED]
5+
## [2.17.0] - 2024-05-03
66

77
## Added
88

@@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2424
- [#2362](https://github.com/plotly/dash/pull/2362) Global namespace not polluted any more when loading clientside callbacks.
2525
- [#2833](https://github.com/plotly/dash/pull/2833) Allow data url in link props. Fixes [#2764](https://github.com/plotly/dash/issues/2764)
2626
- [#2822](https://github.com/plotly/dash/pull/2822) Fix side update (running/progress/cancel) dict ids. Fixes [#2111](https://github.com/plotly/dash/issues/2111)
27+
- [#2817](https://github.com/plotly/dash/pull/2817) Change hashing algorithm from md5 to sha256, Fixes [#2697](https://github.com/plotly/dash/issues/2697).
28+
- [#2816](https://github.com/plotly/dash/pull/2816) Fix dcc.Dropdown value not updated when option is removed. Fixes [#2733](https://github.com/plotly/dash/issues/2733).
29+
- [#2823](https://github.com/plotly/dash/pull/2823) Fix None in "wait" methods causing incorrectly passing tests. Fixes [#2818](https://github.com/plotly/dash/issues/2818)
2730

2831
## [2.16.1] - 2024-03-06
2932

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

Lines changed: 1007 additions & 979 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "2.13.1",
3+
"version": "2.14.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -64,11 +64,11 @@
6464
"uniqid": "^5.4.0"
6565
},
6666
"devDependencies": {
67-
"@babel/cli": "^7.23.9",
68-
"@babel/core": "^7.24.0",
67+
"@babel/cli": "^7.24.5",
68+
"@babel/core": "^7.24.5",
6969
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
70-
"@babel/preset-env": "^7.24.0",
71-
"@babel/preset-react": "^7.23.3",
70+
"@babel/preset-env": "^7.24.5",
71+
"@babel/preset-react": "^7.24.1",
7272
"@plotly/dash-component-plugins": "^1.2.3",
7373
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7474
"babel-loader": "^9.1.3",
@@ -89,7 +89,7 @@
8989
"rimraf": "^5.0.5",
9090
"style-loader": "^3.3.3",
9191
"styled-jsx": "^3.4.4",
92-
"webpack": "^5.90.3",
92+
"webpack": "^5.91.0",
9393
"webpack-cli": "^5.1.4"
9494
},
9595
"optionalDependencies": {

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

Lines changed: 1007 additions & 979 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {
@@ -32,10 +32,10 @@
3232
"ramda": "^0.29.0"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.23.9",
36-
"@babel/core": "^7.24.0",
37-
"@babel/preset-env": "^7.24.0",
38-
"@babel/preset-react": "^7.23.3",
35+
"@babel/cli": "^7.24.5",
36+
"@babel/core": "^7.24.5",
37+
"@babel/preset-env": "^7.24.5",
38+
"@babel/preset-react": "^7.24.1",
3939
"babel-loader": "^9.1.3",
4040
"cheerio": "^0.22.0",
4141
"cross-env": "^7.0.3",
@@ -51,7 +51,7 @@
5151
"request": "^2.88.2",
5252
"rimraf": "^5.0.5",
5353
"string": "^3.3.3",
54-
"webpack": "^5.90.3",
54+
"webpack": "^5.91.0",
5555
"webpack-cli": "^5.1.4"
5656
},
5757
"files": [

0 commit comments

Comments
 (0)