Skip to content

Commit 3c7d294

Browse files
petar-qbpre-commit-ci[bot]
andauthoredMar 18, 2025
[Release] Release of vizro 0.1.35 (#1070)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1bbbd64 commit 3c7d294

31 files changed

+36
-2702
lines changed
 

‎vizro-core/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,38 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
1111

1212
<!-- scriv-insert-here -->
1313

14+
<a id='changelog-0.1.35'></a>
15+
16+
# 0.1.35 — 2025-03-18
17+
18+
## Highlights ✨
19+
20+
- Add `vm.Text` component to easily add arbitrary text to your dashboard. See the user guide on the [`vm.Text` component](https://vizro.readthedocs.io/en/stable/pages/user-guides/text/) for more details. ([#1061](https://github.com/mckinsey/vizro/pull/1061))
21+
22+
## Added
23+
24+
- Enable styling of `vm.Container` with a new argument `theme="plain"/"filled"/"outlined"`. See the user guide on [styled containers](https://vizro.readthedocs.io/en/stable/pages/user-guides/container/#styled-containers) for more details. ([#1002](https://github.com/mckinsey/vizro/pull/1002))
25+
26+
- `DatePicker` filters update automatically when underlying dynamic data changes. See the user guide on [dynamic filters](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/#filters) for more information. ([#1039](https://github.com/mckinsey/vizro/pull/1039))
27+
28+
- Add `extra` argument to selected models to enable passing arguments directly to the underlying Dash component. ([#1032](https://github.com/mckinsey/vizro/pull/1032))
29+
30+
- Dynamic data parameters automatically refresh the relevant dynamic filters. ([#1051](https://github.com/mckinsey/vizro/pull/1051))
31+
32+
## Changed
33+
34+
- Turn `AgGrid` background transparent. ([#1047](https://github.com/mckinsey/vizro/pull/1047))
35+
36+
## Fixed
37+
38+
- Fix a bug where an empty parameter selection incorrectly sent `[None]` to its target. ([#1026](https://github.com/mckinsey/vizro/pull/1026))
39+
40+
- Fix `datasets_from_catalog` for `kedro>=0.19.9`. ([#1063](https://github.com/mckinsey/vizro/pull/1063))
41+
42+
- `datasets_from_catalog` now loads the latest version of versioned datasets. ([#1063](https://github.com/mckinsey/vizro/pull/1063))
43+
44+
- `Filter` and `Parameter` can now be initialized before their targeted components. ([#1065](https://github.com/mckinsey/vizro/pull/1065))
45+
1446
<a id='changelog-0.1.34'></a>
1547

1648
# 0.1.34 — 2025-02-13

‎vizro-core/changelog.d/20250213_093652_runner.md

-48
This file was deleted.

‎vizro-core/changelog.d/20250213_102041_huong_li_nguyen_0_1_34.md

-48
This file was deleted.

‎vizro-core/changelog.d/20250214_125733_huong_li_nguyen_remove_line_height_default.md

-48
This file was deleted.

‎vizro-core/changelog.d/20250214_151624_4648633+gtauzin_kedro_api.md

-42
This file was deleted.

‎vizro-core/changelog.d/20250217_102649_antony.milne_enhance_update_script.md

-48
This file was deleted.

‎vizro-core/changelog.d/20250217_105619_huong_li_nguyen_styled_containers.md

-46
This file was deleted.

‎vizro-core/changelog.d/20250218_142411_petar_pejovic_fix_sending_empty_list_through_parameter.md

-46
This file was deleted.

0 commit comments

Comments
 (0)