Evan You
|
4d94ebfe75
|
perf(v-on): constant handlers with modifiers should not be treated as dynamic
|
2023-11-30 19:26:36 +08:00 |
edison
|
7cbcee3d83
|
fix(compiler-sfc): support resolving components from props (#8785)
|
2023-11-30 18:03:23 +08:00 |
renovate[bot]
|
16a6438236
|
chore(deps): update lint (#9627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2023-11-18 10:33:24 +08:00 |
Tycho
|
d5fd343555
|
refactor(compiler-sfc): reuse `forAliasRE` regex from compiler-core (#9568)
|
2023-11-10 14:22:00 +08:00 |
Evan You
|
364f319d21
|
fix(hydration): force hydration for v-bind with .prop modifier
ref #7490
|
2023-11-10 13:13:07 +08:00 |
丶远方
|
a75d1c5c62
|
fix(compiler-core): known global should be shadowed by local variables in expression rewrite (#9492)
fix #9482
|
2023-10-28 15:22:03 +08:00 |
edison
|
e09c26bc9b
|
fix(compiler-ssr): proper scope analysis for ssr vnode slot fallback (#7184)
close #7095
|
2023-10-25 01:01:29 +08:00 |
Evan You
|
733437691f
|
fix(hmr): fix hmr error for hoisted children array in v-for
fix #6978
close #7114
|
2023-10-21 21:08:49 +08:00 |
Evan You
|
a95e612b25
|
chore: rename globals allow list
close #8416
|
2023-05-26 11:07:13 -05:00 |
Evan You
|
8dc8cf852b
|
fix(compiler-core): treat floating point numbers as constants
close #8295
|
2023-05-12 10:53:40 +01:00 |
Evan You
|
bbd8301a13
|
feat(deprecation): deprecate v-is directive
|
2023-04-21 15:30:26 +08:00 |
Evan You
|
5f0394a5ab
|
feat(deprecation): deprecate @vnode hooks in favor of vue: prefix
|
2023-04-21 15:20:12 +08:00 |
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
|
05f94cf7b0
|
fix(compiler-ssr): disable v-once transform in ssr vdom fallback branch
fix #7644
|
2023-04-05 11:10:21 +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 |
三咲智子 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
|
58e5c51149
|
build: upgrade to TypeScript 5.x
|
2023-03-23 17:11:35 +08:00 |
Evan You
|
aac163110f
|
refactor: remove circular dependencies in compiler
|
2023-03-23 16:30:42 +08:00 |
Evan You
|
e22b5c510d
|
chore: remove hanging slash from import
|
2023-02-03 04:31:17 +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 |
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
|
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 |
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 |
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 |
Anthony Fu
|
534593cfa8
|
chore: format
|
2022-10-03 15:30:43 +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
|
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 |
阿崔cxr
|
e85e0a7f3a
|
chore: use ast node creation helper (#5255)
|
2022-05-13 04:37:50 -04:00 |
edison
|
242914d938
|
fix(reactivity-transform): fix props access codegen for non-identifier prop names (#5436)
fix #5425
|
2022-05-12 22:38:46 -04: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 |
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 |
Evan You
|
410144149f
|
fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive
|
2022-05-10 17:34:15 +08: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 |
Forzen FIsh
|
57a09331b2
|
chore: fix some typos (#5050) [ci skip]
|
2021-12-11 20:58:46 -05: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 |
Evan You
|
29beda7c6f
|
fix(compiler-dom): avoid bailing stringification on setup const bindings
|
2021-12-06 11:53:02 +08:00 |
btea
|
e1ee3c4fe8
|
refactor(compiler-core): refactor isComponentTag method (#4934)
|
2021-11-14 21:39:13 -05:00 |
Evan You
|
646e694f0a
|
chore: remove babelParserDefaultPlugins
The version of @babel/parser we are using now has these plugins enabled by default.
|
2021-10-07 19:33:06 -04:00 |