Skip to content

Commit 35c3261

Browse files
authored
[Release] Release of vizro 0.1.19 (#586)
1 parent f26507e commit 35c3261

23 files changed

+33
-2271
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.19'></a>
15+
16+
# 0.1.19 — 2024-07-16
17+
18+
## Removed
19+
20+
- Remove `demo` dashboard folder from repository. ([#581](https://github.com/mckinsey/vizro/pull/581))
21+
22+
## Added
23+
24+
- Improve validation error messages for `CapturedCallable`. ([#547](https://github.com/mckinsey/vizro/pull/547))
25+
26+
- Vizro app itself implements WSGI interface as a shortcut to `app.dash.server`. ([#580](https://github.com/mckinsey/vizro/pull/580))
27+
28+
## Changed
29+
30+
- Include sign in default `reference_format` of `kpi_card_reference`. ([#549](https://github.com/mckinsey/vizro/pull/549))
31+
32+
- Update `optionHeight` of `vm.Dropdown` dynamically based on character length. ([#574](https://github.com/mckinsey/vizro/pull/574))
33+
34+
- Rename `features` demo dashboard folder to `dev`. ([#581](https://github.com/mckinsey/vizro/pull/581))
35+
36+
## Fixed
37+
38+
- Fix title disappearance when scrolling `dash_data_table`. ([#548](https://github.com/mckinsey/vizro/pull/548))
39+
40+
- Ensure that categorical selectors always return a list of values. ([#562](https://github.com/mckinsey/vizro/pull/562))
41+
42+
- Remove default icon provision for `vm.NavLink` when the icon count exceeds 9 and a user icon is provided.([#572](https://github.com/mckinsey/vizro/pull/572))
43+
44+
- External `href` links in `vm.Card` now open in the full body of the window as opposed to in the same frame as they were clicked. ([#585](https://github.com/mckinsey/vizro/pull/585))
45+
1446
<a id='changelog-0.1.18'></a>
1547

1648
# 0.1.18 — 2024-06-24

vizro-core/changelog.d/20240621_132255_antony.milne_improve_captured_callable_validation.md

-47
This file was deleted.

vizro-core/changelog.d/20240624_113542_antony.milne_0_1_18.md

-48
This file was deleted.

vizro-core/changelog.d/20240625_114610_antony.milne_make_vizro_callable.md

-47
This file was deleted.

vizro-core/changelog.d/20240626_161742_petar_pejovic_fix_title_misalignment.md

-47
This file was deleted.

vizro-core/changelog.d/20240626_165216_huong_li_nguyen_add_sign_kpi_card.md

-47
This file was deleted.

vizro-core/changelog.d/20240627_102933_petar_pejovic_custom_graph_as_source_of_filter_interaction.md

-48
This file was deleted.

vizro-core/changelog.d/20240627_105712_maximilian_schulz_small_fix.md

-48
This file was deleted.

0 commit comments

Comments
 (0)