July 13, 2021 β July 20, 2021
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v3.1.5
published
Jul 16, 2021 -
v3.2.0-beta.1
published
Jul 16, 2021 -
v3.2.0-beta.2
published
Jul 19, 2021
25 Pull requests merged by 17 people
-
fix(sfc-playground): Transform named default exports without altering scope
#4154 merged
Jul 20, 2021 -
chore(types): remove unnecessary type assertion
#4150 merged
Jul 20, 2021 -
feat(types): add defined emits to props
#3926 merged
Jul 19, 2021 -
test(reactivity): correct the description of the test case
#4135 merged
Jul 19, 2021 -
feat(compiler-sfc): ignore empty blocks
#3520 merged
Jul 19, 2021 -
chore(shared): remove extra NaN logic
#3837 merged
Jul 19, 2021 -
fix(runtime-core): update initial old value to deep watch callback in ssr β¦
#4103 merged
Jul 19, 2021 -
feat(compiler): Allow 'comments' option to effect comment inclusion in development
#4115 merged
Jul 19, 2021 -
chore(shared): html tags
#4130 merged
Jul 19, 2021 -
fix(compiler-core): defineProps infer TSParenthesizedType
#4147 merged
Jul 19, 2021 -
chore(runtime-core): use bit operations instead
#4142 merged
Jul 19, 2021 -
refactor(types): improve of type assertion
#4141 merged
Jul 19, 2021 -
chore(sfc-playground): remove compiler macro imports
#4134 merged
Jul 19, 2021 -
fix(reactivity): call array subclass methods
#3624 merged
Jul 15, 2021 -
chore(compiler-core): reduce unnecessary cache inside v-once
#4112 merged
Jul 15, 2021 -
fix(compiler-sfc): duplicated injected css var with repeated vars
#2802 merged
Jul 15, 2021 -
test(teleport): fix meaningless test case
#2872 merged
Jul 15, 2021 -
fix(runtime-dom): capture errors when setting value for IDL
#3578 merged
Jul 15, 2021 -
fix(type): infer parent as `this` on `nextTick` function
#3608 merged
Jul 15, 2021 -
fix(ref): should not trigger when setting value to same proxy
#3658 merged
Jul 15, 2021 -
types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup`
#4100 merged
Jul 15, 2021 -
chore: fix typo in inherit-attrs warning
#4094 merged
Jul 15, 2021 -
fix(compiler): Addressed infinite loop in compiler
#3992 merged
Jul 15, 2021 -
fix(compiler-core): forwarded slots work with template tag
#4124 merged
Jul 15, 2021 -
fix(runtime-dom): useCssVars work with static vnode
#3847 merged
Jul 14, 2021
1 Pull request opened by 1 person
-
fix(runtime-dom): "el._assign is not a function" in compat mode
#4121 opened
Jul 14, 2021
47 Issues closed by 11 people
-
Rendering fragment using SFC compiler in SSR mode adds comments
#4159 closed
Jul 20, 2021 -
@vue/compiler-sfc@^3.0.8 not working with Vue ^2.6.12
#4160 closed
Jul 20, 2021 -
watchers inside of EffectScope are still collected by the current component
#4158 closed
Jul 20, 2021 -
regression with :class and v-bind
#4155 closed
Jul 20, 2021 -
input type=number doesn't work as intended
#3813 closed
Jul 19, 2021 -
Expose enum to template from `<script setup>`
#3571 closed
Jul 19, 2021 -
Computed triggers when component is being destroyed
#4149 closed
Jul 19, 2021 -
3.2 Beta issue: router link effect is being run before the route component is unmounted
#4148 closed
Jul 19, 2021 -
Compile function return comments (even if explicitly set "no comments" option)
#3392 closed
Jul 19, 2021 -
defineProps: bad type generated
#4146 closed
Jul 19, 2021 -
bound style attribute is not reflected
#4138 closed
Jul 19, 2021 -
why vue3 can't use tsx router-view
#4145 closed
Jul 19, 2021 -
Teleport's target (prop to) should be optional
#4143 closed
Jul 19, 2021 -
changing one element's value also changes elements with the same index in all rows
#4140 closed
Jul 17, 2021 -
Computed property gets triggered even if the reactive property is on the left side of assignment
#4136 closed
Jul 17, 2021 -
style attribute is not merge
#4137 closed
Jul 17, 2021 -
using v-bind in css will have a problem in production env
#3921 closed
Jul 16, 2021 -
Style-vars-2 v-bind feature issue when using transition and v-if
#3894 closed
Jul 16, 2021 -
Can not watch attrs with script setup
#4133 closed
Jul 16, 2021 -
HTMLElement is not defined in v3.2 (knightly)
#4129 closed
Jul 16, 2021 -
Will render comment slots when using `h`
#4131 closed
Jul 16, 2021 -
If there is a countdown content on the page, the Chinese input will be backlogged
#4126 closed
Jul 16, 2021 -
The components in router-view doesn't show up
#4128 closed
Jul 16, 2021 -
Lifecycle hooks registered with composition API does not get the component instance as "this"
#4127 closed
Jul 16, 2021 -
`parent is null` error for a specific combination of slot, v-if and changing refs
#3943 closed
Jul 15, 2021 -
Cannot remove size attribute of <input>.
#3576 closed
Jul 15, 2021 -
Typescript: incompatible "this" in component when adding emits
#3599 closed
Jul 15, 2021 -
@vue/shared generateCodeFrame can infinite loop, breaking a build process.
#3987 closed
Jul 15, 2021 -
:class="undefined" causes class being rendered
#3173 closed
Jul 15, 2021 -
calling methods is not allowed in v-model
#3993 closed
Jul 15, 2021 -
Throw "TypeError: Cannot read property 'nextSibling' of undefined" on vite hmr
#4104 closed
Jul 15, 2021 -
script block next to script setup is in TSX mode by default
#4106 closed
Jul 15, 2021 -
SFC compiler: optional chaining generates different event
#4107 closed
Jul 15, 2021 -
Array data not reactive when mutating it and not using it in template or computed
#4096 closed
Jul 15, 2021 -
Forwarded slots not updating using template tags
#4123 closed
Jul 15, 2021 -
createStaticVNode not contains style variables
#3841 closed
Jul 14, 2021 -
defineSlots for script setup
#4092 closed
Jul 14, 2021 -
compiler-core: Is it correct to remove whitespace between two elements?
#4117 closed
Jul 14, 2021 -
Can't compare objects
#4118 closed
Jul 14, 2021 -
How to set dynamic emits
#4116 closed
Jul 14, 2021
2 Issues opened by 2 people
-
3.2.0-beta.2: Follow up on #4148
#4157 opened
Jul 20, 2021 -
source map location mistake in vite
#4122 opened
Jul 15, 2021
14 Unresolved conversations
Sometimes conversations happen on old items that arenβt yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Should keyed v-for array refs be ordered?
#4010 commented on
Jul 19, 2021 β’ 7 new comments -
feat(runtime-core): hydration internal flag
#2016 commented on
Jul 15, 2021 β’ 2 new comments -
fix(compiler-sfc): should generate the correct srcset
#3957 commented on
Jul 20, 2021 β’ 2 new comments -
fix(runtime-core): catch undefined element
#4091 commented on
Jul 19, 2021 β’ 2 new comments -
[Bug] Style variables not working with TSX src import
#3836 commented on
Jul 14, 2021 β’ 1 new comment -
Add build feature flag to enable hydration warnings in production
#3949 commented on
Jul 16, 2021 β’ 1 new comment -
feat(types): Better typescript support for emit `events`
#2164 commented on
Jul 16, 2021 β’ 1 new comment -
feat(sfc): add scoped mode - deep/slotted
#3882 commented on
Jul 17, 2021 β’ 1 new comment -
Switching between slot children's children that have `v-if` does not update dom
#3569 commented on
Jul 15, 2021 β’ 0 new comments -
Invalid after iscustomelement configurationοΌThere are test cases
#2779 commented on
Jul 15, 2021 β’ 0 new comments -
v-if works incorrectly when using with sparse array
#3552 commented on
Jul 15, 2021 β’ 0 new comments -
refactor(compiler-core): reuse hoisted
#3215 commented on
Jul 20, 2021 β’ 0 new comments -
fix(TransitionGroup): should render the VNode that is actually keyed
#3568 commented on
Jul 15, 2021 β’ 0 new comments -
HMR doesn't update component which uses directives
#4077 commented on
Jul 19, 2021 β’ 0 new comments