Skip to content

Commit

Permalink
[Release] Release of vizro 0.1.24 (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
lingyielia and pre-commit-ci[bot] authored Oct 1, 2024
1 parent b87664a commit f2f1497
Showing 22 changed files with 20 additions and 2,204 deletions.
18 changes: 18 additions & 0 deletions vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -11,6 +11,24 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

<!-- scriv-insert-here -->

<a id='changelog-0.1.24'></a>

# 0.1.24 — 2024-10-01

## Added

- Add `id` to `title` of `Graph`, `Table`, `AgGrid` and `Container`. ([#705](https://github.com/mckinsey/vizro/pull/705))

- Theme switcher can now switch between light and dark logos. ([#745](https://github.com/mckinsey/vizro/pull/745))

## Changed

- Changed dependency from `ruff` to `black` and `autoflake` in order to facilitate installation on pyodide. ([#757](https://github.com/mckinsey/vizro/pull/757))

## Fixed

- Enable overwriting global `font-family` in vizro chart templates. ([#717](https://github.com/mckinsey/vizro/pull/717))

<a id='changelog-0.1.23'></a>

# 0.1.23 — 2024-09-12
48 changes: 0 additions & 48 deletions vizro-core/changelog.d/20240912_090256_huong_li_nguyen_0_1_23.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-core/changelog.d/20240923_113256_huong_li_nguyen.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion vizro-core/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ markdown_extensions:
kwds:
type: vizro
requirements: |
vizro==0.1.23
vizro==0.1.24
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
1,444 changes: 0 additions & 1,444 deletions vizro-core/schemas/0.1.24.dev0.json

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/__init__.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

__all__ = ["Vizro"]

__version__ = "0.1.24.dev0"
__version__ = "0.1.24"


# For the below _css_dist to be used by Dash, it must be retrieved by dash.resources.Css.get_all_css(). This means it

0 comments on commit f2f1497

Please sign in to comment.