三咲智子 Kevin Deng
|
2075042956
|
refactor: remove append helper
replace `append` with `insertBefore`
|
2024-02-26 21:38:04 +08:00 |
三咲智子 Kevin Deng
|
11bda8a088
|
refactor(runtime-vapor): move template to dom
[skip release]
|
2024-02-26 21:19:28 +08:00 |
jods
|
70196a40cc
|
perf(reactivity): optimize array tracking (#9511)
close #4318
|
2024-02-26 18:25:52 +08:00 |
Evan You
|
72bde94e66
|
types: fix ComputedRefImpl type build
|
2024-02-26 17:46:28 +08:00 |
三咲智子 Kevin Deng
|
e5c1f8d1a2
|
refactor: split delegate & register event
|
2024-02-26 15:18:16 +08:00 |
Evan You
|
5d303660b1
|
chore(types): fix ComputedRefImpl type build
|
2024-02-26 10:25:44 +08:00 |
Evan You
|
55660b0cfc
|
refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407)
related: https://github.com/vuejs/core-vapor/pull/138
|
2024-02-26 10:22:12 +08:00 |
Evan You
|
58d827cb71
|
chore: Merge branch 'main' into minor
|
2024-02-26 10:13:44 +08:00 |
Evan You
|
89de26cdcd
|
release: v3.4.20
|
2024-02-26 10:07:13 +08:00 |
Evan You
|
b97ad0ee9a
|
chore: update e2eUtils puppeteer options
|
2024-02-26 09:54:12 +08:00 |
三咲智子 Kevin Deng
|
a24809fbd2
|
chore: limit typescript lib to es2016 (#10164)
* chore: limit typescript lib to es2015
* chore: set target to es2015
* chore: update
|
2024-02-26 09:37:05 +08:00 |
renovate[bot]
|
b92e6ce1ca
|
chore(deps): update build (#10321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:34:09 +08:00 |
renovate[bot]
|
bcf16659c8
|
chore(deps): update compiler (#10322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:16:38 +08:00 |
renovate[bot]
|
2529b97ebd
|
chore(deps): update all non-major dependencies (#10320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-26 09:15:57 +08:00 |
Evan You
|
364f8902c8
|
fix(runtime-dom): fix nested v-show priority regression
close #10338
|
2024-02-26 09:11:05 +08:00 |
Evan You
|
6c74fb07a7
|
chore: rename and export DefineSetupFnComponent
|
2024-02-25 23:38:39 +08:00 |
Evan You
|
e0e02535cd
|
fix(parser): should not treat uppercase components as special tags
close #10395
|
2024-02-25 23:05:15 +08:00 |
Evan You
|
9a365fe00d
|
refactor: use more descriptive name for v-show original display key
|
2024-02-25 21:50:47 +08:00 |
Evan You
|
c6defc8df1
|
chore: remove unused ts-expect-error
|
2024-02-25 21:50:35 +08:00 |
Elodie Hill
|
edbbb6da12
|
refactor(transition): remove unused getTransitionKey logic (#10283)
|
2024-02-25 21:14:46 +08:00 |
Wick
|
ede2e3f030
|
test: remove unnecessary code in apiCreateApp tests (#10388)
|
2024-02-25 21:11:04 +08:00 |
Shean de Montigny-Desautels
|
eadce5b753
|
fix(types): better typing for direct setup signature of defineComponent (#10357)
close #8604
close #8855
|
2024-02-25 21:10:08 +08:00 |
Wick
|
a4098d587b
|
chore(reactivity): consistent variable naming (#10350)
|
2024-02-25 21:08:06 +08:00 |
三咲智子 Kevin Deng
|
5819dc9001
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-25 21:07:09 +08:00 |
三咲智子 Kevin Deng
|
67e785afd7
|
chore(runtime-vapor): simplify
|
2024-02-25 21:06:19 +08:00 |
zhoulixiang
|
e2d323538e
|
fix(runtime-dom): v-bind style should clear previous css string value (#10373)
close #10352
|
2024-02-25 20:53:00 +08:00 |
Wick
|
76c9c742e9
|
chore(runtime-core): optimize validateComponentName (#10378)
|
2024-02-25 20:41:08 +08:00 |
renovate[bot]
|
c131ebae45
|
chore(deps): update playground (#10356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-25 20:40:09 +08:00 |
Evan You
|
b31dd7468b
|
dx(reactivity): disable recursive computed warning by default
Now can be enabled with app.config.warnRecursiveComputed option.
close #10341
|
2024-02-25 20:38:33 +08:00 |
Doctor Wu
|
21e0d6b145
|
dx(reactivity): add getter into computed side effect warning (#10386)
|
2024-02-25 20:27:33 +08:00 |
edison
|
0f3da05ea2
|
fix(suspense): handle suspense switching with nested suspense (#10184)
close #10098
|
2024-02-25 20:22:12 +08:00 |
Wick
|
411596c07b
|
chore(reactivity): replace console.warn() to warn function (#10394)
|
2024-02-25 20:17:30 +08:00 |
Evan You
|
ff130c4702
|
fix(runtime-dom): avoid always resetting nullish option value
close #10396
|
2024-02-25 17:35:19 +08:00 |
Evan You
|
6bef15f094
|
chore: remove unused argument
|
2024-02-25 17:30:20 +08:00 |
Evan You
|
05eb4e0fef
|
Refactor reactivity system to use version counting and doubly-linked list tracking (#10397)
Bug fixes
close #10236
close #10069
PRs made stale by this one
close #10290
close #10354
close #10189
close #9480
|
2024-02-25 16:51:49 +08:00 |
三咲智子 Kevin Deng
|
c1d9b64b7b
|
refactor: re-organize exports
|
2024-02-25 15:23:29 +08:00 |
三咲智子 Kevin Deng
|
fb3e8ee8c0
|
refactor: merge delegate & modifier options of event
|
2024-02-25 15:11:25 +08:00 |
Evan You
|
ff943f4ddf
|
perf: optimize scheduler queueJob performance (#138)
|
2024-02-25 11:29:45 +08:00 |
三咲智子 Kevin Deng
|
669fec8dad
|
feat: delegate event for vapor
closes #136
|
2024-02-25 02:07:20 +08:00 |
三咲智子 Kevin Deng
|
e91dde5d22
|
refactor(compiler-vapor): don't reference root element
|
2024-02-23 14:03:21 +08:00 |
三咲智子 Kevin Deng
|
7aae631d8c
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-23 13:48:27 +08:00 |
三咲智子 Kevin Deng
|
cb3dfc61ad
|
test(runtime-vapor): organize directives
[skip release]
|
2024-02-23 13:34:23 +08:00 |
三咲智子 Kevin Deng
|
23653cc447
|
refactor(runtime-vapor): split props & event metadata
|
2024-02-23 13:31:32 +08:00 |
三咲智子 Kevin Deng
|
88123e56d0
|
fix(compiler-vapor): register event for v-model
|
2024-02-23 13:31:32 +08:00 |
三咲智子 Kevin Deng
|
26f29b2529
|
refactor(runtime-vapor): move metadata from instance to node
|
2024-02-23 01:21:00 +08:00 |
三咲智子 Kevin Deng
|
a87d2120e0
|
refactor(runtime-vapor): drop array parent
|
2024-02-23 00:53:42 +08:00 |
三咲智子 Kevin Deng
|
d7bd6c99da
|
refactor(compiler-vapor): generate fragment for only one element
closes #133
|
2024-02-23 00:52:02 +08:00 |
三咲智子 Kevin Deng
|
004edd3bac
|
refactor(compiler-vapor): move `templateIndex` to dynamic
|
2024-02-22 11:46:40 +08:00 |
三咲智子 Kevin Deng
|
0e0ee5b85e
|
refactor(compiler-vapor): split block & root ir node
|
2024-02-22 11:30:29 +08:00 |
三咲智子 Kevin Deng
|
531f4f0052
|
perf(runtime-vapor): improve traverse children
|
2024-02-22 02:08:05 +08:00 |
三咲智子 Kevin Deng
|
fa0ca8a5af
|
refactor(compiler-vapor): required returns
|
2024-02-22 00:18:19 +08:00 |
三咲智子 Kevin Deng
|
66c0e82d4b
|
refactor(compiler-vapor): remove template ir node
|
2024-02-21 17:43:52 +08:00 |
FireBushtree
|
ba29b4c89a
|
test(compiler-vapor): v-model (#132)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2024-02-21 17:08:20 +08:00 |
三咲智子 Kevin Deng
|
fe5d919b0f
|
refactor(sfc-playground): upgrade `@vue/repl` (#10310)
|
2024-02-20 21:47:09 +08:00 |
孟世博
|
3199189901
|
chore: standardize the spelling of TypeScript (#10186) [ci skip]
|
2024-02-20 21:43:45 +08:00 |
三咲智子 Kevin Deng
|
0ecb0ea1b0
|
chore: fix type error
|
2024-02-20 21:41:09 +08:00 |
ygj6
|
b11ecbda69
|
feat(runtime-vapor): reset old props when setting dynamic props (#131)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2024-02-20 21:13:48 +08:00 |
FireBushtree
|
1710bfdd21
|
test(compiler-vapor): v-show directive (#130)
* test(compiler-vapor): v-show
* fix(compiler-vapor): use DOMErrorCodes in vShow test
|
2024-02-19 16:52:21 +08:00 |
三咲智子 Kevin Deng
|
7fd7742639
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-14 14:46:29 +08:00 |
三咲智子 Kevin Deng
|
e10f7d1689
|
refactor(runtime-vapor): fix component type
|
2024-02-14 14:43:18 +08:00 |
Evan You
|
272ab9fbdc
|
release: v3.4.19
|
2024-02-13 18:08:22 +08:00 |
Evan You
|
995d2fdcca
|
fix(hydration): fix css vars hydration mismatch false positive on non-root nodes
close #10317
test case from #10325
|
2024-02-13 18:00:23 +08:00 |
Evan You
|
df4a6e1dd8
|
chore(deps): bump @vue/consolidate
|
2024-02-13 17:42:31 +08:00 |
Doctor Wu
|
f7ba97f975
|
feat(dx): warn users when computed is self-triggering (#10299)
|
2024-02-13 17:38:26 +08:00 |
OnlyWick
|
5f7a0a08b2
|
chore(errorHandling): directly return value in callWithErrorHandling function (#10315)
|
2024-02-13 17:15:18 +08:00 |
Evan You
|
b8be99018c
|
fix(deps): pin lru-cache to avoid hashing error
close #10300
|
2024-02-13 17:14:26 +08:00 |
zhoulixiang
|
e50963903d
|
fix(runtime-dom): should not trigger transition when v-show value is falsy (#10311)
|
2024-02-13 12:56:52 +08:00 |
João Carmona
|
603a1e1f5a
|
perf(runtime): improve `getType()` GC and speed (#10327)
|
2024-02-13 11:54:59 +08:00 |
三咲智子 Kevin Deng
|
66cea4b325
|
revert: "refactor: remove update function from compiler"
Bad for performance, so revert it temporarily
This reverts commit be65b98a33 .
|
2024-02-12 22:01:42 +08:00 |
三咲智子 Kevin Deng
|
bf5f7c389b
|
refactor(compiler): move `expressionPlugins` to shared options
|
2024-02-10 21:50:00 +08:00 |
三咲智子 Kevin Deng
|
0c8153eca8
|
fix(compiler): add `vaporRuntimeModuleName` option
|
2024-02-10 21:43:09 +08:00 |
FireBushtree
|
3d10925c53
|
feat(runtime-vapor): support patch style (#126)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
|
2024-02-10 21:31:44 +08:00 |
三咲智子 Kevin Deng
|
b5e12eaca7
|
refactor(sfc-playground): upgrade `@vue/repl`
|
2024-02-10 17:29:06 +08:00 |
三咲智子 Kevin Deng
|
184d72e747
|
feat(runtime-vapor): implement vModelRadio
Fully supported v-model for native elements.
|
2024-02-10 16:15:23 +08:00 |
三咲智子 Kevin Deng
|
f7080efa5d
|
feat(compiler-vapor): support <style scoped>
|
2024-02-10 16:04:09 +08:00 |
三咲智子 Kevin Deng
|
3550765147
|
refactor: add isVaporReservedProp
|
2024-02-10 14:41:51 +08:00 |
三咲智子 Kevin Deng
|
afa7ee2fb1
|
feat(compiler-sfc): add vapor option to script
|
2024-02-10 14:25:33 +08:00 |
三咲智子 Kevin Deng
|
b640bb70fc
|
feat(compiler-sfc): respect vapor attr
|
2024-02-10 14:04:54 +08:00 |
ubugeeei
|
52311fa7ae
|
feat(runtime-vapor): component attrs (#124)
|
2024-02-10 13:07:13 +08:00 |
三咲智子 Kevin Deng
|
ab1121e512
|
Merge remote-tracking branch 'upstream/main'
|
2024-02-10 13:05:19 +08:00 |
三咲智子 Kevin Deng
|
5019aac6ca
|
fix: vapor major version
|
2024-02-10 01:23:48 +08:00 |
三咲智子 Kevin Deng
|
9bc333e239
|
fix(vue-vapor): exports types
|
2024-02-09 21:09:31 +08:00 |
三咲智子 Kevin Deng
|
6cd9298adc
|
fix(vue): publish vapor entry
|
2024-02-09 20:56:22 +08:00 |
Evan You
|
64f431aab0
|
release: v3.4.18
|
2024-02-09 10:31:29 +08:00 |
zhoulixiang
|
c224897dd4
|
fix(runtime-dom): ensure v-show respects display value set via v-bind (#10297)
close #10151
|
2024-02-09 10:17:35 +08:00 |
Evan You
|
77a804b1d0
|
fix(dx): warn against reserved keys as prop name
close #10281
|
2024-02-09 08:47:06 +08:00 |
Evan You
|
dfb271a293
|
release: v3.4.17
|
2024-02-09 08:38:19 +08:00 |
Evan You
|
2cd5b05c3b
|
revert: fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)
This reverts commit 9b19f09121 .
close #10294
reopen #10151
|
2024-02-09 08:30:51 +08:00 |
三咲智子 Kevin Deng
|
edaa3a0649
|
refactor(compiler-vapor): re-organize
|
2024-02-09 02:40:01 +08:00 |
三咲智子 Kevin Deng
|
e050646079
|
fix(compiler-vapor): generate assignment for v-model
|
2024-02-09 00:09:05 +08:00 |
三咲智子 Kevin Deng
|
d16359c45b
|
feat(runtime-vapor): add no side effects annotation
|
2024-02-08 23:22:03 +08:00 |
三咲智子 Kevin Deng
|
985d4c7422
|
refactor: return only one node from children helper
|
2024-02-08 23:03:42 +08:00 |
三咲智子 Kevin Deng
|
c70661c8a3
|
refactor(compiler-vapor): don't convert event name
|
2024-02-08 21:56:57 +08:00 |
三咲智子 Kevin Deng
|
126796edb9
|
fix(compiler-vapor): add newline after effect body
|
2024-02-08 21:56:30 +08:00 |
三咲智子 Kevin Deng
|
697102f796
|
feat(compiler-vapor): resolve dynamic expression
|
2024-02-08 21:56:30 +08:00 |
三咲智子 Kevin Deng
|
6e80e34e6b
|
perf(compiler-vapor): register as operations if no dynamic expressions
|
2024-02-08 20:50:34 +08:00 |
三咲智子 Kevin Deng
|
0cdc9f20c6
|
refactor(compiler): export isLiteralWhitelisted
|
2024-02-08 20:35:11 +08:00 |
三咲智子 Kevin Deng
|
35b78920c4
|
feat(compiler-vapor): add getKey function for v-for
|
2024-02-08 20:31:56 +08:00 |
三咲智子 Kevin Deng
|
8fb01504da
|
refactor(compiler-vapor): remove ir expression
|
2024-02-08 20:30:51 +08:00 |
三咲智子 Kevin Deng
|
55a956e87d
|
chore: remove unused imports
|
2024-02-08 17:34:43 +08:00 |