]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-07-09  Evan Youwip: compileScript typed signature generation
2020-07-09  Evan Youwip: compileScriptSetup full js support
2020-07-09  Evan Youchore(template-explorer): tweak theme
2020-07-09  Evan Youwip: compileScriptSetup
2020-07-09  Evan Youwip: parser support for script setup
2020-07-09  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-07-09  dependabot... build(deps-dev): bump lodash from 4.17.15 to 4.17.19...
2020-07-08  Evan Yourelease: v3.0.0-beta.20 v3.0.0-beta.20
2020-07-08  Evan Youfix(compiler-dom): should ignore and warn side effect...
2020-07-08  Evan Youfix(runtime-core): should allow v-model listeners to...
2020-07-08  Carlos Rodriguestypes(runtime-core): provide valid type for default...
2020-07-08  dependabot... build(deps-dev): bump rollup from 2.20.0 to 2.21.0...
2020-07-08  meteorlxyfeat(types): expose WritableComputedRef (#1500)
2020-07-08  Evan Youfix(compiler-core/v-on): bail caching for member expres...
2020-07-08  Evan Youtest: assert vnode invalid key warning for NaN
2020-07-08  Evan Yourefactor(compiler-core): remove unnecessary arg in...
2020-07-08  Felix Rillingchore: typo fixes (#1546)
2020-07-08  dependabot... build(deps-dev): bump execa from 4.0.2 to 4.0.3 (#1544)
2020-07-07  Evan Youtypes: adjust resolveDynamicComponent return type
2020-07-07  Evan Yourelease: v3.0.0-beta.19 v3.0.0-beta.19
2020-07-07  dependabot... build(deps-dev): bump rollup from 2.19.0 to 2.20.0...
2020-07-07  dependabot... build(deps-dev): bump @types/jest from 26.0.3 to 26...
2020-07-07  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-07-07  wonderful-pandafix(types/tsx): add JSX.IntrinsicAttributes definition...
2020-07-07  Evan Youfix(watch): stop instance-bound watchers in post render...
2020-07-07  Evan Youfix(ssr): support dynamic components that resolve to...
2020-07-07  Evan Yourefactor(types): add VNode to VNodeTypes
2020-07-07  Evan Youchore: fix unintended import
2020-07-06  underfinfix(v-model): consistent nullish value handling with...
2020-07-06  Evan Youfix(runtime-dom): should set `<input list="...">` as...
2020-07-06  Evan Youchore: warn NaN vnode key
2020-07-06  Evan Youfix(keep-alive): fix keep-alive with scopeId/fallthroug...
2020-07-06  Evan Youfix(v-model): should ignore compiled v-model listeners...
2020-07-06  djy0fix(runtime-dom/style): fix patchStyle on falsy next...
2020-07-06  Evan Youfix(runtime-core/template-ref): template ref used in...
2020-07-06  Jack Robertsonfix(compiler-core): add `\r` to accepted chars after...
2020-07-06  Pickchore(reactivity): remove unused comment (#1485) [ci...
2020-07-06  dependabot... build(deps): bump csstype from 2.6.10 to 2.6.11 (#1487)
2020-07-06  dependabot... build(deps-dev): bump rollup from 2.18.2 to 2.19.0...
2020-07-06  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-07-06  dependabot... build(deps-dev): bump eslint from 7.3.1 to 7.4.0 (...
2020-07-04  Anton Petrovchore: fix link in readme (#1501)
2020-07-03  Evan Youchore: update jsx status [ci skip]
2020-07-03  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-07-03  dependabot... build(deps-dev): bump enquirer from 2.3.5 to 2.3.6...
2020-07-03  dependabot... build(deps-dev): bump @ls-lint/ls-lint from 1.8.1 to...
2020-07-02  dependabot... build(deps-dev): bump typescript from 3.9.3 to 3.9...
2020-07-02  dependabot... build(deps-dev): bump rollup from 2.18.1 to 2.18.2...
2020-07-02  Evan Yourelease: v3.0.0-beta.18 v3.0.0-beta.18
2020-07-02  Evan Youchore: remove unnecessary flag in release script
2020-07-02  Evan Youfix(runtime-core): avoid accidental access of Object...
2020-07-02  dependabot... build(deps): bump postcss-modules from 3.1.0 to 3.2...
2020-07-02  dependabot... build(deps): bump @babel/parser from 7.10.3 to 7.10...
2020-07-02  dependabot... build(deps): bump @babel/types from 7.10.3 to 7.10...
2020-07-01  Evan Youfix: ensure vnode hooks are called consistently regardl...
2020-07-01  Evan Youfeat(runtime-core): support creating vnode from existin...
2020-07-01  Evan Youtest: run tests with --runInBand by default
2020-07-01  Evan Youfix(runtime-core): pass unmount into inital mount patch...
2020-07-01  Evan Yourefactor: remove unused inheritRef option
2020-07-01  Pickrefactor(computed): deprecated computedRunners (#1458)
2020-06-30  Evan Yourelease: v3.0.0-beta.17
2020-06-30  ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎... chore: update CHANGELOG.md (#1467) [ci skip]
2020-06-30  Pickrefactor(types): simplify UnwrapRefSimple (#1466)
2020-06-30  Evan Youchore: comment on slot optimization hint [ci skip]
2020-06-30  Evan Youchore: remove unnecessary loop
2020-06-30  Evan Youfix(runtime-dom): allow force updating value bindings...
2020-06-30  Evan Youfix(slots): make compiled slot marker non-enumerable
2020-06-30  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-06-30  dependabot... build(deps-dev): bump rollup from 2.18.0 to 2.18.1
2020-06-29  Jian Zhangchore: avoid unnecessary function call (#1464)
2020-06-29  Evan Youchore: readme update status [ci skip]
2020-06-29  Evan Yourelease: v3.0.0-beta.16 v3.0.0-beta.16
2020-06-29  Evan Youfix(transition-group): vue 2 compatible handling of...
2020-06-29  Evan Youchore: add display names for dom transition components
2020-06-29  蜗牛老湿refactor(runtime-dom): insertBefore anchor null equals...
2020-06-29  Evan Youfix(types): should unwrap array -> object -> ref
2020-06-29  Picktest(reactivity): adjust ref unwrap test inside arrays...
2020-06-29  underfinfix(BaseTransition): collect correct children with...
2020-06-27  Evan Youfix(ssr): fix ssr scopeId on component root
2020-06-27  Evan Youfix(runtime-core): fix scopeId inheritance for componen...
2020-06-26  Evan Youfix(runtime-core): handle patch flag de-op from cloned...
2020-06-26  Evan Youfix(runtime-core): component root should inherit scopeI...
2020-06-26  Evan Youfix(slots): filter out compiler marker from resolved...
2020-06-26  Evan Youchore: fix missed snapshots
2020-06-26  Evan Youfix(ssr): handle fallthrough attrs in ssr compile output
2020-06-26  Evan Youperf(ssr): avoid unnecessary await ticks when unrolling...
2020-06-26  Stanislav Lashmanovfeat(ssr): renderToStream (#1197)
2020-06-26  Evan Youfix(runtime-core): always check props presence in publi...
2020-06-26  Evan Youchore: fix types
2020-06-26  edisonchore(reactivity): use consistent naming for ReactiveFl...
2020-06-26  Evan Youfix(runtime-core): fix component name inference in...
2020-06-26  underfinfix(runtime-core): should remove no longer present...
2020-06-26  Evan Youfeat(runtime-core): expose version on app instance
2020-06-25  Evan Youfix(transition): enter/leave hook timing consistency...
2020-06-25  Evan Youfix(transition): fix css:false with hooks with no expli...
2020-06-25  underfinfix(BaseTransition): fix `BaseTransition` delayed leave...
2020-06-25  underfintest(TransitionGroup): test for `TransitionGroup` ...
2020-06-25  Evan Youfix(transition): fix appear hooks handling
2020-06-25  Evan Youfix(transition): fix dom transition cancel hooks not...
2020-06-25  underfintest(Transition): more complete transition e2e tests...
next