Aaron Klinker
fa85177648
docs(modules): Adjust wording
2024-07-27 17:04:36 -05:00
Aaron
09c9de0a60
docs: Fix environment variable reference ( #870 )
2024-07-27 16:15:28 -05:00
Aaron
038e7450e0
Fix diff
2024-07-25 22:40:33 -05:00
Aaron
6c00763187
docs: Add missing ssr.noExternal docs to vite-node loader
2024-07-25 22:38:21 -05:00
Aaron
b4b69783d5
docs: Add upgrade guide and breaking changes ( #860 )
2024-07-25 19:59:15 -05:00
Aaron
c8ddc66cfa
feat!: Use vite-node to load entrypoints by default ( #859 )
...
BREAKING CHANGE: Switch from using `jiti` to import entrypoints during the build process by default to `vite-node`.
To continue using `jiti`, add the following to your `wxt.config.ts` file:
```ts
export default defineConfig({
entrypointLoader: "jiti",
})
```
NOTE: "jiti" is deprecated and will be removed in the next major version, `v0.20.0`.
2024-07-25 17:25:46 -05:00
Aaron Klinker
ab234c0f45
docs: Review full docs, fix typos, re-order sections
2024-07-25 00:10:04 -05:00
Aaron
17bda1eb34
feat(storage): init option and rename defaultValue to fallback ( #827 )
2024-07-24 23:18:16 -05:00
Aaron
5eb5be7123
perf(size)!: Switch from tsup to unbuild for building WXT ( #848 )
2024-07-24 08:48:48 -05:00
Hagatopaxi
861efa3415
docs: fix typo ( #845 )
2024-07-22 23:53:00 -05:00
Aaron
2b3eab9c2a
docs: Add link to google's update testing tool in migration guide and improve host permission docs
2024-07-20 11:33:17 -05:00
多吃点
e9025fb13e
docs: Update manifest.md ( #815 )
2024-07-09 08:12:38 -05:00
sacrosanctic
f8acdd6352
doc: detail issues with vite plugins ( #799 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-07-06 08:01:22 -05:00
sacrosanctic
4c6a57dd33
docs: rephrase a paragraph ( #797 )
2024-07-03 16:16:41 -05:00
Aaron
1e8e5488af
feat: Support runtime config in app.config.ts ( #792 )
2024-07-02 17:19:54 -05:00
KnightYoshi
18f8a387b0
feat: add eslint 9 config support ( #762 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-07-02 10:32:32 -05:00
C.C
48c2c07557
docs: Fix manifest typo ( #787 )
2024-07-02 07:09:07 -05:00
Aaron
63fb913f76
docs: New example search ( #751 )
2024-06-30 09:01:42 -05:00
Ziheng Xun
4758bea187
docs: update sandbox.md ( #754 )
2024-06-19 08:06:08 -05:00
Aaron
38ccb6ace6
docs: Update frontend framework docs with new modules ( #731 )
2024-06-14 00:06:23 -05:00
Aaron
b3ddab7bcb
feat: Module system ( #672 )
2024-06-11 17:45:34 -05:00
Aaron
454b076eaf
docs: Add eslintrc info to auto-imports page
2024-06-08 13:40:14 -05:00
Aaron
00597f6790
docs: Fill out web-ext.config.ts docs
2024-06-08 08:20:38 -05:00
Aaron
863a006ee7
docs: Restructure wxt.dev ( #701 )
2024-06-03 18:43:25 -05:00
Aaron
c74e530d4a
docs: Fix iframe typos
2024-05-08 10:34:34 -05:00
Linus Norton
2a3d52045d
docs: Correct event handler name in handling-updates.md ( #653 )
2024-05-07 04:31:28 -05:00
Jeffrey Zang
ea5b81d25e
docs: Fix spelling mistake in remote-code.md ( #652 )
2024-05-06 21:58:36 -05:00
Emmanuel Ferdman
cec9d7103a
docs: Fix wxt-vitest-plugin reference ( #650 )
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
2024-05-05 08:30:40 -05:00
alegal200
38a5a2c440
docs: Document required permission for storage API ( #632 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-05-03 17:28:52 -05:00
Aaron
ec7263e7de
chore: Refactor repo to a standard monorepo ( #646 )
2024-05-03 17:16:33 -05:00
evsamson
3bfdc5c755
FIX: Chromium window-size example format ( #630 )
...
Co-authored-by: smsnbv <active.sock7816@fastmail.com >
2024-04-22 07:12:30 -05:00
Aaron
acb75543ff
docs: Add docs about handling updates
...
Related to #620
2024-04-20 00:04:05 -05:00
Aaron
a94d673f31
docs: Fix typo in assets page
2024-04-15 12:17:02 -05:00
Can Rau
aa5a9d4fa9
docs: Tix typo in entrypoints.md ( #614 )
2024-04-14 17:21:12 -05:00
日高 凌
77da2d6ade
docs: Fix typo on example for wxt.config.ts. ( #609 )
2024-04-12 09:00:15 -05:00
couriourc
c09994263e
doc: Fix bad extension API examples ( #608 )
2024-04-12 01:01:07 -05:00
Vlad Fedosov
05db264e02
docs: Fixed "Reload the Extension" section ( #559 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-03-20 16:52:52 -05:00
Guillaume
e087a0d6ef
docs: Add examples for GitHub Actions ( #540 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-03-13 23:07:17 -05:00
Sunshio
16c2e3218b
docs: Add documentation for Bun.sh ( #543 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-03-12 07:46:46 -05:00
Luca Dalli
0d540a6df9
docs: Replace pnpx with pnpm dlx ( #527 )
2024-03-06 16:04:52 -06:00
Aaron
f19e6908b0
feat: Automatically generate browser_action based on action for MV2 ( #519 )
2024-03-03 09:52:43 -06:00
Aaron
5f651cc3fe
feat: Automatically remove top-level MV2-only or MV3-only keys ( #518 )
...
When targeting MV2, all MV3 keys will be removed. When targeting MV3, all MV2 keys will be removed.
2024-03-03 09:22:24 -06:00
Aaron
9ff90d0acf
feat: Download and override private packages for Firefox code review ( #507 )
2024-03-01 10:17:45 -06:00
Aaron Klinker
195d2cceaf
docs: Add docs about configuring the manifest as a function
2024-02-29 11:39:06 -06:00
btea
b35e499355
docs: Fix typos ( #503 )
2024-02-28 21:36:43 -06:00
Aaron Klinker
35778f70cb
docs: Update comparison page
2024-02-28 10:39:47 -06:00
Aaron Klinker
cb4f9aa752
docs: Add CRXJS to comparison page
2024-02-28 08:05:39 -06:00
Aaron
c793d3cf6b
fix(storage): Revert #478 and run migrations when item is defined and properly wait for migrations before allowing read/writes ( #487 )
2024-02-24 10:40:03 -06:00
Leo Shklovskii
e7880fcde0
docs: Lots of small typo fixes ( #480 )
2024-02-23 11:45:58 -06:00
Aaron
1649785826
fix(storage)!: Only run migrations when the extension is updated ( #478 )
2024-02-22 11:46:59 -06:00