|
2 | 2 | All notable changes to `dash` will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](https://semver.org/). |
4 | 4 |
|
| 5 | +## [3.3.0] - 2025-11-12 |
| 6 | + |
| 7 | +## Added |
| 8 | +- [#3395](https://github.com/plotly/dash/pull/3396) Add position argument to hooks.devtool |
| 9 | +- [#3403](https://github.com/plotly/dash/pull/3403) Add app_context to get_app, allowing to get the current app in routes. |
| 10 | +- [#3407](https://github.com/plotly/dash/pull/3407) Add `hidden` to callback arguments, hiding the callback from appearing in the devtool callback graph. |
| 11 | +- [#3397](https://github.com/plotly/dash/pull/3397) Add optional callbacks, suppressing callback warning for missing component ids for a single callback. |
| 12 | +- [#3424](https://github.com/plotly/dash/pull/3424) Adds support for `Patch` on clientside callbacks class `dash_clientside.Patch`, as well as supporting side updates, eg: (Running, SetProps). |
| 13 | +- [#3347](https://github.com/plotly/dash/pull/3347) Added 'api_endpoint' to `callback` to expose api endpoints at the provided path for use to be executed directly without dash. |
| 14 | +- [#3445](https://github.com/plotly/dash/pull/3445) Added API to reverse direction of slider component. |
| 15 | +- [#3460](https://github.com/plotly/dash/pull/3460) Add `/health` endpoint for server monitoring and health checks. |
| 16 | +- [#3465](https://github.com/plotly/dash/pull/3465) Plotly cloud integrations, add devtool API, placeholder plotly cloud CLI & publish button, `dash[cloud]` extra dependencies. |
| 17 | + |
| 18 | +## Fixed |
| 19 | +- [#3490](https://github.com/plotly/dash/pull/3490) Fix stack overflow when circular callbacks are displayed on the devtool callback |
| 20 | +- [#3395](https://github.com/plotly/dash/pull/3395) Fix Components added through set_props() cannot trigger related callback functions. Fix [#3316](https://github.com/plotly/dash/issues/3316) |
| 21 | +- [#3415](https://github.com/plotly/dash/pull/3415) Fix the error triggered when only a single no_update is returned for client-side callback functions with multiple Outputs. Fix [#3366](https://github.com/plotly/dash/issues/3366) |
| 22 | +- [#3416](https://github.com/plotly/dash/issues/3416) Fix DeprecationWarning in dash/_jupyter.py by migrating from deprecated ipykernel.comm.Comm to comm module |
| 23 | +- [#3488](https://github.com/plotly/dash/pull/3488) Fix pkgutil.find_loader removal in Python 3.14 |
| 24 | + |
| 25 | +## Deprecated |
| 26 | +- [#3482](https://github.com/plotly/dash/pull/3482) Deprecate dash_table.DataTable with replacement from `dash[ag-grid]` extra requirement. |
| 27 | + |
5 | 28 | ## [3.2.0] - 2025-07-31 |
6 | 29 |
|
7 | 30 | ## Added |
|
0 commit comments