Bumps dash from 2.18.2 to 4.0.0.
Release notes
Sourced from dash's releases.
Dash Version 4.0.0
Added
- Redesigned dash core components
Added since 4.0.0rc6
- Add a prop to sliders,
allow_direct_input, that can be used to disable the inputs rendered with sliders.
- Improve CSS styles in calendar when looking at selected dates outside the current calendar month (
show_outside_days=True)
v4.0.0rc6
Added
- Restored missing implementation for
with_portal and with_full_screen_portal in datepickers
Changed
- Bugfixes for feedback received in
rc5: notably, popovers are position: fixed once again.
v4.0.0rc5
Added
- New prop in
dcc.Upload allows users to recursively upload entire folders at once
Changed
- Bugfixes for feedback received in
rc4
v4.0.0rc4
- New
dcc.Button component that mirrors html.Button but with default styles applied
- Fix various bugs found in
rc3
v4.0.0rc3
Added
- Modernized
dcc.Tabs
- Modernized
dcc.DatePickerSingle and dcc.DatePickerRange
- DatePicker calendars can now accept translations as an external script, either with Dash's
external_scripts or from the assets folder. See documentation for the underlying library that supports this.
Changed
dcc.Tab now accepts a width prop which can be a pixel or percentage width for an individual tab.
dcc.Tab can accept other Dash Components for its label, in addition to a simple string.
v4.0.0rc2
Added
- 3468 Modernize dcc.TextArea & dcc.Tooltip
- 3467 Modernize dcc.Loading
- 3453 Modernize dcc.Checklist & dcc.RadioItems
Changed
... (truncated)
Changelog
Sourced from dash's changelog.
[4.0.0] - 2026年02月03日
Added
- Finalize all redesigned dash core components
- Add a prop to sliders,
allow_direct_input, that can be used to disable the inputs rendered with sliders.
- Improve CSS styles in calendar when looking at selected dates outside the current calendar month (
show_outside_days=True)
[4.0.0rc6] - 2026年01月07日
Added
- Restored missing implementation for
with_portal and with_full_screen_portal in datepickers
Changed
- Bugfixes for feedback received in
rc5: notably, popovers are position: fixed once again.
[4.0.0rc5] - 2025年12月16日
Added
- #3464 Add folder upload functionality to
dcc.Upload component. When multiple=True, users can now select and upload entire folders in addition to individual files. The folder hierarchy is preserved in filenames (e.g., folder/subfolder/file.txt). Files within folders are filtered according to the accept prop. Folder support is available in Chrome, Edge, and Opera; other browsers gracefully fall back to file-only mode. The uploaded files use the same output API as multiple file uploads.
Changed
- Bugfixes for feedback received in
rc4
[4.0.0rc4] - 2025年12月04日
Added
- New
dcc.Button component that mirrors html.Button but with default styles applied
[4.0.0rc3] - 2025年11月27日
- Modernized
dcc.Tabs
- Modernized
dcc.DatePickerSingle and dcc.DatePickerRange
- DatePicker calendars can now accept translations as an external script, either with Dash's
external_scripts or from the assets folder. See documentation for the underlying library that supports this.
Changed
dcc.Tab now accepts a width prop which can be a pixel or percentage width for an individual tab.
dcc.Tab can accept other Dash Components for its label, in addition to a simple string.
[4.0.0rc2] - 2025年10月10日
Added
- 3468 Modernize dcc.TextArea & dcc.Tooltip
- 3467 Modernize dcc.Loading
- 3453 Modernize dcc.Checklist & dcc.RadioItems
Changed
... (truncated)
Commits
Dependabot compatibility score
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading. Please reload this page.
Bumps dash from 2.18.2 to 4.0.0.
Release notes
Sourced from dash's releases.
... (truncated)
Changelog
Sourced from dash's changelog.
... (truncated)
Commits
076f484Merge pull request #3598 from plotly/master-4.0.08b6afb1Build artifactsdc067e5Merge branch 'dev' into master-4.0.03b42e03Merge pull request #3595 from plotly/v491017b8remove unused css rule48ef3e0Fix package-lock.json5620664Merge pull request #3591 from plotly/release/v43b661bcadd release date to changelog0847726Remove RC tag and update changelog674624bMerge pull request #3571 from plotly/bugfix/rc6-feedbackDependabot compatibility score
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)