Skip to content

sku@13.1.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 23 Aug 05:45
· 460 commits to master since this release
91ec138

Minor Changes

  • Widen support for reusing existing browser tab to more Chromium browsers. (#1036)

    start and start-ssr scripts would previously only reuse an existing tab in Google Chrome.
    This change adds support for the following Chromium browsers:

    • Google Chrome,
    • Google Chrome Canary,
    • Microsoft Edge,
    • Brave Browser,
    • Vivaldi,
    • Chromium,
    • Arc.

    A tab will be reused if:

    • The OS is macOS,
    • The user's default browser is a supported Chromium browser,
    • The user has an existing tab open in a supported Chromium browser with the exact same URL.

    If any of the above is not true, a new tab will be created in the user's default browser.