-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
staging: v0.20.0 Breaking Changes #1085
Draft
aklinker1
wants to merge
10
commits into
main
Choose a base branch
from
0.20.0-breaking-changes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
aklinker1
force-pushed
the
0.20.0-breaking-changes
branch
from
October 19, 2024 09:52
70d842f
to
03a4244
Compare
@wxt-dev/auto-icons
@wxt-dev/i18n
@wxt-dev/module-solid
@wxt-dev/module-react
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/storage
@wxt-dev/unocss
wxt
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1085 +/- ##
==========================================
- Coverage 80.70% 80.06% -0.65%
==========================================
Files 127 124 -3
Lines 6080 5928 -152
Branches 1024 1002 -22
==========================================
- Hits 4907 4746 -161
- Misses 1158 1164 +6
- Partials 15 18 +3 ☔ View full report in Codecov by Sentry. |
aklinker1
force-pushed
the
0.20.0-breaking-changes
branch
from
October 19, 2024 09:56
03a4244
to
8336c41
Compare
aklinker1
force-pushed
the
0.20.0-breaking-changes
branch
from
October 19, 2024 10:07
8336c41
to
14ea7cc
Compare
aklinker1
changed the title
v0.20.0 Breaking Change Staging
[staging] v0.20.0 Breaking Change
Oct 19, 2024
aklinker1
changed the title
[staging] v0.20.0 Breaking Change
[staging] v0.20.0 Breaking Changes
Oct 19, 2024
aklinker1
changed the title
[staging] v0.20.0 Breaking Changes
staging: v0.20.0 Breaking Changes
Oct 19, 2024
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will be rebased onto main once v0.20.0 is ready to be released. It contains all the breaking changes queued up for that release. No ETA for when this version will be released.
The goal is for this to be the last round of breaking changes before v1.0 is released.
webextension-polyfill
#1084 closes [Experimental Feedback] Excludewebextension-polyfill
viaextensionApi: "chrome"
#868jiti
entrypoint loader #1087runner
towebExt
#1180transformManfiest
option #1181c12@2
so config is loaded as ESM #1182 closes Loadwxt.config.ts
as ESM #297Vite 6: Explore possible improvements #1214Vite 6 works just fine, I don't see a reason to make these changes in v0.20, should be able to do them as non-breakingrequire.resolve
withimport.meta.resolve
#1221wxt/packages/wxt/src/core/resolve-config.ts
Lines 424 to 428 in 241c907
publicDir
andmodulesDir
relative to project root #1216 closes public should be relative to the rootDir instead of srcDir #1209