]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-03-28  Evan Youfeat(compiler-sfc): improve runtime props inference...
2023-03-28  Evan Youfix(compiler-sfc): properly handle unknown types in...
2023-03-28  Evan YouRevert "fix(compiler-sfc): infer correct type for enums"
2023-03-28  Evan Youfix(compiler-sfc): infer correct type for enums
2023-03-28  三咲智子 Kevin... feat(compiler-sfc): support module string names syntax...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): fix edge case of default export...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): properly remove comma of multiple...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): allow `<script>` with lang='js'...
2023-03-28  Evan Youfix(compiler-sfc): handle more TS built-in utilities...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): infer TSIntersectionType in definePr...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): unwrap TS node for defineProps ...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): infer TS Extract&Exclude runtime...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): infer function prop type from type...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): rewrite default export with AST...
2023-03-28  三咲智子 Kevin... feat(complier-sfc): hoist literal constants for script...
2023-03-28  Evan Youfix(types): revert jsx global removal (to be removed...
2023-03-28  Remco Haszingfix(jsx-runtime): fix automatic runtime implementation...
2023-03-28  三咲智子 Kevin... feat(compiler-sfc): add defineOptions macro (#5738)
2023-03-28  三咲智子 Kevin... chore: eslint node env should apply to root ts config...
2023-03-28  Evan Youchore: remove unused deps
2023-03-28  三咲智子 Kevin... chore(deps): upgrade rollup & magic-string (#7326)
2023-03-28  Haoqun Jiangbuild: exit with code 1 on release failure (#7962)
2023-03-28  Haoqun Jiangbuild: don't wait for changelog edits when `--skip...
2023-03-28  Evan Youtest: add test for defineComponent function syntax...
2023-03-27  Evan Youfeat(sfc): deprecate reactivity transform
2023-03-27  Evan Youci: avoid duplicated ci runs on self-repo pull requests
2023-03-27  Evan Youfeat(types): `defineComponent()` with generics support...
2023-03-27  Evan Youchore: fix type
2023-03-26  Evan Youfix(types/jsx): remove $slots children override
2023-03-26  Evan Yourelease: v3.3.0-alpha.5 v3.3.0-alpha.5
2023-03-26  Evan Youfeat(types/jsx): support jsxImportSource, avoid global...
2023-03-26  Evan Youchore: allow editing changelog before committing release
2023-03-26  Evan Youfix(types): ensure defineProps with generics return...
2023-03-26  Evan Youchore: add redirect for template explorer
2023-03-25  Himself65test: improve test case on `$el` (#7922)
2023-03-24  Evan Youfeat(dx): improve readability of displayed types for...
2023-03-23  Evan Youbuild: upgrade to TypeScript 5.x
2023-03-23  Evan Youchore: bump vite & vitest
2023-03-23  Evan Youbuild: bump rollup, remove cjs re-exports hack
2023-03-23  Evan Yourefactor: remove circular dependencies in compiler
2023-03-17  Haoqun Jiangbuild: fix canary bundling issues (#7907)
2023-03-17  Haoqun Jiangci: release canary versions every week (#7860)
2023-02-21  Evan Youci: only disable threads for gh
2023-02-21  Evan Youchore: remove warnings due to potential false-positives
2023-02-21  Evan Youfix(runtime-core): support `getCurrentInstance` across...
2023-02-21  Evan Youchore: bump vitest + use threads
2023-02-21  Evan Yourefactor(runtime-core): use Symbol.for for runtime...
2023-02-11  丶远方chore: fix typo (#7680) 6919/head 7626/head
2023-02-10  Haoqun Jiangci: add a ecosystem-ci-trigger workflow (#7618)
2023-02-06  Evan Yourelease: v3.3.0-alpha.4 v3.3.0-alpha.4
2023-02-06  Evan Youfix(build): fix const enum w/ number values
2023-02-06  Evan Yourelease: v3.3.0-alpha.3 v3.3.0-alpha.3
2023-02-06  Evan Youbuild: fix const enum when cache dir does not exist
2023-02-06  Evan Youfix(build): avoid const enum conflicts
2023-02-06  Evan Youbuild: reuse const enum data between concurrent rollup...
2023-02-06  Evan Youchore: catch unhandled export as just in case
2023-02-05  Evan Yourelease: v3.3.0-alpha.2 v3.3.0-alpha.2
2023-02-05  Evan Youchore: avoid double-building types on release
2023-02-05  Evan Youfix(build): fix dev flag replacement in esm-bundler...
2023-02-05  Evan Yourelease: v3.3.0-alpha.1 v3.3.0-alpha.1
2023-02-04  Evan Youbuild: improve dts rollup output
2023-02-03  Evan Youchore: use workspace vue dep for sfc-playground
2023-02-03  Evan Youtest: more strict linking in dts tests
2023-02-03  Evan Youbuild: stricter conditions for UnaryExpression in const...
2023-02-03  Evan Youchore: use consistent ts-check comments in scripts
2023-02-03  Evan Youchore: update packageManager field
2023-02-03  Evan Youchore: use type: "module"
2023-02-03  Evan Youdocs: document git hooks [ci skip]
2023-02-03  Evan Youci: avoid netlify oom
2023-02-03  Evan Youdocs: update contributing guide
2023-02-03  Evan Youbuild: fix size check
2023-02-03  Evan Youbuild: adjust dts test setup
2023-02-03  Evan Youci: try puppeteer fix
2023-02-03  Evan Youbuild: fix handling of const enum that rely on previous...
2023-02-03  Evan Youbuild: remove api-extractor
2023-02-03  Evan Youbuild: use rollup-plugin-dts for dts build
2023-02-03  Evan Youbuild: custom const enum processing
2023-02-02  Evan Youchore: bump deps
2023-02-02  Evan Youbuild: refactor rollup config
2023-02-02  Evan Youchore: remove hanging slash from import
2023-02-02  Evan Youworkflow: type check on commit
2023-02-02  Evan Youchore: remove rpts2
2023-02-02  Evan Youwip: isolatedModules + use rollup-plugin-esbuild
2023-02-02  Evan Youbuild: only enable esModule compat for cjs builds
2023-02-02  Evan Youworkflow: disable threads during tests
2023-02-02  Evan Youchore: define compile time flags during size check
2023-02-02  Evan Youfix(build): ensure BaseTransition functions can be...
2023-02-02  Evan Youchore: fix size reporting for brotli
2023-02-02  Evan Youchore: fix types
2023-02-02  Evan Yourelease: v3.2.47 v3.2.47
2023-02-02  Evan Youfix(build): enforce __esModule interop for cjs builds
2023-02-02  Evan Yourelease: v3.2.46 v3.2.46
2023-02-02  Evan Youworkflow: check ci status during release
2023-02-02  三咲智子 Kevin... fix(types): optional boolean props should have boolean...
2023-02-01  edisonfix(compiler-sfc): support resolving type declaration...
2023-02-01  李想fix(runtime-core): fix keep-alive cache prune logic...
2023-02-01  Evan Youchore: fix jest reference in merged test case
2023-02-01  René Kollerfix(compat): fix custom transition classes in compat...
2023-02-01  Anthony Fufix(reactivity): `triggerRef` working with `toRef`...
2023-02-01  Anthony Fufix(types): accept sync `serverPrefetch()` (#7000)
next