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