You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
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
-
## UNRELEASED
5
+
## [4.0.0rc4] - 2025-12-04
6
6
7
7
## Added
8
+
- New `dcc.Button` component that mirrors `html.Button` but with default styles applied
9
+
10
+
## [4.0.0rc3] - 2025-11-27
8
11
- Modernized `dcc.Tabs`
9
12
- Modernized `dcc.DatePickerSingle` and `dcc.DatePickerRange`
10
13
- 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
12
14
13
15
## Changed
14
16
- `dcc.Tab` now accepts a `width` prop which can be a pixel or percentage width for an individual tab.
0 commit comments