]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2024-12-06  Evan Youwip: component with fallback
2024-12-05  Evan Youwip: fix all runtime-core type errors
2024-12-05  Evan Youwip(vapor): updated/beforeUpdate
2024-12-05  Evan Youchore: disable options api in playground
2024-12-05  Evan Youwip(vapor): mounted/beforeMounted lifecycle hooks
2024-12-05  Evan Youwip: unify currentInstance between vdom and vapor ...
2024-12-05  Evan Yourefactor: split current instance logic to separate...
2024-12-05  Evan Youwip: optimize props validation
2024-12-05  Evan Youwip: handle props case matching
2024-12-05  Evan Youwip: vapor component props validation
2024-12-05  Evan Youwip: should resolve dynamic props first + optimize...
2024-12-04  Evan Youwip: cache normalized options for dev check
2024-12-04  Evan Youwip: fix value casting
2024-12-04  Evan Youwip: use proxy for static props too
2024-12-04  Evan Youchore: vapor playground preview script
2024-12-04  Evan Youwip(vapor): align compiler with new props runtime behavior
2024-12-04  Evan Youchore: notes
2024-12-04  Evan Youwip: make sfc playground work after refactor + support...
2024-12-04  Evan Yourefactor: remove @vue/vapor package
2024-12-04  Evan Yourefactor: remove runtime-shared
2024-12-04  Evan Youwip(vapor): reuse createApp from core
2024-12-04  Evan Youwip: vapor warning context integration
2024-12-03  Evan Youchore: playground
2024-12-03  Evan Youwip: emits
2024-12-03  Evan Yourefactor: make core warning and errorHandling vdom...
2024-12-03  Evan Youwip: filter emits
2024-12-03  Evan Yourefactor: expose scheduler for vapor
2024-12-03  Evan Yourefactor: reuse props logic from core
2024-12-03  Evan Youwip: attr fallthrough
2024-12-02  Evan Youwip: inheritAttrs
2024-12-02  Evan Youwip: props casting
2024-12-02  Evan Youchore: avoid toHandlers not treeshaken
2024-12-02  Evan Youchore: disable modulePreload
2024-12-02  Evan Youwip: props handling
2024-12-02  Evan Youwip: save
2024-12-01  Evan Youchore: remove unnecessary config in dev config [ci...
2024-12-01  Evan Youperf: use class for SetupContext
2024-12-01  Evan Youchore: use actual production build for playground build...
2024-12-01  Evan Youchore: revert temporarily commented lines
2024-12-01  Evan Youchore: fix test
2024-12-01  edisonperf(runtime-vapor): optimize `setDOMProp` on static...
2024-12-01  Evan Youperf(vapor): improve component instantiation by using...
2024-11-30  Rizumu Ayakaperf(runtime-vapor): `setup()` returning object is...
2024-11-27  edisonperf(runtime-vapor): use `setAttr` or `setDOMProp`...
2024-11-17  Kevin Deng... refactor(vapor): drop `v-memo` (#288)
2024-11-15  三咲智子 Kevin... feat(vapor): support more magic vars
2024-11-15  三咲智子 Kevin... fix(vapor): destructure in `v-for`
2024-11-15  三咲智子 Kevin... fix(compiler-vapor): stringify number prop value
2024-11-15  三咲智子 Kevin... fix(runtime-vapor): attach scope id only to root sub...
2024-11-15  三咲智子 Kevin... fix(runtime-vapor): export types from reactivity
2024-11-15  三咲智子 Kevin... Merge tag 'v3.5.13'
2024-11-15  三咲智子 Kevin... refactor(runtime-vapor): extract fallback component
2024-11-15  三咲智子 Kevin... test(runtime-vapor): tidy custom directives test
2024-11-15  三咲智子 Kevin... refactor(runtime-vapor): re-organize block
2024-11-15  Evan Yourelease: v3.5.13 v3.5.13
2024-11-15  edisonfix(ssr): handle initial selected state for select...
2024-11-15  edisonfix(templateRef): set ref on cached async component...
2024-11-15  edisonfix(ssr): avoid updating subtree of async component...
2024-11-15  Bulat Aikaevfix(ssr): ensure v-text updates correctly with custom...
2024-11-15  Tadasfix(transition): reflow before leave-active class after...
2024-11-15  linzhefix(hydration): the component vnode's el should be...
2024-11-15  Evan Youfix(custom-element): avoid triggering mutationObserver...
2024-11-15  Evan Youchore(playground): reset version when opening local...
2024-11-15  zhangenmingperf(reactivity): do not track inner key `__v_skip...
2024-11-15  edisonfix(compiler-dom): properly stringify template string...
2024-11-15  Evan Youtest: add test case for transition memory leaks
2024-11-15  edisonfix(types): defineEmits w/ interface declaration (...
2024-11-15  edisonfix(Transition): fix transition memory leak edge case...
2024-11-15  edisonchore(deps): update dependency postcss-selector-parser...
2024-11-15  edisonchore(reactivity): remove unecessary array copy (#12400)
2024-11-14  三咲智子 Kevin... feat(runtime-vapor): export createBranch
2024-11-14  三咲智子 Kevin... fix(runtime-vapor): add scope id for fallback component
2024-11-14  三咲智子 Kevin... fix(runtime-vapor): switch to fallback when slot is...
2024-11-14  三咲智子 Kevin... fix(runtime-vapor): scope id for `v-if`
2024-11-14  三咲智子 Kevin... fix(runtime-vapor): `v-if` with inherit attrs
2024-11-14  三咲智子 Kevin... fix(runtime-vapor): invoke getter for static attrs
2024-11-14  Evan Youbuild: strip pure comments in minified builds
2024-11-14  edisonfix(teleport): handle deferred teleport update before...
2024-11-14  三咲智子 Kevin... feat: scope id for child component
2024-11-14  三咲智子 Kevin... feat(vapor): merge inherited attrs with current attrs
2024-11-14  linzhefix(runtime-dom): set css vars on update to handle...
2024-11-14  Evan Youfix(runtime-dom): set css vars before user onMounted...
2024-11-14  linzhefix(compiler-core): handle v-memo + v-for with function...
2024-11-14  edisonfix(v-once): setting hasOnce to current block only...
2024-11-14  edisonfix(reactivity): release nested effects/scopes on effec...
2024-11-14  Evan Youfix(reactiivty): avoid unnecessary watcher effect remov...
2024-11-14  Evan Youworkflow: bench against bundled dist file to avoid...
2024-11-13  Evan Youchore: add well-known funding manifest urls [ci skip]
2024-11-13  Kevin Deng... feat(runtime-vapor): fallback component (#232)
2024-11-13  三咲智子 Kevin... chore(compiler-vapor): fix type error
2024-11-13  三咲智子 Kevin... fix(runtime-vapor): don't overridden attrs in static...
2024-11-13  Evan Youchore: enable format on save in workspace settings
2024-11-13  三咲智子 Kevin... feat(vapor): dynamic component
2024-11-13  Evan Youworkflow: improve bench scripts
2024-11-13  三咲智子 Kevin... fix(runtime-vapor): component self-reference
2024-11-13  三咲智子 Kevin... feat(compiler-vapor): support implicit prop in template
2024-11-13  三咲智子 Kevin... fix(compiler-vapor): nested component
2024-11-13  三咲智子 Kevin... fix(vue-vapor): remove compiler version
2024-11-13  Kevin Deng... refactor(runtime-vapor): simplify directive mechanism...
2024-11-13  三咲智子 Kevin... refactor(compiler-vapor): drop browser build
next