Skip to content

Commit

Permalink
Version bump after vizro-core-0.1.4 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: Vizro Team <[email protected]>
Co-authored-by: petar-qb <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2023
1 parent fe6f044 commit b9d5933
Show file tree
Hide file tree
Showing 4 changed files with 940 additions and 4 deletions.
6 changes: 3 additions & 3 deletions vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

## Added

- Add highlighting to accordion button of active page ([#74](https://github.com/mckinsey/vizro/pull/74))

- Add validator for `Dashboard.navigation` to default to `Navigation()` if not provided ([#74](https://github.com/mckinsey/vizro/pull/74))

- Add comparison table to `Why Vizro` docs page ([#90](https://github.com/mckinsey/vizro/pull/90))
Expand All @@ -32,13 +34,11 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

## Fixed

- Add highlighting to accordion button of active page ([#74](https://github.com/mckinsey/vizro/pull/74))

- Fix unit test interdependence issue due to shared dash.page_registry ([#84](https://github.com/mckinsey/vizro/pull/84))

- Fix bug of horizontal rulers not being visible in `Card` ([#91](https://github.com/mckinsey/vizro/pull/91))

Fix bug so that `add_type` updates forward references in new type added ([#92](https://github.com/mckinsey/vizro/pull/92))
- Fix bug so that `add_type` updates forward references in new type added ([#92](https://github.com/mckinsey/vizro/pull/92))

## Security

Expand Down
42 changes: 42 additions & 0 deletions vizro-core/changelog.d/20231009_144437_runner_14_44_23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->
<!--
### Security
- A bullet item for the Security category.
-->
Loading

0 comments on commit b9d5933

Please sign in to comment.