Skip to content

Commit ded313d

Browse files
committed
update changelog
1 parent 49fde0d commit ded313d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
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.

0 commit comments

Comments
 (0)