Skip to content
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 #1085

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

staging: v0.20.0 #1085

wants to merge 28 commits into from

Conversation

aklinker1
Copy link
Collaborator

@aklinker1 aklinker1 commented Oct 19, 2024

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.

@aklinker1 aklinker1 self-assigned this Oct 19, 2024
Copy link

netlify bot commented Oct 19, 2024

Deploy Preview for creative-fairy-df92c4 failed.

Name Link
🔨 Latest commit d7c9755
🔍 Latest deploy log https://app.netlify.com/sites/creative-fairy-df92c4/deploys/677c6a9844a8750008e5ad4a

@aklinker1 aklinker1 force-pushed the 0.20.0-breaking-changes branch from 70d842f to 03a4244 Compare October 19, 2024 09:52
Copy link

pkg-pr-new bot commented Oct 19, 2024

Open in Stackblitz

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@1085

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@1085

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@1085

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@1085

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@1085

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@1085

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@1085

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@1085

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@1085

wxt

npm i https://pkg.pr.new/wxt@1085

commit: 62c7e51

@aklinker1 aklinker1 changed the title v0.20.0 Staging v0.20.0 Breaking Change Staging Oct 19, 2024
Copy link

codecov bot commented Oct 19, 2024

Codecov Report

Attention: Patch coverage is 87.13318% with 57 lines in your changes missing coverage. Please review.

Project coverage is 81.24%. Comparing base (78f97f3) to head (62c7e51).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...ges/wxt/src/utils/content-script-ui/shadow-root.ts 74.32% 19 Missing ⚠️
packages/wxt/src/core/define-web-ext-config.ts 30.00% 7 Missing ⚠️
packages/wxt/src/core/builders/vite/index.ts 70.58% 5 Missing ⚠️
packages/wxt/src/browser.ts 20.00% 4 Missing ⚠️
packages/wxt/src/testing/wxt-vitest-plugin.ts 0.00% 3 Missing ⚠️
packages/wxt/src/utils/match-patterns.ts 0.00% 1 Missing and 1 partial ⚠️
packages/wxt/src/utils/storage.ts 0.00% 1 Missing and 1 partial ⚠️
packages/wxt/src/virtual/background-entrypoint.ts 0.00% 2 Missing ⚠️
...irtual/content-script-isolated-world-entrypoint.ts 0.00% 2 Missing ⚠️
packages/wxt/src/virtual/reload-html.ts 0.00% 1 Missing and 1 partial ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1085      +/-   ##
==========================================
+ Coverage   81.12%   81.24%   +0.11%     
==========================================
  Files         128      127       -1     
  Lines        6285     6244      -41     
  Branches     1071     1045      -26     
==========================================
- Hits         5099     5073      -26     
+ Misses       1171     1154      -17     
- Partials       15       17       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aklinker1 aklinker1 force-pushed the 0.20.0-breaking-changes branch 2 times, most recently from 8336c41 to 14ea7cc Compare October 19, 2024 10:07
@aklinker1 aklinker1 marked this pull request as ready for review October 19, 2024 10:15
@aklinker1 aklinker1 marked this pull request as draft October 19, 2024 10:15
@aklinker1 aklinker1 changed the title v0.20.0 Breaking Change Staging [staging] v0.20.0 Breaking Change Oct 19, 2024
@aklinker1 aklinker1 changed the title [staging] v0.20.0 Breaking Change [staging] v0.20.0 Breaking Changes Oct 19, 2024
@aklinker1 aklinker1 changed the title [staging] v0.20.0 Breaking Changes staging: v0.20.0 Breaking Changes Oct 19, 2024
@aklinker1 aklinker1 force-pushed the 0.20.0-breaking-changes branch from 03733a6 to 406766b Compare December 25, 2024 19:50
@aklinker1 aklinker1 force-pushed the 0.20.0-breaking-changes branch from 04052c3 to ec8e586 Compare December 29, 2024 20:50
@aklinker1 aklinker1 force-pushed the 0.20.0-breaking-changes branch from ec8e586 to fb1a716 Compare December 29, 2024 21:26
@aklinker1 aklinker1 marked this pull request as ready for review December 29, 2024 21:28
@aklinker1 aklinker1 changed the title staging: v0.20.0 Breaking Changes staging: v0.20.0 Dec 29, 2024
@aklinker1
Copy link
Collaborator Author

aklinker1 commented Dec 29, 2024

Alright, this PR is ready to go. Waiting for some feedback on the upgrade guide, since this is the biggest set of breaking changes to date: https://discord.com/channels/1212416027611365476/1322936410218692628/1322936422184779826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment