Evan You
|
19b590fa3a
|
release: v3.3.11
|
2023-12-08 14:13:52 +08:00 |
edison
|
b700328342
|
fix(Suspense): properly get anchor when mount fallback vnode (#9770)
close #9769
|
2023-12-08 12:29:15 +08:00 |
Rudy
|
6784f0b1f8
|
fix(watch): should not fire pre watcher on child component unmount (#7181)
close #7030
|
2023-12-08 12:24:44 +08:00 |
丶远方
|
cdac12161e
|
fix(types): ref() return type should not be any when initial value is any (#9768)
|
2023-12-07 16:28:16 +08:00 |
Evan You
|
b4ac0e6ac1
|
chore(dx): fix defineProps jsdoc + update defineEmits jsdoc example
|
2023-12-07 14:30:32 +08:00 |
agoni1212
|
2744a09f3a
|
chore: typo (#9767)
|
2023-12-07 13:28:07 +08:00 |
Evan You
|
6ecbd5ce2a
|
fix(reactivity): fix mutation on user proxy of reactive Array
close #9742
close #9751
close #9750
|
2023-12-07 13:26:30 +08:00 |
Evan You
|
983d45d4f8
|
fix(shared): handle more Symbol cases in toDisplayString
|
2023-12-07 10:40:27 +08:00 |
Carlos Rodrigues
|
364821d6bd
|
fix(shared): handle Map with symbol keys in toDisplayString (#9731)
close #9727
|
2023-12-07 10:33:48 +08:00 |
Evan You
|
5b002869c5
|
fix(runtime-dom): fix width and height prop check condition
close #9762
|
2023-12-07 10:09:26 +08:00 |
白雾三语
|
d74d364d62
|
fix(custom-element): correctly handle number type props in prod (#8989)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2023-12-06 08:16:16 +01:00 |
三咲智子 Kevin Deng
|
0dc875d53e
|
fix(compiler-core): use the same resolved options for all compile stages (#9760)
|
2023-12-06 14:41:21 +08:00 |
dependabot[bot]
|
af5df91e95
|
chore(deps-dev): bump vite from 5.0.0 to 5.0.5 (#9758)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-12-06 14:35:36 +08:00 |
nandi95
|
8e27692029
|
feat(runtime-core): provide full props to props validator functions (#3258)
|
2023-12-05 17:14:17 +08:00 |
sunjiang0018
|
af909b7d45
|
chore: fix typo (#9752) [ci skip]
|
2023-12-05 12:05:53 +08:00 |
Evan You
|
a817883c26
|
chore: Merge branch 'main' into minor
|
2023-12-05 10:54:20 +08:00 |
Evan You
|
e2f2b75b62
|
chore(deps): bump vitest to 1.0
|
2023-12-05 10:48:04 +08:00 |
Carlos Rodrigues
|
243f504dc5
|
chore(playground): expose esm-browser files (#9725)
|
2023-12-05 03:08:21 +08:00 |
Evan You
|
c0d396b785
|
release: v3.4.0-alpha.4
|
2023-12-04 23:24:43 +08:00 |
Evan You
|
e12b10ac3e
|
chore: Merge branch 'main' into minor
|
2023-12-04 23:17:41 +08:00 |
Evan You
|
53aaa1eb28
|
fix(parser): fix interpolation parsing in v-pre
ref: https://github.com/vuejs/docs/issues/2586
|
2023-12-04 23:06:56 +08:00 |
Evan You
|
d5a88ef9d7
|
release: v3.3.10
|
2023-12-04 21:42:18 +08:00 |
yangxiuxiu
|
c3e2c556b5
|
fix(compiler-sfc): fix :where and :is selector in scoped mode with multiple selectors (#9735)
close #9707
|
2023-12-04 16:53:21 +08:00 |
renovate[bot]
|
bf7269ac47
|
chore(deps): update compiler (#9745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-04 16:43:47 +08:00 |
Carlos Rodrigues
|
ec715854ca
|
fix(app): prevent template from being cached between apps with different options (#9724)
close #9618
|
2023-12-04 16:43:30 +08:00 |
renovate[bot]
|
f2f5f763e2
|
chore(deps): update all non-major dependencies (#9744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-04 16:42:40 +08:00 |
xiaoming young
|
f4ec0b3bcb
|
chore: fix typos in CHANGELOG.md (#9746) [ci skip]
|
2023-12-04 16:42:24 +08:00 |
edison
|
65f3fe2731
|
fix(runtime-core): Suspense get anchor properly in Transition (#9309)
close #8105
|
2023-12-04 16:41:55 +08:00 |
Evan You
|
f12db7fb56
|
fix(compiler-sfc): avoid passing forEach index to genMap
|
2023-12-04 15:43:29 +08:00 |
Carlos Rodrigues
|
43c3cfdec5
|
fix(types): improve return type withKeys and withModifiers (#9734)
|
2023-12-04 07:59:01 +08:00 |
Reii
|
9ea2b868be
|
chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
|
2023-12-01 21:28:48 +08:00 |
edison
|
eb5e307c0b
|
fix(compiler-sfc): support inferring generic types (#8511)
close #8482
|
2023-12-01 21:21:12 +08:00 |
Evan You
|
634519720a
|
fix(compiler-sfc): deindent pug/jade templates
close #3231
close #3842
close #7723
|
2023-12-01 16:45:53 +08:00 |
edison
|
30d5d93a92
|
fix(ssr): avoid computed being accidentally cached before server render (#9688)
close #5300
|
2023-12-01 15:55:17 +08:00 |
Evan You
|
c3b704e446
|
chore: remove v-is deprecation enum
support is already removed during parser rewrite
|
2023-12-01 11:57:22 +08:00 |
Evan You
|
8abc754d5d
|
feat(compiler): lift vnode hooks deprecation warning to error
|
2023-12-01 11:56:29 +08:00 |
Evan You
|
7f00ec2d97
|
chore: remove deprecated AppConfig.unwrapInjectedRef option
|
2023-12-01 11:32:34 +08:00 |
Evan You
|
e8bbc946cb
|
feat(compiler-sfc): analyze import usage in template via AST (#9729)
close #8897
close nuxt/nuxt#22416
|
2023-12-01 11:14:48 +08:00 |
edison
|
8d74ca0e6f
|
fix(compiler-sfc): generate more treeshaking friendly code (#9507)
close #9500
|
2023-12-01 02:52:26 +08:00 |
花果山大圣
|
cdb2df707b
|
chore(dx): improve color contrast in dark mode for custom formatter (#8704)
|
2023-12-01 02:45:03 +08:00 |
Abhay Chauhan
|
eaeab78915
|
chore: improve comment readability (#8598) [ci skip]
|
2023-12-01 02:43:56 +08:00 |
Blake Newman
|
887e54c347
|
fix(types): expose emits as props in functional components (#9234)
|
2023-12-01 02:37:51 +08:00 |
三咲智子 Kevin Deng
|
ad27473701
|
fix(types): fix reactive collection types (#8960)
close #8904
|
2023-12-01 02:33:09 +08:00 |
Evan You
|
f8b74dcf29
|
chore: group parser edge case tests
|
2023-11-30 22:39:55 +08:00 |
Evan You
|
dd26e98233
|
chore(playground): use CodeMirror during local dev
|
2023-11-30 21:44:28 +08:00 |
Evan You
|
4d94ebfe75
|
perf(v-on): constant handlers with modifiers should not be treated as dynamic
|
2023-11-30 19:26:36 +08:00 |
Evan You
|
da4a4fb5e8
|
perf(runtime-dom): cache modifier wrapper functions
close #8882
|
2023-11-30 19:00:00 +08:00 |
三咲智子 Kevin Deng
|
4936d2e11a
|
fix(compiler-sfc): throw error when failing to load TS during type resolution (#8883)
|
2023-11-30 18:41:21 +08:00 |
edison
|
5199a12f88
|
fix(cssVars): cssVar names should be double-escaped when generating code for ssr (#8824)
close #7823
|
2023-11-30 18:35:20 +08:00 |
Evan You
|
6fcec3b2c7
|
chore: fix width/height check condition
|
2023-11-30 18:34:06 +08:00 |