Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vizro-ai/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ markdown_extensions:
kwds:
type: vizro
requirements: |
vizro==0.1.49
vizro==0.1.50
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
Expand Down
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.50'></a>

# 0.1.50 — 2025-12-18

## Highlights ✨

- Add `show_notification` and `update_notification` actions to display notification messages to users. Notifications can be customized with different variants, icons, and timing, and can be triggered by, for example, buttons, graphs, or cards. See the [notification actions user guide](../user-guides/notification-actions.md) for details. ([#1496](https://github.com/mckinsey/vizro/pull/1496))

- Multi-select controls can now be updated by the `set_control` action. For example, you can set controls by using lasso select on a graph or selecting multiple rows on a table. ([#1515](https://github.com/mckinsey/vizro/pull/1515))

## Changed

- Set `clickmode="event+select"` as the default for all `plotly.express` charts, enabling point/data highlighting on click. ([#1515](https://github.com/mckinsey/vizro/pull/1515))

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

# 0.1.49 — 2025-12-05
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-core/changelog.d/20251205_152727_runner.md

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-core/changelog.d/20251205_155835_petar_pejovic_0_1_49.md

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
Expand Up @@ -126,7 +126,7 @@ markdown_extensions:
kwds:
type: vizro
requirements: |
vizro==0.1.49
vizro==0.1.50
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
Expand Down
Loading
Loading