]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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
2020-02-06  Evan Youchore: update contributing guide [ci skip]
2020-02-06  Evan Youtest: increase e2e tests timeout
2020-02-06  Evan Youwip(srr): slot outlet
2020-02-05  Evan Youchore: fix snapshot
2020-02-05  Evan Youwip(ssr): v-model w/ dynamic type & props
2020-02-05  Evan Youfix(v-model): should use dynamic directive on input...
2020-02-05  Evan Youwip(ssr): should only render renderable values
2020-02-05  Evan Youtest: fix tests w/ nested CompoundExpressions
2020-02-05  Evan Youwip(compiler-ssr): v-model static types + textarea
2020-02-05  Evan Youbuild: drop compiler error emit code in browser product...
2020-02-05  Evan Youfix(compiler-ssr): import helpers from correct packages
2020-02-05  Evan Youchore: fix snapshots
2020-02-05  Evan Youwip(ssr): handle `<textarea>` with dynamic key v-bind
2020-02-05  Evan Youwip(compiler-ssr): v-show
2020-02-04  Evan Youtest(ssr): test renderAttr
2020-02-04  Evan Youwip(compiler-ssr): dynamic v-bind + class/style merging
2020-02-04  Evan Youwip(compiler-ssr): v-bind with static keys
2020-02-04  Evan Youworkflow: add ssr mode in template explorer
2020-02-04  Evan Youwip(ssr): fix index
2020-02-04  Evan Youwip(ssr): remove cjs codegen mode
2020-02-04  Evan Youwip(ssr): v-bind basic usage
2020-02-04  Dmitry Sharshakovfeat(reactivity): add shallowReactive function (#689)
2020-02-04  Jasonfix(compiler-sfc): handle empty nodes with src attribut...
2020-02-04  Eduardo San... fix(runtime-core/watch): trigger watcher with undefined...
2020-02-04  likuiwip(ssr): fix naming for runtime helpers (#694)
2020-02-04  Jacek Karczmarczykchore: update runtime-dom/README example to latest...
2020-02-04  Evan Youchore: fix test types
2020-02-04  Evan Youtest(compiler-ssr): v-for tests
2020-02-03  Evan Youwip(ssr): v-for
2020-02-03  Evan Yourefactor(ssr): adjust helper structure + renderList
2020-02-03  Evan Youwip(ssr): do not generate commas between statements
2020-02-03  Evan Youwip(ssr): ssr helper codegen
2020-02-03  Evan Youchore: remove stale files
2020-02-03  Evan Youwip(compiler-ssr): v-if
2020-02-03  Evan Youwip(compiler-ssr): v-html, v-text & textarea value
2020-02-03  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2020-02-03  dependabot... build(deps-dev): bump @rollup/plugin-json from 4.0...
2020-02-03  Evan Youwip(compiler-ssr): text and interpolation
2020-02-03  Evan Yourefactor(ssr): move escapeHtml to shared
2020-02-03  Evan Youtest(compiler-ssr): test for ssr element transform
2020-02-03  Evan Youtest(compiler-core): test TempalteLiteral and IfStateme...
2020-02-02  Evan Youchore: remove stale file
2020-02-02  Evan Youwip(ssr): initial scaffold for compiler-ssr
2020-01-31  Evan Yourefactor(compiler-core): improve template type handling
2020-01-31  Evan Youfix(compiler-core): only check is prop on `<component>`
2020-01-31  Evan Youchore: use correct import path for vCloak
2020-01-31  Evan Youchore: rmeove unused export
2020-01-31  Evan Youtest: fix snapshots
2020-01-31  Evan Youfeat(compiler-core): support mode: cjs in codegen
2020-01-31  Evan Youworkflow: add version of template-explorer using local...
2020-01-31  dependabot... build(deps-dev): bump rollup from 1.30.1 to 1.31.0
2020-01-31  Gabriel Loiáconostyle(compiler-core): while/expression instead of while...
2020-01-30  Evan Youwip(ssr): should apply app context when rendering app...
2020-01-30  Evan Yourefactor(ssr): adjust renderToString implementation
2020-01-30  Evan Youchore: use more representative size check code
2020-01-30  Evan Youtest(ssr): test scopeId handling in vdom serialization
2020-01-29  Evan Youchore: fix test alias for vue
2020-01-29  Evan Youtest(ssr): test rendering vnode elements
2020-01-29  Evan Youtest(ssr): test for rendering components
2020-01-29  Evan Youtest(ssr): tests for utils and props rendering
2020-01-29  Evan Youfix(compiler-core): relax error on unknown entities
2020-01-29  Evan Youchore: fix template explorer mounting
2020-01-29  Evan Youfix(ssr): avoid hard-coded ssr checks in cjs builds
2020-01-29  Evan Youwip(ssr): renderer support for optimized and manual...
2020-01-29  Evan Youwip(ssr): move ssr only utils to conditional export
2020-01-29  Evan Youfix(runtime-dom/ssr): properly handle xlink and boolean...
next