From f1f1a78861ec0b3342f792233ddae00b31323fff Mon Sep 17 00:00:00 2001 From: Antony Milne <49395058+antonymilne@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:07:15 +0100 Subject: [PATCH] Update vizro-core/CHANGELOG.md Co-authored-by: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com> Signed-off-by: Antony Milne <49395058+antonymilne@users.noreply.github.com> --- vizro-core/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vizro-core/CHANGELOG.md b/vizro-core/CHANGELOG.md index a8dee5fd2..6f19daf7b 100644 --- a/vizro-core/CHANGELOG.md +++ b/vizro-core/CHANGELOG.md @@ -22,10 +22,13 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse ## Added - Add plotly layout template for waterfall chart type ([#106](https://github.com/mckinsey/vizro/pull/106)) + - Add CSS default styling for `textarea` ([#106](https://github.com/mckinsey/vizro/pull/106)) - Provide ID to unique outer HTML divs on page ([#111](https://github.com/mckinsey/vizro/pull/111)) +- Enable turning off `marks` when `step` is defined in `Slider` and `RangeSlider` ([#115](https://github.com/mckinsey/vizro/pull/115)) + ## Changed - Autopopulate `navigation.pages` with registered pages during `Dashboard` validation if `navigation.pages = None` ([#117](https://github.com/mckinsey/vizro/pull/117)) @@ -38,8 +41,6 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse - Fix alignment between control panel, dashboard title and page title ([#106](https://github.com/mckinsey/vizro/pull/106)) -- Enable turning off `marks` when `step` is defined in `Slider` and `RangeSlider` ([#115](https://github.com/mckinsey/vizro/pull/115)) - - `CapturedCallable` now handles variadic keywords arguments (`**kwargs`) correctly ([#121](https://github.com/mckinsey/vizro/pull/121)) ## Security