三咲智子 Kevin Deng
|
1b69d5f2f4
|
fix(compiler-sfc): unwrap TS node for defineProps (#7340)
|
2023-03-28 15:22:01 +08:00 |
三咲智子 Kevin Deng
|
7def8b15b8
|
feat(complier-sfc): hoist literal constants for script (#5752)
- Support using literal constants in macros
- fix useCssVars insert position edge case
- fix non-literal-const enum hoisting
close #5750
|
2023-03-28 11:34:29 +08:00 |
Evan You
|
27e1e38641
|
release: v3.3.0-alpha.5
|
2023-03-26 16:52:46 +08:00 |
Evan You
|
58e5c51149
|
build: upgrade to TypeScript 5.x
|
2023-03-23 17:11:35 +08:00 |
Evan You
|
e60ebd07a4
|
chore: bump vite & vitest
|
2023-03-23 16:36:33 +08:00 |
Evan You
|
aac163110f
|
refactor: remove circular dependencies in compiler
|
2023-03-23 16:30:42 +08:00 |
Evan You
|
78b86150b8
|
release: v3.3.0-alpha.4
|
2023-02-06 14:10:56 +08:00 |
Evan You
|
097f6beca2
|
release: v3.3.0-alpha.3
|
2023-02-06 10:27:25 +08:00 |
Evan You
|
37ec04b984
|
release: v3.3.0-alpha.2
|
2023-02-05 16:23:54 +08:00 |
Evan You
|
85f4d8ccb9
|
release: v3.3.0-alpha.1
|
2023-02-05 11:20:39 +08:00 |
Evan You
|
eb0c1e7025
|
build: remove api-extractor
|
2023-02-03 15:57:00 +08:00 |
Evan You
|
53e3533b75
|
chore: bump deps
|
2023-02-03 05:47:40 +08:00 |
Evan You
|
e22b5c510d
|
chore: remove hanging slash from import
|
2023-02-03 04:31:17 +08:00 |
Evan You
|
124373db50
|
wip: isolatedModules + use rollup-plugin-esbuild
|
2023-02-03 04:30:19 +08:00 |
Evan You
|
c1cbb747b5
|
chore: fix types
|
2023-02-02 15:27:29 +08:00 |
Evan You
|
45984d559f
|
release: v3.2.47
|
2023-02-02 13:48:18 +08:00 |
Evan You
|
29f8cf8b07
|
release: v3.2.46
|
2023-02-02 11:32:04 +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 |
Cédric Exbrayat
|
b46ba6e2ad
|
chore(compiler-core): missing space in v-slot mixed usage error message (#7076)
|
2022-11-14 02:06:24 -05:00 |
Samuel Rigaud
|
378386694b
|
fix(compiler-core): typeof should be allowed in browser expression validation (#7037)
|
2022-11-14 01:50:35 -05:00 |
三咲智子 Kevin Deng
|
9060bf0353
|
refactor(compiler-core): make ast.helpers a Set (#6774)
|
2022-11-13 20:44:02 -05:00 |
Evan You
|
6f663d47e5
|
release: v3.2.45
|
2022-11-11 17:35:27 +08:00 |
Evan You
|
15e889afaf
|
fix(v-model): fix incorrect codegen for non-ref bindings
fix #6241
|
2022-11-10 15:32:58 +08: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 |
Evan You
|
ec795bfc51
|
release: v3.2.44
|
2022-11-10 07:25:22 +08:00 |
Evan You
|
71977ec972
|
release: v3.2.43
|
2022-11-09 21:00:57 +08:00 |
Evan You
|
f023d49a49
|
release: v3.2.42
|
2022-11-09 11:36:09 +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
|
09bb3e996e
|
fix(compiler-ssr): fix invalid codegen when v-slot name is explicit empty attr (#3326)
squashed from fix by @tjk
|
2022-10-26 16:18:19 +08:00 |
Evan You
|
9617dd4b2a
|
release: v3.2.41
|
2022-10-14 18:41:15 +08:00 |
世新
|
82e3f2dc30
|
chore: symbols as helperNameMap index type (#6622)
|
2022-10-06 05:26:16 +08:00 |
Anthony Fu
|
534593cfa8
|
chore: format
|
2022-10-03 15:30:43 +08:00 |
Evan You
|
551f606d98
|
release: v3.2.40
|
2022-09-28 11:40:24 +08:00 |
Evan You
|
f402d416b8
|
refactor(compiler-core): extract props merging helper
|
2022-09-28 10:59:13 +08:00 |
Dunqing
|
f9d43b99f8
|
fix(compilre-core): dynamic v-on and static v-on should be merged (#6747)
fix #6742
|
2022-09-27 22:46:55 -04:00 |
Evan You
|
03820193a8
|
fix(ssr): fix pre tag windows newline hydration mismatch
fix #6410
|
2022-09-28 08:45:32 +08: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
|
f79c423621
|
release: v3.2.39
|
2022-09-08 10:12:39 +08:00 |
Evan You
|
6624ead663
|
release: v3.2.38
|
2022-08-30 16:02:01 +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 |