Skip to content

Commit deda670

Browse files
committed
version 4.2.0rc1
1 parent 750a585 commit deda670

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1818
- [#3740](https://github.com/plotly/dash/pull/3740) Fix cannot tab into dropdowns in Safari
1919
- [#2462](https://github.com/plotly/dash/issues/2462) Allow `MATCH` in `Input`/`State` when the callback's `Output` has no wildcards (fixed-id Output, no Output, or `ALL`-only wildcard Output). `ALLSMALLER` still requires a corresponding `MATCH` in an Output.
2020

21+
## [4.2.0rc1] - 2026-04-13
22+
23+
## Added
24+
- [#3742](https://github.com/plotly/dash/pull/3742) Add websocket callbacks to fastapi and quart backends.
25+
2126
## [4.1.0] - 2026-03-23
2227

2328
## Added

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.0rc0"
1+
__version__ = "4.2.0rc1"

0 commit comments

Comments
 (0)