Skip to content

Commit 42a76df

Browse files
committed
Add changelog entry
1 parent c00509d commit 42a76df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88
- Modernized `dcc.Tabs`
99
- Modernized `dcc.DatePickerSingle` and `dcc.DatePickerRange`
1010
- 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
1112

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

0 commit comments

Comments
 (0)