Skip to content

vizro-core-0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 19:36
· 588 commits to main since this release
7738a71

Added

  • Add additional information in case of duplicate model_manager ID's to guide users if this occurs in a Jupyter Notebooks. (#59)

Changed

  • Optimize the client-server communication (#34)

    • Eliminate most server side callbacks in favour 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.
    • Logging information now only displayed for action function carried out (no trigger or finished information)
  • Replaced all screenshots in the docs to reflect new navigation designs (#48)

Fixed

  • Fixed issue of accordion arrow not loading on deployed demo version (#44)