Skip to content

Commit

Permalink
Merge branch 'main' into demo/add-lollipop-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 15, 2024
2 parents 8545946 + c80b359 commit c58aeb1
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 335 deletions.
14 changes: 14 additions & 0 deletions vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

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

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

# 0.1.27 — 2024-11-14

## Changed

- Improve performance of data loading. ([#850](https://github.com/mckinsey/vizro/pull/850), [#857](https://github.com/mckinsey/vizro/pull/857))

- Upper bound dependency `dash<3`. ([#877](https://github.com/mckinsey/vizro/pull/877))

## Fixed

- Fix 404 error page and page flickering on refresh. ([#865](https://github.com/mckinsey/vizro/pull/865))

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

# 0.1.26 — 2024-10-30
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions vizro-core/changelog.d/20241114_152933_antony.milne_cap_dash.md

This file was deleted.

2 changes: 1 addition & 1 deletion vizro-core/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ markdown_extensions:
kwds:
type: vizro
requirements: |
vizro==0.1.26
vizro==0.1.27
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
Expand Down
File renamed without changes.
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
Expand Up @@ -14,7 +14,7 @@

__all__ = ["Vizro"]

__version__ = "0.1.27.dev0"
__version__ = "0.1.28.dev0"


# For the below _css_dist and _js_dist to be used by Dash, they must be retrieved by dash.resources.Css.get_all_css().
Expand Down

0 comments on commit c58aeb1

Please sign in to comment.