Aaron
a38ccd8624
doc: Fix custom block
2024-02-09 05:20:51 -06:00
Aaron Klinker
2b374b98d2
docs: Remove "coming soon" from automated publishing feature
2024-02-05 23:36:13 -06:00
Chen Hua
557ccb4854
docs: fix typo of opinionated ( #416 )
2024-02-04 03:11:03 -06:00
Chen Hua
83e7e8aab9
docs: Fix typo of intuitive ( #415 )
2024-02-04 03:10:20 -06:00
Florian Metz
c1b5a9d270
docs: Add premid extension to homepage ( #399 )
2024-02-02 22:46:46 -06:00
Aaron Klinker
1e12ce2a0d
docs: Document how to opt into ESM
2024-02-02 10:48:00 -06:00
Aaron
26e30aaae9
feat: Add submit command ( #370 )
2024-01-30 12:55:17 -06: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
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
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
東奈比
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
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