September 27, 2020 – October 4, 2020
Overview

Could not load contribution data
Please try again later
6 Pull requests merged by 2 people
-
build(deps-dev): bump @microsoft/api-extractor from 7.9.22 to 7.10.1
#2285 merged
Oct 1, 2020 -
build(deps-dev): bump ts-jest from 26.4.0 to 26.4.1
#2276 merged
Sep 29, 2020 -
build(deps-dev): bump @typescript-eslint/parser from 4.1.1 to 4.3.0
#2275 merged
Sep 29, 2020 -
build(deps-dev): bump @types/puppeteer from 2.1.4 to 2.1.5
#2274 merged
Sep 29, 2020 -
Fix Typescript 4.1 compile error
#2219 merged
Sep 28, 2020 -
build(deps-dev): bump eslint from 7.9.0 to 7.10.0
#2257 merged
Sep 28, 2020
13 Pull requests opened by 11 people
-
fix(runtime-dom): v-model.number work with select tag
#2254 opened
Sep 28, 2020 -
types(runtime-core): Export RawProps in h.ts
#2259 opened
Sep 28, 2020 -
chore(reactivity): remove `keyIsSymbol`
#2262 opened
Sep 29, 2020 -
feat(reactivity): unlink triggered effects to dereference effects when possible
#2263 opened
Sep 29, 2020 -
chore: missing space in warn
#2266 opened
Sep 29, 2020 -
build(deps): bump postcss from 7.0.34 to 7.0.35
#2273 opened
Sep 29, 2020 -
fix(runtime-core): fix inconsistent event casing for render functions, see issue#2249
#2278 opened
Sep 30, 2020 -
fix(runtime-core): runtime support for the component with the is prop
#2280 opened
Sep 30, 2020 -
fix(types): fix type errors in compiler-sfc output
#2284 opened
Sep 30, 2020 -
fix(runtime-core): this for nextTick, close #2282
#2287 opened
Oct 1, 2020 -
fix(runtime-core): consist with vue2's error capturing behavior
#2289 opened
Oct 2, 2020 -
fix(runtime-core): computed refs should not trigger watch if value has no change
#2290 opened
Oct 2, 2020 -
fix(runtime-core): vnode.el is null in watcher after rerendering (fix #2170)
#2295 opened
Oct 3, 2020
18 Issues closed by 8 people
-
How to handle types for injected properties in Vue Composition API - Typescript
#2296 closed
Oct 4, 2020 -
dynamicChildren are unmounted multiple times in some cases
#2288 closed
Oct 3, 2020 -
How to handle multiple instructions correctly?
#2294 closed
Oct 3, 2020 -
@vue/compiler-sfc TypeError: Cannot set property 'render' of undefined
#2286 closed
Oct 1, 2020 -
How to avoid these warnings
#2269 closed
Sep 30, 2020 -
non-reactive state responds reactively
#2281 closed
Sep 30, 2020 -
Access nested elements from slots in setup function (TypeScript definition VNode)
#2272 closed
Sep 30, 2020 -
Using the camelCased event in the CDN cannot be triggered
#2277 closed
Sep 30, 2020 -
render function made with compiler-core doesn't work, template works
#2270 closed
Sep 30, 2020 -
More Rich Type on Data & VNodeProps for Render Function
#2248 closed
Sep 29, 2020 -
as keys 这里as前面少个空格...
#2265 closed
Sep 29, 2020 -
how about translating Composition API into Chinese as "编排式API" ?
#2264 closed
Sep 29, 2020 -
Computed not able to track dependency when code has independent branches
#2260 closed
Sep 29, 2020 -
vue-next doesn't build on Typescript 4.1
#2218 closed
Sep 28, 2020 -
SFC compiler produces bloated sourcemaps
#2242 closed
Sep 28, 2020 -
Failed to resolve component: marquee
#2255 closed
Sep 28, 2020 -
Inconsistency of setup and non-setup script
#2253 closed
Sep 28, 2020 -
CSS animation-name lost in build
#2251 closed
Sep 28, 2020
15 Issues opened by 13 people
-
Can't get value from data in production mode
#2300 opened
Oct 4, 2020 -
Template compilation error: if/else with spaces between elements does not work
#2299 opened
Oct 4, 2020 -
directive on root element of component is not invoked when component has binded directive
#2298 opened
Oct 4, 2020 -
`updated` is called but component wasn't updated (different from Vue 2)
#2293 opened
Oct 3, 2020 -
watcher for a route param is called when a user leaved the route
#2291 opened
Oct 2, 2020 -
$refs in slots disappear when wrapping Teleport
#2283 opened
Sep 30, 2020 -
$nextTick don't work as expected
#2282 opened
Sep 30, 2020 -
<component> is not replaced when using v-bind={is: ...}
#2279 opened
Sep 30, 2020 -
errorCaptured/errorHandler can't catch error from created hook
#2268 opened
Sep 29, 2020 -
errorCaptured reverse behavior
#2267 opened
Sep 29, 2020 -
Computed: memory leak
#2261 opened
Sep 29, 2020 -
compiler-core esm build depends on non-esm depenency
#2258 opened
Sep 28, 2020 -
v-model.number does not work for select tag
#2252 opened
Sep 28, 2020 -
It's recommended to export the vue/ rruntime -core/ -> PropOptions
#2250 opened
Sep 28, 2020 -
Inconsistent event casing for render functions
#2249 opened
Sep 28, 2020
15 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.
-
Unhandled error during execution of watcher callback and scheduler flush
#2170 commented on
Oct 4, 2020 • 4 new comments -
Toggling nested components with async setup inside Suspense fails
#2215 commented on
Oct 2, 2020 • 3 new comments -
Watch triggered even if value is not changed
#2231 commented on
Oct 4, 2020 • 3 new comments -
Scoped CSS not generating correctly
#2246 commented on
Sep 28, 2020 • 1 new comment -
Memory leak in SSR
#2225 commented on
Sep 28, 2020 • 1 new comment -
Option to not stop watch when component is unmounted
#1532 commented on
Oct 1, 2020 • 1 new comment -
feat(compiler-core): whitespace handling strategy
#1600 commented on
Sep 30, 2020 • 1 new comment -
feat(reactivity): new effectScope API [DRAFT]
#2195 commented on
Sep 29, 2020 • 1 new comment -
Error "Cannot read property 'el' of undefined" in production mode
#2217 commented on
Sep 29, 2020 • 0 new comments -
v-once clashes with v-if
#2035 commented on
Sep 29, 2020 • 0 new comments -
reactivity issue with property watch and emit
#2200 commented on
Sep 29, 2020 • 0 new comments -
Hydration detection
#1723 commented on
Sep 29, 2020 • 0 new comments -
"Unhandled error during execution of render function" while using v-for with a non-interger value
#2245 commented on
Sep 30, 2020 • 0 new comments -
feat(runtime-core): support templateRef added event handler
#2184 commented on
Sep 28, 2020 • 0 new comments -
feat(renderList): warn with `v-for` has non-integer range number
#2247 commented on
Sep 28, 2020 • 0 new comments