Skip to content

Commit 0fa0a41

Browse files
authored
Merge pull request #3345 from plotly/version-3.1.0
Version 3.1.0
2 parents d3e20b8 + 89a1ca5 commit 0fa0a41

File tree

11 files changed

+4580
-4262
lines changed

11 files changed

+4580
-4262
lines changed

CHANGELOG.md

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

55

6-
## [UNRELEASED]
6+
## [3.1.0] - 2025-06-27
77

88
## Fixed
99
- [#3341](https://github.com/plotly/dash/pull/3341) Fixed query string parsing regression introduced in 2.18.2 where values containing unencoded `&` characters were being truncated. [#3106](https://github.com/plotly/dash/issues/3106)
@@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1414
- [#3108](https://github.com/plotly/dash/pull/3108) Fix layout as list for pages.
1515
- [#1906](https://github.com/plotly/dash/pull/1906) Make graph height more responsive.
1616
- [#2927](https://github.com/plotly/dash/pull/2927) Fix unexpected behaviour of the cursor in dcc.Input
17+
- [#3344](https://github.com/plotly/dash/pull/3344) Fix dcc.Loading target_components with * prop.
1718

1819
## Added
1920
- [#3294](https://github.com/plotly/dash/pull/3294) Added the ability to pass `allow_optional` to Input and State to allow callbacks to work even if these components are not in the dash layout.
@@ -26,6 +27,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2627
- [#3304](https://github.com/plotly/dash/pull/3304) Speed up function _operation by 80%
2728
- [#3323](https://github.com/plotly/dash/pull/3323) Make Dash instances WSGI compliant, can now call gunicorn on the dash app itself.
2829

30+
## Updated
31+
32+
- [#3333](https://github.com/plotly/dash/pull/3333) Update flask max version to <3.2
33+
2934
## [3.0.4] - 2025-04-24
3035

3136
## Fixed

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

Lines changed: 1127 additions & 1050 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -63,12 +63,12 @@
6363
"uniqid": "^5.4.0"
6464
},
6565
"devDependencies": {
66-
"@babel/cli": "^7.27.0",
67-
"@babel/core": "^7.26.10",
68-
"@babel/eslint-parser": "^7.27.0",
66+
"@babel/cli": "^7.27.2",
67+
"@babel/core": "^7.27.4",
68+
"@babel/eslint-parser": "^7.27.5",
6969
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
70-
"@babel/preset-env": "^7.26.9",
71-
"@babel/preset-react": "^7.26.3",
70+
"@babel/preset-env": "^7.27.2",
71+
"@babel/preset-react": "^7.27.1",
7272
"@plotly/dash-component-plugins": "^1.2.3",
7373
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7474
"babel-loader": "^9.2.1",
@@ -86,7 +86,7 @@
8686
"rimraf": "^5.0.5",
8787
"style-loader": "^3.3.3",
8888
"styled-jsx": "^3.4.4",
89-
"webpack": "^5.99.6",
89+
"webpack": "^5.99.9",
9090
"webpack-cli": "^5.1.4"
9191
},
9292
"optionalDependencies": {

0 commit comments

Comments
 (0)