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 |
linzhe
|
76a8223199
|
fix(teleport): handle disabled teleport with updateCssVars (#12113)
close #12112
|
2024-10-11 10:50:36 +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 |
三咲智子 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 |
白雾三语
|
8f0472c9ab
|
fix(runtime-core): fix error when using cssvars with disabled teleport (#7341)
close #7342
|
2023-10-20 16:34:11 +08:00 |
Evan You
|
11214eedd2
|
fix(teleport/css-v-bind): fix css v-bind in teleport in child component slot
|
2022-11-10 15:08:25 +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
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04: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
|
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 |
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 |
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
|
5c74243211
|
test: move mockWarn into setup files
|
2020-07-27 22:58:51 -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 |