Skip to content

Commit 6b21ec9

Browse files
authored
Merge pull request #3354 from plotly/version-3.1.1
Version 3.1.1
2 parents 45987bc + b8731b6 commit 6b21ec9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

5+
# [3.1.1] - 2025-06-29
6+
7+
## Fixed
8+
[#3351](https://github.com/plotly/dash/pull/3351) Fix multi-page app with `suppress_callback_exceptions=True`
59

610
## [3.1.0] - 2025-06-27
711

@@ -20,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2024
- [#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.
2125
- [#3077](https://github.com/plotly/dash/pull/3077) Add new parameter `assets_path_ignore` to `dash.Dash()`. Closes [#3076](https://github.com/plotly/dash/issues/3076)
2226
- [#3202](https://github.com/plotly/dash/pull/3202) expose the closeOnSelect option in dropdown component
27+
- [#3089](https://github.com/plotly/dash/pull/3089) adding support for async callbacks and page layouts, install with `pip install dash[async]`.
2328

2429
## Changed
2530

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)