]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-02-26  Evan Yourefactor: use consistent name for watch invalidation...
2020-02-26  djy0fix(runtime-core): set appContext.provides to Object...
2020-02-26  djy0fix(template-explorer): rename watch -> watchEffect...
2020-02-26  Praveen Pugliachore: fixes a small typo and prettifies the document...
2020-02-26  dependabot... build(deps-dev): bump @types/puppeteer from 2.0.0 to...
2020-02-26  Evan Youfix(types): shallowRef should not unwrap value type
2020-02-26  Evan Youtest: add type test for nested refs in ref.value
2020-02-26  Evan Youfix(types): ref value type unwrapping should happen...
2020-02-26  Evan Yourefactor: remove old watch signature support
2020-02-26  Evan Yourefactor(directives): remove binding.instance
2020-02-25  Evan Youfix(template-ref): fix string template refs inside...
2020-02-25  ysj16fix(renderSlot): set slot render as a STABLE_FRAGMENT...
2020-02-25  Evan Youfix(runtime-core): fix slot fallback + slots typing
2020-02-24  djy0fix(runtime-core): make watchEffect ignore deep option...
2020-02-24  djy0chore: fix typo (#764) [ci skip]
2020-02-24  Xin Du (Clark)refactor(ssr): extract buffer resolving and resolvePort...
2020-02-22  Evan Youchore: changelog edits [ci skip]
2020-02-22  Evan Yourelease: v3.0.0-alpha.6 v3.0.0-alpha.6
2020-02-22  Evan Youfeat(runtime-core): add watchEffect API
2020-02-22  Evan Youchore: remove debugger [ci skip]
2020-02-22  guaijieperf(effect): optimize effect trigger for array length...
2020-02-22  Evan Youfeat(reactivity): expose unref and shallowRef
2020-02-22  Evan Youchore: fix test type
2020-02-21  Evan Yourefactor: preserve refs in reactive arrays
2020-02-21  Evan Youfix(types): improve ref typing, close #759
2020-02-21  Evan Youperf(reactivity): only trigger all effects on Array...
2020-02-21  dependabot... build(deps-dev): bump typescript from 3.7.5 to 3.8.2
2020-02-21  Reed Joneschore: typo (#744) [ci skip]
2020-02-21  harekutest(reactivity): test for ref without init value ...
2020-02-21  harekufix(sfc): inherit parent scopeId on child rooot (#756)
2020-02-21  Evan Youfix(compiler-dom): properly stringify class/style bindi...
2020-02-21  Evan Youchore: use undefined for TS 3.8 compat
2020-02-21  guaijiefix(reactivity): should trigger all effects when array...
2020-02-21  Luxiaosongchore: use 'const' instead of 'let' (#755) [ci skip]
2020-02-19  Evan Youfix(types): update setup binding unwrap types for 6b10f0c
2020-02-19  basvanmeursbuild: use buildOption to determine runtime compile...
2020-02-19  likuifix(compiler-core): should alias name in helperString...
2020-02-18  Evan Yourelease: v3.0.0-alpha.5 v3.0.0-alpha.5
2020-02-18  Evan Youchore: readme
2020-02-18  Evan Youbuild: remove compiler-ssr and server-renderer from...
2020-02-18  dependabot... build(deps): bump postcss from 7.0.26 to 7.0.27 (#734)
2020-02-18  Evan Youfix(runtime-core): ensure renderCache always exists
2020-02-18  Evan Youfix(v-on): transform click.right and click.middle modifiers
2020-02-18  Evan Yourefactor: extract remove util
2020-02-18  Evan Youfeat(ssr): useSSRContext
2020-02-18  Evan Yourefactor: only run useCssModule code in non-global...
2020-02-18  Evan Youfix(reactivity): effect should handle self dependency...
2020-02-18  Evan Youfix(reactivity): trigger iteration effect on Map.set
2020-02-18  Evan Youchore: fix dts tests
2020-02-18  Evan Youfix(computed): support arrow function usage for compute...
2020-02-18  Evan Yourefactor(watch): adjsut watch API behavior
2020-02-18  Evan Youfix(reactivity): avoid cross-component dependency leaks...
2020-02-17  Evan Youchore: use consistent signature for shared utilities
2020-02-17  Evan Youbuild: make watch tree-shakable in lean build
2020-02-16  Evan Youtypes: fix tsx dts tests
2020-02-16  Evan Youfix(types): app.component should accept defineComponent...
2020-02-15  Evan Yourefactor: make portal tree-shakeable
2020-02-15  dependabot... build(deps): bump csstype from 2.6.8 to 2.6.9 (#722)
2020-02-15  Dmitry Sharshakovfeat(ssr): render portals (#714)
2020-02-15  Evan Youchore: mark main package side-effects free
2020-02-15  harekutest(server-renderer): implement ssrRenderList tests...
2020-02-15  夜宴chore: remove redundant Non-Null Assertion (#728)
2020-02-15  Dmitry Sharshakovfix(ssr): render components returning render function...
2020-02-15  Evan Youchore: fix snapshots
2020-02-15  Evan Youfeat(ssr): support portal hydration
2020-02-15  Evan Youfix(ssr): fix class/style rendering + ssrRenderComponen...
2020-02-14  Evan Youchore: fix hoistStatic exhaustive check
2020-02-14  Evan Youtypes: avoid duplicate type declarations for renderer...
2020-02-14  Evan Youfix(compiler-core): should apply text transform to...
2020-02-14  Evan Youtypes: cleanup renderer & hydration typing
2020-02-14  Evan Youperf: prevent renderer hot functions being inlined...
2020-02-14  dependabot... build(deps-dev): bump rollup from 1.31.0 to 1.31.1
2020-02-14  Evan Yourefactor(types): move shapeFlags to shared
2020-02-14  Evan Yourefactor(ssr): make hydration logic tree-shakeable
2020-02-14  Evan Yourefactor: use explicit exports for runtime-core
2020-02-14  Evan Youwip(ssr): component hydration
2020-02-13  Evan Youbuild: avoid runtime wildcard import in global build
2020-02-13  Evan Youfix(compiler-core): should not hoist element with cache...
2020-02-13  Evan Youwip(ssr): adjust event hydration flag
2020-02-13  Evan Youwip(ssr): basic element hydration
2020-02-13  Evan Youfix(runtime-core): handle component updates with only...
2020-02-13  Evan Youfix(types): ensure correct oldValue typing based on...
2020-02-12  Evan Yourefactor(security): mark potential unsafe code paths
2020-02-12  Evan Youfeat(compiler-dom): handle constant expressions when...
2020-02-12  Evan Yourefactor(compiler-core): use more concise marker for...
2020-02-12  Evan Youfeat(compiler): mark hoisted trees with patchFlag
2020-02-12  Evan Youchore: fix import path + comment
2020-02-12  Evan Youfeat(compiler-dom/runtime-dom): stringify eligible...
2020-02-11  Evan Youtest: test updates for d40c642
2020-02-11  Evan Yourefactor(compiler-core): use dedicated node type for...
2020-02-11  Yang Mingshanfix(runtime-core/scheduler): invalidate job (#717)
2020-02-10  Evan Yourefactor(compiler-core): hoist static text calls betwee...
2020-02-10  Evan Youfix(compiler): fix v-for fragment openBlock argument
2020-02-10  Evan Yourefactor(compiler): provide _ctx and _cache via arguments
2020-02-10  Evan Youfix(compiler-core): fix keep-alive when used in templates
2020-02-10  Dmitry Sharshakovfeat(server-renderer): support on-the-fly template...
2020-02-10  Evan Youfix(runtime-core): rework vnode hooks handling
2020-02-10  Evan Youfix(runtime-core/scheduler): avoid duplicate updates...
2020-02-10  Evan Youfix(runtime-core): should not return early on text...
2020-02-10  Evan Youfeat(compiler-core/v-on): support @vnode-xxx usage...
next