Skip to content

Commit 6e68ee2

Browse files
[Release] Release of vizro 0.1.28 (#899)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9cd69c0 commit 6e68ee2

12 files changed

+19
-1732
lines changed

vizro-core/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ 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.28'></a>
15+
16+
# 0.1.28 — 2024-11-27
17+
18+
## Removed
19+
20+
- Removed all CSS variables from `variables.css` and `token_names.css`, replacing them with CSS variables from `vizro-bootstrap.min.css`.
21+
Refer to [`vizro-bootstrap.min.css](https://github.com/mckinsey/vizro/blob/main/vizro-core/src/vizro/static/css/vizro-bootstrap.min.css) for the updated CSS variables. ([#886](https://github.com/mckinsey/vizro/pull/886))
22+
23+
## Added
24+
25+
- Enable `href` inside `vm.Button`. ([#881](https://github.com/mckinsey/vizro/pull/881))
26+
27+
## Changed
28+
29+
- Replace `dmc.Tabs` with `dbc.Tabs` and change CSS selectors accordingly. ([#895](https://github.com/mckinsey/vizro/pull/895))
30+
1431
<a id='changelog-0.1.27'></a>
1532

1633
# 0.1.27 — 2024-11-14

vizro-core/changelog.d/20241114_162322_antony.milne_0_1_27.md

-48
This file was deleted.

vizro-core/changelog.d/20241114_170413_runner.md

-48
This file was deleted.

vizro-core/changelog.d/20241118_113651_huong_li_nguyen_button_alignment.md

-47
This file was deleted.

vizro-core/changelog.d/20241119_155853_huong_li_nguyen_add_bs_tooltip_styling.md

-48
This file was deleted.

vizro-core/changelog.d/20241119_173819_huong_li_nguyen_remove_variables.md

-48
This file was deleted.

vizro-core/changelog.d/20241125_175907_huong_li_nguyen_replace_tabs.md

-47
This file was deleted.

vizro-core/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ markdown_extensions:
112112
kwds:
113113
type: vizro
114114
requirements: |
115-
vizro==0.1.27
115+
vizro==0.1.28
116116
- pymdownx.tabbed:
117117
alternate_style: true
118118
- pymdownx.mark

0 commit comments

Comments
 (0)