From af309e7434cc84141fd8aa58f0f664e5f5a69a3f Mon Sep 17 00:00:00 2001 From: nadijagraca <108531476+nadijagraca@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:33:20 +0100 Subject: [PATCH] [Release] Release of vizro 0.1.30 (#930) --- vizro-core/CHANGELOG.md | 14 + .../changelog.d/20241203_093930_runner.md | 54 - ...0241203_094802_maximilian_schulz_0_1_29.md | 54 - .../20241203_133819_petar_pejovic.md | 47 - .../20241203_145037_antony.milne_mdformat.md | 54 - .../20241203_145221_antony.milne_mdformat.md | 54 - .../20241203_150134_antony.milne_mdformat.md | 54 - ...8_huong_li_nguyen_remove_custom_img_css.md | 48 - ...28_huong_li_nguyen_update_css_codeowner.md | 48 - ...16_115959_nadija_ratkusic_graca_0_1_30.md} | 6 - vizro-core/mkdocs.yml | 2 +- vizro-core/schemas/0.1.30.dev0.json | 1450 ----------------- .../schemas/{0.1.29.json => 0.1.30.json} | 0 vizro-core/src/vizro/__init__.py | 2 +- 14 files changed, 16 insertions(+), 1871 deletions(-) delete mode 100644 vizro-core/changelog.d/20241203_093930_runner.md delete mode 100644 vizro-core/changelog.d/20241203_094802_maximilian_schulz_0_1_29.md delete mode 100644 vizro-core/changelog.d/20241203_133819_petar_pejovic.md delete mode 100644 vizro-core/changelog.d/20241203_145037_antony.milne_mdformat.md delete mode 100644 vizro-core/changelog.d/20241203_145221_antony.milne_mdformat.md delete mode 100644 vizro-core/changelog.d/20241203_150134_antony.milne_mdformat.md delete mode 100644 vizro-core/changelog.d/20241204_135618_huong_li_nguyen_remove_custom_img_css.md delete mode 100644 vizro-core/changelog.d/20241212_144128_huong_li_nguyen_update_css_codeowner.md rename vizro-core/changelog.d/{20241202_150655_huong_li_nguyen_refactor_bs_example.md => 20241216_115959_nadija_ratkusic_graca_0_1_30.md} (99%) delete mode 100644 vizro-core/schemas/0.1.30.dev0.json rename vizro-core/schemas/{0.1.29.json => 0.1.30.json} (100%) diff --git a/vizro-core/CHANGELOG.md b/vizro-core/CHANGELOG.md index ef31d9d93..427b04fd7 100644 --- a/vizro-core/CHANGELOG.md +++ b/vizro-core/CHANGELOG.md @@ -11,6 +11,20 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse + + +# 0.1.30 — 2024-12-16 + +## Removed + +- Remove built-in CSS shortcuts `#floating-*` to float images. These can still be provided manually. ([#919](https://github.com/mckinsey/vizro/pull/919)) + +## Fixed + +- Ensure the single-select dropdown value can be cleared when used as a dynamic filter. ([#915](https://github.com/mckinsey/vizro/pull/915)) + +- Remove static CSS that prevented header text from wrapping in `AgGrid`. ([#928](https://github.com/mckinsey/vizro/pull/928)) + # 0.1.29 — 2024-12-03 diff --git a/vizro-core/changelog.d/20241203_093930_runner.md b/vizro-core/changelog.d/20241203_093930_runner.md deleted file mode 100644 index 4abc0f11e..000000000 --- a/vizro-core/changelog.d/20241203_093930_runner.md +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/vizro-core/changelog.d/20241203_094802_maximilian_schulz_0_1_29.md b/vizro-core/changelog.d/20241203_094802_maximilian_schulz_0_1_29.md deleted file mode 100644 index 4abc0f11e..000000000 --- a/vizro-core/changelog.d/20241203_094802_maximilian_schulz_0_1_29.md +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/vizro-core/changelog.d/20241203_133819_petar_pejovic.md b/vizro-core/changelog.d/20241203_133819_petar_pejovic.md deleted file mode 100644 index c5a4460ba..000000000 --- a/vizro-core/changelog.d/20241203_133819_petar_pejovic.md +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - -### Fixed - -- Ensure the single-select dropdown value can be cleared when used as a dynamic filter. ([#915](https://github.com/mckinsey/vizro/pull/915)) - - diff --git a/vizro-core/changelog.d/20241203_145037_antony.milne_mdformat.md b/vizro-core/changelog.d/20241203_145037_antony.milne_mdformat.md deleted file mode 100644 index 4abc0f11e..000000000 --- a/vizro-core/changelog.d/20241203_145037_antony.milne_mdformat.md +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/vizro-core/changelog.d/20241203_145221_antony.milne_mdformat.md b/vizro-core/changelog.d/20241203_145221_antony.milne_mdformat.md deleted file mode 100644 index 4abc0f11e..000000000 --- a/vizro-core/changelog.d/20241203_145221_antony.milne_mdformat.md +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/vizro-core/changelog.d/20241203_150134_antony.milne_mdformat.md b/vizro-core/changelog.d/20241203_150134_antony.milne_mdformat.md deleted file mode 100644 index 4abc0f11e..000000000 --- a/vizro-core/changelog.d/20241203_150134_antony.milne_mdformat.md +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/vizro-core/changelog.d/20241204_135618_huong_li_nguyen_remove_custom_img_css.md b/vizro-core/changelog.d/20241204_135618_huong_li_nguyen_remove_custom_img_css.md deleted file mode 100644 index 750a8d283..000000000 --- a/vizro-core/changelog.d/20241204_135618_huong_li_nguyen_remove_custom_img_css.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - -### Removed - -- Remove built-in CSS shortcuts `#floating-*` to float images. These can still be provided manually. ([#919](https://github.com/mckinsey/vizro/pull/919)) - - - - - - - diff --git a/vizro-core/changelog.d/20241212_144128_huong_li_nguyen_update_css_codeowner.md b/vizro-core/changelog.d/20241212_144128_huong_li_nguyen_update_css_codeowner.md deleted file mode 100644 index 351e606b1..000000000 --- a/vizro-core/changelog.d/20241212_144128_huong_li_nguyen_update_css_codeowner.md +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - -### Fixed - -- Remove static CSS that prevented header text from wrapping in `AgGrid`. ([#928](https://github.com/mckinsey/vizro/pull/928)) - - - diff --git a/vizro-core/changelog.d/20241202_150655_huong_li_nguyen_refactor_bs_example.md b/vizro-core/changelog.d/20241216_115959_nadija_ratkusic_graca_0_1_30.md similarity index 99% rename from vizro-core/changelog.d/20241202_150655_huong_li_nguyen_refactor_bs_example.md rename to vizro-core/changelog.d/20241216_115959_nadija_ratkusic_graca_0_1_30.md index 4abc0f11e..7c0d58d4f 100644 --- a/vizro-core/changelog.d/20241202_150655_huong_li_nguyen_refactor_bs_example.md +++ b/vizro-core/changelog.d/20241216_115959_nadija_ratkusic_graca_0_1_30.md @@ -10,42 +10,36 @@ Uncomment the section that is right (remove the HTML comment wrapper). - A bullet item for the Highlights ✨ category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1)) --> - - - - - -