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
Aaron Klinker
1ceb9e2e80
Add missing breaking change to changelog
2024-01-11 17:00:43 -06:00
Aaron Klinker
15ea81514f
Update changelog
2024-01-11 13:28:41 -06:00
GitHub Actions
21d4e6dede
chore(release): v0.14.0
v0.14.0
2024-01-11 17:17:23 +00:00
Aaron
5343430c0f
feat!: Refactor content script UI functions and add helper for "integrated" UIs ( #333 )
...
BREAKING CHANGES: Several APIs/options have been renamed:
- `type: "inline" | "overlay" | "modal"` has been changed to `position: "inline" | "overlay" | "modal"`
- `createContentScriptUi({ ... })` → `createShadowRootUi({ ... })`
- `createContentScriptIframe({ ... })` → `createIframeUi({ ... })`
- `onRemove` is now called ***before*** the UI is removed from the DOM, previously it was called after the UI was removed
2024-01-10 20:48:17 -06:00
GitHub Actions
8c834835c4
chore(release): v0.13.5
v0.13.5
2024-01-08 20:10:48 +00:00
Aaron
9a2cc18f64
chore: Update bug report template
2024-01-08 13:50:20 -06:00
Aaron Klinker
8683bd4b77
docs: Add section about customizing other browser options during development
2024-01-08 13:42:50 -06:00
Aaron
dca52864bb
fix: Strip path from web_accessible_resources[0].matches ( #332 )
2024-01-08 13:17:31 -06:00
GitHub Actions
0c5643f648
chore(release): v0.13.4
v0.13.4
2024-01-07 16:51:31 +00:00
Aaron Klinker
b7cdf1597c
fix: Disable minification during development
...
This closes #328
2024-01-07 10:48:25 -06:00
Aaron Klinker
2770974261
chore: Use const instead of let
2024-01-07 10:46:49 -06:00
GitHub Actions
ab6a34afb6
chore(release): v0.13.3
v0.13.3
2024-01-05 05:14:03 +00:00
Aaron
b0eb7da9b4
chore: Refactor manifest generation E2E tests to unit tests ( #323 )
2024-01-02 17:05:23 -06:00
Aaron
4f649fc872
feat(DX): Add ctrl+E/cmd+E shortcut to reload extension during development ( #322 )
2024-01-02 12:06:22 -06:00