Skip to content

Commit 475eb13

Browse files
[Release] Release of vizro 0.1.32 (#990)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d049361 commit 475eb13

18 files changed

+24
-2024
lines changed

vizro-core/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ 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.32'></a>
15+
16+
# 0.1.32 — 2025-02-04
17+
18+
## Highlights ✨
19+
20+
- Vizro now uses Pydantic V2 for its models. This should not affect most users, but if you use custom components that rely on Pydantic V1 features then you should consult [Pydantic's migration guide](https://docs.pydantic.dev/latest/migration/) or use `vizro<0.1.32`. ([#917](https://github.com/mckinsey/vizro/pull/917))
21+
22+
- Release Vizro's Bootstrap theme that can be used in a pure Dash app with `Dash(external_stylesheets=[vizro.bootstrap])`. ([#970](https://github.com/mckinsey/vizro/pull/970))
23+
24+
## Changed
25+
26+
- Update `material-symbols-outlined.wolff2` to include the latest icons. ([#972](https://github.com/mckinsey/vizro/pull/972))
27+
28+
## Fixed
29+
30+
- Fix coloring of `NavLink` inside `NavBar`. ([#968](https://github.com/mckinsey/vizro/pull/968))
31+
32+
- Fix flickering scroll bars when using new Plotly map figures with `plotly==6.0.0`. ([#984](https://github.com/mckinsey/vizro/pull/984))
33+
34+
- Remove flash of unstyled text before Google Material icons font is loaded. ([#987](https://github.com/mckinsey/vizro/pull/987))
35+
1436
<a id='changelog-0.1.31'></a>
1537

1638
# 0.1.31 — 2025-01-23

vizro-core/changelog.d/20250123_102619_runner.md

-48
This file was deleted.

vizro-core/changelog.d/20250123_140015_huong_li_nguyen_refactor_template_generation.md

-48
This file was deleted.

vizro-core/changelog.d/20250123_183556_huong_li_nguyen_fix_css_nav_links.md

-48
This file was deleted.

vizro-core/changelog.d/20250128_111851_huong_li_nguyen_make_bootstrap_public.md

-47
This file was deleted.

vizro-core/changelog.d/20250128_164637_huong_li_nguyen_update_material_font.md

-48
This file was deleted.

vizro-core/changelog.d/20250129_112526_huong_li_nguyen_check_plotly_update.md

-48
This file was deleted.

vizro-core/changelog.d/20250130_110817_huong_li_nguyen_update_icons_script.md

-48
This file was deleted.

0 commit comments

Comments
 (0)