Historia zmian

Autor SHA1 Wiadomość Data
  daiwei cd98691b76 release: v3.6.0-alpha.7 4 miesięcy temu
  edison fbe8932252 Revert "perf(runtime-vapor): cache dynamic prop/attr and slot function source…" (#14194) 4 miesięcy temu
  edison 79aa9dbf68 fix(runtime-vapor): track and restore slot owner context for DynamicFragment rendering (#14193) 4 miesięcy temu
  daiwei 13320fd5dc types(runtime-vapor): export VaporTransitionHooks type 4 miesięcy temu
  daiwei 42978221a9 refactor(runtime-vapor): make renderBranch method public 4 miesięcy temu
  daiwei a844a8fd26 chore: Merge branch 'main' into minor 4 miesięcy temu
  edison 6de8f689a6 feat(runtime-vapor): implement `defineVaporCustomElement` type inference (#14183) 4 miesięcy temu
  edison 158e706e48 fix(hmr): track original `__vapor` state during component mode switching (#14187) 4 miesięcy temu
  daiwei 918c7ad80c types(runtime-vapor): export VaporComponent and VaporSlot types 4 miesięcy temu
  daiwei 918b50fd5f fix(hmr): refactor scope cleanup to use reset method for stale effects management 4 miesięcy temu
  daiwei bfd4f1887a fix(hmr): handle reload for template-only components switching between vapor and vdom 4 miesięcy temu
  zhiyuanzmj 9d9efd493e feat(runtime-vapor): implement defineVaporComponent types (#13831) 4 miesięcy temu
  btea f51d3e2789 ci: `pkg-pr-new` publish add pm option (#14175) 4 miesięcy temu
  edison 5ee8913140 perf(runtime-vapor): cache dynamic prop/attr and slot function sources using computed to prevent redundant calls. (#14178) 4 miesięcy temu
  edison 92c2d8ccbb fix(runtime-vapor): use computed to cache the result of dynamic slot function to avoid redundant calls. (#14176) 4 miesięcy temu
  edison e499d56307 chore(runtime-vapor): render fallback at the deepest invalid fragment (#14172) 4 miesięcy temu
  daiwei 44ee43848f docs: add Ben Zimmermann to the list of security researchers in SECURITY.md 4 miesięcy temu
  edison 92019e4a2d chore(deps): update @vue/repl to version 4.7.1 (#14169) 4 miesięcy temu
  edison 2f0676f1ed fix(runtime-vapor): enable injection from VDOM parent to slotted Vapor child (#14167) 4 miesięcy temu
  daiwei 767cd23496 release: v3.6.0-alpha.6 4 miesięcy temu
  daiwei 078e754eba refactor: allow `getScopeOwner` to return null and add non-null assertion for instance access. 4 miesięcy temu
  daiwei 11c95dbc50 refactor: extract scope ID retrieval into `getCurrentScopeId` helper. 4 miesięcy temu
  daiwei 656f52d03c refactor: conditionally generate `withVaporCtx` for slots only when they contain components or slot outlets. 4 miesięcy temu
  daiwei 603dc8b102 refactor: rename `getSlotInstance` to `getScopeOwner` and centralize scope owner retrieval 4 miesięcy temu
  daiwei d47784c2d7 refactor: explicitly pass current instance to fragment rendering instead of relying on a stored parentComponent property. 4 miesięcy temu
  daiwei 59a62d5528 refactor: remove manual `TransitionGroup` update triggering and the `group` flag from transition hooks. 4 miesięcy temu
  daiwei 7e0d8130e6 refactor(runtime-vapor): use dedicated currentSlotOwner instead of changing currentInstance in withVaporCtx 4 miesięcy temu
  daiwei 50602eca5a fix(KeepAlive): remove unnecessary null check in getInnerBlock call 4 miesięcy temu
  daiwei e70ca5da5e fix(TransitionGroup): simplify dev-only warning condition for unkeyed children 4 miesięcy temu
  daiwei 71e2495e46 fix(KeepAlive): correct condition for caching inner blocks to handle null cases 4 miesięcy temu