Artfaith
|
e428d89145
|
chore: browser compatibility table link (#13187)
Updated Browser Compatibility reference. The previous currently returns HTTP 404.
|
2024-05-21 09:51:55 +02:00 |
|
Evan You
|
bed04a77e5
|
chore: update issue form [ci skip]
|
2023-12-31 21:23:55 +08:00 |
|
Evan You
|
0191d50c31
|
chore: eol readme (#13142)
|
2023-12-31 17:32:08 +08:00 |
|
Evan You
|
cdcc4f0c66
|
chore: release name for 2.7.16 [ci skip]
|
2023-12-24 23:13:43 +08:00 |
|
Evan You
|
13f4e7dc03
|
release: v2.7.16
|
2023-12-24 23:02:07 +08:00 |
|
Evan You
|
56ce7f8c57
|
fix(lifecycle): esnure component effect scopes are disconnected
close #13134
|
2023-12-24 22:40:05 +08:00 |
|
Evan You
|
305e4ae9dc
|
release: v2.7.16-beta.2
|
2023-12-14 09:28:08 +08:00 |
|
Evan You
|
3e1037e4a0
|
chore: bump vitest to 1.0.4
|
2023-12-14 09:21:26 +08:00 |
|
Evan You
|
db9c566032
|
fix: account for nested render calls
close #13131
|
2023-12-14 09:21:11 +08:00 |
|
Evan You
|
895669ffa0
|
fix(types): export more types for v3 alignment (jsx / component options)
close #13078
close #13128
|
2023-12-14 08:40:20 +08:00 |
|
Evan You
|
73bdf14ef5
|
release: v2.7.16-beta.1
|
2023-12-08 09:42:01 +08:00 |
|
Evan You
|
e0747f40a8
|
fix(keep-alive): fix memory leak without breaking transition tests
|
2023-12-07 17:07:15 +08:00 |
|
Evan You
|
2632249925
|
fix(keep-alive): fix keep-alive memory leak
close #12827
|
2023-12-07 16:12:36 +08:00 |
|
Evan You
|
3650c12f7d
|
fix(types): provide types for built-in components
close #13002
|
2023-12-07 14:41:10 +08:00 |
|
lsdsjy
|
83d95351a9
|
fix(compiler-sfc): check template ref usage, (#12985)
close #12984
|
2023-12-07 14:14:27 +08:00 |
|
xonx
|
24fcf69624
|
fix(types): type VNodeChildren should allow type number (#13067)
close #12973
|
2023-12-07 13:59:43 +08:00 |
|
Evan You
|
6d857f5bee
|
fix(watch): new property addition should trigger deep watcher with getter
close #12967
close #12972
|
2023-12-07 00:13:31 +08:00 |
|
Simon Lévesque
|
a174c29dab
|
fix(types): fix shallowRef's return type (#12979)
close #12978
|
2023-12-06 23:51:56 +08:00 |
|
Evan You
|
f5ef882a78
|
fix(style): always set new styles
close #12901
close #12946
|
2023-12-06 23:17:02 +08:00 |
|
Evan You
|
d6468c4c38
|
chore(deps): bump esbuild
|
2023-12-06 17:29:47 +08:00 |
|
Evan You
|
25f97a5033
|
fix(compiler-sfc): fix rewriteDefault edge cases
close #13060
close #12892
close #12906
|
2023-12-06 17:25:12 +08:00 |
|
Evan You
|
10c2a87c70
|
chore(deps): bump @babel/parser
|
2023-12-06 17:09:56 +08:00 |
|
Evan You
|
ae3e4b1c70
|
fix(utils): unwrap refs when stringifying values in template
close #12884
close #12888
|
2023-12-06 16:40:49 +08:00 |
|
Adam Hines
|
de0b97b3ea
|
fix(types): fix type augmentation and compiler-sfc types w/moduleResolution: bundler (#13107)
close #13106
|
2023-12-06 15:52:18 +08:00 |
|
Grigorii K. Shartsev
|
45d6ad6645
|
chore(compiler-sfc): specify prettier version (#13053)
close: #13052
|
2023-12-06 15:49:41 +08:00 |
|
Evan You
|
0ad8e8d94f
|
fix(shallowReactive): should track value if already reactive when set in shallowReactive
|
2023-12-06 15:45:15 +08:00 |
|
Evan You
|
d30f6fd25f
|
test: fix tests
|
2023-12-06 15:21:00 +08:00 |
|
Evan You
|
08382f0080
|
fix(props): should not unwrap props that are raw refs
close #12930
|
2023-12-06 15:10:49 +08:00 |
|
Evan You
|
947993f7e8
|
chore: bump vitest to 1.0
|
2023-12-06 15:08:23 +08:00 |
|
Evan You
|
223a9e9f2e
|
chore: bust sponsor cache [ci skip]
|
2023-11-07 15:32:23 +08:00 |
|
Evan You
|
81598ea2f3
|
release: v2.7.15
|
2023-10-23 15:55:40 +08:00 |
|
Evan You
|
af9a10f3c1
|
chore: update snapshots
|
2023-10-23 15:15:18 +08:00 |
|
xdm
|
c22363425a
|
fix(patch): clone insert hooks to avoid being mutated during iteration (#12905)
|
2023-10-23 15:11:13 +08:00 |
|
Liu Bo
|
51fef2ca69
|
fix(compiler-sfc): add semicolon after defineProps statement (#12879)
|
2023-10-23 15:09:23 +08:00 |
|
webfansplz
|
b8c8b3fc7a
|
fix(compiler-sfc): Resolve object expression parsing errors in v-on (#12862)
|
2023-10-23 15:08:58 +08:00 |
|
webfansplz
|
d27c128b7c
|
fix(compiler-sfc): fix macro usage in multi-variable declaration (#12873)
|
2023-10-23 15:08:34 +08:00 |
|
webfansplz
|
bb59751dd4
|
fix(compiler-sfc): Optimize the value of emitIdentifier (#12851)
|
2023-10-23 15:08:17 +08:00 |
|
webfansplz
|
099401e227
|
fix(types/sfc): improve the type inference using withDefaults (#12872)
|
2023-10-23 15:06:28 +08:00 |
|
xonx
|
67c1d26cb0
|
fix(types): correct serverPrefetch this type (#13068)
close #12488
|
2023-10-23 14:58:47 +08:00 |
|
Red Huang
|
74ca5a13ba
|
fix(lifecycle): scope might changed when call hook (#13070)
|
2023-10-22 10:52:10 +08:00 |
|
Evan You
|
1399ee6aa0
|
test: pin esbuild to 0.16 for karma-esbuild compat
|
2023-10-22 10:46:45 +08:00 |
|
Evan You
|
78ef6271d2
|
test: upgrade vitest + fix ssr tests for Node 18+
|
2023-10-22 10:32:47 +08:00 |
|
Evan You
|
6149048ce9
|
chore: update node version task name
|
2023-10-22 09:47:16 +08:00 |
|
Evan You
|
18cc5479f6
|
chore: bump required node and pnpm versions for maintenance
|
2023-10-22 09:40:18 +08:00 |
|
mikoloism
|
49b6bd4264
|
refactor(shared): update genStaticKeys (#13010)
|
2023-04-27 11:43:19 +02:00 |
|
rj1
|
a9ca2d8519
|
chore: typos (#12949)
|
2023-02-04 19:16:38 +01:00 |
|
星宿君
|
d52fbff7a7
|
chore: fix typo in utils.ts (#12927) [skip ci]
|
2023-01-12 15:47:00 +01:00 |
|
Vadim
|
0e8511a8be
|
chore: fix typo in apiAsyncComponent.ts (#12912)
|
2022-12-27 22:38:05 +01:00 |
|
Ihor Sychevskyi
|
34c6192f4a
|
chore: update links (http=https) (#12911)
|
2022-12-27 10:19:37 +01:00 |
|
Caichong
|
2e57061766
|
chore: comment typos (#12878)
Co-authored-by: 方恒 <fangheng@shwpg.com>
|
2022-12-14 09:43:02 +01:00 |
|