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
Aaron Klinker
1360eb7c01
docs: Update content script entrypoint docs
2023-12-29 02:01:53 -06:00
Aaron Klinker
c99a281169
docs: Update unlisted pages/scripts description
2023-12-29 01:54:39 -06:00
Aaron Klinker
76e63e24c0
docs: Remove duplicate entrypoints/ path
2023-12-29 01:51:26 -06:00
GitHub Actions
f5ba1173da
chore(release): v0.13.1
v0.13.1
2023-12-29 07:39:32 +00:00
Aaron
12079e6ffc
chore: Update scripts/build.ts show current build step in progress, not completed count ( #306 )
2023-12-29 01:21:18 -06:00
Aaron
ff6740d429
fix: Ship vite/client types internally for proper resolution using PNPM ( #304 )
2023-12-29 01:21:05 -06:00
Aaron
e6657cb533
fix(storage): Support multiple : characters in storage keys ( #303 )
2023-12-29 00:40:47 -06:00
Aaron Klinker
2ad099bf7e
docs: General fixes and improvements
2023-12-27 12:32:59 -06:00
Aaron Klinker
6421ab34a4
docs: Reorder guide
2023-12-27 12:32:45 -06:00
Aaron Klinker
8919c4015a
Update changelog
2023-12-27 11:07:57 -06:00
GitHub Actions
712f2ed4ac
chore(release): v0.13.0
v0.13.0
2023-12-27 17:05:45 +00:00
Aaron
d1b9e5ded6
feat!: New wxt/storage APIs ( #300 )
...
BREAKING CHANGE: `wxt/storage` no longer relies on `unstorage`. Some `unstorage` APIs, like `prefixStorage`, have been removed, while others, like `snapshot`, are methods on the new `storage` object. Most of the standard usage remains the same.
2023-12-27 11:00:10 -06:00