Rizumu Ayaka
bdf28de8e8
feat(runtime-core, reactivity): `onEffectCleanup` and `baseWatch` ( #82 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-01-04 23:22:55 +08:00
三咲智子 Kevin Deng
c9fe3f12e7
Merge tag 'v3.4.5'
2024-01-04 17:43:25 +08:00
三咲智子 Kevin Deng
243af64f04
chore: update eslint ignore
2024-01-04 17:41:33 +08:00
ubugeeei
82f1c58be6
chore: add more readme (Codes Copied From `runtime-core`) ( #88 )
2024-01-04 17:36:37 +08:00
Evan You
0275dd329d
release: v3.4.5
2024-01-04 17:21:24 +08:00
Evan You
b20350ded5
fix(compiler-sfc): fix co-usage of defineModel transform options and props destructure
...
close #9972
2024-01-04 17:07:29 +08:00
三咲智子 Kevin Deng
e971b0699b
Merge remote-tracking branch 'upstream/main'
2024-01-04 16:25:58 +08:00
Evan You
ae60a91cc2
fix(compiler-sfc): fix sfc template unref rewrite for class instantiation
...
close #6483
close #6491
2024-01-04 15:58:13 +08:00
三咲智子 Kevin Deng
fda51925f4
chore: disallow console statement ( #9986 )
2024-01-04 15:54:48 +08:00
Evan You
0ae651a5f0
chore: remove log
2024-01-04 15:45:35 +08:00
Daniel Roe
e790e1bdd7
build: add production/development export conditions ( #9977 )
2024-01-04 11:24:17 +08:00
edison
7dbdb3edf0
fix(compiler-ssr): fix node clone edge case caused by AST reuse ( #9983 )
...
close #9981
2024-01-04 10:52:09 +08:00
Yang Mingshan
d2d89551bb
fix(watch): cleanup watcher effect from scope when manually stopped ( #9978 )
2024-01-04 10:36:13 +08:00
Rizumu Ayaka
c82ed7d8a1
chore: update readme, add codes copied list
2024-01-03 20:22:30 +08:00
Evan You
f70f7ca9ae
release: v3.4.4
2024-01-03 18:40:28 +08:00
丶远方
fe03b2f8bf
chore(apiWatch): constraint deep passes boolean ( #9952 )
2024-01-03 18:18:45 +08:00
skirtle
10ccb9bfa0
fix(defineModel): support kebab-case/camelCase mismatches ( #9950 )
2024-01-03 18:18:35 +08:00
Yang Mingshan
f300a4001e
fix(watch): remove instance unmounted short circuit in getter of `watchEffect` ( #9948 )
2024-01-03 18:09:53 +08:00
renovate[bot]
6de0c55661
chore(deps): update lint ( #9963 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-03 17:46:24 +08:00
Evan You
71d3121b72
fix(compiler-sfc): fix scss source map regression
...
close #9970
close #9969
2024-01-03 17:45:57 +08:00
edison
0160264d67
fix(ssr): avoid rendering transition-group slot content as a fragment ( #9961 )
...
close #9933
2024-01-03 17:43:08 +08:00
renovate[bot]
25f212d8a7
chore(deps): update test to ^1.1.1 ( #9962 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-03 17:41:10 +08:00
renovate[bot]
7b8c95a43d
chore(deps): update dependency postcss-selector-parser to ^6.0.15 ( #9960 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-03 17:35:34 +08:00
renovate[bot]
4331af9093
chore(deps): update all non-major dependencies ( #9959 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-03 17:35:15 +08:00
Evan You
a9f781a92c
fix(watch): revert watch behavior when watching shallow reactive objects
...
close #9965
2024-01-03 17:25:24 +08:00
yangxiuxiu
06488047c1
fix(runtime-core): correctly assign suspenseId to avoid conflicts with the default id ( #9966 )
...
close #9944
2024-01-03 17:22:06 +08:00
SerKo
a47fb45c50
workflow(sfc-playground): init custom formatter when selecting new version ( #9958 )
...
close #9957
2024-01-03 16:54:47 +08:00
Evan You
d94d8d4bff
fix(compiler-sfc): use compilerOptions when re-parsing consumed AST
...
fixes hydration error for custom elements
2024-01-02 21:38:13 +08:00
Evan You
be7eabda22
chore: bump repl version
2024-01-02 10:54:13 +08:00
三咲智子 Kevin Deng
3d3d08d0f1
Merge remote-tracking branch 'upstream/minor'
2023-12-31 18:51:34 +08:00
Evan You
24d77c25ce
perf(watch): avoid double traverse for reactive source
2023-12-31 17:29:58 +08:00
Evan You
8f85b6da44
release: v3.4.3
2023-12-30 21:34:23 +08:00
Evan You
274f6f71fc
test: test case for sfc parse options cache invalidation
2023-12-30 21:09:15 +08:00
Evan You
b8d58ec4f4
fix(compiler-sfc): respect sfc parse options in cache key
2023-12-30 20:38:58 +08:00
Evan You
b010cb9939
release: v3.4.2
2023-12-30 19:41:35 +08:00
edison
6cb00ed0f9
fix(ssr): fix hydration error for slot outlet inside transition-group ( #9937 )
...
close #9933
2023-12-30 19:01:07 +08:00
Evan You
c3fd577177
chore: fix snapshot
2023-12-30 18:57:22 +08:00
yangxiuxiu
4f703d120d
fix(runtime-core): support deep: false when watch reactive ( #9928 )
...
close #9916
---------
Co-authored-by: RicardoErii <‘1974364190@qq.com’>
Co-authored-by: Evan You <yyx990803@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-30 18:52:17 +08:00
Evan You
dce99c12df
fix(compiler-sfc): fix dev regression for dot / namespace component usage
...
close #9947
2023-12-30 18:20:14 +08:00
Evan You
63c3e621ce
test: split import usage check tests into dedicated file
2023-12-30 18:13:35 +08:00
Evan You
f787337b47
release: v3.4.1
2023-12-30 09:02:48 +08:00
Evan You
97ce041910
fix(defineModel): support local mutation when only prop but no listener is passed
2023-12-30 08:57:55 +08:00
Evan You
6fab8551e4
feat(compiler-sfc): support passing template parsing options when parsing sfc
...
- This is released in a patch because it is an relatively internal API
but required to properly fix https://github.com/vitejs/vite-plugin-vue/issues/322
- `parseExpressions` is now deprecated because it can be passed using
original template parsing options (`prefixIdentifiers`)
2023-12-30 08:44:39 +08:00
Evan You
a9be936acf
chore: dedupe deps
2023-12-30 08:44:39 +08:00
Carlos Rodrigues
4c20f502ca
chore: use relative import location instead of package ( #9941 )
2023-12-30 08:35:56 +08:00
Evan You
9bc3c7e29c
fix(defineModel): always default modifiers to empty object
...
close #9945
2023-12-30 08:26:48 +08:00
丶远方
4af85835f7
fix(types): fix defineModel watch type error ( #9942 )
...
close #9939
2023-12-30 08:22:56 +08:00
Rizumu Ayaka
d06aac7aa2
style: fix format in vapor
2023-12-29 22:11:33 +08:00
Rizumu Ayaka
dce55475a5
style: fix lint errors in vapor
2023-12-29 22:05:33 +08:00
Rizumu Ayaka
a82d070890
Merge remote-tracking branch 'upstream/minor'
2023-12-29 21:03:21 +08:00