From 50b300354600d34bceca643879b43d3a1638e09d Mon Sep 17 00:00:00 2001 From: Adrian Borrmann Date: Mon, 23 Mar 2026 12:34:23 -0600 Subject: [PATCH 1/2] add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1816c5d7..e632dbfe6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - [#3656][(](https://github.com/plotly/dash/pull/3656)) Improved dropdown performance for large collections of options - [#3643][(](https://github.com/plotly/dash/pull/3643)) Fix multiselect dropdown with components as labels - [#3609][(](https://github.com/plotly/dash/pull/3609)) Add backward compat alias for _Wildcard +- [#3672][(](https://github.com/plotly/dash/pull/3672)) Improve browser performance when app contains a large number of clientside callbacks ## [4.0.0] - 2026-02-03 From 9b9057a9a6e0b89592b31810a8e2363cc3cb83f5 Mon Sep 17 00:00:00 2001 From: Adrian Borrmann Date: Mon, 23 Mar 2026 12:34:23 -0600 Subject: [PATCH 2/2] add missing changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e632dbfe6a..a5e7e9f9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - [#3656][(](https://github.com/plotly/dash/pull/3656)) Improved dropdown performance for large collections of options - [#3643][(](https://github.com/plotly/dash/pull/3643)) Fix multiselect dropdown with components as labels - [#3609][(](https://github.com/plotly/dash/pull/3609)) Add backward compat alias for _Wildcard -- [#3672][(](https://github.com/plotly/dash/pull/3672)) Improve browser performance when app contains a large number of clientside callbacks +- [#3672][(](https://github.com/plotly/dash/pull/3672)) Improve browser performance when app contains a large number of pattern matching callback callbacks. Exposes an api endpoint to fetch the latest computeGraph call. ## [4.0.0] - 2026-02-03