Skip to content

Commit 64056cf

Browse files
committed
Version 4.2.0rc3
1 parent f1b6306 commit 64056cf

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2020
- [#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.
2121
- [#3759](https://github.com/plotly/dash/pull/3759) Fix the issue where `Patch` objects cannot be updated via `set_props()` in `websocket` callback. Fix [#3742](https://github.com/plotly/dash/issues/3742)
2222

23-
## [4.2.0rc1] - 2026-05-01
23+
## [4.2.0rc3] - 2026-05-12
24+
25+
- [#3771](https://github.com/plotly/dash/pull/3771) Add persistent callbacks and no inputs/no outputs callback support.
26+
- Rename ctx.get_websocket to ctx.websocket
27+
28+
## [4.2.0rc2] - 2026-05-01
2429

2530
## Fixed
2631
- [#3759](https://github.com/plotly/dash/pull/3759) Fix the error when using `set_props()` to update component-type properties in the `websocket` callback.

dash/version.py

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

0 commit comments

Comments
 (0)