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
dependabot[bot]
1af64aa02f
chore(deps-dev): bump vitepress from 1.0.0-rc.31 to 1.0.0-rc.34 ( #316 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 14:33:18 -06:00
dependabot[bot]
c35acff259
chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 ( #318 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 14:31:32 -06:00
dependabot[bot]
995d4f8080
chore(deps-dev): bump tsx from 4.6.2 to 4.7.0 ( #320 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 14:31:16 -06:00
GitHub Actions
b7e2aa3d8f
chore(release): v0.13.2
v0.13.2
2024-01-01 16:06:12 +00:00
冯不游
e347f4529f
feat: Add isolateEvents option to createContentScripUi ( #313 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-01-01 10:01:33 -06:00
李志博
3d9683418d
Upload a Chinese dubbing plugin for Youtube. ( #314 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-01-01 09:45:44 -06:00
Aaron
bdce363eed
chore: Re-enable coverage ( #312 )
2023-12-29 17:28:35 -06:00
Aaron
e7775f291a
docs: Use example tags to automate relevant example lists ( #311 )
2023-12-29 17:25:46 -06:00
Aaron
59f6a28c65
chore: Upgrade template dependencies ( #310 )
2023-12-29 12:25:13 -06:00
Aaron
f7534464bc
chore: Update templates to ^0.13.0 ( #309 )
2023-12-29 12:14:05 -06:00
Aaron
01445fb1da
docs: Add example for setting up custom panels/panes in devtools ( #308 )
2023-12-29 12:08:33 -06:00