Aaron Klinker
dab8efa140
docs: Add matches to content script examples
2024-01-24 07:58:47 -06:00
Armin
6ed61d0766
docs: Fix typos and outdated ui function usage ( #347 )
2024-01-16 13:01:12 -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
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
Aaron Klinker
8683bd4b77
docs: Add section about customizing other browser options during development
2024-01-08 13:42:50 -06: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
冯不游
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
e7775f291a
docs: Use example tags to automate relevant example lists ( #311 )
2023-12-29 17:25:46 -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
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
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
Aaron
ad0e8e4144
fix: Correctly mock webextension-polyfill for Vitest ( #294 )
2023-12-22 22:21:09 -06:00
Aaron
f49ee9f005
fix: Fix package.json lint errors ( #290 )
2023-12-16 11:18:16 -06:00
Aaron Klinker
291d25b675
docs: Fix dead links
2023-12-13 15:50:09 -06:00
Aaron
6f902cc598
docs: Improve content script UI guide ( #272 )
2023-12-13 15:43:40 -06:00
Aaron
fde488ac82
feat!: Add support for "main world" content scripts ( #284 )
...
BREAKING CHANGE: `defineContentScript` and `defineBackground` are now exported from `wxt/sandbox` instead of `wxt/client`. If you use auto-imports, no changes are required. If you have disabled auto-imports, you'll need to manually update your import statements.
2023-12-13 15:41:39 -06:00
Aaron Klinker
bcb93afe4e
chore: Add missing navigation item
2023-12-09 23:37:29 -06:00
Aaron
21cf3642cb
docs: Improve content script UI docs ( #268 )
2023-12-09 23:36:35 -06:00
Andrew Walsh
2ef28ec0c4
Update content-scripts.md ( #266 )
2023-12-09 23:33:59 -06:00
Ítalo Brasil
e6142e3608
docs: Adds tl;dv to homepage ( #260 )
2023-12-05 12:30:57 -06:00
Aaron
77eeacaf0f
docs: Update sidepanel availability ( #250 )
2023-11-29 17:12:37 -06:00
冯不游
e80c134150
docs: Add Doozy to homepage ( #249 )
2023-11-29 07:21:46 -06:00
Aaron Klinker
21dead60fd
Self-host docs
2023-11-24 14:16:18 -06:00
Aaron
d2cb8f9416
feat: Add wxt/storage API ( #234 )
2023-11-14 23:07:45 -06:00
Nenad Novaković
046a4809d3
feat!: Allow plural directory and only png's for manifest icons ( #237 )
...
BREAKING CHANGE: No longer discover icons with extensions other than `.png`. If you previously used `.jpg`, `.jpeg`, `.bmp`, or `.svg`, you'll need to convert your icons to `.png` files or manually add them to the manifest inside your `wxt.config.ts` file.
2023-11-14 23:07:09 -06:00
Aaron
67ffa44f9c
docs: Update feature comparison
2023-11-11 08:53:59 -06:00
Aaron Klinker
421c0e412d
docs: Add StayFree to homepage ( #221 )
2023-11-08 10:51:42 -06:00
Aaron
d21ee08eb6
docs: Add UltraWideo to homepage ( #193 )
2023-11-08 09:26:51 -06:00
Aaron
7fa150dfae
docs: Improve the "Used By" section on homepage ( #220 )
2023-11-08 08:27:58 -06:00
Aaron Klinker
c81dfff37c
docs: Add examples
2023-11-05 11:35:59 -06:00
Aaron
7993908c6c
docs: Add demo video ( #208 )
2023-11-04 01:32:19 -05:00
Aaron Klinker
345406f02a
docs: Fix heading
2023-11-03 09:39:09 -05:00
Aaron
fcdf0dcbe9
feat: createContentScriptIframe utility ( #206 )
2023-11-03 09:31:16 -05:00
Aaron Klinker
19756c61ce
docs: Add test.server.deps.inline to Vitest guide
2023-10-30 09:48:52 -05:00
Aaron
e37f73880d
feat: Refactor project structure to export initialize, prepare, and zip functions ( #182 )
2023-10-29 21:19:31 -05:00
Nenad Novaković
dd26b99027
docs: Update auto-imports.md ( #186 )
2023-10-29 08:29:54 -05:00
Aaron Klinker
d9e9b43f8d
docs: Improve runner.binaries documentation
2023-10-25 03:14:53 -05:00
Aaron
874a531a62
feat: Add testing utils under wxt/testing ( #178 )
2023-10-18 16:28:26 -05:00
Aaron
527600031f
docs: Generate full API docs with typedoc ( #174 )
2023-10-14 22:03:23 -05:00
Aaron
44464f914f
feat!: Use defineUnlistedScript to define unlisted scripts ( #167 )
...
BREAKING CHANGE: Unlisted scripts must now `export default defineUnlistedScript(...)`
2023-10-14 10:06:52 -05:00
Aaron Klinker
446f265b6c
types!: Rename BackgroundScriptDefintition to BackgroundDefinition
2023-10-14 09:41:07 -05:00
渣渣120
7a465684c0
docs: Fix wrong links ( #166 )
2023-10-14 08:09:46 -05:00
Aaron
8b74291d18
fix: Add browser_style to popup options ( #165 )
2023-10-13 18:06:40 -05:00
Aaron Klinker
b58fb02016
docs: Add migration guides
2023-10-07 10:49:31 -05:00