Skip to content

v0.15.1

Choose a tag to compare

@mmcky mmcky released this 10 Dec 22:53
· 23 commits to main since this release

Fixed

  • Notebook launch URLs with path_to_docs (#345)
    • Fixed bug where path_to_docs prefix was incorrectly included in notebook URLs
    • When docs are in a subdirectory (e.g., lectures/) but notebooks are in a flat repo structure, launch buttons (Colab, JupyterHub, Binder) now generate correct URLs
    • Added comprehensive test coverage including backward compatibility tests
  • Visual regression test stability (#350)
    • Fixed flaky MathJax visual regression test by using maxDiffPixels instead of maxDiffPixelRatio
    • Handles minor rendering variations across different environments

Changed

  • Dependency updates (Dependabot)
    • Bump actions/github-script from 7 to 8 (#348)
    • Bump actions/upload-artifact from 4 to 5 (#347)
    • Bump actions/setup-node from 4 to 6 (#346)