]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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
2023-04-08  Evan Youchore: move ts-ignore comment in release script
2023-04-08  Evan Youchore: lock puppeteer version
2023-04-08  Evan Youchore: make vercel silent
2023-04-08  三咲智子 Kevin... feat(sfc): introduce `defineModel` macro and `useModel...
2023-04-06  Evan Youchore: bump repl for sfc playground
2023-04-06  Evan Youworkflow: use environment for canary release workflow
2023-04-06  三咲智子 Kevin... fix(compiler-sfc): fix binding type for constants when...
2023-04-06  丶远方chore(reactive): remove unref type assertion (#8007)
2023-04-06  Cloyd Lauchore: fix wrong placeholder in issue template (#7918...
2023-04-06  -isumfix(compiler-sfc): accept `StringLiteral` node in ...
2023-04-06  Evan Youchore: bump repl to handle legacy playground import...
2023-04-06  Evan Youchore: enable cors for sfc as temporary fix
2023-04-06  Evan Youchore: enable cors for sfc as temporary fix
2023-04-06  Evan Youchore: update playground url
2023-04-06  Evan Youfix(types): more public type argument order fix
2023-04-05  Evan Youfix(types): retain type parameters order for public...
2023-04-05  Evan YouRevert "chore: remove unused args passed to ssrRender"
2023-04-05  三咲智子 Kevin... fix(compiler-sfc): skip empty `defineOptions` and suppo...
2023-04-05  Evan Youfix(types): improve defineProps return type with generi...
2023-04-05  Evan Yourefactor(compiler-sfc): move related files into separat...
2023-04-05  Eduardo San... feat(app): app.runWithContext() (#7451)
2023-04-05  Evan Youchore: remove unused args passed to ssrRender
2023-04-05  Evan Youfix(compiler-ssr): disable v-once transform in ssr...
2023-04-04  Evan Yourelease: v3.3.0-alpha.8 v3.3.0-alpha.8
2023-04-04  魏chore: remove duplicate test (#8003)
2023-04-04  JayFatechore: add setupVitest to tsconfig (#8009)
2023-04-04  Evan Youfix(compiler-sfc): check binding is prop before erroring
2023-04-03  Evan Yourelease: v3.3.0-alpha.7 v3.3.0-alpha.7
2023-04-03  三咲智子 Kevin... feat(types/slots): support slot presence / props type...
2023-04-02  Evan Youfeat(reactivity): improve support of getter usage in...
2023-04-02  Evan Youchore: add docs links for sfc macros
2023-03-31  Roland Hummeldocs: comments on reactivity functions (fixes #4832...
2023-03-31  白雾三语fix(compiler-dom): handle newlines when evaluating...
2023-03-31  Evan Youfix(compiler-sfc): use dynamic defaults merging for...
2023-03-31  Evan Youfeat(compiler-sfc): support arbitrary expression as...
2023-03-31  Evan Youchore: remove unused param
2023-03-31  Evan Youfeat(sfc): revert withDefaults() deprecation
2023-03-30  Evan Yourefactor(compiler-sfc): remove unnecessary emits type...
2023-03-30  Evan Youfeat(compiler-sfc): codegen support for defineEmits...
2023-03-30  Evan Youfeat(sfc): support more ergnomic defineEmits type synta...
2023-03-30  Evan Yourelease: v3.3.0-alpha.6 v3.3.0-alpha.6
2023-03-30  Evan Youchore: bump csstype version
2023-03-30  Evan Youbuild: improve dts generation
2023-03-30  Evan Youfeat(compiler-sfc): support generating variable instead...
2023-03-30  Evan Youfix(compiler-core): fix codegen for literal const in...
2023-03-30  三咲智子 Kevin... fix(compiler-sfc): infer runtime type in defineProps...
2023-03-30  Evan Youfeat(compiler-sfc): enable reactive props destructure...
2023-03-29  Evan Youfix(compiler-sfc): fix function default value handling...
2023-03-29  Evan Youfix(compiler-sfc): infer object type for empty type...
2023-03-29  Evan Youfix(compiler-sfc): fix defineExpose() codegen regressio...
2023-03-29  Haoqun Jiangfix(types/jsx): move JSX DOM types back to `@vue/runtim...
2023-03-29  Leonardo Piccioni... fix(jsx-runtime): handle keys (#7976)
2023-03-29  Haoqun Jiangfix(types/jsx): jsx-runtime types for global JSX namesp...
2023-03-29  三咲智子 Kevin... fix(compiler-core): check if expression is constant...
2023-03-28  三咲智子 Kevin... feat(runtime-core): add skipCheck for prop (#7548)
2023-03-28  Evan Youchore: fix accidentally replaced comments [ci skip]
2023-03-28  白雾三语chore: update snapshots by #7766 (#7970)
2023-03-28  白雾三语fix(compiler-sfc): use prependLeft to handle CSSVars...
2023-03-28  Evan Youchore: update snapshots
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): avoid codegen conflict with user...
2023-03-28  三咲智子 Kevin... fix(compiler-sfc): disallow `expose` property in `defin...
2023-03-28  三咲智子 Kevin... feat(compiler-core): support parsing `const` modifier...
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
next