From ac7cbfce1fa82885a21361095fad839bf7d7c2ba Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Tue, 5 Sep 2023 18:01:59 -0500 Subject: [PATCH] chore: Move repo to wxt-dev org --- CHANGELOG.md | 398 +++++++++++++++---------------- README.md | 4 +- docs/.vitepress/config.ts | 4 +- docs/get-started/compare.md | 2 +- docs/get-started/installation.md | 16 +- package.json | 3 +- src/cli/commands/init.ts | 4 +- 7 files changed, 216 insertions(+), 215 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103cd26f..b0b11ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ ## v0.4.1 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.4.0...v0.4.1) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.4.0...v0.4.1) ### 🚀 Enhancements -- **cli:** Add `wxt clean` command to delete generated files ([#106](https://github.com/aklinker1/wxt/pull/106)) +- **cli:** Add `wxt clean` command to delete generated files ([#106](https://github.com/wxt-dev/wxt/pull/106)) ### 🩹 Fixes -- **init:** Don't show `cd .` when initializing the current directory ([e086374](https://github.com/aklinker1/wxt/commit/e086374)) +- **init:** Don't show `cd .` when initializing the current directory ([e086374](https://github.com/wxt-dev/wxt/commit/e086374)) ### ❤️ Contributors @@ -18,52 +18,52 @@ ## v0.4.0 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.3.2...v0.4.0) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.3.2...v0.4.0) ### 🚀 Enhancements -- Add `--debug` flag for printing debug logs for all CLI commands ([#75](https://github.com/aklinker1/wxt/pull/75)) -- Replace `web-ext` with `web-ext-run` ([#101](https://github.com/aklinker1/wxt/pull/101)) -- Generate types for `browser.i18n.getMessage` ([#103](https://github.com/aklinker1/wxt/pull/103)) +- Add `--debug` flag for printing debug logs for all CLI commands ([#75](https://github.com/wxt-dev/wxt/pull/75)) +- Replace `web-ext` with `web-ext-run` ([#101](https://github.com/wxt-dev/wxt/pull/101)) +- Generate types for `browser.i18n.getMessage` ([#103](https://github.com/wxt-dev/wxt/pull/103)) ### 🩹 Fixes -- Allow adding custom content scripts ([b428a62](https://github.com/aklinker1/wxt/commit/b428a62)) -- Don't overwrite `wxt.config.ts` content scripts, append entrypoints to it ([5f5f1d9](https://github.com/aklinker1/wxt/commit/5f5f1d9)) -- ⚠️ Use relative path aliases inside `.wxt/tsconfig.json` ([#102](https://github.com/aklinker1/wxt/pull/102)) +- Allow adding custom content scripts ([b428a62](https://github.com/wxt-dev/wxt/commit/b428a62)) +- Don't overwrite `wxt.config.ts` content scripts, append entrypoints to it ([5f5f1d9](https://github.com/wxt-dev/wxt/commit/5f5f1d9)) +- ⚠️ Use relative path aliases inside `.wxt/tsconfig.json` ([#102](https://github.com/wxt-dev/wxt/pull/102)) ### 📖 Documentation -- Add contribution guide ([#76](https://github.com/aklinker1/wxt/pull/76)) +- Add contribution guide ([#76](https://github.com/wxt-dev/wxt/pull/76)) ### 🏡 Chore -- Setup dependabot for upgrading dependencies ([d66293c](https://github.com/aklinker1/wxt/commit/d66293c)) -- Update social preview ([e164bd5](https://github.com/aklinker1/wxt/commit/e164bd5)) -- Setup bug and feature issue templates ([2bde917](https://github.com/aklinker1/wxt/commit/2bde917)) -- Upgrade to prettier 3 ([#77](https://github.com/aklinker1/wxt/pull/77)) -- **deps-dev:** Bump vitest from 0.32.4 to 0.34.1 ([#81](https://github.com/aklinker1/wxt/pull/81)) -- **deps-dev:** Bump ora from 6.3.1 to 7.0.1 ([#79](https://github.com/aklinker1/wxt/pull/79)) -- **deps-dev:** Bump @types/node from 20.4.5 to 20.5.0 ([#78](https://github.com/aklinker1/wxt/pull/78)) -- **deps-dev:** Bump tsup from 7.1.0 to 7.2.0 ([#80](https://github.com/aklinker1/wxt/pull/80)) -- **deps-dev:** Bump @vitest/coverage-v8 from 0.32.4 to 0.34.1 ([#84](https://github.com/aklinker1/wxt/pull/84)) -- **deps-dev:** Bump vitepress from 1.0.0-beta.5 to 1.0.0-rc.4 ([#85](https://github.com/aklinker1/wxt/pull/85)) -- **deps-dev:** Bump vitest-mock-extended from 1.1.4 to 1.2.0 ([#87](https://github.com/aklinker1/wxt/pull/87)) -- **deps-dev:** Bump lint-staged from 13.3.0 to 14.0.0 ([#89](https://github.com/aklinker1/wxt/pull/89)) -- Fix remote code E2E test ([83e62a1](https://github.com/aklinker1/wxt/commit/83e62a1)) -- Fix failing demo build ([b58a15e](https://github.com/aklinker1/wxt/commit/b58a15e)) -- **deps-dev:** Bump vitest-mock-extended from 1.2.0 to 1.2.1 ([#97](https://github.com/aklinker1/wxt/pull/97)) -- **deps-dev:** Bump lint-staged from 14.0.0 to 14.0.1 ([#100](https://github.com/aklinker1/wxt/pull/100)) -- **deps-dev:** Bump vitest from 0.34.1 to 0.34.3 ([#99](https://github.com/aklinker1/wxt/pull/99)) -- Increase E2E test timeout because GitHub Actions Window runner is slow ([2a0842b](https://github.com/aklinker1/wxt/commit/2a0842b)) -- **deps-dev:** Bump vitepress from 1.0.0-rc.4 to 1.0.0-rc.10 ([#96](https://github.com/aklinker1/wxt/pull/96)) -- Fix test watcher restarting indefinetly ([2c7922c](https://github.com/aklinker1/wxt/commit/2c7922c)) -- Remove explict icon config from templates ([93bfee0](https://github.com/aklinker1/wxt/commit/93bfee0)) -- Use import aliases in Vue template ([#104](https://github.com/aklinker1/wxt/pull/104)) +- Setup dependabot for upgrading dependencies ([d66293c](https://github.com/wxt-dev/wxt/commit/d66293c)) +- Update social preview ([e164bd5](https://github.com/wxt-dev/wxt/commit/e164bd5)) +- Setup bug and feature issue templates ([2bde917](https://github.com/wxt-dev/wxt/commit/2bde917)) +- Upgrade to prettier 3 ([#77](https://github.com/wxt-dev/wxt/pull/77)) +- **deps-dev:** Bump vitest from 0.32.4 to 0.34.1 ([#81](https://github.com/wxt-dev/wxt/pull/81)) +- **deps-dev:** Bump ora from 6.3.1 to 7.0.1 ([#79](https://github.com/wxt-dev/wxt/pull/79)) +- **deps-dev:** Bump @types/node from 20.4.5 to 20.5.0 ([#78](https://github.com/wxt-dev/wxt/pull/78)) +- **deps-dev:** Bump tsup from 7.1.0 to 7.2.0 ([#80](https://github.com/wxt-dev/wxt/pull/80)) +- **deps-dev:** Bump @vitest/coverage-v8 from 0.32.4 to 0.34.1 ([#84](https://github.com/wxt-dev/wxt/pull/84)) +- **deps-dev:** Bump vitepress from 1.0.0-beta.5 to 1.0.0-rc.4 ([#85](https://github.com/wxt-dev/wxt/pull/85)) +- **deps-dev:** Bump vitest-mock-extended from 1.1.4 to 1.2.0 ([#87](https://github.com/wxt-dev/wxt/pull/87)) +- **deps-dev:** Bump lint-staged from 13.3.0 to 14.0.0 ([#89](https://github.com/wxt-dev/wxt/pull/89)) +- Fix remote code E2E test ([83e62a1](https://github.com/wxt-dev/wxt/commit/83e62a1)) +- Fix failing demo build ([b58a15e](https://github.com/wxt-dev/wxt/commit/b58a15e)) +- **deps-dev:** Bump vitest-mock-extended from 1.2.0 to 1.2.1 ([#97](https://github.com/wxt-dev/wxt/pull/97)) +- **deps-dev:** Bump lint-staged from 14.0.0 to 14.0.1 ([#100](https://github.com/wxt-dev/wxt/pull/100)) +- **deps-dev:** Bump vitest from 0.34.1 to 0.34.3 ([#99](https://github.com/wxt-dev/wxt/pull/99)) +- Increase E2E test timeout because GitHub Actions Window runner is slow ([2a0842b](https://github.com/wxt-dev/wxt/commit/2a0842b)) +- **deps-dev:** Bump vitepress from 1.0.0-rc.4 to 1.0.0-rc.10 ([#96](https://github.com/wxt-dev/wxt/pull/96)) +- Fix test watcher restarting indefinetly ([2c7922c](https://github.com/wxt-dev/wxt/commit/2c7922c)) +- Remove explict icon config from templates ([93bfee0](https://github.com/wxt-dev/wxt/commit/93bfee0)) +- Use import aliases in Vue template ([#104](https://github.com/wxt-dev/wxt/pull/104)) #### ⚠️ Breaking Changes -- ⚠️ Use relative path aliases inside `.wxt/tsconfig.json` ([#102](https://github.com/aklinker1/wxt/pull/102)) +- ⚠️ Use relative path aliases inside `.wxt/tsconfig.json` ([#102](https://github.com/wxt-dev/wxt/pull/102)) ### ❤️ Contributors @@ -71,32 +71,32 @@ ## v0.3.2 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.3.1...v0.3.2) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.3.1...v0.3.2) ### 🚀 Enhancements -- Discover icons from the public directory ([#72](https://github.com/aklinker1/wxt/pull/72)) -- Don't allow auto-importing from subdirectories ([d54d611](https://github.com/aklinker1/wxt/commit/d54d611)) +- Discover icons from the public directory ([#72](https://github.com/wxt-dev/wxt/pull/72)) +- Don't allow auto-importing from subdirectories ([d54d611](https://github.com/wxt-dev/wxt/commit/d54d611)) ### 📖 Documentation -- Document the `url:` import prefix for remote code ([323045a](https://github.com/aklinker1/wxt/commit/323045a)) -- Fix typos ([97f0938](https://github.com/aklinker1/wxt/commit/97f0938)) -- Fix capitalization ([39467d1](https://github.com/aklinker1/wxt/commit/39467d1)) -- Generate markdown for config reference ([#74](https://github.com/aklinker1/wxt/pull/74)) +- Document the `url:` import prefix for remote code ([323045a](https://github.com/wxt-dev/wxt/commit/323045a)) +- Fix typos ([97f0938](https://github.com/wxt-dev/wxt/commit/97f0938)) +- Fix capitalization ([39467d1](https://github.com/wxt-dev/wxt/commit/39467d1)) +- Generate markdown for config reference ([#74](https://github.com/wxt-dev/wxt/pull/74)) ### 🏡 Chore -- Upgrade dependencies ([798f02f](https://github.com/aklinker1/wxt/commit/798f02f)) -- Upgrade vite (`v4.3` → `v4.4`) ([547c185](https://github.com/aklinker1/wxt/commit/547c185)) -- Update templates to work with CSS entrypoints ([7f15305](https://github.com/aklinker1/wxt/commit/7f15305)) -- Improve file list output in CI ([#73](https://github.com/aklinker1/wxt/pull/73)) +- Upgrade dependencies ([798f02f](https://github.com/wxt-dev/wxt/commit/798f02f)) +- Upgrade vite (`v4.3` → `v4.4`) ([547c185](https://github.com/wxt-dev/wxt/commit/547c185)) +- Update templates to work with CSS entrypoints ([7f15305](https://github.com/wxt-dev/wxt/commit/7f15305)) +- Improve file list output in CI ([#73](https://github.com/wxt-dev/wxt/pull/73)) ### 🤖 CI -- Validate templates against `main` ([#66](https://github.com/aklinker1/wxt/pull/66)) -- List vite version when validating project templates ([ef140dc](https://github.com/aklinker1/wxt/commit/ef140dc)) -- Validate templates using tarball to avoid version conflicts within the `wxt/node_modules` directory ([edfa075](https://github.com/aklinker1/wxt/commit/edfa075)) +- Validate templates against `main` ([#66](https://github.com/wxt-dev/wxt/pull/66)) +- List vite version when validating project templates ([ef140dc](https://github.com/wxt-dev/wxt/commit/ef140dc)) +- Validate templates using tarball to avoid version conflicts within the `wxt/node_modules` directory ([edfa075](https://github.com/wxt-dev/wxt/commit/edfa075)) ### ❤️ Contributors @@ -104,34 +104,34 @@ ## v0.3.1 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.3.0...v0.3.1) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.3.0...v0.3.1) ### 🚀 Enhancements -- CSS entrypoints ([#61](https://github.com/aklinker1/wxt/pull/61)) -- `init` command for bootstrapping new projects ([#65](https://github.com/aklinker1/wxt/pull/65)) +- CSS entrypoints ([#61](https://github.com/wxt-dev/wxt/pull/61)) +- `init` command for bootstrapping new projects ([#65](https://github.com/wxt-dev/wxt/pull/65)) ### 📖 Documentation -- Add zip command to installation scripts ([94a1097](https://github.com/aklinker1/wxt/commit/94a1097)) -- Add output paths to entrypoint docs ([3a336eb](https://github.com/aklinker1/wxt/commit/3a336eb)) -- Update installation docs ([aea866c](https://github.com/aklinker1/wxt/commit/aea866c)) -- Add publishing docs ([4184b05](https://github.com/aklinker1/wxt/commit/4184b05)) -- Add a section for extensions using WXT ([709b61a](https://github.com/aklinker1/wxt/commit/709b61a)) -- Add a comparison page to compare and contrast against Plasmo ([38d4f9c](https://github.com/aklinker1/wxt/commit/38d4f9c)) +- Add zip command to installation scripts ([94a1097](https://github.com/wxt-dev/wxt/commit/94a1097)) +- Add output paths to entrypoint docs ([3a336eb](https://github.com/wxt-dev/wxt/commit/3a336eb)) +- Update installation docs ([aea866c](https://github.com/wxt-dev/wxt/commit/aea866c)) +- Add publishing docs ([4184b05](https://github.com/wxt-dev/wxt/commit/4184b05)) +- Add a section for extensions using WXT ([709b61a](https://github.com/wxt-dev/wxt/commit/709b61a)) +- Add a comparison page to compare and contrast against Plasmo ([38d4f9c](https://github.com/wxt-dev/wxt/commit/38d4f9c)) ### 🏡 Chore -- Update template projects to v0.3 ([#56](https://github.com/aklinker1/wxt/pull/56)) -- Branding and logo ([#60](https://github.com/aklinker1/wxt/pull/60)) -- Simplify binary setup ([#62](https://github.com/aklinker1/wxt/pull/62)) -- Add Solid template ([#63](https://github.com/aklinker1/wxt/pull/63)) -- Increate E2E test timeout to fix flakey test ([dfe424f](https://github.com/aklinker1/wxt/commit/dfe424f)) +- Update template projects to v0.3 ([#56](https://github.com/wxt-dev/wxt/pull/56)) +- Branding and logo ([#60](https://github.com/wxt-dev/wxt/pull/60)) +- Simplify binary setup ([#62](https://github.com/wxt-dev/wxt/pull/62)) +- Add Solid template ([#63](https://github.com/wxt-dev/wxt/pull/63)) +- Increate E2E test timeout to fix flakey test ([dfe424f](https://github.com/wxt-dev/wxt/commit/dfe424f)) ### 🤖 CI -- Speed up demo validation ([3a9fd39](https://github.com/aklinker1/wxt/commit/3a9fd39)) -- Fix flakey failure when validating templates ([25677ba](https://github.com/aklinker1/wxt/commit/25677ba)) +- Speed up demo validation ([3a9fd39](https://github.com/wxt-dev/wxt/commit/3a9fd39)) +- Fix flakey failure when validating templates ([25677ba](https://github.com/wxt-dev/wxt/commit/25677ba)) ### ❤️ Contributors @@ -140,34 +140,34 @@ ## v0.3.0 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.5...v0.3.0) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.2.5...v0.3.0) ### 🚀 Enhancements -- ⚠️ Add type safety to `browser.runtime.getURL` ([58a84ec](https://github.com/aklinker1/wxt/commit/58a84ec)) -- ⚠️ Change default `publicDir` to `/public` ([19c0948](https://github.com/aklinker1/wxt/commit/19c0948)) -- Windows support ([#50](https://github.com/aklinker1/wxt/pull/50)) +- ⚠️ Add type safety to `browser.runtime.getURL` ([58a84ec](https://github.com/wxt-dev/wxt/commit/58a84ec)) +- ⚠️ Change default `publicDir` to `/public` ([19c0948](https://github.com/wxt-dev/wxt/commit/19c0948)) +- Windows support ([#50](https://github.com/wxt-dev/wxt/pull/50)) ### 🩹 Fixes -- Add `WebWorker` lib to generated tsconfig ([2c70246](https://github.com/aklinker1/wxt/commit/2c70246)) +- Add `WebWorker` lib to generated tsconfig ([2c70246](https://github.com/wxt-dev/wxt/commit/2c70246)) ### 📖 Documentation -- Update entrypoint directory links ([0aebb67](https://github.com/aklinker1/wxt/commit/0aebb67)) +- Update entrypoint directory links ([0aebb67](https://github.com/wxt-dev/wxt/commit/0aebb67)) ### 🌊 Types -- Allow any string for the `__BROWSER__` global ([6092235](https://github.com/aklinker1/wxt/commit/6092235)) +- Allow any string for the `__BROWSER__` global ([6092235](https://github.com/wxt-dev/wxt/commit/6092235)) ### 🤖 CI -- Improve checks against `demo/` extension ([9cc464f](https://github.com/aklinker1/wxt/commit/9cc464f)) +- Improve checks against `demo/` extension ([9cc464f](https://github.com/wxt-dev/wxt/commit/9cc464f)) #### ⚠️ Breaking Changes -- ⚠️ Add type safety to `browser.runtime.getURL` ([58a84ec](https://github.com/aklinker1/wxt/commit/58a84ec)) -- ⚠️ Change default `publicDir` to `/public` ([19c0948](https://github.com/aklinker1/wxt/commit/19c0948)) +- ⚠️ Add type safety to `browser.runtime.getURL` ([58a84ec](https://github.com/wxt-dev/wxt/commit/58a84ec)) +- ⚠️ Change default `publicDir` to `/public` ([19c0948](https://github.com/wxt-dev/wxt/commit/19c0948)) ### ❤️ Contributors @@ -175,25 +175,25 @@ ## v0.2.5 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.4...v0.2.5) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.2.4...v0.2.5) ### 🚀 Enhancements -- Auto-import from subdirectories ([547fee0](https://github.com/aklinker1/wxt/commit/547fee0)) -- Include background script in dev mode if user doesn't define one ([ca20a21](https://github.com/aklinker1/wxt/commit/ca20a21)) +- Auto-import from subdirectories ([547fee0](https://github.com/wxt-dev/wxt/commit/547fee0)) +- Include background script in dev mode if user doesn't define one ([ca20a21](https://github.com/wxt-dev/wxt/commit/ca20a21)) ### 🩹 Fixes -- Don't crash when generating types in dev mode ([d8c1903](https://github.com/aklinker1/wxt/commit/d8c1903)) -- Properly load entrypoints that reference `import.meta` ([54b18cc](https://github.com/aklinker1/wxt/commit/54b18cc)) +- Don't crash when generating types in dev mode ([d8c1903](https://github.com/wxt-dev/wxt/commit/d8c1903)) +- Properly load entrypoints that reference `import.meta` ([54b18cc](https://github.com/wxt-dev/wxt/commit/54b18cc)) ### 🏡 Chore -- Update templates to wxt@0.2 ([9d00eb2](https://github.com/aklinker1/wxt/commit/9d00eb2)) +- Update templates to wxt@0.2 ([9d00eb2](https://github.com/wxt-dev/wxt/commit/9d00eb2)) ### 🤖 CI -- Validate project templates ([9ac756f](https://github.com/aklinker1/wxt/commit/9ac756f)) +- Validate project templates ([9ac756f](https://github.com/wxt-dev/wxt/commit/9ac756f)) ### ❤️ Contributors @@ -201,11 +201,11 @@ ## v0.2.4 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.3...v0.2.4) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.2.3...v0.2.4) ### 🚀 Enhancements -- Add `wxt zip` command ([#47](https://github.com/aklinker1/wxt/pull/47)) +- Add `wxt zip` command ([#47](https://github.com/wxt-dev/wxt/pull/47)) ### ❤️ Contributors @@ -213,13 +213,13 @@ ## v0.2.3 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.2...v0.2.3) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.2.2...v0.2.3) ### 🩹 Fixes -- Correctly lookup open port ([#45](https://github.com/aklinker1/wxt/pull/45)) -- Read boolean maniest options from meta tags correctly ([495c5c8](https://github.com/aklinker1/wxt/commit/495c5c8)) -- Some fields cannot be overridden from `config.manifest` ([#46](https://github.com/aklinker1/wxt/pull/46)) +- Correctly lookup open port ([#45](https://github.com/wxt-dev/wxt/pull/45)) +- Read boolean maniest options from meta tags correctly ([495c5c8](https://github.com/wxt-dev/wxt/commit/495c5c8)) +- Some fields cannot be overridden from `config.manifest` ([#46](https://github.com/wxt-dev/wxt/pull/46)) ### ❤️ Contributors @@ -227,11 +227,11 @@ ## v0.2.2 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.1...v0.2.2) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.2.1...v0.2.2) ### 🩹 Fixes -- Register content scripts correctly in dev mode ([2fb5a54](https://github.com/aklinker1/wxt/commit/2fb5a54)) +- Register content scripts correctly in dev mode ([2fb5a54](https://github.com/wxt-dev/wxt/commit/2fb5a54)) ### ❤️ Contributors @@ -239,15 +239,15 @@ ## v0.2.1 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.2.0...v0.2.1) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.2.0...v0.2.1) ### 🚀 Enhancements -- Support all content script options ([6f5bf89](https://github.com/aklinker1/wxt/commit/6f5bf89)) +- Support all content script options ([6f5bf89](https://github.com/wxt-dev/wxt/commit/6f5bf89)) ### 🩹 Fixes -- Remove HMR log ([90fa6bf](https://github.com/aklinker1/wxt/commit/90fa6bf)) +- Remove HMR log ([90fa6bf](https://github.com/wxt-dev/wxt/commit/90fa6bf)) ### ❤️ Contributors @@ -255,27 +255,27 @@ ## v0.2.0 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.6...v0.2.0) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.6...v0.2.0) ### 🚀 Enhancements -- ⚠️ Rename `defineBackgroundScript` to `defineBackground` ([5b48ae9](https://github.com/aklinker1/wxt/commit/5b48ae9)) -- Recongize unnamed content scripts (`content.ts` and `content/index.ts`) ([3db5cec](https://github.com/aklinker1/wxt/commit/3db5cec)) +- ⚠️ Rename `defineBackgroundScript` to `defineBackground` ([5b48ae9](https://github.com/wxt-dev/wxt/commit/5b48ae9)) +- Recongize unnamed content scripts (`content.ts` and `content/index.ts`) ([3db5cec](https://github.com/wxt-dev/wxt/commit/3db5cec)) ### 📖 Documentation -- Update templates ([f28a29e](https://github.com/aklinker1/wxt/commit/f28a29e)) -- Add docs for each type of entrypoint ([77cbfc1](https://github.com/aklinker1/wxt/commit/77cbfc1)) -- Add inline JSDoc for public types ([375a2a6](https://github.com/aklinker1/wxt/commit/375a2a6)) +- Update templates ([f28a29e](https://github.com/wxt-dev/wxt/commit/f28a29e)) +- Add docs for each type of entrypoint ([77cbfc1](https://github.com/wxt-dev/wxt/commit/77cbfc1)) +- Add inline JSDoc for public types ([375a2a6](https://github.com/wxt-dev/wxt/commit/375a2a6)) ### 🏡 Chore -- Run `wxt prepare` on `postinstall` ([c1ea9ba](https://github.com/aklinker1/wxt/commit/c1ea9ba)) -- Don't format lockfile ([5c7e041](https://github.com/aklinker1/wxt/commit/5c7e041)) +- Run `wxt prepare` on `postinstall` ([c1ea9ba](https://github.com/wxt-dev/wxt/commit/c1ea9ba)) +- Don't format lockfile ([5c7e041](https://github.com/wxt-dev/wxt/commit/5c7e041)) #### ⚠️ Breaking Changes -- ⚠️ Rename `defineBackgroundScript` to `defineBackground` ([5b48ae9](https://github.com/aklinker1/wxt/commit/5b48ae9)) +- ⚠️ Rename `defineBackgroundScript` to `defineBackground` ([5b48ae9](https://github.com/wxt-dev/wxt/commit/5b48ae9)) ### ❤️ Contributors @@ -283,17 +283,17 @@ ## v0.1.6 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.5...v0.1.6) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.5...v0.1.6) ### 🩹 Fixes -- Resolve tsconfig paths in vite ([ea92a27](https://github.com/aklinker1/wxt/commit/ea92a27)) -- Add logs when a hot reload happens ([977246f](https://github.com/aklinker1/wxt/commit/977246f)) +- Resolve tsconfig paths in vite ([ea92a27](https://github.com/wxt-dev/wxt/commit/ea92a27)) +- Add logs when a hot reload happens ([977246f](https://github.com/wxt-dev/wxt/commit/977246f)) ### 🏡 Chore -- React and Vue starter templates ([#33](https://github.com/aklinker1/wxt/pull/33)) -- Svelte template ([#34](https://github.com/aklinker1/wxt/pull/34)) +- React and Vue starter templates ([#33](https://github.com/wxt-dev/wxt/pull/33)) +- Svelte template ([#34](https://github.com/wxt-dev/wxt/pull/34)) ### ❤️ Contributors @@ -301,11 +301,11 @@ ## v0.1.5 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.4...v0.1.5) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.4...v0.1.5) ### 🩹 Fixes -- Include `vite/client` types ([371be99](https://github.com/aklinker1/wxt/commit/371be99)) +- Include `vite/client` types ([371be99](https://github.com/wxt-dev/wxt/commit/371be99)) ### ❤️ Contributors @@ -313,20 +313,20 @@ ## v0.1.4 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.3...v0.1.4) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.3...v0.1.4) ### 🩹 Fixes -- Fix regression where manifest was not listed first in build summary ([fa2b656](https://github.com/aklinker1/wxt/commit/fa2b656)) -- Fix config hook implementations for vite plugins ([49965e7](https://github.com/aklinker1/wxt/commit/49965e7)) +- Fix regression where manifest was not listed first in build summary ([fa2b656](https://github.com/wxt-dev/wxt/commit/fa2b656)) +- Fix config hook implementations for vite plugins ([49965e7](https://github.com/wxt-dev/wxt/commit/49965e7)) ### 📖 Documentation -- Update CLI screenshot ([0a26673](https://github.com/aklinker1/wxt/commit/0a26673)) +- Update CLI screenshot ([0a26673](https://github.com/wxt-dev/wxt/commit/0a26673)) ### 🏡 Chore -- Update prettier ignore ([68611ae](https://github.com/aklinker1/wxt/commit/68611ae)) +- Update prettier ignore ([68611ae](https://github.com/wxt-dev/wxt/commit/68611ae)) ### ❤️ Contributors @@ -334,24 +334,24 @@ ## v0.1.3 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.2...v0.1.3) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.2...v0.1.3) ### 🚀 Enhancements -- Add tsconfig path aliases ([#32](https://github.com/aklinker1/wxt/pull/32)) +- Add tsconfig path aliases ([#32](https://github.com/wxt-dev/wxt/pull/32)) ### 🩹 Fixes -- Merge `manifest` option from both inline and user config ([05ca998](https://github.com/aklinker1/wxt/commit/05ca998)) -- Cleanup build summary with sourcemaps ([ac0b28e](https://github.com/aklinker1/wxt/commit/ac0b28e)) +- Merge `manifest` option from both inline and user config ([05ca998](https://github.com/wxt-dev/wxt/commit/05ca998)) +- Cleanup build summary with sourcemaps ([ac0b28e](https://github.com/wxt-dev/wxt/commit/ac0b28e)) ### 📖 Documentation -- Create documentation site ([#31](https://github.com/aklinker1/wxt/pull/31)) +- Create documentation site ([#31](https://github.com/wxt-dev/wxt/pull/31)) ### 🏡 Chore -- Upgrade to pnpm 8 ([0ce7c9d](https://github.com/aklinker1/wxt/commit/0ce7c9d)) +- Upgrade to pnpm 8 ([0ce7c9d](https://github.com/wxt-dev/wxt/commit/0ce7c9d)) ### ❤️ Contributors @@ -359,21 +359,21 @@ ## v0.1.2 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.1...v0.1.2) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.1...v0.1.2) ### 🚀 Enhancements -- Accept a function for `config.manifest` ([ee49837](https://github.com/aklinker1/wxt/commit/ee49837)) +- Accept a function for `config.manifest` ([ee49837](https://github.com/wxt-dev/wxt/commit/ee49837)) ### 🩹 Fixes -- Add missing types for `webextension-polyfill` and the `manifest` option ([636aa48](https://github.com/aklinker1/wxt/commit/636aa48)) -- Only add imports to JS files ([b29c3c6](https://github.com/aklinker1/wxt/commit/b29c3c6)) -- Generate valid type for `EntrypointPath` when there are no entrypoints ([6e7184d](https://github.com/aklinker1/wxt/commit/6e7184d)) +- Add missing types for `webextension-polyfill` and the `manifest` option ([636aa48](https://github.com/wxt-dev/wxt/commit/636aa48)) +- Only add imports to JS files ([b29c3c6](https://github.com/wxt-dev/wxt/commit/b29c3c6)) +- Generate valid type for `EntrypointPath` when there are no entrypoints ([6e7184d](https://github.com/wxt-dev/wxt/commit/6e7184d)) ### 🌊 Types -- Change `config.vite` to `UserConfig` ([ef6001e](https://github.com/aklinker1/wxt/commit/ef6001e)) +- Change `config.vite` to `UserConfig` ([ef6001e](https://github.com/wxt-dev/wxt/commit/ef6001e)) ### ❤️ Contributors @@ -381,12 +381,12 @@ ## v0.1.1 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.1.0...v0.1.1) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.1.0...v0.1.1) ### 🩹 Fixes -- Allow dashes in entrypoint names ([2e51e73](https://github.com/aklinker1/wxt/commit/2e51e73)) -- Unable to read entrypoint options ([#28](https://github.com/aklinker1/wxt/pull/28)) +- Allow dashes in entrypoint names ([2e51e73](https://github.com/wxt-dev/wxt/commit/2e51e73)) +- Unable to read entrypoint options ([#28](https://github.com/wxt-dev/wxt/pull/28)) ### ❤️ Contributors @@ -401,19 +401,19 @@ Initial release of WXT. Full support for production builds and initial toolkit f - Reload HTML pages when saving them directly - Re-register and reload tabs when content scripts change -[compare changes](https://github.com/aklinker1/wxt/compare/v0.0.2...v0.1.0) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.0.2...v0.1.0) ### 🚀 Enhancements -- Content scripts reloading ([#25](https://github.com/aklinker1/wxt/pull/25)) +- Content scripts reloading ([#25](https://github.com/wxt-dev/wxt/pull/25)) ### 📖 Documentation -- Update feature list ([0255028](https://github.com/aklinker1/wxt/commit/0255028)) +- Update feature list ([0255028](https://github.com/wxt-dev/wxt/commit/0255028)) ### 🤖 CI -- Create github release ([b7c078f](https://github.com/aklinker1/wxt/commit/b7c078f)) +- Create github release ([b7c078f](https://github.com/wxt-dev/wxt/commit/b7c078f)) ### ❤️ Contributors @@ -421,33 +421,33 @@ Initial release of WXT. Full support for production builds and initial toolkit f ## v0.0.2 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.0.1...v0.0.2) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.0.1...v0.0.2) ### 🚀 Enhancements -- Reload extension when source code is changed ([#17](https://github.com/aklinker1/wxt/pull/17)) -- Setup background script web socket/reload ([#22](https://github.com/aklinker1/wxt/pull/22)) -- Reload HTML files individually ([#23](https://github.com/aklinker1/wxt/pull/23)) +- Reload extension when source code is changed ([#17](https://github.com/wxt-dev/wxt/pull/17)) +- Setup background script web socket/reload ([#22](https://github.com/wxt-dev/wxt/pull/22)) +- Reload HTML files individually ([#23](https://github.com/wxt-dev/wxt/pull/23)) ### 🩹 Fixes -- Output chunks to a chunks directory ([2dd7a99](https://github.com/aklinker1/wxt/commit/2dd7a99)) -- Remove hash from content script css outputs ([#20](https://github.com/aklinker1/wxt/pull/20)) -- Overwrite files with the same name when renaming entrypoints in dev mode ([37986bf](https://github.com/aklinker1/wxt/commit/37986bf)) -- Separate template builds to prevent sharing chunks ([7f3a1e8](https://github.com/aklinker1/wxt/commit/7f3a1e8)) -- Show Vite warnings and errors ([c51f0e0](https://github.com/aklinker1/wxt/commit/c51f0e0)) +- Output chunks to a chunks directory ([2dd7a99](https://github.com/wxt-dev/wxt/commit/2dd7a99)) +- Remove hash from content script css outputs ([#20](https://github.com/wxt-dev/wxt/pull/20)) +- Overwrite files with the same name when renaming entrypoints in dev mode ([37986bf](https://github.com/wxt-dev/wxt/commit/37986bf)) +- Separate template builds to prevent sharing chunks ([7f3a1e8](https://github.com/wxt-dev/wxt/commit/7f3a1e8)) +- Show Vite warnings and errors ([c51f0e0](https://github.com/wxt-dev/wxt/commit/c51f0e0)) ### 📖 Documentation -- Add milestone progress badge to README ([684197d](https://github.com/aklinker1/wxt/commit/684197d)) -- Fix milestone link in README ([e14f81d](https://github.com/aklinker1/wxt/commit/e14f81d)) +- Add milestone progress badge to README ([684197d](https://github.com/wxt-dev/wxt/commit/684197d)) +- Fix milestone link in README ([e14f81d](https://github.com/wxt-dev/wxt/commit/e14f81d)) ### 🏡 Chore -- Refactor build output type ([#19](https://github.com/aklinker1/wxt/pull/19)) -- Refactor build outputs to support transpiled templates ([a78aada](https://github.com/aklinker1/wxt/commit/a78aada)) -- Rename `templates` to `virtual-modules` ([#24](https://github.com/aklinker1/wxt/pull/24)) -- Update cli screenshot ([54eb118](https://github.com/aklinker1/wxt/commit/54eb118)) +- Refactor build output type ([#19](https://github.com/wxt-dev/wxt/pull/19)) +- Refactor build outputs to support transpiled templates ([a78aada](https://github.com/wxt-dev/wxt/commit/a78aada)) +- Rename `templates` to `virtual-modules` ([#24](https://github.com/wxt-dev/wxt/pull/24)) +- Update cli screenshot ([54eb118](https://github.com/wxt-dev/wxt/commit/54eb118)) ### ❤️ Contributors @@ -455,73 +455,73 @@ Initial release of WXT. Full support for production builds and initial toolkit f ## v0.0.1 -[compare changes](https://github.com/aklinker1/wxt/compare/v0.0.0...v0.0.1) +[compare changes](https://github.com/wxt-dev/wxt/compare/v0.0.0...v0.0.1) ### 🚀 Enhancements -- Add logger to config ([232ff7a](https://github.com/aklinker1/wxt/commit/232ff7a)) -- Export and bootstrap the `/client` package ([5b07c95](https://github.com/aklinker1/wxt/commit/5b07c95)) -- Resolve entrypoints based on filesystem ([a63f061](https://github.com/aklinker1/wxt/commit/a63f061)) -- Separate output directories for each browser/manifest version ([f09ffbb](https://github.com/aklinker1/wxt/commit/f09ffbb)) -- Build entrypoints and output `manfiest.json` ([1e7c738](https://github.com/aklinker1/wxt/commit/1e7c738)) -- Automatically add CSS files to content scripts ([047ce04](https://github.com/aklinker1/wxt/commit/047ce04)) -- Download and bundle remote URL imports ([523c7df](https://github.com/aklinker1/wxt/commit/523c7df)) -- Generate type declarations and config for project types and auto-imports ([21debad](https://github.com/aklinker1/wxt/commit/21debad)) -- Good looking console output ([e2cc995](https://github.com/aklinker1/wxt/commit/e2cc995)) -- Dev server working and a valid extension is built ([505e419](https://github.com/aklinker1/wxt/commit/505e419)) -- Virtualized content script entrypoint ([ca29537](https://github.com/aklinker1/wxt/commit/ca29537)) -- Provide custom, typed globals defined by Vite ([8c59a1c](https://github.com/aklinker1/wxt/commit/8c59a1c)) -- Copy public directory to outputs ([1a25f2b](https://github.com/aklinker1/wxt/commit/1a25f2b)) -- Support browser and chrome styles for mv2 popups ([7945c94](https://github.com/aklinker1/wxt/commit/7945c94)) -- Support browser and chrome styles for mv2 popups ([7abb577](https://github.com/aklinker1/wxt/commit/7abb577)) -- Support more CLI flags for `build` and `dev` ([#9](https://github.com/aklinker1/wxt/pull/9)) -- Add more supported browser types ([f114c5b](https://github.com/aklinker1/wxt/commit/f114c5b)) -- Open browser when starting dev server ([#11](https://github.com/aklinker1/wxt/pull/11)) +- Add logger to config ([232ff7a](https://github.com/wxt-dev/wxt/commit/232ff7a)) +- Export and bootstrap the `/client` package ([5b07c95](https://github.com/wxt-dev/wxt/commit/5b07c95)) +- Resolve entrypoints based on filesystem ([a63f061](https://github.com/wxt-dev/wxt/commit/a63f061)) +- Separate output directories for each browser/manifest version ([f09ffbb](https://github.com/wxt-dev/wxt/commit/f09ffbb)) +- Build entrypoints and output `manfiest.json` ([1e7c738](https://github.com/wxt-dev/wxt/commit/1e7c738)) +- Automatically add CSS files to content scripts ([047ce04](https://github.com/wxt-dev/wxt/commit/047ce04)) +- Download and bundle remote URL imports ([523c7df](https://github.com/wxt-dev/wxt/commit/523c7df)) +- Generate type declarations and config for project types and auto-imports ([21debad](https://github.com/wxt-dev/wxt/commit/21debad)) +- Good looking console output ([e2cc995](https://github.com/wxt-dev/wxt/commit/e2cc995)) +- Dev server working and a valid extension is built ([505e419](https://github.com/wxt-dev/wxt/commit/505e419)) +- Virtualized content script entrypoint ([ca29537](https://github.com/wxt-dev/wxt/commit/ca29537)) +- Provide custom, typed globals defined by Vite ([8c59a1c](https://github.com/wxt-dev/wxt/commit/8c59a1c)) +- Copy public directory to outputs ([1a25f2b](https://github.com/wxt-dev/wxt/commit/1a25f2b)) +- Support browser and chrome styles for mv2 popups ([7945c94](https://github.com/wxt-dev/wxt/commit/7945c94)) +- Support browser and chrome styles for mv2 popups ([7abb577](https://github.com/wxt-dev/wxt/commit/7abb577)) +- Support more CLI flags for `build` and `dev` ([#9](https://github.com/wxt-dev/wxt/pull/9)) +- Add more supported browser types ([f114c5b](https://github.com/wxt-dev/wxt/commit/f114c5b)) +- Open browser when starting dev server ([#11](https://github.com/wxt-dev/wxt/pull/11)) ### 🩹 Fixes -- Support `srcDir` config ([739d19f](https://github.com/aklinker1/wxt/commit/739d19f)) -- Root path customization now works ([4faa3b3](https://github.com/aklinker1/wxt/commit/4faa3b3)) -- Print durations as ms/s based on total time ([3e37de9](https://github.com/aklinker1/wxt/commit/3e37de9)) -- Don't print error twice when background crashes ([407627c](https://github.com/aklinker1/wxt/commit/407627c)) -- Load package.json from root not cwd ([3ca16ee](https://github.com/aklinker1/wxt/commit/3ca16ee)) -- Only allow a single entrypoint with a given name ([8eb4e86](https://github.com/aklinker1/wxt/commit/8eb4e86)) -- Respect the mv2 popup type ([0f37ceb](https://github.com/aklinker1/wxt/commit/0f37ceb)) -- Respect background type and persistent manifest options ([573ef80](https://github.com/aklinker1/wxt/commit/573ef80)) -- Make content script array orders consistent ([f380378](https://github.com/aklinker1/wxt/commit/f380378)) -- Firefox manifest warnings in dev mode ([50bb845](https://github.com/aklinker1/wxt/commit/50bb845)) +- Support `srcDir` config ([739d19f](https://github.com/wxt-dev/wxt/commit/739d19f)) +- Root path customization now works ([4faa3b3](https://github.com/wxt-dev/wxt/commit/4faa3b3)) +- Print durations as ms/s based on total time ([3e37de9](https://github.com/wxt-dev/wxt/commit/3e37de9)) +- Don't print error twice when background crashes ([407627c](https://github.com/wxt-dev/wxt/commit/407627c)) +- Load package.json from root not cwd ([3ca16ee](https://github.com/wxt-dev/wxt/commit/3ca16ee)) +- Only allow a single entrypoint with a given name ([8eb4e86](https://github.com/wxt-dev/wxt/commit/8eb4e86)) +- Respect the mv2 popup type ([0f37ceb](https://github.com/wxt-dev/wxt/commit/0f37ceb)) +- Respect background type and persistent manifest options ([573ef80](https://github.com/wxt-dev/wxt/commit/573ef80)) +- Make content script array orders consistent ([f380378](https://github.com/wxt-dev/wxt/commit/f380378)) +- Firefox manifest warnings in dev mode ([50bb845](https://github.com/wxt-dev/wxt/commit/50bb845)) ### 📖 Documentation -- Update README ([785ea54](https://github.com/aklinker1/wxt/commit/785ea54)) -- Update README ([99ccadb](https://github.com/aklinker1/wxt/commit/99ccadb)) -- Update description ([07a262e](https://github.com/aklinker1/wxt/commit/07a262e)) -- Update README ([58a0ef4](https://github.com/aklinker1/wxt/commit/58a0ef4)) -- Update README ([23ed6f7](https://github.com/aklinker1/wxt/commit/23ed6f7)) -- Add initial release milestone link to README ([b400e54](https://github.com/aklinker1/wxt/commit/b400e54)) -- Fix typo in README ([5590c9d](https://github.com/aklinker1/wxt/commit/5590c9d)) +- Update README ([785ea54](https://github.com/wxt-dev/wxt/commit/785ea54)) +- Update README ([99ccadb](https://github.com/wxt-dev/wxt/commit/99ccadb)) +- Update description ([07a262e](https://github.com/wxt-dev/wxt/commit/07a262e)) +- Update README ([58a0ef4](https://github.com/wxt-dev/wxt/commit/58a0ef4)) +- Update README ([23ed6f7](https://github.com/wxt-dev/wxt/commit/23ed6f7)) +- Add initial release milestone link to README ([b400e54](https://github.com/wxt-dev/wxt/commit/b400e54)) +- Fix typo in README ([5590c9d](https://github.com/wxt-dev/wxt/commit/5590c9d)) ### 🏡 Chore -- Refactor cli files into their own directory ([e6c0d84](https://github.com/aklinker1/wxt/commit/e6c0d84)) -- Simplify `BuildOutput` type ([1f6c4a0](https://github.com/aklinker1/wxt/commit/1f6c4a0)) -- Move `.exvite` directory into `srcDir` instead of `root` ([53fb805](https://github.com/aklinker1/wxt/commit/53fb805)) -- Refactor CLI commands ([b8952b6](https://github.com/aklinker1/wxt/commit/b8952b6)) -- Improve build summary sorting ([ec57e8c](https://github.com/aklinker1/wxt/commit/ec57e8c)) -- Remove comments ([e3e9c0d](https://github.com/aklinker1/wxt/commit/e3e9c0d)) -- Refactor internal config creation ([7c634f4](https://github.com/aklinker1/wxt/commit/7c634f4)) -- Check virtual entrypoints feature in README ([70208f4](https://github.com/aklinker1/wxt/commit/70208f4)) -- Add E2E tests and convert to vitest workspace ([5813302](https://github.com/aklinker1/wxt/commit/5813302)) -- Rename package to wxt ([51a1072](https://github.com/aklinker1/wxt/commit/51a1072)) -- Fix header log's timestamp ([8ca5657](https://github.com/aklinker1/wxt/commit/8ca5657)) -- Fix demo global usage ([1ecfedd](https://github.com/aklinker1/wxt/commit/1ecfedd)) -- Refactor folder structure ([9ab3953](https://github.com/aklinker1/wxt/commit/9ab3953)) -- Fix release workflow ([2e94f2a](https://github.com/aklinker1/wxt/commit/2e94f2a)) +- Refactor cli files into their own directory ([e6c0d84](https://github.com/wxt-dev/wxt/commit/e6c0d84)) +- Simplify `BuildOutput` type ([1f6c4a0](https://github.com/wxt-dev/wxt/commit/1f6c4a0)) +- Move `.exvite` directory into `srcDir` instead of `root` ([53fb805](https://github.com/wxt-dev/wxt/commit/53fb805)) +- Refactor CLI commands ([b8952b6](https://github.com/wxt-dev/wxt/commit/b8952b6)) +- Improve build summary sorting ([ec57e8c](https://github.com/wxt-dev/wxt/commit/ec57e8c)) +- Remove comments ([e3e9c0d](https://github.com/wxt-dev/wxt/commit/e3e9c0d)) +- Refactor internal config creation ([7c634f4](https://github.com/wxt-dev/wxt/commit/7c634f4)) +- Check virtual entrypoints feature in README ([70208f4](https://github.com/wxt-dev/wxt/commit/70208f4)) +- Add E2E tests and convert to vitest workspace ([5813302](https://github.com/wxt-dev/wxt/commit/5813302)) +- Rename package to wxt ([51a1072](https://github.com/wxt-dev/wxt/commit/51a1072)) +- Fix header log's timestamp ([8ca5657](https://github.com/wxt-dev/wxt/commit/8ca5657)) +- Fix demo global usage ([1ecfedd](https://github.com/wxt-dev/wxt/commit/1ecfedd)) +- Refactor folder structure ([9ab3953](https://github.com/wxt-dev/wxt/commit/9ab3953)) +- Fix release workflow ([2e94f2a](https://github.com/wxt-dev/wxt/commit/2e94f2a)) ### 🤖 CI -- Create validation workflow ([#12](https://github.com/aklinker1/wxt/pull/12)) -- Create release workflow ([#13](https://github.com/aklinker1/wxt/pull/13)) +- Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12)) +- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13)) ### ❤️ Contributors diff --git a/README.md b/README.md index 739a0ada..70cc234f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ Checkout the [installation guide](https://wxt.dev/get-started/installation.html) ## Contributors - - + + diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 77cca1d0..d84c6efb 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -15,7 +15,7 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config logo: '/logo.svg', editLink: { - pattern: 'https://github.com/aklinker1/wxt/edit/main/docs/:path', + pattern: 'https://github.com/wxt-dev/wxt/edit/main/docs/:path', }, search: { provider: 'local', @@ -76,6 +76,6 @@ export default defineConfig({ ], }, - socialLinks: [{ icon: 'github', link: 'https://github.com/aklinker1/wxt' }], + socialLinks: [{ icon: 'github', link: 'https://github.com/wxt-dev/wxt' }], }, }); diff --git a/docs/get-started/compare.md b/docs/get-started/compare.md index d1a3c7a6..c847aa25 100644 --- a/docs/get-started/compare.md +++ b/docs/get-started/compare.md @@ -45,5 +45,5 @@ Reloading each part of the extension individually improves your iteration speed WXT solves this problem by reloading HTML pages and content scripts individually (when possible) to keep your UIs open while you develop them. This is a MV3 feature, so if you're developing a MV2 extension, you'll get the same dev experience as Plasmo. :::info -Unfortunately, there isn't an API for reloading the background page/service worker individually, so if you change a file used by the background, the entire extension will reload. See [Issue #53](https://github.com/aklinker1/wxt/issues/53) for more details. +Unfortunately, there isn't an API for reloading the background page/service worker individually, so if you change a file used by the background, the entire extension will reload. See [Issue #53](https://github.com/wxt-dev/wxt/issues/53) for more details. ::: diff --git a/docs/get-started/installation.md b/docs/get-started/installation.md index 79877238..d49e1e7e 100644 --- a/docs/get-started/installation.md +++ b/docs/get-started/installation.md @@ -3,7 +3,7 @@ Bootstrap a new project or start from scratch. :::warning 🚧 WSL Support -**_WXT does not support [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) yet_**. See [Issue #55](https://github.com/aklinker1/wxt/issues/55) to track progress. +**_WXT does not support [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) yet_**. See [Issue #55](https://github.com/wxt-dev/wxt/issues/55) to track progress. In the meantime, you can use `cmd` instead. ::: @@ -24,13 +24,13 @@ npx wxt@latest init There are several starting templates available. -| TypeScript | -| --------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [`vanilla`](https://github.com/aklinker1/wxt/tree/main/templates/vanilla) | -| [`vue`](https://github.com/aklinker1/wxt/tree/main/templates/vue) | -| [`react`](https://github.com/aklinker1/wxt/tree/main/templates/react) | -| [`svelte`](https://github.com/aklinker1/wxt/tree/main/templates/svelte) | -| [`solid`](https://github.com/aklinker1/wxt/tree/main/templates/solid) | +| TypeScript | +| ------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [`vanilla`](https://github.com/wxt-dev/wxt/tree/main/templates/vanilla) | +| [`vue`](https://github.com/wxt-dev/wxt/tree/main/templates/vue) | +| [`react`](https://github.com/wxt-dev/wxt/tree/main/templates/react) | +| [`svelte`](https://github.com/wxt-dev/wxt/tree/main/templates/svelte) | +| [`solid`](https://github.com/wxt-dev/wxt/tree/main/templates/solid) | > All templates are in TypeScript. WXT does not support JS at this time. diff --git a/package.json b/package.json index fd914130..a206ed43 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/aklinker1/wxt" + "url": "https://github.com/wxt-dev/wxt" }, + "homepage": "https://wxt.dev", "keywords": [ "vite", "chrome", diff --git a/src/cli/commands/init.ts b/src/cli/commands/init.ts index c848494f..dfb75aa6 100644 --- a/src/cli/commands/init.ts +++ b/src/cli/commands/init.ts @@ -93,7 +93,7 @@ interface Template { async function listTemplates(): Promise { try { const res = await fetch( - 'https://api.github.com/repos/aklinker1/wxt/contents/templates', + 'https://api.github.com/repos/wxt-dev/wxt/contents/templates', { headers: { Accept: 'application/vnd.github+json', @@ -136,7 +136,7 @@ async function cloneProject({ const spinner = ora('Downloading template').start(); try { // 1. Clone repo - await downloadTemplate(`gh:aklinker1/wxt/${template.path}`, { + await downloadTemplate(`gh:wxt-dev/wxt/${template.path}`, { dir: directory, force: true, });