]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-12-04  edisonfix(runtime-core): Suspense get anchor properly in...
2023-12-04  Evan Youfix(compiler-sfc): avoid passing forEach index to genMap
2023-12-03  Carlos Rodriguesfix(types): improve return type withKeys and withModifi...
2023-12-01  Reiichore(template-explorer): fix overflow screen problem...
2023-12-01  edisonfix(compiler-sfc): support inferring generic types...
2023-12-01  Evan Youfix(compiler-sfc): deindent pug/jade templates
2023-12-01  edisonfix(ssr): avoid computed being accidentally cached...
2023-11-30  edisonfix(compiler-sfc): generate more treeshaking friendly...
2023-11-30  花果山大圣chore(dx): improve color contrast in dark mode for...
2023-11-30  Abhay Chauhanchore: improve comment readability (#8598) [ci skip]
2023-11-30  Blake Newmanfix(types): expose emits as props in functional compone...
2023-11-30  三咲智子 Kevin... fix(types): fix reactive collection types (#8960)
2023-11-30  Evan Youchore(playground): use CodeMirror during local dev
2023-11-30  Evan Youperf(v-on): constant handlers with modifiers should...
2023-11-30  Evan Youperf(runtime-dom): cache modifier wrapper functions
2023-11-30  三咲智子 Kevin... fix(compiler-sfc): throw error when failing to load...
2023-11-30  edisonfix(cssVars): cssVar names should be double-escaped...
2023-11-30  Evan Youchore: fix width/height check condition
2023-11-30  edisonfix(compiler-sfc): support resolving components from...
2023-11-30  Evan Youchore: optimize widht/height element check
2023-11-30  Evan Youperf: optimize on* prop check
2023-11-30  zhoulixiangfix(runtime-dom): set width/height with units as attrib...
2023-11-30  renovate[bot]chore(deps): update dependency puppeteer to ~21.5.2...
2023-11-30  Evan Youchore: bump @vue/repl
2023-11-28  renovate[bot]chore(deps): update dependency @typescript-eslint/parse...
2023-11-28  renovate[bot]chore(deps): update all non-major dependencies (#9682)
2023-11-28  renovate[bot]fix(deps): update compiler to ^7.23.4 (#9681)
2023-11-25  Evan Yourelease: v3.3.9 v3.3.9
2023-11-22  Carlos Rodriguestypes: support app.component to be `defineComponent...
2023-11-21  Evan Youchore: exclude private packages from version updates
2023-11-21  Evan Youworkflow: use workspace deps
2023-11-20  renovate[bot]chore(deps): update all non-major dependencies (#9636)
2023-11-18  renovate[bot]chore(deps): update dependency vite to v5 (#9630)
2023-11-18  renovate[bot]chore(deps): update dependency tsx to v4 (#9629)
2023-11-18  renovate[bot]chore(deps): update lint (#9627)
2023-11-18  renovate[bot]chore(deps): update actions/github-script action to...
2023-11-17  renovate[bot]chore(deps): update dessant/lock-threads action to...
2023-11-17  renovate[bot]chore(deps): update autofix-ci/action digest to bee19d7...
2023-11-17  三咲智子 Kevin... chore: fix polyfill node conditions in dev
2023-11-15  三咲智子 Kevin... docs: replace rollup-plugin-vue with vite version
2023-11-15  Evan Youfix(v-model): unnecessary value binding error should...
2023-11-13  Bogdan Kolesnykfix(compiler-sfc): malformed filename on windows using...
2023-11-13  renovate[bot]chore(deps): update compiler to ^7.23.3 (#9590)
2023-11-13  renovate[bot]chore(deps): update all non-major dependencies (#9589)
2023-11-13  Evan Youfix(types): revert class type restrictions
2023-11-12  Evan Youworkflow(playground): prod/dev toggle should apply...
2023-11-10  Rickchore: fix dev-sfc-prepare command (#9570)
2023-11-10  renovate[bot]chore(deps): update dependency puppeteer to ~21.5.1...
2023-11-10  renovate[bot]chore(deps): update lint (#9552)
2023-11-10  丶远方fix(types): fix `unref` and `toValue` when input union...
2023-11-10  花果山大圣fix(reactivity): onCleanup also needs to be cleaned...
2023-11-10  Congfix(compiler-sfc): support `:is` and `:where` selector...
2023-11-10  auvredfix(compiler-sfc): consistently escape type-only prop...
2023-11-10  edisonfix(compiler-sfc): support resolve extends interface...
2023-11-10  Evan Youfix(types): widen ClassValue type
2023-11-10  Anthony Fufix(ssr): hydration `__vnode` missing for devtools...
2023-11-10  Evan Youchore: remove typeof NULL_DYNAMIC_COMPONENT for type...
2023-11-10  zqranfix(types): return type of withDefaults should be reado...
2023-11-10  Basil Gorfix(types): more precise types for class bindings ...
2023-11-10  丶远方test(shared): add test case for escapeHtmlComment ...
2023-11-10  skirtledx(runtime-core): warn if `this` is used in a `<script...
2023-11-10  Evan Youchore: fix formatting + remove duplicated property...
2023-11-10  被雨水过滤的空气-Rainrefactor(compiler-dom): use String's built-in repeat...
2023-11-10  Yuchaotest(apiWatch): better indicate array pre & new values...
2023-11-10  skirtledx(runtime-core): warn when the prop type is `[]` ...
2023-11-10  bqy_fefix(types): update jsx type definitions (#8607)
2023-11-10  Yuchaofix(types): allow falsy value types in `StyleValue...
2023-11-10  Tychorefactor(compiler-sfc): reuse `forAliasRE` regex from...
2023-11-10  renovate[bot]chore(deps): update all non-major dependencies (#9551)
2023-11-10  Rudyfix(types): defineCustomElement using defineComponent...
2023-11-10  Ha Pamchore: typo and grammar (#8568) [ci skip]
2023-11-10  王野未chore(scripts): delete an unnecessary parameter + add...
2023-11-10  Simon Lévesquefix(types): fix shallowRef return type with union value...
2023-11-10  Evan Youfix(hydration): force hydration for v-bind with .prop...
2023-11-10  Evan Youfix(hydration): properly hydrate indeterminate prop
2023-11-09  Rudyfix(types): fix instance type when props type is incomp...
2023-11-09  魏fix(reactivity): clear method on readonly collections...
2023-11-09  Nebulachore: add name option for Teleport (#7315)
2023-11-09  edisonfix(compiler-core): avoid rewriting scope variables...
2023-11-09  被雨水过滤的空气-Rainfix(hmr/transition): fix kept-alive component inside...
2023-11-09  白雾三语fix(v-model): avoid overwriting number input with same...
2023-11-09  Carlos Rodriguesfix(types): remove optional properties from defineProps...
2023-11-09  丶远方fix(compiler-core): fix `resolveParserPlugins` decorato...
2023-11-07  Evan Youchore: bust sponsor image cache [ci skip]
2023-11-06  Evan Yourelease: v3.3.8 v3.3.8
2023-11-06  Evan Youchore: delete unrelated test case
2023-11-06  Evan Youfix(hydration): fix tagName access eeror on comment...
2023-11-06  Eduardo San... fix(warn): avoid warning on empty children with Suspens...
2023-11-06  edisonfix(compiler-sfc): fix dynamic directive arguments...
2023-11-06  Evan Youfix(types): avoid exposing lru-cache types in generated dts
2023-11-03  Eduardo San... chore: typo [skip ci]
2023-11-03  renovate[bot]fix(deps): update dependency @vue/repl to ^2.6.3 (...
2023-11-03  Evan Youchore: add maintenance handbook
2023-11-02  renovate[bot]fix(deps): update dependency @vue/repl to ^2.6.2 (...
2023-11-02  renovate[bot]chore(deps): update actions/setup-node action to v4...
2023-11-02  renovate[bot]chore(deps): update pnpm to v8.10.2 (#9529)
2023-10-31  renovate[bot]chore(deps): update lint (#9505) 5526/head
2023-10-31  renovate[bot]chore(deps): update dependency puppeteer to ~21.4.1...
2023-10-31  renovate[bot]chore(deps): update all non-major dependencies (#9501)
2023-10-30  木杉fix(compile-sfc): support `Error` type in `defineProps...
next