Skip to content

vizro-core-0.1.32

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 15:31
· 41 commits to main since this release
475eb13

Highlights ✨

  • 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 or use vizro<0.1.32. (#917)

  • Release Vizro's Bootstrap theme that can be used in a pure Dash app with Dash(external_stylesheets=[vizro.bootstrap]). (#970)

Changed

  • Update material-symbols-outlined.wolff2 to include the latest icons. (#972)

Fixed

  • Fix coloring of NavLink inside NavBar. (#968)

  • Fix flickering scroll bars when using new Plotly map figures with plotly==6.0.0. (#984)

  • Remove flash of unstyled text before Google Material icons font is loaded. (#987)