Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 May 19:37

πŸš€ Release @addon-core/browser v0.6.0 (2026-05-03)

✨ Features

  • offscreen: enhance API with new utility methods and tests (30c6fdf)

    • Add getOffscreenContext to retrieve the current document context.
    • Add getOffscreenUrl and getOffscreenPath to fetch document URL and path.
    • Add hasOffscreenUrl and hasOffscreenPath to validate document URL/path.
    • Update docs/offscreen.md with new API methods and usage examples.
    • Add comprehensive test suite (offscreen.test.ts) for new functionalities.

πŸ™Œ Contributors