5535 Commits (bceccf9e21ea13c20c096cb352f0bed5ada52f1d)
 

Author SHA1 Message Date
Evan You bceccf9e21 chore(build): rename __NODE_JS__ build flag to __CJS__ 2 years ago
Evan You 8fda856a82 refactor: split out useModel implementation and tests 2 years ago
Evan You 92514db708
build: add node production/development condition in package exports (#10036) 2 years ago
edison bcda96b525
fix(suspense): avoid double-patching nested suspense when parent suspense is not resolved (#10055) 2 years ago
Evan You 07b19a53a5 test: test case for style binding w/ object value + v-show 2 years ago
cyx cd419aec3c
fix(runtime-dom): unify behavior for v-show + style display binding (#10075) 2 years ago
Evan You dcc68ef7d4 fix(hydration): do not warn against bindings w/ object values 2 years ago
Evan You 8d656ce88d release: v3.4.8 2 years ago
Evan You 5af3987291 fix(hydration): fix class and style hydration mismatch message 2 years ago
Evan You 70ad4caad7 fix(suspense): fix more suspense patch before resolve edge cases 2 years ago
Evan You 972facee0d fix(hydration): improve attr hydration mismatch check for boolean attrs 2 years ago
Evan You d60a57542b build: add copyright and license banner 2 years ago
Evan You a3725a729c release: v3.4.7 2 years ago
三咲智子 Kevin Deng 438a74aad8
fix(types): fix functional component for `h` (#9991) 2 years ago
Evan You 2fd3905738 revert: "dx(computed): warn incorrect use of getCurrentInstance inside computed" 2 years ago
LiuSeen 3135fcb0e4
workflow: ignore non-package directories in /packages (#10016) 2 years ago
LiuSeen 03b54962dc
chore(types): use EffectScheduler type for its queue (#10023) 2 years ago
zhangenming 64e9c9616d
refactor(runtime-core): use currentRenderingInstance directly 2 years ago
zhangenming 9c54dacd0d
chore: use NOOP. (#9938) 2 years ago
Haoqun Jiang 923d560d0b
fix(parser): skip compat mode check for SFC root `<template>` tags (#10034) 2 years ago
Evan You 7976f7044e refactor(runtime-core): safer currentInstance reset 2 years ago
Evan You dc91463eb6 release: v3.4.6 2 years ago
白雾三语 c379bc29ef
fix(types): allow `null` type for textarea value (#9997) 2 years ago
Evan You 7bd4e90506 fix(build): revert "build: add production/development export conditions (#9977)" 2 years ago
Doctorwu 3bf34b767e
fix(runtime-core): handle fragment with null children (#10010) 2 years ago
Evan You 3c3561e720 fix: fix post watcher fire timing on nested app mounts 2 years ago
Evan You d9162dfc2e fix(scheduler): sort nested postFlushCbs 2 years ago
Evan You 324e817ef8 dx(computed): warn incorrect use of getCurrentInstance inside computed 2 years ago
zhoulixiang 2701355e8e
fix(hydration): avoid hydration mismatch warning for styles with different order (#10011) 2 years ago
白雾三语 a3fbf2132b
fix(suspense): fix anchor for suspense with transition out-in (#9999) 2 years ago
renovate[bot] 7220c58d99
chore(deps): update test (#10030) 2 years ago
Evan You ceb215e45d test: update vShow tests to workaround jsdom regression 2 years ago
LiuSeen 96fffe6ec3
chore(comments): dep changed from set to map (#10019) [ci skip] 2 years ago
renovate[bot] 78f8db78bd
chore(deps): update dependency @types/node to ^20.10.7 (#10029) 2 years ago
Doctorwu 68e5cc6ac8
chore(runtime-core): remove console comment (#9989) 2 years ago
Evan You 0275dd329d release: v3.4.5 2 years ago
Evan You b20350ded5 fix(compiler-sfc): fix co-usage of defineModel transform options and props destructure 2 years ago
Evan You ae60a91cc2 fix(compiler-sfc): fix sfc template unref rewrite for class instantiation 2 years ago
三咲智子 Kevin Deng fda51925f4
chore: disallow console statement (#9986) 2 years ago
Evan You 0ae651a5f0 chore: remove log 2 years ago
Daniel Roe e790e1bdd7
build: add production/development export conditions (#9977) 2 years ago
edison 7dbdb3edf0
fix(compiler-ssr): fix node clone edge case caused by AST reuse (#9983) 2 years ago
Yang Mingshan d2d89551bb
fix(watch): cleanup watcher effect from scope when manually stopped (#9978) 2 years ago
Evan You f70f7ca9ae release: v3.4.4 2 years ago
丶远方 fe03b2f8bf
chore(apiWatch): constraint deep passes boolean (#9952) 2 years ago
skirtle 10ccb9bfa0
fix(defineModel): support kebab-case/camelCase mismatches (#9950) 2 years ago
Yang Mingshan f300a4001e
fix(watch): remove instance unmounted short circuit in getter of `watchEffect` (#9948) 2 years ago
renovate[bot] 6de0c55661
chore(deps): update lint (#9963) 2 years ago
Evan You 71d3121b72 fix(compiler-sfc): fix scss source map regression 2 years ago
edison 0160264d67
fix(ssr): avoid rendering transition-group slot content as a fragment (#9961) 2 years ago