]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2024-12-09  Evan Youfix(scheduler): recover nextTick from error in post...
2024-12-09  Evan Youwip: remove setInheritAttrs codegen
2024-12-09  Evan Youwip: respect inheritAttrs
2024-12-09  Evan Youchore: make vapor compiler tests pass
2024-12-09  Evan Youchore: remove non-function-related changes from vapor...
2024-12-08  Evan Youwip: vapor hmr reload
2024-12-08  Evan Youwip: vapor app.unmount + unmounted hooks
2024-12-08  Evan Youchore: fix vapor playground tsconfig
2024-12-08  Evan Youchore: remove vue/vapor
2024-12-08  Evan Youwip: optimize vapor currentInstance setting
2024-12-08  Evan Youwip: prepare hmr reload
2024-12-08  Evan Youbuild: fix esm-bundler vapor re-exports
2024-12-08  Evan Youwip: vapor hmr rerender
2024-12-08  Evan Youchore: fix vdom slots currentInstance
2024-12-08  Evan Youwip: prepare hmr for vapor
2024-12-08  Evan Youwip: make dev mode work for sfc generated code
2024-12-08  Evan Youchore: fix playground import
2024-12-08  Evan Youbuild: trim vapor intenral helper exports form runtime...
2024-12-08  Evan Youbuild: add runtime-with-vapor format + fix sfc playgrou...
2024-12-08  Evan Youwip: adjust slot props compilation
2024-12-08  Evan Youwip: slot props
2024-12-07  Evan Youchore: element -> node
2024-12-07  Evan Youchore: BlockFn
2024-12-07  Evan Youwip: dynamic slots
2024-12-07  Evan Youwip: adjust slots codegen
2024-12-07  Evan Youwip: slots
2024-12-06  Evan Youwip: avoid proxy when slots are static
2024-12-06  Evan Youchore: minify config for playground
2024-12-06  Evan Youwip: avoid including vdom-only public properties map...
2024-12-06  Evan Youwip: respect rootProps in createVaporApp
2024-12-06  Evan Youwip: slots proxy
2024-12-06  Evan Youwip: fix props/attrs bugs
2024-12-06  Evan Youwip: get instance from rawProps to fix proxy handler...
2024-12-06  Evan Youchore: update playground vapor welcome
2024-12-06  Evan Youwip: proxy refs on setup ctx during dev
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...
next