Skip to content

Commit d25052e

Browse files
authored
Merge pull request #3537 from plotly/release/4.0.0rc4
Release `v4.0.0rc4`
2 parents 098ea68 + ded313d commit d25052e

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
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+
## [4.0.0rc4] - 2025-12-04
66

77
## Added
8+
- New `dcc.Button` component that mirrors `html.Button` but with default styles applied
9+
10+
## [4.0.0rc3] - 2025-11-27
811
- Modernized `dcc.Tabs`
912
- Modernized `dcc.DatePickerSingle` and `dcc.DatePickerRange`
1013
- DatePicker calendars can now accept translations as an external script, either with Dash's `external_scripts` or from the assets folder. See [documentation](https://date-fns.org/v4.1.0/docs/CDN) for the underlying library that supports this.
11-
- New `dcc.Button` component that mirrors `html.Button` but with default styles applied
1214

1315
## Changed
1416
- `dcc.Tab` now accepts a `width` prop which can be a pixel or percentage width for an individual tab.

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

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "4.0.0-rc3",
3+
"version": "4.0.0-rc4",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

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

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

components/dash-html-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "4.0.0-rc3",
3+
"version": "4.0.0-rc4",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

components/dash-table/package-lock.json

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

components/dash-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "7.0.0-rc3",
3+
"version": "7.0.0-rc4",
44
"description": "Dash table",
55
"repository": {
66
"type": "git",

dash/dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-renderer",
3-
"version": "3.0.0-rc3",
3+
"version": "3.0.0-rc4",
44
"description": "render dash components in react",
55
"main": "build/dash_renderer.min.js",
66
"scripts": {

dash/version.py

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

0 commit comments

Comments
 (0)