Skip to content

Commit 438132f

Browse files
authored
Merge pull request #2999 from plotly/version-2.18.1
Version 2.18.1
2 parents 278af78 + 7c85e48 commit 438132f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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.18.1] - 2024-09-12
66

77
## Fixed
88

99
- [#2987](https://github.com/plotly/dash/pull/2987) Fix multioutput requiring same number of no_update. Fixes [#2986](https://github.com/plotly/dash/issues/2986)
1010
- [2988](https://github.com/plotly/dash/pull/2988) Fix error handler and grouped outputs. Fixes [#2983](https://github.com/plotly/dash/issues/2983)
1111
- [#2841](https://github.com/plotly/dash/pull/2841) Fix typing on Dash init.
12+
- [#1548](https://github.com/plotly/dash/pull/1548) Enable changing of selenium url, fix for selenium grid support.
1213

1314
## Deprecated
1415

dash/version.py

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

0 commit comments

Comments
 (0)