Skip to content

Commit 6ebe074

Browse files
committed
bump version
1 parent 6cb27f4 commit 6ebe074

10 files changed

Lines changed: 21 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [4.0.0rc6] - 2026-01-07
6+
7+
## Added
8+
- Restored missing implementation for `with_portal` and `with_full_screen_portal` in datepickers
9+
10+
## Changed
11+
- Bugfixes for feedback received in `rc5`: notably, popovers are `position: fixed` once again.
12+
513
## [4.0.0rc5] - 2025-12-16
614

715
## Added

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-rc5",
3+
"version": "4.0.0-rc6",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

components/dash-core-components/src/components/css/datepickers.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
}
206206

207207
.dash-datepicker-close-button:hover {
208-
background: var(--Dash-Fill-Weak);
208+
background: var(--Dash-Fill-Interactive-Weak);
209209
color: var(--Dash-Fill-Interactive-Strong);
210210
}
211211

@@ -280,7 +280,7 @@
280280
}
281281

282282
.dash-datepicker-month-nav:hover:not(:disabled) {
283-
background: var(--Dash-Fill-Weak);
283+
background: var(--Dash-Fill-Interactive-Weak);
284284
}
285285

286286
.dash-datepicker-month-nav:focus-visible {

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-rc5",
3+
"version": "4.0.0-rc6",
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-rc5",
3+
"version": "7.0.0-rc6",
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-rc5",
3+
"version": "3.0.0-rc6",
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.0rc5"
1+
__version__ = "4.0.0rc6"

0 commit comments

Comments
 (0)