This project is mirrored from https://github.com/vuejs/core.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 17, 2021
-
-
Evan You authored
Now uses MutationObserver to ensure it works even for HOCs fix #3894
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
fix #4129
-
fishDog authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
BREAKING CHANGE: Output of SFC using `<style scoped>` generated by 3.2+ will be incompatible w/ runtime <3.2.
-
Evan You authored
Also allows render function usage like the following: ```js h({ '.prop': 1, // force set as property '^attr': 'foo' // force set as attribute }) ```
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Bas van Meurs authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Anthony Fu authored
-
Evan You authored
Based on #2345 , but with smaller API change - Use class implementation for `ReactiveEffect` - Switch internal creation of effects to use the class constructor - Avoid options object allocation - Avoid creating bound effect runner function (used in schedulers) when not necessary. - Consumes ~17% less memory compared to last commit - Introduces a very minor breaking change: the `scheduler` option passed to `effect` no longer receives the runner function.
-
Evan You authored
-
Evan You authored
-
Bas van Meurs authored
-
HcySunYang authored
-