Aaron
65dfded682
fix!: Remove deprecated jiti entrypoint loader ( #1087 )
2024-12-25 13:29:09 -06:00
Aaron
0f71d570ca
feat!: Remove webextension-polyfill ( #1084 )
2024-12-25 13:17:37 -06:00
Aaron
88ff40e301
docs: Fix typo in FAQ
2024-12-23 09:09:08 -06:00
Aaron
1a72a0cdc6
docs: Add paragraph on adding permissions
2024-12-22 09:14:31 -06:00
Abhigyan Trips
06c09e7c87
feat(hooks): Move entrypoints:resolved before debug logs and add entrypoints:found ( #1292 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-12-20 21:09:31 -06:00
Aaron
3e1641a6ec
docs: Add more comments on entrypoint options
2024-12-17 14:05:37 -06:00
Aaron
7fdf3fb968
docs: Add missing brackets to example
2024-12-16 16:12:00 -06:00
Aaron
7ebd451409
docs: Document how to use WASM
2024-12-16 16:07:16 -06:00
不游
64a42de31f
docs: fix colored-diff in es-modules.md ( #1264 )
2024-12-09 07:42:54 -06:00
1natsu
8f71d80f94
feat: autoMount content script UIs ( #1210 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-12-07 08:21:52 -06:00
Aaron Klinker
78e896e5fb
docs: Remove duplicate section from upgrade docs
2024-12-07 01:12:23 -06:00
Nishu
e221252325
fix: Exclude skipped entrypoints from Firefox sources zip ( #1238 )
...
Co-authored-by: Aaron Klinker <aaronklinker1@gmail.com >
2024-12-05 18:23:00 -06:00
Aaron
23ef101954
chore: Refactor findEntrypoints to return all entrypoints with skipped set properly ( #1244 )
2024-12-03 12:36:11 -06:00
spookyuser
c2f5efbde4
docs: Update injectScript docs to match example from examples repo ( #1240 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-12-03 12:23:33 -06:00
Takuya HARA
4ce178c592
docs: Changed "Chrome Extension" to "web extension" ( #1229 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-12-03 11:07:46 -06:00
Aaron
aae5f0789d
fix: Make content script matches optional ( #1220 )
2024-11-28 00:00:18 -06:00
Aaron
236e099b81
docs: Update windows config for persisting browser profile
2024-11-22 08:53:16 -06:00
Mira Dobrovolskaya
190c87d120
docs: fix typo in entrypoints options example ( #1194 )
2024-11-21 11:15:10 -06:00
Aaron
226e6c9fbe
docs: Add FAQ around configuring browser startup
2024-11-16 11:33:58 -06:00
Aaron
4d4453b830
feat(hooks): Add new config:resolved hook ( #1177 )
2024-11-15 08:52:22 -06:00
jasonbla
63dee97ac3
docs: fix incorrect syntax for MatchPattern ( #1148 )
2024-11-13 07:56:58 -06:00
nirtamir2
b121ed2fe2
docs: Fix solid-js example ( #1145 )
2024-11-13 07:56:34 -06:00
Aaron
9b780f2d00
docs: Add FAQ about component library styles in content scripts
2024-11-11 16:36:04 -06:00
Ayub Kokabi
4603ebb511
docs: Add missing closing bracket ( #1112 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-10-28 14:33:10 -05:00
Berkin Anik
0e4d3ad8ab
docs: fix typo in introduction page ( #1117 )
2024-10-28 08:30:23 -05:00
Aaron
4304f71df2
docs: Add section about env vars in the manifest
2024-10-23 09:05:07 -05:00
imnaK
cd7285c3ef
docs: fix wrong anchor to "Environment Variables" ( #1107 )
2024-10-22 22:58:22 -05:00
Craig Slusher
c031c6e82e
feat(env): Load env from .env.[browser] variants ( #1078 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-10-22 08:36:24 -05:00
Malix
d06f8128f5
enhance(docs): comparison to real footnotes ( #1096 )
...
Co-authored-by: Aaron <aaronklinker1@gmail.com >
2024-10-22 08:35:23 -05:00
Aaron
1b138f86b9
docs: Remove duplicate env data
2024-10-21 08:48:52 -05:00
Aaron
cee1424a4c
fix: Ensure consistent hook execution order and add docs ( #1081 )
2024-10-18 22:08:14 -05:00
Aaron
cde060ff4f
docs: Add migration step for Plasmo --tag to WXT --mode
2024-10-18 13:00:01 -05:00
Aaron
1dbb5a468d
feat: Add support for WXT_ environment variable prefix ( #1076 )
2024-10-18 10:43:39 -05:00
Aaron
1fe01290c0
docs: Rewrite and restructure the documentation website ( #933 )
...
Co-authored-by: aklinker1 <aklinker1@users.noreply.github.com >
2024-10-18 09:28:26 -05:00
renxinyan
db60e79a99
docs: Correct the type example of allFrames ( #988 )
2024-09-21 19:03:07 -05:00
the-syndrome
26197f11a3
docs: examples reference outDir vs. outputDir ( #982 )
2024-09-15 07:58:52 -05:00
Aaron Klinker
e3555b663d
Update description after 447d011
2024-09-03 14:34:32 -05:00
Aaron Klinker
df934d252c
Correct version number after 447d011
2024-09-03 14:31:27 -05:00
Aaron Klinker
447d011b8f
docs: Retroactively mention breaking change in v0.18.5
...
See https://github.com/wxt-dev/wxt/discussions/950#discussioncomment-10512337
2024-09-03 14:30:10 -05:00
Aaron
eb65d0b42a
docs: Add link to testing permission changes in Firefox
2024-09-03 07:34:43 -05:00
Alex Nguyen
c2784135b0
docs: Fix typo in frontend-frameworks.md ( #952 )
2024-09-01 19:43:11 -05:00
Aaron
5821ae0e8c
feat: New @wxt-dev/i18n package ( #758 )
2024-08-19 09:18:01 -05:00
Aaron
8675abfced
docs: Update ESM content script docs with example
2024-08-16 09:34:32 -05:00
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