]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2019-12-30  susiwen8chore: use Boolean to filter TemplateChildNode (#569)
2019-12-30  likuitest(vnode): add test for dynamic children (#563)
2019-12-30  djy0perf(compiler-core): simplify `advancePositionWithMutat...
2019-12-30  Yingya Zhangchore: fix typo api.json (#565) [ci skip]
2019-12-30  Yang Mingshantypes: exports watch api types (#562)
2019-12-27  dependabot... build(deps-dev): bump @types/jest from 24.0.24 to 24...
2019-12-26  Yingya Zhangchore: fix typo jest moduleNameMapper (#566)
2019-12-24  Evan Youtypes: accept defineComponent return types in app.mount
2019-12-24  Evan Yourefactor: use named export for compiled render function
2019-12-24  宋铄运fix(runtime-core): pass options to plugins (#561)
2019-12-23  dependabot... build(deps-dev): bump @rollup/plugin-json from 4.0...
2019-12-23  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2019-12-23  Evan Youci: skip e2e tests on netlify coverage builds
2019-12-23  Evan Youchore: further edit formats and include it in vue packa...
2019-12-23  Evan Youchore: more details on build formats [ci skip]
2019-12-23  dependabot... build(deps-dev): bump typescript from 3.7.3 to 3.7.4
2019-12-23  dependabot... build(deps-dev): bump rollup from 1.27.13 to 1.27.14
2019-12-23  Evan Youfix(sfc): treat custom block content as raw text
2019-12-23  Evan Yourefactor: expose parse in compiler-dom, improve sfc...
2019-12-22  Evan Youfix: mounting new children
2019-12-22  Evan Youfix(fragment): perform direct remove when removing...
2019-12-22  Evan Youfix(core): clone mounted hoisted vnodes on patch
2019-12-22  Evan Youfeat(hmr): root instance reload
2019-12-22  Evan Youbuild: warn invalid format in build script
2019-12-22  Evan Yourefactor: rename apiApp.ts -> apiCreateApp.ts
2019-12-22  Chris Fritzrefactor(createComponent): rename to defineComponent...
2019-12-20  Evan Youbuild: polish release script v3.0.0-alpha.0
2019-12-20  dependabot... build(deps): bump postcss from 7.0.24 to 7.0.25 (#544)
2019-12-20  CodinCattest(e2e): add test for svg example (#551)
2019-12-20  Evan Youchore: mark get/set create calls pure
2019-12-20  Evan Youfix: shallowReadonly should keep reactive properties...
2019-12-20  Evan Youci: bust cache
2019-12-20  Evan Youci: parallelize config
2019-12-20  Evan Youtest: fix tests after missing end tag error location fix
2019-12-20  Evan Youci: use workflow to parallelize jobs
2019-12-19  Evan Youfix(sfc): fix v-slotted attribute injection
2019-12-19  Evan Youfeat(sfc): accept inMap in compileTemplate()
2019-12-19  Evan Youfix: codeframe marker should have min width of 1
2019-12-19  Evan Youperf: optimize public properties access on componentProxy
2019-12-19  Evan Youtest(sfc): test @media and @supports query for scoped css
2019-12-19  Evan Youchore: adjust package.json
2019-12-19  dependabot... build(deps-dev): bump @types/jest from 24.0.23 to 24...
2019-12-18  Evan Youfix(renderer): should also use latest parent node when...
2019-12-18  Evan Youfeat(watch): warn when using lazy with simple callback
2019-12-18  Yang Mingshanfix(watch): ignore lazy option in simple watch (#546)
2019-12-18  Rahul Kadyanchore: Use dynamic paths in tsconfig.json (#548)
2019-12-18  djy0chore: fix typo [ci skip] (#547)
2019-12-18  Evan Youbuild: set compiler-sfc peerDep on vue
2019-12-18  Evan Youfeat(sfc): css modules support
2019-12-18  CodinCattest(e2e): add test for grid example (#545)
2019-12-17  Evan Youbuild: export runtime-only build for bundlers by defaul...
2019-12-17  Evan Youbuild: esm-bunlder builds should be considered browser...
2019-12-17  Evan Youtest(sfc): test scoped css compilation
2019-12-17  Evan Youtest: test scopeId support
2019-12-17  Evan Youfix(runtime-test): output empty attrs without value...
2019-12-17  Evan Youfeat(sfc): ::v-global() pseudo selector support
2019-12-17  Evan Youtest: test hot module replacement
2019-12-17  Evan Youfeat(sfc): ::slotted selector support
2019-12-17  Evan Youfeat(sfc): scopeId runtime support
2019-12-17  Evan Youperf: cache string helpers
2019-12-17  Evan Youfeat(sfc): wip scopeId compiler support
2019-12-17  Evan Yourefactor: extract SFCInternalOptions inteface
2019-12-16  dependabot... build(deps-dev): bump rollup from 1.27.12 to 1.27.13
2019-12-15  Evan Youbuild: adjust global names + allow inline overrides...
2019-12-15  Evan Youtest: fix tests
2019-12-15  Evan Yourefactor: move isRuntimeCompiled flag into component.ts
2019-12-14  Evan Youperf(reactivity): optimize effect stack
2019-12-13  Evan Youfeat(compiler): accept line offset in codeframe
2019-12-13  Evan Youfix(hmr): force full diff on HMR
2019-12-13  Evan Youchore: remove line numbers from default errors
2019-12-13  Evan Youfeat(compiler-sfc): generate source map for template...
2019-12-13  Evan Yourefactor(compiler-core): move compile into separate...
2019-12-13  Evan Yourefactor(compiler): downgrade to source-map v6 for...
2019-12-13  Evan Youtypes: use more specific type names
2019-12-13  Evan Youfix(fragment): properly remove compiler generated fragments
2019-12-13  Crchore: fix typos (#541)
2019-12-13  dependabot... build(deps-dev): bump rollup from 1.27.11 to 1.27.12
2019-12-13  Evan Youfix(runtime-core): ensure $forceUpdate behavior consist...
2019-12-13  Evan Youperf: optimize props resolution
2019-12-13  Evan Youchore: add package dependency graph
2019-12-13  Evan Youfix(compiler-core): should apply text transform to...
2019-12-13  Evan Youfix(compiler-core): handle template root and template...
2019-12-13  Evan Youfeat(hmr): reload and force slot update on re-render
2019-12-13  Evan Youfix(core): generate fragment root with patchFlag +...
2019-12-13  Evan Youfeat(runtime-core): hot module replacement
2019-12-13  Evan Youfix(runtime-core): initialize renderCache if not present
2019-12-13  Evan Youfeat(compiler): expose generateCodeFrame
2019-12-13  Evan Youtypes: use RawSourceMap types
2019-12-12  dependabot... build(deps-dev): bump rollup-plugin-terser from 5.1...
2019-12-12  dependabot... build(deps-dev): bump rollup from 1.27.9 to 1.27.11
2019-12-11  Evan Youchore: fix missed save
2019-12-11  Evan Youtest(e2e): avoid relying on CDN + reduce debounce delay
2019-12-11  Evan Yourefactor: move runtime compile error handling to vue
2019-12-11  Evan Youtest(e2e): use better mocking strategy for commits...
2019-12-11  CodinCattest(e2e): add e2e test for commits example (#526)
2019-12-11  Evan Youtest: ignore size-check in coverage
2019-12-11  Evan Youfix(vue): properly cache runtime compilation
2019-12-11  宋铄运test(compiler-sfc): more tests (#536)
2019-12-11  CodinCattest(e2e): add e2e test for markdown example (#533)
2019-12-11  Evan Youfeat(compiler-sfc): use @vue/compiler-dom by default
next