]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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...
2020-02-10  Jonasfix(transition-group): handle multiple move-classes...
2020-02-10  Dmitry Sharshakovtest(compiler-sfc): add real tests for source maps...
2020-02-10  djy0chore(compiler-core/codegen): avoid generate indent...
2020-02-10  djy0test(compiler-ssr): fix typo (#713)
2020-02-10  Evan Yourefactor: ensure setup context.emit always point to...
2020-02-10  Evan Youfix: remove effect from public API
2020-02-10  jodsfeat(runtime-core/reactivity): expose shallowReactive...
2020-02-09  James Georgechore: add GitHub sponsor button config (#708) [ci...
2020-02-09  Evan Youwip(ssr): use consistent attr key behavior in compiler
2020-02-09  jodsperf(reactivity): better computed tracking (#710)
2020-02-09  harekuchore(shared): fix comment (#705) [ci skip]
2020-02-08  Evan Youtest: update tests and snapshots for helper prefixing
2020-02-07  Evan Yourefactor(compiler): prefix all imported helpers to...
2020-02-07  Evan Youbuild: drop unnecessary codegen branch for global build
2020-02-07  Evan Youfix(runtime-core): fix ShapeFlags tree shaking
2020-02-07  Evan Youfix(runtime-core): fix keep-alive tree-shaking
2020-02-07  Evan Youfix(compiler-dom): fix duplicated transforms
2020-02-07  Evan Youwip(ssr): proper scope analysis for ssr vnode slot...
2020-02-07  Evan Youwip(ssr): ssr slot vnode fallback
2020-02-07  Evan Youworkflow: log compile time in template explorer
2020-02-06  Evan Youchore: comment typo
2020-02-06  Evan Youwip(ssr): generate correct component code
2020-02-06  Evan Youwip(ssr): scopeId in slots
2020-02-06  Evan Youwip(ssr): element scopeId
2020-02-06  Evan Youfeat(compiler): warn invalid children for transition...
2020-02-06  Evan Youworkflow: adjust size script
2020-02-06  Evan Youwip(compiler-ssr): built-in component fallthrough
2020-02-06  Evan Youbuild: reduce compiler minified size
2020-02-06  dependabot... build(deps-dev): bump puppeteer from 2.1.0 to 2.1.1
2020-02-06  Evan Youtest: update snapshots
2020-02-06  Evan Yourefactor(ssr): prefix ssr helpers
2020-02-06  Evan Youwip(compiler-ssr): component slots
2020-02-06  Evan Youworkflow: improve template-explorer local load speed
2020-02-06  Evan Youwip(ssr): basic components
next