Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crxjs/chrome-extension-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: vite-plugin-v2.4.0
Choose a base ref
...
head repository: crxjs/chrome-extension-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 49 files changed
  • 6 contributors

Commits on Mar 22, 2026

  1. chore: update deps as per npmx.dev recommendation (#1141)

    * chore: update deps as per npmx.dev recommendation
    
    * fix: Add tinyglobby to replace omitted parts.
    
    * fix: Add tinyglobby to replace omitted parts.
    FliPPeDround authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    ac54bf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. feat(vite-plugin): add liveReload option to disable automatic extensi…

    …on reload and HMR
    
    Add a `liveReload` option to CrxOptions (default: true). When set to
    false:
    
    - The server skips sending crx:runtime-reload and crx:content-script-payload
    - The service worker won't call chrome.runtime.reload() or relay HMR
      payloads to content scripts
    - Content scripts won't call location.reload() on runtime reload events
    - Files are still rebuilt and written to the output directory on change,
      so the user can manually reload the extension in Chrome
    
    Closes #1146
    Toumash committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    2cebec9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. chore(deps): bump lodash from 4.17.23 to 4.18.1

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.23...4.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.18.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    6d239da View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Merge pull request #1151 from crxjs/dependabot/npm_and_yarn/lodash-4.…

    …18.1
    
    chore(deps): bump lodash from 4.17.23 to 4.18.1
    Toumash authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    ee97ba9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. fix: sanitize colons from output filenames (#1153)

    Vite virtual modules (e.g. plugin-vue:export-helper) produce filenames
    containing colons via the /@id/ URL encoding. Colons are illegal in
    Windows filenames, causing content scripts to fail to load during dev.
    
    Add a sanitization step to getFileName() to replace colons with dashes.
    
    Also add:
    - Unit tests for getFileName() which previously had none
    - E2e test asserting output filenames contain no Windows-illegal chars
    Toumash committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    a1e538e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    570312a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Merge pull request #1154 from crxjs/fix/1153-sanitize-colon-in-filenames

    fix: sanitize colons from output filenames on Windows
    Toumash authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    219912f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1147 from Toumash/feat/live-reload-option

    feat(vite-plugin): add liveReload option to disable automatic extension reload and HMR
    Toumash authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    638ac2c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Configuration menu
    Copy the full SHA
    b4698ed View commit details
    Browse the repository at this point in the history
  2. Make data_collection_permissions optional

    Updated data_collection_permissions to be optional.
    salmin89 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    8a99b4f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Merge pull request #1157 from salmin89/bug/1156--data_collection_perm…

    …issions
    
    made data_collection_permissions optional
    Toumash authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    5f3ff74 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. upgrade chokidar to lts

    salmin89 committed May 1, 2026
    Configuration menu
    Copy the full SHA
    efde750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d364bd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1162 from salmin89/bug/1161--SIGABRT-fix

    upgrade chokidar to lts
    Toumash authored May 1, 2026
    Configuration menu
    Copy the full SHA
    219a3d1 View commit details
    Browse the repository at this point in the history
  4. Version Packages

    github-actions[bot] committed May 1, 2026
    Configuration menu
    Copy the full SHA
    7f109c8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. Merge pull request #1140 from crxjs/changeset-release/main

    Version Packages
    Toumash authored May 26, 2026
    Configuration menu
    Copy the full SHA
    0e35959 View commit details
    Browse the repository at this point in the history
Loading