Revīziju vēsture

Autors SHA1 Ziņojums Datums
  edison 5ee8913140 perf(runtime-vapor): cache dynamic prop/attr and slot function sources using computed to prevent redundant calls. (#14178) 6 mēneši atpakaļ
  edison 92c2d8ccbb fix(runtime-vapor): use computed to cache the result of dynamic slot function to avoid redundant calls. (#14176) 6 mēneši atpakaļ
  edison e499d56307 chore(runtime-vapor): render fallback at the deepest invalid fragment (#14172) 6 mēneši atpakaļ
  edison 2f0676f1ed fix(runtime-vapor): enable injection from VDOM parent to slotted Vapor child (#14167) 6 mēneši atpakaļ
  daiwei 767cd23496 release: v3.6.0-alpha.6 6 mēneši atpakaļ
  daiwei 078e754eba refactor: allow `getScopeOwner` to return null and add non-null assertion for instance access. 6 mēneši atpakaļ
  daiwei 11c95dbc50 refactor: extract scope ID retrieval into `getCurrentScopeId` helper. 6 mēneši atpakaļ
  daiwei 656f52d03c refactor: conditionally generate `withVaporCtx` for slots only when they contain components or slot outlets. 6 mēneši atpakaļ
  daiwei 603dc8b102 refactor: rename `getSlotInstance` to `getScopeOwner` and centralize scope owner retrieval 6 mēneši atpakaļ
  daiwei d47784c2d7 refactor: explicitly pass current instance to fragment rendering instead of relying on a stored parentComponent property. 6 mēneši atpakaļ
  daiwei 59a62d5528 refactor: remove manual `TransitionGroup` update triggering and the `group` flag from transition hooks. 6 mēneši atpakaļ
  daiwei 7e0d8130e6 refactor(runtime-vapor): use dedicated currentSlotOwner instead of changing currentInstance in withVaporCtx 6 mēneši atpakaļ
  daiwei 50602eca5a fix(KeepAlive): remove unnecessary null check in getInnerBlock call 6 mēneši atpakaļ
  daiwei e70ca5da5e fix(TransitionGroup): simplify dev-only warning condition for unkeyed children 6 mēneši atpakaļ
  daiwei 71e2495e46 fix(KeepAlive): correct condition for caching inner blocks to handle null cases 6 mēneši atpakaļ
  edison 0dcc98fb3a feat(suspense): support rendering of Vapor components (#14157) 6 mēneši atpakaļ
  edison 5db15cfe5e fix(compiler-vapor): enhance v-slot prop destructuring support (#14165) 6 mēneši atpakaļ
  daiwei 0ab7e1bc86 fix(runtime-vapor): expose raw setup state to devtools via `devtoolsRawSetupState` 6 mēneši atpakaļ
  edison 9bef3be1bf fix(runtime-vapor): add dev-only warning for non-existent property access during render (#14162) 6 mēneši atpakaļ
  daiwei a3a20afcd4 chore: clarify `isUpdating` purpose to prevent recursive updates 6 mēneši atpakaļ
  edison 750e7cd47c fix(templateRef): prevent duplicate onScopeDispose registrations for dynamic template refs (#14161) 6 mēneši atpakaļ
  edison 0668ea3c87 fix(compiler-vapor): prevent nested components from inheriting parent slots (#14158) 6 mēneši atpakaļ
  daiwei 3f3a59d0ce refactor: move development-only measurement and warning context handling back to `createComponent` from `setupComponent` 6 mēneši atpakaļ
  edison 3db1b2e8c0 refactor: introduce `setAsyncRef` on `DynamicFragment` for explicit async component ref assignment. (#14153) 6 mēneši atpakaļ
  edison bd087adb2a refactor: extract teleport mount and mountToTarget logic into private methods (#14152) 6 mēneši atpakaļ
  edison 53ab5d5271 feat: attrs fallthrough (#14144) 6 mēneši atpakaļ
  daiwei 05b8dbdb56 test: Implement `setClassIncremental` and `setStyleIncremental` tests. 6 mēneši atpakaļ
  daiwei 1706a6fbfe test: update directive handling to use withVaporDirectives and improve type safety 6 mēneši atpakaļ
  daiwei 35068c1e24 chore: simplify TransitionHooks comments and remove unused InsertFn type export. 6 mēneši atpakaļ
  edison e405557407 feat(runtime-vapor): support custom directives on vapor components (#14143) 6 mēneši atpakaļ