Commit History

Autor SHA1 Mensaxe Data
  daiwei 767cd23496 release: v3.6.0-alpha.6 hai 4 meses
  daiwei 078e754eba refactor: allow `getScopeOwner` to return null and add non-null assertion for instance access. hai 4 meses
  daiwei 11c95dbc50 refactor: extract scope ID retrieval into `getCurrentScopeId` helper. hai 4 meses
  daiwei 656f52d03c refactor: conditionally generate `withVaporCtx` for slots only when they contain components or slot outlets. hai 4 meses
  daiwei 603dc8b102 refactor: rename `getSlotInstance` to `getScopeOwner` and centralize scope owner retrieval hai 4 meses
  daiwei d47784c2d7 refactor: explicitly pass current instance to fragment rendering instead of relying on a stored parentComponent property. hai 4 meses
  daiwei 59a62d5528 refactor: remove manual `TransitionGroup` update triggering and the `group` flag from transition hooks. hai 4 meses
  daiwei 7e0d8130e6 refactor(runtime-vapor): use dedicated currentSlotOwner instead of changing currentInstance in withVaporCtx hai 4 meses
  daiwei 50602eca5a fix(KeepAlive): remove unnecessary null check in getInnerBlock call hai 4 meses
  daiwei e70ca5da5e fix(TransitionGroup): simplify dev-only warning condition for unkeyed children hai 4 meses
  daiwei 71e2495e46 fix(KeepAlive): correct condition for caching inner blocks to handle null cases hai 4 meses
  edison 0dcc98fb3a feat(suspense): support rendering of Vapor components (#14157) hai 4 meses
  edison 5db15cfe5e fix(compiler-vapor): enhance v-slot prop destructuring support (#14165) hai 4 meses
  daiwei 0ab7e1bc86 fix(runtime-vapor): expose raw setup state to devtools via `devtoolsRawSetupState` hai 4 meses
  edison 9bef3be1bf fix(runtime-vapor): add dev-only warning for non-existent property access during render (#14162) hai 4 meses
  daiwei a3a20afcd4 chore: clarify `isUpdating` purpose to prevent recursive updates hai 4 meses
  edison 750e7cd47c fix(templateRef): prevent duplicate onScopeDispose registrations for dynamic template refs (#14161) hai 4 meses
  edison 0668ea3c87 fix(compiler-vapor): prevent nested components from inheriting parent slots (#14158) hai 4 meses
  daiwei 3f3a59d0ce refactor: move development-only measurement and warning context handling back to `createComponent` from `setupComponent` hai 4 meses
  edison 3db1b2e8c0 refactor: introduce `setAsyncRef` on `DynamicFragment` for explicit async component ref assignment. (#14153) hai 4 meses
  edison bd087adb2a refactor: extract teleport mount and mountToTarget logic into private methods (#14152) hai 4 meses
  edison 53ab5d5271 feat: attrs fallthrough (#14144) hai 4 meses
  daiwei 05b8dbdb56 test: Implement `setClassIncremental` and `setStyleIncremental` tests. hai 5 meses
  daiwei 1706a6fbfe test: update directive handling to use withVaporDirectives and improve type safety hai 5 meses
  daiwei 35068c1e24 chore: simplify TransitionHooks comments and remove unused InsertFn type export. hai 5 meses
  edison e405557407 feat(runtime-vapor): support custom directives on vapor components (#14143) hai 5 meses
  daiwei 75da557226 chore(vShow): simplify fragment handling logic hai 5 meses
  daiwei f37b6affa7 test: remove TODO comments hai 5 meses
  daiwei 0fe3a34ea6 test(compile): add tests for v-on multi statements, v-slot, and v-for hai 5 meses
  daiwei 7055b93a17 test: remove temporary test case comment from compile.spec.ts hai 5 meses