Evan You
|
0f77a2b1d1
|
fix(compiler): fix expression codegen for literal const bindings in non-inline mode
|
2023-04-18 11:39:53 +08:00 |
Evan You
|
19e17a951c
|
perf(compiler): use source-map-js
|
2023-04-09 16:50:20 +08:00 |
Evan You
|
6bda4b6688
|
fix(compiler-core): fix codegen for literal const in non-inline mode
|
2023-03-30 15:19:27 +08:00 |
三咲智子 Kevin Deng
|
77686cf476
|
fix(compiler-core): check if expression is constant (#7974)
close #7973
|
2023-03-29 09:02:16 +08:00 |
Evan You
|
e60ebd07a4
|
chore: bump vite & vitest
|
2023-03-23 16:36:33 +08:00 |
Evan You
|
c1cbb747b5
|
chore: fix types
|
2023-02-02 15:27:29 +08:00 |
Evan You
|
5804406fac
|
wip(vitest-migration): compiler-core tests passing
|
2023-01-26 16:20:59 +08:00 |
Evan You
|
8867bb259a
|
wip(vitest-migration): reactivity tests passing
|
2023-01-26 15:25:55 +08:00 |
Anthony Fu
|
4a16b204be
|
chore: run format
|
2023-01-12 12:58:11 +01:00 |
Evan You
|
9d5e30d911
|
build: bump jest, puppeteer and use official rollup terser plugin
|
2022-11-14 18:21:58 +08:00 |
三咲智子 Kevin Deng
|
87c72ae49a
|
fix(v-model): ensure v-model listener casing is consistent with manual v-on listener (#7067)
fix #7066
|
2022-11-14 02:21:29 -05:00 |
三咲智子 Kevin Deng
|
9060bf0353
|
refactor(compiler-core): make ast.helpers a Set (#6774)
|
2022-11-13 20:44:02 -05:00 |
Evan You
|
9ca8b7c1b5
|
chore: fix test
|
2022-11-10 14:30:50 +08:00 |
Evan You
|
001184e6bb
|
fix(compiler/v-model): catch incorrect v-model usage on prop bindings
close #5584
|
2022-11-10 10:42:27 +08:00 |
白雾三语
|
2c27556fe5
|
fix(compiler): avoid namespace collisions when transforming template refs in inline mode (#6975)
fix #6964
|
2022-11-08 22:22:29 -05:00 |
白雾三语
|
5bfe438ef3
|
fix(compiler-core/v-on): only apply case preservation on native elements (#6902)
fix #6900
|
2022-11-08 21:58:22 -05:00 |
Evan You
|
dd3354c4c7
|
fix(compiler-core): fix parsing error on comments between v-if in prod
close #6843
|
2022-11-08 23:35:35 +08:00 |
Rudy
|
48876182db
|
fix(compiler-core): keep whitespaces between interpolation and comment (#6828)
fix #6352
|
2022-11-08 09:50:43 -05:00 |
Travis
|
bcfe480d75
|
fix(compiler-core/v-on): support inline handler with return type annotation (#6769)
fix #6378
|
2022-11-07 22:09:15 -05:00 |
被雨水过滤的空气(Rairn)
|
640cfce4ff
|
fix(compiler-core): avoid duplicate keys in codegen with `v-if` (#6689)
fix #6641
|
2022-11-07 22:04:31 -05:00 |
Evan You
|
fc5bdb36ed
|
fix(runtime-core): avoid hoisted vnodes retaining detached DOM nodes
fix #6591
|
2022-09-27 16:20:52 +08:00 |
Evan You
|
00036bb52c
|
fix(slots): ensure different branches of dynamic slots have different keys
fix #6202
|
2022-08-30 15:55:09 +08:00 |
Evan You
|
0739f8909a
|
fix(custom-element): fix event listeners with capital letter event names on custom elements
close https://github.com/vuejs/docs/issues/1708
close https://github.com/vuejs/docs/pull/1890
|
2022-08-30 14:07:35 +08:00 |
Travis
|
7fbc933f4d
|
fix(compiler-core): fix svg with directives being incorrectly hoisted (#5919)
fix #5289
|
2022-05-22 21:40:53 -04:00 |
Evan You
|
415091b0ee
|
fix(compiler-core): should generate HYDRATE_EVENTS flag on dynamic component that resolves to element
fix #5870
|
2022-05-17 16:39:48 +08:00 |
Evan You
|
0f00cf43cf
|
fix(compiler-core): normalize v-bind:style with array literal value
fix #5106
|
2022-05-12 16:31:16 +08:00 |
WangJing
|
9329feb7d3
|
chore(compiler): improve readability of compiler-core's test case (#4886)
|
2022-05-11 20:47:10 -04:00 |
Evan You
|
51f3d386de
|
fix(compiler-core): template v-if should never be treated as dev root fragment
close #5189
|
2022-05-11 17:43:20 +08:00 |
那里好脏不可以
|
6042ab0f2f
|
chore: type [ci skip]
|
2022-05-09 22:51:51 -04:00 |
Evan You
|
60cf175d88
|
feat(ssr): support custom directive getSSRProps in optimized compilation
close #5304
|
2022-02-04 08:58:31 +08:00 |
edison
|
9f55e6fbb1
|
fix(compiler-core): handle v-memo in template v-for (#5291)
fix #5288
|
2022-01-21 01:54:46 -05:00 |
Evan You
|
ae4b0783d7
|
chore: update repo references
|
2022-01-18 16:43:59 +08:00 |
Evan You
|
41c18effea
|
feat: support ref in v-for, remove compat deprecation warnings
|
2021-12-10 23:49:01 +08:00 |
Evan You
|
4b0ca8709a
|
feat(compiler-core): support aliasing vue: prefixed events to inline vnode hooks
|
2021-12-10 16:09:23 +08:00 |
Evan You
|
1c9a4810fc
|
fix(compiler): force block for custom dirs and inline beforeUpdate hooks
to ensure they are called before children updates
|
2021-12-10 15:36:10 +08:00 |
Che Guevara
|
6bcb7a5ea3
|
chore: remove deprecated usage of String.prototype.substr (#4699)
|
2021-10-08 12:31:34 -04:00 |
btea
|
c9613ebe09
|
chore: prettier format (#4715) [ci skip]
|
2021-10-08 12:00:05 -04:00 |
Herrington Darkholme
|
7aa0ea06c8
|
fix(compiler-core): should treat attribute key as expression (#4658)
|
2021-09-25 14:21:09 -04:00 |
Evan You
|
6257adeaac
|
fix(compiler-core): more robust member expression check in Node
|
2021-09-22 17:16:21 -04:00 |
Evan You
|
686d0149b6
|
fix(compiler-core): generate TS-cast safe assignment code for v-model
fix #4655
|
2021-09-22 16:55:06 -04:00 |
就是喜欢陈粒
|
5addef8ecd
|
fix(compiler-core): add check when v-else-if is behind v-else (#4603)
|
2021-09-21 12:59:38 -04:00 |
Herrington Darkholme
|
044812525f
|
fix(compiler-core): dedupe renderSlot's default props (#4557)
|
2021-09-21 12:31:27 -04:00 |
Evan You
|
d23fde3d3b
|
fix(compiler-core): more robust member expression check when running in node
fix #4640
|
2021-09-21 12:19:27 -04:00 |
Evan You
|
cb2d7c0e3c
|
fix(compiler-core): ensure hoisted scopeId code can be treeshaken
|
2021-09-19 17:14:26 -04:00 |
lidlanca
|
fc968d607b
|
fix(compiler-core): v-on inline async function expression handler (#4569)
fix #4568
|
2021-09-16 12:36:04 -04:00 |
ygj6
|
f29d061124
|
fix(compiler): fix template ref codegen for setup-maybe-ref binding types (#4549)
fix #4546
|
2021-09-16 11:33:16 -04:00 |
Roy Eden
|
b8653d390a
|
fix(compiler): condense whitespaces in static class attributes (#4432)
fix #4251
|
2021-09-07 12:01:17 -04:00 |
Herrington Darkholme
|
5d262e08d5
|
fix(compiler-core): pick last char when dynamic directive doesn't close (#4507)
|
2021-09-07 11:36:37 -04:00 |
ygj6
|
4cd282b0a1
|
fix(compiler): generate function ref for script setup if inline is ture. (#4492)
|
2021-09-02 11:27:20 -04:00 |
Herrington Darkholme
|
c00925ed5c
|
fix(compiler): report invalid directive name error (#4494) (#4495)
|
2021-09-02 09:42:20 -04:00 |