Skip to content

Commit

Permalink
Put blank lines in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Oct 26, 2023
1 parent 279cbfd commit 9159ad8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
## Changed

- Move creation of `dash.page_registry` to `Dashboard.pre_build` ([#74](https://github.com/mckinsey/vizro/pull/74))

- Change the default collapsible behavior and highlighting color of the selected accordion group ([#74](https://github.com/mckinsey/vizro/pull/74))

## Fixed
Expand Down Expand Up @@ -107,7 +108,6 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
## Changed

- Optimize the client-server communication ([#34](https://github.com/mckinsey/vizro/pull/34))

- Eliminate most server side callbacks in favor of client-side callbacks
- Add tests for client-side callbacks written in Node.js framework called `jest`.
- Add hatch command `hatch run test-js` that runs unit tests written in `jest`.
Expand Down Expand Up @@ -144,10 +144,15 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
## Added

- Add Vizro templates and enable choice of `light` and `dark` themes

- Enable integration of plotly express charts within Graph

- Enable data connections via Kedro data catalog

- Add ModelManager and DataManager class

- Add the Vizro class and enable parsing and running a dashboard

- Add the following pydantic models:
- Action
- Button
Expand All @@ -165,4 +170,5 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
- RangeSlider
- Slider
- VizroBaseModel

- Enable the addition and usage of custom components and custom charts

0 comments on commit 9159ad8

Please sign in to comment.