Skip to content

Commit 38e8c94

Browse files
authored
Merge branch 'dev' into fix/update_documentation_setup
2 parents d067743 + d468260 commit 38e8c94

File tree

12 files changed

+1611
-1441
lines changed

12 files changed

+1611
-1441
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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+
## [3.3.0] - 2025-11-12
66

77
## Added
88
- [#3395](https://github.com/plotly/dash/pull/3396) Add position argument to hooks.devtool
@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1616
- [#3465](https://github.com/plotly/dash/pull/3465) Plotly cloud integrations, add devtool API, placeholder plotly cloud CLI & publish button, `dash[cloud]` extra dependencies.
1717

1818
## Fixed
19+
- [#3490](https://github.com/plotly/dash/pull/3490) Fix stack overflow when circular callbacks are displayed on the devtool callback
1920
- [#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)
2021
- [#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)
2122
- [#3416](https://github.com/plotly/dash/issues/3416) Fix DeprecationWarning in dash/_jupyter.py by migrating from deprecated ipykernel.comm.Comm to comm module

components/dash-core-components/package-lock.json

Lines changed: 380 additions & 358 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -63,12 +63,12 @@
6363
"uniqid": "^5.4.0"
6464
},
6565
"devDependencies": {
66-
"@babel/cli": "^7.28.0",
67-
"@babel/core": "^7.28.0",
68-
"@babel/eslint-parser": "^7.28.0",
66+
"@babel/cli": "^7.28.3",
67+
"@babel/core": "^7.28.5",
68+
"@babel/eslint-parser": "^7.28.5",
6969
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
70-
"@babel/preset-env": "^7.28.0",
71-
"@babel/preset-react": "^7.27.1",
70+
"@babel/preset-env": "^7.28.5",
71+
"@babel/preset-react": "^7.28.5",
7272
"@plotly/dash-component-plugins": "^1.2.3",
7373
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7474
"babel-loader": "^9.2.1",
@@ -86,7 +86,7 @@
8686
"rimraf": "^5.0.5",
8787
"style-loader": "^3.3.3",
8888
"styled-jsx": "^5.1.7",
89-
"webpack": "^5.101.0",
89+
"webpack": "^5.102.1",
9090
"webpack-cli": "^5.1.4"
9191
},
9292
"optionalDependencies": {

0 commit comments

Comments
 (0)