linzhe
|
c4312f9c71
|
fix(runtime-dom): set css vars on update to handle child forcing reflow in onMount (#11561)
|
2024-11-14 15:58:28 +08:00 |
Evan You
|
2d5c5e25e9
|
fix(runtime-dom): set css vars before user onMounted hooks
close #11533
|
2024-11-14 15:50:19 +08:00 |
Evan You
|
ac9e7e8bfa
|
test: adjust coverage config, use v8 coverage
|
2024-08-29 10:41:29 +08:00 |
Kevin Deng 三咲智子
|
928af5fe2f
|
refactor(types): enable `isolatedDeclarations` (#11178)
|
2024-08-08 23:05:21 +08:00 |
Evan You
|
eaf5455d77
|
chore: Merge branch 'main' into minor
|
2024-08-07 18:25:58 +08:00 |
linzhe
|
fdc2a31dbd
|
fix(runtime-dom): apply css vars before mount (#11538)
fix #11533
|
2024-08-07 11:51:44 +08:00 |
白雾三语
|
03a9ea2b88
|
feat(custom-element): support css `:host` selector by applying css vars on host element (#8830)
close #8826
|
2024-08-06 23:33:57 +08:00 |
白雾三语
|
67722ba23b
|
fix(runtime-dom): fix css v-bind for suspensed components (#8523)
close #8520
|
2024-04-15 20:23:28 +08:00 |
yangxiuxiu
|
f0b5f7ed8d
|
fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250)
close #10215
|
2024-02-06 17:38:41 +08:00 |
三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2023-12-26 19:39:47 +08:00 |
丶远方
|
0a387dfb1d
|
fix(sfc/cssVars): fix loss of CSS v-bind variables when setting inline style with string value (#9824)
close #9821
|
2023-12-15 09:56:01 +08:00 |
Evan You
|
42239cf284
|
fix(teleport/css-v-bind): fix css v-bind for teleported content
fix #4605
close #4609 (used tests from this PR)
|
2022-11-10 14:41:45 +08:00 |
Evan You
|
49dc2dd1e4
|
fix(sfc/style-vars): properly re-apply style vars on component root elements change
Now uses MutationObserver to ensure it works even for HOCs
fix #3894
|
2021-07-16 14:30:49 -04:00 |
edison
|
6a0c7cd905
|
fix(sfc): fix style variables injection on static vnode (#3847)
fix #3841
|
2021-07-14 18:08:12 -04:00 |
Evan You
|
8ac2241b22
|
wip: more consistent compiler-sfc usage + inline mode for ssr
|
2020-11-20 14:23:09 -05:00 |
Evan You
|
64160e89cc
|
wip: ignore non-ref const mutation cases in codegen
|
2020-11-18 21:16:09 -05:00 |
Evan You
|
f92bc5a19a
|
wip: simplify useCssVars
|
2020-11-17 13:03:47 -05:00 |
Evan You
|
41bb7fa330
|
feat(compiler-sfc): new SFC css varaible injection implementation
ref: https://github.com/vuejs/rfcs/pull/231
|
2020-11-16 18:27:25 -05:00 |
Evan You
|
3a6b1207fa
|
fix(style-vars): apply css vars in post flush effect
|
2020-11-16 15:40:16 -05:00 |
underfin
|
408a8cad48
|
fix(sfc/style-vars): should attach css vars while `subtree` changed (#2178)
* fix(cssVars): should attach css vars while `subtree` changed
fix #2177
* fix: fix test
|
2020-10-13 15:37:45 -04:00 |
Evan You
|
5ae7380b4a
|
feat: update Suspense usage (#2099)
See https://github.com/vuejs/vue-next/pull/2099 for details.
|
2020-09-15 12:45:06 -04:00 |
XRenSiu
|
bb54a84cd1
|
chore: use '@vue/shared' instead of '@vue/shared/src' (#1915)
|
2020-08-21 12:50:06 -04:00 |
underfin
|
07ece2e926
|
fix(style-vars): fix css vars on component with suspense as root (#1718)
|
2020-07-28 15:30:18 -04:00 |
Evan You
|
44e6da1402
|
fix(runtime-dom): unref when setting useCssVars
|
2020-07-15 18:31:10 -04:00 |
Evan You
|
32a4cb804b
|
test: improve coverage
|
2020-07-15 10:38:45 -04:00 |
Evan You
|
b9595e64cf
|
feat: ssr support for `<style vars>`
|
2020-07-12 18:04:09 -04:00 |
Evan You
|
5f271515cf
|
refactor: shorten scoped css var / animation prefix
|
2020-07-10 18:47:31 -04:00 |
Evan You
|
6647e34ce7
|
refactor: adjust useCSSVars scoped usage
|
2020-07-10 10:19:16 -04:00 |
Evan You
|
879ea17985
|
test: tests for useCSSVars
|
2020-07-10 09:44:00 -04:00 |
Evan You
|
9f706a9f5e
|
feat(runtime-dom): useCssVars
|
2020-07-09 16:25:29 -04:00 |