Skip to content

Commit

Permalink
Add new Highlights category
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Oct 26, 2023
1 parent 9159ad8 commit 0899e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ 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 @@ -154,6 +155,7 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse
- Add the Vizro class and enable parsing and running a dashboard

- Add the following pydantic models:

- Action
- Button
- Card
Expand Down
1 change: 1 addition & 0 deletions vizro-core/changelog.d/scriv.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[scriv]
version = literal: src/vizro/__init__.py: __version__
format = md
categories = Highlights ✨, Removed, Added, Changed, Deprecated, Fixed, Security

0 comments on commit 0899e5a

Please sign in to comment.