]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-11-27  edisonfix(compiler-core): transform kebab case props to camel...
2020-11-27  Thorsten Lünborgfix(runtime-core): ensure watchers are always registere...
2020-11-26  HcySunYangfix(slots): should render fallback content when slot...
2020-11-26  Evan Youfix(suspense): fix nested async child toggle inside...
2020-11-26  Evan Youtest: tests for script setup helpers
2020-11-26  Evan Youfix(script-setup): ensure useContext() return valid...
2020-11-26  dependabot... build(deps-dev): bump @types/node from 14.14.9 to 14...
2020-11-25  Evan Youchore: changelog [ci skip]
2020-11-25  Evan Yourelease: v3.0.3 v3.0.3
2020-11-25  Evan Youworkflow: allow specifying release tag in release script
2020-11-25  Evan Youchore: fix snapshots
2020-11-25  Evan Youwip: update directive scope variable mapping
2020-11-25  Evan Youwip: revert helpers to compiler-only
2020-11-25  Evan Youwip: support inherit-attrs="false" on sfc `<tempalte>`
2020-11-25  Evan Youwip: defineOptions -> defineProps + defineEmit + useContext
2020-11-25  Evan Youwip: support resolving directives from setup scope...
2020-11-24  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-11-24  dependabot... build(deps-dev): bump lint-staged from 10.5.1 to 10...
2020-11-23  dependabot... build(deps-dev): bump eslint from 7.13.0 to 7.14.0...
2020-11-22  Evan Youchore: move style vars deprecation warning to a parse...
2020-11-21  Evan Youchore: warning for outdated hmr api usage
2020-11-21  Evan Yourefactor(compiler): better constant hoist/stringify...
2020-11-20  Evan Youworkflow: log options in template-explorer
2020-11-20  Evan Youwip: more consistent compiler-sfc usage + inline mode...
2020-11-20  Evan Youchore: more readme info for compiler-sfc
2020-11-20  dependabot... build(deps-dev): bump typescript from 4.0.5 to 4.1...
2020-11-20  dependabot... build(deps-dev): bump @types/node from 14.14.8 to 14...
2020-11-20  Evan Youwip: better experimental feature warnings
2020-11-20  Evan YouRevert "wip: allow scriptCompiled to be cached on sfc...
2020-11-19  Evan Youwip: fix default export side effect handling
2020-11-19  Evan Youwip: fix compileScript script/script-setup co-usage
2020-11-19  Evan Youwip: fix cssVars option warning check
2020-11-19  Evan Youwip: fix default export codegen
2020-11-19  Evan Youwip: allow scriptCompiled to be cached on sfc descriptor
2020-11-19  Evan Youwip: return empty string if no cssVars are present
2020-11-19  Evan Youwip: do not return type imports
2020-11-19  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-11-19  Evan Youfix(compiler-core/compiler-sfc): handle destructure...
2020-11-19  Evan Youchore: fix tests
2020-11-19  Evan Youwip: ignore non-ref const mutation cases in codegen
2020-11-19  Evan Youwip: properly handle assignment/update expressions...
2020-11-19  Evan Yourefactor: finer grained binding types for setup
2020-11-19  Evan Youwip: ensure string template refs work in inline mode
2020-11-19  Evan Youworkflow: add inline option to template explorer
2020-11-19  Evan Yourefactor(compiler-sfc): parse css vars directly as...
2020-11-18  dependabot... build(deps-dev): bump rollup from 2.33.2 to 2.33.3...
2020-11-18  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-11-18  dependabot... build(deps-dev): bump @types/node from 14.14.7 to 14...
2020-11-17  Evan Youwip: new cssVars SSR integration + fix cssVars SSR...
2020-11-17  Evan Youchore: remove non-working esm-browser build for compile...
2020-11-17  Evan Youwip: test case for v-model + inline mode codegen
2020-11-17  Evan Youwip: css var injection production mode
2020-11-17  Evan Youwip: simplify useCssVars
2020-11-17  Evan Youwip: fix defineOptions specifier removal
2020-11-17  Evan Youwip: generate valid v-model and TS code in script setup...
2020-11-17  Evan Youwip: update sfc style var injection syntax
2020-11-16  Evan Youfeat(compiler-sfc): new SFC css varaible injection...
2020-11-16  Evan Youchore: remove unused dep from compiler-sfc
2020-11-16  Evan YouMerge branch 'script-setup-2'
2020-11-16  Evan Youfix(style-vars): apply css vars in post flush effect
2020-11-16  Evan Youwip: fix useCssVars helper call + tests
2020-11-16  Evan Youwip: optimize expose
2020-11-16  dependabot... build(deps-dev): bump rollup from 2.33.0 to 2.33.2...
2020-11-14  Evan Youwip: make `<script setup>` closed by default
2020-11-14  Evan Youchore: Merge branch 'feat/expose' into script-setup-2
2020-11-14  Evan Youfeat(runtime-core): explicit expose API
2020-11-13  Evan Youwip: useOptions -> defineOptions
2020-11-13  Evan Youchore: ignore template-explorer in dts tests
2020-11-13  Evan Youwip: fix dts tests
2020-11-13  Evan Youwip: type inference for useOptions
2020-11-13  Evan Youwip: defineContext -> useOptions
2020-11-13  Evan Youwip: fix runtimeConstant marking
2020-11-12  Evan Youwip: tests for defineContext()
2020-11-12  Evan Youwip: further optimize bindings
2020-11-12  Evan Youwip: defineContext()
2020-11-12  Evan Youwip: defineContext
2020-11-11  Evan Youwip: remove unnecessary inlinePropsIdentifier option 2532/head
2020-11-11  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-11-10  Evan Youwip: optimize binding access to known imported components
2020-11-10  Evan Youwip: correctly resolve component in setup inline mode
2020-11-10  Evan Youwip: fix binding type fallback
2020-11-10  Evan Youfeat(compiler-sfc): compileScript inline render functio...
2020-11-10  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-11-10  dependabot... build(deps-dev): bump @types/node from 14.14.6 to 14...
2020-11-09  Evan Youfeat(compiler-sfc): support kebab-case components in...
2020-11-09  Evan Youchore: update warning and error messages
2020-11-09  underfinfix(runtime-core): ensure scheduler queue is always...
2020-11-09  dependabot... build(deps-dev): bump eslint from 7.12.1 to 7.13.0...
2020-11-09  dependabot... build(deps-dev): bump ts-jest from 26.4.3 to 26.4.4...
2020-11-06  Evan Youchore: only log prod tip in non-bundler builds
2020-11-05  dependabot... build(deps-dev): bump jest from 26.6.2 to 26.6.3 (...
2020-11-05  dependabot... build(deps-dev): bump conventional-changelog-cli from...
2020-11-05  dependabot... build(deps-dev): bump sass from 1.28.0 to 1.29.0 (...
2020-11-03  Evan Youfix(runtime-dom): use correct import source
2020-11-03  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-11-03  dependabot... build(deps-dev): bump jest from 26.6.1 to 26.6.2 (...
2020-11-02  dependabot... build(deps-dev): bump rollup from 2.32.1 to 2.33.0...
2020-11-02  dependabot... build(deps-dev): bump lint-staged from 10.5.0 to 10...
2020-10-30  Evan Youchore: fix snapshots
2020-10-30  Evan Youfix(compiler-sfc): fix script setup ts helpers
next