GitHub Actions
|
0c8fc013a8
|
chore(release): v0.15.2
v0.15.2
|
2024-01-30 19:01:54 +00:00 |
|
Aaron
|
26e30aaae9
|
feat: Add submit command (#370)
|
2024-01-30 12:55:17 -06:00 |
|
Nenad Novaković
|
6557dfe430
|
fix(dev): Resolve script and link aliases (#387)
Co-authored-by: Aaron Klinker <aaronklinker1@gmail.com>
|
2024-01-30 12:05:31 -06:00 |
|
Aaron Klinker
|
9cee9eefb4
|
Update changelog
|
2024-01-29 14:12:27 -06:00 |
|
GitHub Actions
|
f9cd7aaf05
|
chore(release): v0.15.1
v0.15.1
|
2024-01-29 20:10:18 +00:00 |
|
0x7a7a
|
9049804413
|
docs: Fixed doc errors on the guide/extension-api page (#383)
Co-authored-by: Aaron Klinker <aaronklinker1@gmail.com>
|
2024-01-29 14:06:27 -06:00 |
|
Aaron
|
d027a496f5
|
Upgrade wxt init templates to v0.15 (#385)
|
2024-01-29 14:04:58 -06:00 |
|
Aaron
|
dd7abddb7c
|
feat: Allow passing custom preferences to chrome, enabling dev mode on chrome://extensions and allowing content script sourcemaps automatically (#384)
|
2024-01-29 13:58:46 -06:00 |
|
Aaron Klinker
|
98d2792e02
|
chore: Fix vite version conflicts in demo extension
|
2024-01-29 13:53:57 -06:00 |
|
Aaron Klinker
|
39b76d3ec0
|
fix(security): Upgrade to vite@5.0.12 to resolve CVE-2024-23331
|
2024-01-29 11:25:31 -06:00 |
|
Aaron Klinker
|
bc29bfd434
|
Update changelog
|
2024-01-29 11:22:41 -06:00 |
|
GitHub Actions
|
5e60f37ec5
|
chore(release): v0.15.0
v0.15.0
|
2024-01-29 17:18:38 +00:00 |
|
Aaron
|
6f901b32eb
|
fix: Enable inline sourcemaps by default during development (#382)
|
2024-01-29 11:15:57 -06:00 |
|
Aaron
|
927aca612e
|
fix!: Move browser constants to import.meta.env (#380)
BREAKING CHANGE: Renamed undocumented constants:
- `__BROWSER__` → `import.meta.env.BROWSER`
- `__COMMAND__` → `import.meta.env.COMMAND`
- `__MANIFEST_VERSION__` → `import.meta.env.MANIFEST_VERSION`
- `__IS_CHROME__` → `import.meta.env.CHROME`
- `__IS_FIREFOX__` → `import.meta.env.FIREFOX`
- `__IS_SAFARI__` → `import.meta.env.SAFARI`
- `__IS_EDGE__` → `import.meta.env.EDGE`
- `__IS_OPERA__` → `import.meta.env.OPERA`
|
2024-01-29 11:14:18 -06:00 |
|
Nenad Novaković
|
2dcdae91eb
|
feat(zip)!: add includeSources and rename ignoredSources to excludeSources (#378)
Co-authored-by: Aaron <aaronklinker1@gmail.com>
BREAKING CHANGE: Renamed `ignoredSources` to `excludeSources`
|
2024-01-29 11:13:39 -06:00 |
|
Aaron Klinker
|
eb758bdeb8
|
chore: Update contributor docs
See https://github.com/wxt-dev/wxt/pull/378\#issuecomment-1915064721
|
2024-01-29 10:59:54 -06:00 |
|
Aaron
|
5acf51af9d
|
fix: Generate missing sourcemap in wxt:unimport plugin (#381)
|
2024-01-29 10:30:42 -06:00 |
|
Aaron Klinker
|
f9718a1b71
|
docs: Fix typo
|
2024-01-28 09:42:45 -06:00 |
|
GitHub Actions
|
cf7f23d4c3
|
chore(release): v0.14.7
v0.14.7
|
2024-01-27 17:31:33 +00:00 |
|
Aaron Klinker
|
62ecb6f41e
|
fix: Upgrade web-ext-run
This closes #324
|
2024-01-27 11:25:49 -06:00 |
|
Aaron Klinker
|
fc45c37f22
|
docs: Add missing await to createShadowRootUi examples
This closes #374
|
2024-01-27 11:02:15 -06:00 |
|
Aaron Klinker
|
68874e607e
|
docs: Document defined constants for the build target
|
2024-01-27 10:56:14 -06:00 |
|
Aaron Klinker
|
35865adcb2
|
fix(storage): Throw better error message when importing outside a extension environment
This closes #371
|
2024-01-27 00:26:35 -06:00 |
|
Aaron Klinker
|
3b63a51475
|
fix: Improve error messages when importing and building entrypoints
|
2024-01-27 00:20:48 -06:00 |
|
東奈比
|
d32e59e38f
|
docs: fix incorrect sample code (#372)
|
2024-01-26 10:26:10 -06:00 |
|
Aaron Klinker
|
dab8efa140
|
docs: Add matches to content script examples
|
2024-01-24 07:58:47 -06:00 |
|
GitHub Actions
|
c298d8552b
|
chore(release): v0.14.6
v0.14.6
|
2024-01-24 06:34:25 +00:00 |
|
Aaron
|
87267347f3
|
feat: Add basic validation for entrypoint options (#368)
|
2024-01-24 00:31:05 -06:00 |
|
Aaron
|
326e84b667
|
feat: Restart dev mode when saving config (#365)
|
2024-01-19 22:58:49 -06:00 |
|
Aaron Klinker
|
4b005b450e
|
ci: Check for type errors in demo before building
|
2024-01-19 22:57:06 -06:00 |
|
Aaron
|
3bf40fc4ed
|
fix: Sort build output files naturally (#364)
|
2024-01-19 11:35:09 -06:00 |
|
Aaron
|
9ace395e11
|
fix: Add subdependency bin directory so wxt build --analyze works with PNPM (#363)
|
2024-01-19 11:32:18 -06:00 |
|
GitHub Actions
|
64f42064ae
|
chore(release): v0.14.5
v0.14.5
|
2024-01-19 14:36:07 +00:00 |
|
Aaron
|
a525d786f1
|
feat: Add dev.reloadCommand config (#362)
|
2024-01-19 08:33:03 -06:00 |
|
Aaron
|
948ee810da
|
fix: Disable reload dev command when 4 commands are already registered (#361)
|
2024-01-19 07:47:04 -06:00 |
|
GitHub Actions
|
8687b2980e
|
chore(release): v0.14.4
v0.14.4
|
2024-01-18 20:54:29 +00:00 |
|
Aaron
|
6f0814bc97
|
fix: Allow requiring built-in node modules from ESM CLI (#356)
|
2024-01-18 14:51:35 -06:00 |
|
Aaron
|
148c0da51f
|
chore: Add unit tests for passing flags via the CLI (#354)
|
2024-01-18 14:49:35 -06:00 |
|
GitHub Actions
|
ba09f3e0f1
|
chore(release): v0.14.3
v0.14.3
|
2024-01-17 05:20:19 +00:00 |
|
Yuns
|
54e24652da
|
fix: Make getArrayFromFlags result can be undefined (#352)
|
2024-01-16 23:15:18 -06:00 |
|
GitHub Actions
|
d6516142d2
|
chore(release): v0.14.2
v0.14.2
|
2024-01-16 19:57:03 +00:00 |
|
Yuns
|
460667e3c0
|
feat: Add filterEntrypoints option to speed up development (#344)
Co-authored-by: Aaron Klinker <aaronklinker1@gmail.com>
|
2024-01-16 13:52:58 -06:00 |
|
Armin
|
6ed61d0766
|
docs: Fix typos and outdated ui function usage (#347)
|
2024-01-16 13:01:12 -06:00 |
|
Aaron
|
971daf2784
|
fix: Allow browser.runtime.getURL to include hashes and query params for HTML paths (#350)
|
2024-01-16 12:59:38 -06:00 |
|
Aaron
|
89d8ef9a50
|
fix: Improve error message and document use of imported variables outside an entrypoint's main function (#346)
|
2024-01-14 09:36:22 -06:00 |
|
Aaron Klinker
|
a329e24818
|
chore: Fix typo in function name
|
2024-01-12 13:03:43 -06:00 |
|
Aaron
|
249cf63da8
|
perf: Only call findEntrypoint once per build (#342)
|
2024-01-12 13:02:44 -06:00 |
|
Aaron Klinker
|
70a496108a
|
chore: Update templates to ^0.14.0
|
2024-01-12 08:53:32 -06:00 |
|
GitHub Actions
|
214889e052
|
chore(release): v0.14.1
v0.14.1
|
2024-01-12 14:50:29 +00:00 |
|
Aaron Klinker
|
b6ab7a9567
|
fix: Use Alt+R/Opt+R to reload extension during development
This closes #339
|
2024-01-12 08:47:21 -06:00 |
|