Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MV3 Support #33

Merged
merged 18 commits into from
Jun 16, 2024
Merged

MV3 Support #33

merged 18 commits into from
Jun 16, 2024

Commits on Mar 24, 2024

  1. npm i with npm@10

    SidneyNemzer committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2345b41 View commit details
    Browse the repository at this point in the history
  2. remove name field

    SidneyNemzer committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e362b8e View commit details
    Browse the repository at this point in the history
  3. spelling

    SidneyNemzer committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    bb31062 View commit details
    Browse the repository at this point in the history
  4. update manifest to mv3

    SidneyNemzer committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b0d07c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. update apis for mv3

    SidneyNemzer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    05c9734 View commit details
    Browse the repository at this point in the history
  2. spelling

    SidneyNemzer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0df3c97 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. set openssl legacy option in npm scripts

    This should be removed when webpack is updated
    SidneyNemzer committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5c7a4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a235efe View commit details
    Browse the repository at this point in the history
  3. move name/description into manifest

    Previously, these were stored in the package.json and copied into the manifest on build. But I feel like it makes more sense to just put them in the manifest.
    SidneyNemzer committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a7b467b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18af823 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f1bcbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43de81e View commit details
    Browse the repository at this point in the history
  7. fix linter not working

    SidneyNemzer committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    38f01f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fix type error

    TS 5.x doesn't need this extra check because it sees `snippet` is derived from `snippetId` but this is required until we update TS
    SidneyNemzer committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    eda0740 View commit details
    Browse the repository at this point in the history
  2. spelling

    SidneyNemzer committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    fde2eae View commit details
    Browse the repository at this point in the history
  3. bump version

    SidneyNemzer committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bb29709 View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG.md

    SidneyNemzer committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ee4c0c1 View commit details
    Browse the repository at this point in the history
  5. npm audit fix

    SidneyNemzer committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9386361 View commit details
    Browse the repository at this point in the history