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

fix(reactivity): extended methods respect reactive #11629

Merged
merged 6 commits into from
Aug 16, 2024

Conversation

edison1105
Copy link
Member

close #11628

Copy link

github-actions bot commented Aug 16, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 98.7 kB (+13 B) 37.4 kB (-3 B) 33.7 kB (+18 B)
vue.global.prod.js 156 kB (+13 B) 57.2 kB (-3 B) 50.9 kB (+50 B)

Usages

Name Size Gzip Brotli
createApp 54.2 kB (+13 B) 21 kB (+2 B) 19.1 kB (+7 B)
createSSRApp 58.1 kB (+13 B) 22.6 kB (+1 B) 20.6 kB (-5 B)
defineCustomElement 58.8 kB (+13 B) 22.5 kB 20.5 kB (+19 B)
overall 67.8 kB (+13 B) 26 kB (-2 B) 23.7 kB (-40 B)

Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for vue-sfc-playground failed.

Name Link
🔨 Latest commit 4ca5de7
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/66bf0ba3e228ca0008cd7dc0

@yyx990803 yyx990803 changed the base branch from minor to main August 16, 2024 07:59
Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for vue-next-template-explorer failed.

Name Link
🔨 Latest commit 4ca5de7
🔍 Latest deploy log https://app.netlify.com/sites/vue-next-template-explorer/deploys/66bf0ba3faea2000092338cb

@yyx990803 yyx990803 merged commit 9de1d10 into vuejs:main Aug 16, 2024
6 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Computed values from extended array methods do not re-evaluate
3 participants