Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3f4c494
Backend support for Dropdown in dash==4.0.0rc2 (without tests)
petar-qb Oct 28, 2025
95a7dab
Remove dropdown.test.js
petar-qb Oct 28, 2025
af983cf
Minor
petar-qb Oct 28, 2025
bf14837
Merge branch 'main' into tidy/backend_for_v4_dd
huong-li-nguyen Nov 17, 2025
cdf2b19
[Tidy] Update styling of `dcc` components in `dash>=4` (#1489)
huong-li-nguyen Nov 17, 2025
eb2f092
Remove unit tests related to optionHeight and All logic (as removed)
huong-li-nguyen Nov 17, 2025
d3c9553
Delete js tests for sliders as functionality embedded by `dcc`
huong-li-nguyen Nov 17, 2025
728825c
Merge branch 'main' into tidy/backend_for_v4_dd
huong-li-nguyen Nov 25, 2025
9b7bb0c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 25, 2025
be080b4
Lint
huong-li-nguyen Nov 25, 2025
a3291e4
Turon on dots and simplify CSS
huong-li-nguyen Nov 25, 2025
ef5726b
Tidy
huong-li-nguyen Nov 25, 2025
e99a11f
Merge branch 'tidy/backend_for_v4_dd' of https://github.com/mckinsey/…
huong-li-nguyen Nov 25, 2025
fb5e2dd
Fix unit tests and linting
huong-li-nguyen Nov 25, 2025
a72c80e
Lint
huong-li-nguyen Nov 25, 2025
003b0bf
Merge main with the feature branch
petar-qb Dec 18, 2025
157641a
Update hatch.toml and pyproject.toml dependencies to dash==4.0.0rc5
petar-qb Dec 18, 2025
da132e1
Merge main into the feature branch
petar-qb Jan 19, 2026
ca867be
Upgrade to dash==4.0.0rc6
petar-qb Jan 19, 2026
b7f2af0
Revert type changes in Dropdown
petar-qb Jan 19, 2026
a55cf88
Add scratch with all selectors
petar-qb Jan 19, 2026
6697df0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 19, 2026
4e37ec9
Merge branch 'main' into tidy/backend_for_v4_dd
huong-li-nguyen Jan 20, 2026
3c56946
Fix dropdowns
huong-li-nguyen Jan 20, 2026
9fe737d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--
A new scriv changelog fragment.

Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Highlights ✨

- A bullet item for the Highlights ✨ category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
<!--
### Removed

- A bullet item for the Removed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
<!--
### Added

- A bullet item for the Added category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
<!--
### Changed

- A bullet item for the Changed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
<!--
### Deprecated

- A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
<!--
### Fixed

- A bullet item for the Fixed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
<!--
### Security

- A bullet item for the Security category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))

-->
Loading
Loading