Evan You
|
ac81dcf0cc
fix(reactivity): effect should still check sync self-trigger
|
5 years ago |
Evan You
|
611437a3fe
fix(runtime-core/scheduler): allow component render functions to trigger itself
|
5 years ago |
underfin
|
bc6f252c4a
fix(runtime-core): should correctly call `beforeEnter` inside `Suspense` (#1805)
|
5 years ago |
HcySunYang
|
3991ff03ce
fix(runtime-core): separate null vs. non-null ref value updates (#1835)
|
5 years ago |
Jacob Smith
|
b14f4a505b
fix(codeframe): Added Math.max to prevent RangeError (#1807)
|
5 years ago |
beary
|
b984d47ac4
fix(types/jsx): update innerHTML property in jsx typing (#1814)
|
5 years ago |
dependabot-preview[bot]
|
a56b3bfa68
build(deps-dev): bump @microsoft/api-extractor from 7.9.2 to 7.9.4 (#1839)
|
5 years ago |
dependabot-preview[bot]
|
77a6286c1c
build(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0 (#1838)
|
5 years ago |
dependabot-preview[bot]
|
c44fccc1d4
build(deps-dev): bump ts-jest from 26.1.4 to 26.2.0 (#1833)
|
5 years ago |
dependabot-preview[bot]
|
d142b434bd
build(deps-dev): bump jest from 26.2.2 to 26.3.0 (#1832)
|
5 years ago |
dependabot-preview[bot]
|
bd96ec488e
build(deps-dev): bump rollup from 2.23.0 to 2.23.1 (#1821)
|
5 years ago |
dependabot-preview[bot]
|
c8bb8386bf
build(deps-dev): bump rollup-plugin-typescript2 from 0.27.1 to 0.27.2 (#1819)
|
5 years ago |
Evan You
|
50adc014f5
refactor(reactivity): readonly collections should not track
|
5 years ago |
Evan You
|
ed4381020f
fix(reactivity): readonly+reactive collection should also expose readonly+reactive values
|
5 years ago |
Evan You
|
48576e582c
fix(transition): transition should accept multiple handlers on same event
|
5 years ago |
Evan You
|
791eff3dfb
fix(runtime-core): avoid manual slot invocation in template expressions interfering with block tracking
|
5 years ago |
zhangzhonghe
|
233d191d0d
fix(keep-alive): fix activated hook invocation on nested components (#1743)
|
5 years ago |
Eduardo San Martin Morote
|
00683fce9a
fix(runtime-dom): patch `form` as an attribute (#1788)
|
5 years ago |
wujieZ
|
2787c34cd4
fix(reactivity): use isExtensible instead of isFrozen (#1753)
|
5 years ago |
Evan You
|
3692f2738f
refactor(runtime-core/scheduler): dedicated preFlush queue
|
5 years ago |
Evan You
|
74a1265fea
chore: remove debugger
|
5 years ago |
Evan You
|
a0e34cee4a
fix(watch): exhaust pre-flush watchers + avoid duplicate render by pre-flush watchers
|
5 years ago |
Eduardo San Martin Morote
|
b5f91ff570
fix(watch): allow handler to be a string (#1775)
|
5 years ago |
Evan You
|
b0d01e9db9
dx(compiler-core): warn on `<template v-for>` key misplacement
|
5 years ago |
Evan You
|
de0c8a7e3e
fix(compiler-core): v-if key error should only be checking same key on different branches
|
5 years ago |
dependabot-preview[bot]
|
c3f8c780e7
build(deps-dev): bump @typescript-eslint/parser from 3.7.1 to 3.8.0 (#1776)
|
5 years ago |
Evan You
|
11ed210391
chore: fix tests
|
5 years ago |
Evan You
|
8d4abc3814
chore: unset removed invokers
|
5 years ago |
Evan You
|
1c967fc44b
fix(runtime-dom): fix v-on same computed handler on multiple elements
|
5 years ago |
Yang Mingshan
|
b2a91429ed
fix(runtime-core/scheduler): prevent duplicate queue (#1767)
|
5 years ago |