]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-12-23  Kainefix(runtime-vapor): fix v-show value (#70)
2023-12-23  Rizumu Ayakafeat(runtime-vapor): `watchEffect`/`watch` and `onEffec...
2023-12-16  三咲智子 Kevin... Merge remote-tracking branch 'upstream/minor'
2023-12-16  Evan Yourelease: v3.4.0-beta.3 v3.4.0-beta.3
2023-12-16  Evan Youchore: Merge branch 'main' into minor
2023-12-16  Evan Yourelease: v3.3.12 v3.3.12
2023-12-16  Evan Youtest(types): add test for ref/shallowRef generic casting
2023-12-16  丶远方fix(types): fix `shallowRef` type error (#9839)
2023-12-16  edisonfix(defineModel): ensure trigger effect when prop chang...
2023-12-16  edisonfix(hydration): handle appear transition before patch...
2023-12-15  Cédric Exbrayattest(runtime-core): uncomment assertion in hydration...
2023-12-15  Cédric Exbrayatfix(compiler-core): vnode hooks error message (#9842)
2023-12-15  Evan Youfix(Suspense): fix edge case of Suspense being patched...
2023-12-15  丶远方fix(sfc/cssVars): fix loss of CSS v-bind variables...
2023-12-14  GaoNengfeat(runtime-vapor): mounted & unmounted hook (#46)
2023-12-14  三咲智子 Kevin... refactor(runtime-vapor): clean up
2023-12-14  白雾三语fix(runtime-vapor): `unmountComponent` (#63)
2023-12-14  Divyansh Singhfix(mathml): update known mathML tags (#9829)
2023-12-14  Evan Yourelease: v3.4.0-beta.2 v3.4.0-beta.2
2023-12-14  Evan Youfeat(types): remove default jsx global registration
2023-12-14  Evan Youchore: cleanup changelog [ci skip]
2023-12-13  Evan Yourelease: v3.4.0-beta.1 v3.4.0-beta.1
2023-12-13  Evan Youfix(runtime-core): properly pop warning context when...
2023-12-13  Evan Youfix(Suspense): properly fix #6416
2023-12-13  白雾三语fix: throw error without `script` block (#61)
2023-12-13  白雾三语feat(compiler-vapor): functional custom directive suppo...
2023-12-12  Evan Youfix(hydration): should not warn mismatch for nullish...
2023-12-12  Evan Youchore: preserve error code enum order
2023-12-12  Evan Youfix(Suspense): handle switching away from kept-alive...
2023-12-12  Evan Youchore: remove unnecessary statements
2023-12-12  Evan Youchore(sfc-playground): use dev mode by default
2023-12-12  丶远方workflow(sfc-playground): add reload function (#8674)
2023-12-12  mmis1000fix(runtime-core): fix suspense crash when patching...
2023-12-12  Evan Youfix(ssr): make isInSSRComponentSetup state sharable...
2023-12-12  Evan Youchore: update lockfile
2023-12-12  Evan Youfix(hydration): swap client/server labels for hydration...
2023-12-12  三咲智子 Kevin... feat(compiler-sfc): promote defineModel stable (#9598)
2023-12-12  Evan Youchore: update defineModel comment docs [ci skip]
2023-12-12  Evan Youfeat(defineModel): support local mutation by default...
2023-12-12  Rizumu Ayakatest: add all tests for `v-on` (#52)
2023-12-12  白雾三语test: add v-show unit test (#56)
2023-12-12  三咲智子 Kevin... fix(runtime-vapor): custom directive instance
2023-12-12  Kainerefactor: improve file path resolution (#55)
2023-12-12  Evan Youperf: use sync watcher for defineModel local mode
2023-12-12  Evan Youchore: remove accidentally kept file from merge
2023-12-11  Evan Youci: disable continuous benchmark for now
2023-12-11  丶远方feat(types): improve event type inference when using...
2023-12-11  Carles Mitjansfeat(types): support passing generics when registering...
2023-12-11  Mehmetfeat(types): export AriaAttributes type (#8909)
2023-12-11  三咲智子 Kevin... feat(types): export ObjectPlugin and FunctionPlugin...
2023-12-11  Evan Youchore: Merge branch 'main' into minor
2023-12-11  丶远方refactor(types): simplify `EmitsToProps` types (#9788)
2023-12-11  bteachore(sfc-playground): highlight the active version...
2023-12-11  Evan Yourefactor(reactivity): improve nested readonly ref set...
2023-12-11  丶远方refactor(compiler-sfc): avoid unnecessary switch case...
2023-12-11  renovate[bot]chore(deps): update lint (#9800)
2023-12-11  renovate[bot]chore(deps): update dependency marked to v11 (#9806)
2023-12-11  三咲智子 Kevin... refactor(runtime-vapor): remove argument generic
2023-12-11  renovate[bot]chore(deps): update dependency jsdom to v23 (#9805)
2023-12-11  renovate[bot]chore(deps): update test (#9802)
2023-12-11  renovate[bot]chore(deps): update codspeedhq/action action to v2...
2023-12-11  renovate[bot]chore(deps): update dependency monaco-editor to ^0...
2023-12-11  renovate[bot]chore(deps): update all non-major dependencies (#9799)
2023-12-11  三咲智子 Kevin... refactor(compiler-core): reuse unwrapTS utility functio...
2023-12-11  zhangenmingchore: remove out of date comment (#9794) [ci skip]
2023-12-10  Rizumu Ayakatest: add transform tests to `v-html` / `v-text` tests...
2023-12-10  Rizumu Ayakatest: add transform tests to `v-once` tests (#44)
2023-12-09  三咲智子 Kevin... fix(compiler-vapor): add modifier for empty v-on
2023-12-09  Rizumu Ayakatest: combine with transform and codegen tests for...
2023-12-09  ubugeeeifeat(runtime-vapor): component props (#40)
2023-12-09  三咲智子 Kevin... feat: pushFnCall
2023-12-09  三咲智子 Kevin... feat: withIndent
2023-12-09  三咲智子 Kevin... refactor: pushMulti
2023-12-09  三咲智子 Kevin... refactor(compiler-vapor): v-on
2023-12-09  三咲智子 Kevin... fix(compiler-vapor): generate static expression
2023-12-09  三咲智子 Kevin... feat(compiler-vapor/v-bind): globally allowed
2023-12-09  Rizumu Ayakafeat: camel modifier for `v-bind` (#39)
2023-12-08  三咲智子 Kevin... test: add transform test
2023-12-08  Rizumu Ayakatest: split test files (#38)
2023-12-08  三咲智子 Kevin... feat(types): expose `DefineProps` type
2023-12-08  edisonfix(ssr): fix suspense hydration of fallback content...
2023-12-08  Carlos Rodriguesfix(types): support for generic keyof slots (#8374)
2023-12-08  Evan Youchore: fix types
2023-12-08  三咲智子 Kevin... feat(types): add emits and slots type to `FunctionalCom...
2023-12-08  Carlos Rodriguesfeat(types): provide ComponentInstance type (#5408)
2023-12-08  Carlos Rodriguesfeat(types): expose `PublicProps` type (#2403)
2023-12-08  丶远方fix(types): add `xmlns:xlink` to `SVGAttributes` (...
2023-12-08  三咲智子 Kevin... ci: add continuous reactivity benchmark (#9638)
2023-12-08  三咲智子 Kevin... chore: update todo
2023-12-08  Fabian Gündelfeat: MathML support (#7836)
2023-12-08  三咲智子 Kevin... test: update snapshot
2023-12-08  三咲智子 Kevin... feat: v-show
2023-12-08  Divyansh Singhfeat(ssr): add `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__...
2023-12-08  Evan Youfeat(ssr): improve ssr hydration mismatch checks (...
2023-12-08  Adrien Foulonfeat(compiler-core): add current filename to TransformC...
2023-12-08  三咲智子 Kevin... feat(compiler-sfc): support import attributes and ...
2023-12-08  Evan Yourelease: v3.3.11 v3.3.11
2023-12-08  edisonfix(Suspense): properly get anchor when mount fallback...
2023-12-08  Rudyfix(watch): should not fire pre watcher on child compon...
2023-12-07  丶远方fix(types): ref() return type should not be any when...
next