]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-05-08  Haoqun Jiangfix(compiler-sfc): transform destructured props when...
2023-05-08  linghaoSufix(runtime-dom): check attribute value when setting...
2023-05-08  ntnyqchore: fix broken vite plugin url in warning message...
2023-05-08  LiuSeenchore(compileScript): remove unused methods (#8211)
2023-05-08  丶远方chore: update tests to use expect.toBeInstanceOf (...
2023-05-08  Evan Youfix(compiler-sfc): fix built-in type resolving in exter...
2023-05-08  Evan Youfix(build): retain defineComponent() treeshakability...
2023-05-08  Evan Youfix(runtime-core): ensure defineComponent name in extra...
2023-05-08  Evan Youfix(types): remove short syntax support in defineSlots()
2023-05-06  Evan Youfix(compiler-sfc): enable props destructure when reacti...
2023-05-05  Evan Yourelease: v3.3.0-beta.4 v3.3.0-beta.4
2023-05-05  Johnson Chufeat(types): add slots types for built-in components...
2023-05-05  丶远方fix(runtime-core): handle template ref with number...
2023-05-02  Evan Youfix(types): retain compatibility for provide() usage...
2023-05-02  Evan Youchore: experimental warnings for reactive props destruc...
2023-05-02  Evan Youfeat(types): provide ExtractPublicPropTypes utility...
2023-05-02  Joaquín Sánchezfeat(compiler-dom): treat inert as boolean attribute...
2023-05-01  Evan Youchore: move files into correct test block
2023-05-01  Evan Yourelease: v3.3.0-beta.3 v3.3.0-beta.3
2023-05-01  Evan Youfix(hmr): keep slots proxy mutable for hmr
2023-05-01  Evan Youfeat(compiler-sfc): expose parseCache
2023-05-01  Evan Youfix(types): fix provide type checking for ref value
2023-05-01  三咲智子 Kevin... chore: remove deprecated package (#8196)
2023-04-27  Evan Youfix(compiler-core): handle slot argument parsing edge...
2023-04-25  Evan Yourelease: v3.3.0-beta.2 v3.3.0-beta.2
2023-04-25  Evan Youfeat(compiler-sfc): support project references when...
2023-04-25  Evan Youperf(compiler-sfc): infer ref binding type for more...
2023-04-25  Evan Youfix(compiler-sfc): props bindings should not override...
2023-04-24  Evan Youci: setup windows ci for compiler and SSR tests (#8143)
2023-04-24  edisonfix(compiler-sfc): normalize windows paths when resolvi...
2023-04-21  Evan Youfix(compiler-sfc): avoid all hard errors when inferring...
2023-04-21  Evan Yourelease: v3.3.0-beta.1 v3.3.0-beta.1
2023-04-21  Evan Youtest: update tests for deprecations
2023-04-21  Evan Youchore: bump repl
2023-04-21  Evan Youchore: remove deprecated ref sugar warning
2023-04-21  Evan Youfeat(deprecation): unwrap injected refs in Options...
2023-04-21  Evan Youfeat(deprecation): deprecate v-is directive
2023-04-21  Evan Youfeat(deprecation): deprecate @vnode hooks in favor...
2023-04-21  zhangenmingfeat: allow accessing console in template (#6508)
2023-04-21  Anthony Fufeat(suspense): introduce suspensible option for `...
2023-04-21  Evan Youchore: bump vite & vitest
2023-04-20  edisonfeat(compiler-sfc): improve utility type Partial and...
2023-04-20  Evan Yourelease: v3.3.0-alpha.13 v3.3.0-alpha.13
2023-04-20  Evan Youfeat(compiler-sfc): support ExtractPropTypes when resol...
2023-04-20  Evan Youchore: avoid hard error when inferring types
2023-04-20  Evan Youfeat(compiler-sfc): support dynamic imports when resolv...
2023-04-20  Evan Youfeat(compiler-sfc): support export * when resolving...
2023-04-20  Evan Youfix(hmr): always traverse static children in dev
2023-04-20  Evan Youfix(compiler-sfc): handle type merging + fix namespace...
2023-04-20  Eduardo San... feat: hasInjectionContext() for libraries (#8111)
2023-04-20  白雾三语chore: delete outdated content in readme (#8093) [ci...
2023-04-20  n028chore: fix typo (#8113) [ci skip]
2023-04-20  agoni1212chore: typo (#8108) [ci skip]
2023-04-20  Evan Youfix(hmr): force update cached slots during HMR
2023-04-18  Evan Youfix(compiler-sfc): normalize filename when invalidating...
2023-04-18  Evan Yourelease: v3.3.0-alpha.12 v3.3.0-alpha.12
2023-04-18  Evan Youfix(compiler): fix expression codegen for literal const...
2023-04-18  Evan Youworkflow: support building types in build script
2023-04-17  Evan Yourelease: v3.3.0-alpha.11 v3.3.0-alpha.11
2023-04-17  Evan Youfix(compiler-sfc): normalize windows paths when resolvi...
2023-04-17  Evan Yourelease: v3.3.0-alpha.10 v3.3.0-alpha.10
2023-04-17  Evan Youfix(hmr): invalidate cached props/emits options on hmr
2023-04-16  Evan Youfeat(compiler-sfc): support specifying global types...
2023-04-16  Evan Youfeat(compiler-sfc): expose type resolve APIs
2023-04-15  Evan Youfeat(compiler-sfc): mark props destructure as experimen...
2023-04-15  Evan Youfeat(compiler-sfc): support string/number indexed types...
2023-04-15  Evan Youfeat(compiler-sfc): expose type import deps on compiled...
2023-04-15  Evan Yourefactor: avoid hard error when inferring runtime type
2023-04-15  Evan Youchore: comments [ci skip]
2023-04-15  Evan Youtest: refactor resolveType test
2023-04-15  Evan Youfeat(compiler-sfc): support resolving type imports...
2023-04-15  Evan Youwip: cache fileToScope + improve vue file offset
2023-04-15  Evan Yourefactor: improve type resolve error output
2023-04-15  Evan Youfeat(compiler-sfc): support relative imported types...
2023-04-13  Evan Youchore: improve sfc-playground typing + bump repl for...
2023-04-13  Evan Youfeat(compiler-sfc): support namespace members type...
2023-04-13  Evan Youfeat(compiler-sfc): support string indexed type in...
2023-04-13  Evan Yourefactor: adjust ResolvedElements shape
2023-04-13  Evan Youfeat(compiler-sfc): support limited built-in utility...
2023-04-13  Evan Youfeat(compiler-sfc): support mapped types, string types...
2023-04-12  Evan Youfeat(compiler-sfc): support intersection and union...
2023-04-12  Evan Youtest: split compileScript macro tests
2023-04-11  Evan Yourefactor(compiler-sfc): rework macro type resolution
2023-04-11  Evan Yourefactor(compiler-sfc): split normal script logic
2023-04-11  Evan Yourefactor(compiler-sfc): split all macros
2023-04-11  Evan Yourefactor(compiler-sfc): split more logic
2023-04-11  Evan Yourefactor(compiler-sfc): simplify props destructure...
2023-04-11  Evan Yourefactor(compiler-sfc): extract defineEmits logic
2023-04-11  Evan Yourefactor(compiler-sfc): extract processDefineModel...
2023-04-11  Evan Yourefactor(compiler-sfc): collapse genRuntimeProps logic
2023-04-11  Evan Yourefactor(compiler-sfc): extract more defineProps logic
2023-04-11  Evan Yourefactor(compiler-sfc): remove useless type generation
2023-04-11  Evan Yourefactor(compiler-sfc): (wip) split compileScript logic...
2023-04-11  Evan Youchore: update treeshaken deps list
2023-04-10  Himself65fix(runtime-core): properly merge props and emits optio...
2023-04-10  丶远方chore(reactivity): remove unnecessary type assertions...
2023-04-10  JayFatechore: replace brotli with node:zlib (#8045)
2023-04-09  Evan Youperf(compiler): use source-map-js
2023-04-08  Evan Yourelease: v3.3.0-alpha.9 v3.3.0-alpha.9
2023-04-08  Evan Youworkflow: remove yarn usage in release script
next