Shinigami
|
6e5801f8a8
|
fix(types): allow symbol in JSX ReservedProps.key (#4306)
|
2021-08-11 10:42:46 -04:00 |
|
Evan You
|
2749c15170
|
release: v3.2.1
|
2021-08-09 16:29:53 -04:00 |
|
Evan You
|
5a7a43cc3d
|
release: v3.2.0
|
2021-08-09 15:51:53 -04:00 |
|
Evan You
|
4781965cc2
|
release: v3.2.0-beta.8
|
2021-08-06 23:12:27 -04:00 |
|
Evan You
|
c421fb91b2
|
feat(runtime-dom): support async component in defineCustomElement
close #4261
|
2021-08-06 19:15:55 -04:00 |
|
hfutsora
|
bc7dd93f92
|
fix(runtime-dom): fix shadowRoot instanceof check in unsupported browsers (#4238)
|
2021-08-02 09:41:41 -04:00 |
|
Evan You
|
b357009a82
|
release: v3.2.0-beta.7
|
2021-07-29 13:21:30 -04:00 |
|
Evan You
|
204e194d2b
|
release: v3.2.0-beta.6
|
2021-07-27 18:56:02 -04:00 |
|
Evan You
|
561e210157
|
fix(inject): should auto unwrap injected refs
fix #4196
|
2021-07-27 17:52:37 -04:00 |
|
Evan You
|
4b595a3ea1
|
release: v3.2.0-beta.5
|
2021-07-23 16:10:22 -04:00 |
|
Evan You
|
ac74e1dd33
|
fix(v-model): avoid resetting value of in-focus & lazy input
fix #4182
|
2021-07-23 15:44:56 -04:00 |
|
Evan You
|
bff4ea74c5
|
fix(hmr): fix custom elements hmr edge cases
|
2021-07-22 18:54:26 -04:00 |
|
Evan You
|
5b76843b69
|
feat(runtime-dom): support passing initial props to custom element constructor
|
2021-07-22 18:19:58 -04:00 |
|
Evan You
|
7a7e1d8e9f
|
feat(runtime-dom): hmr for custom elements
|
2021-07-22 17:48:15 -04:00 |
|
Evan You
|
a7fa4ac28a
|
feat(runtime-dom): support specifying shadow dom styles in defineCustomElement
|
2021-07-22 16:33:32 -04:00 |
|
Evan You
|
fe58bae412
|
release: v3.2.0-beta.4
|
2021-07-21 17:40:25 -04:00 |
|
Evan You
|
ff0c810300
|
fix(runtime-dom): defer setting value
fix #2325, fix #4024
|
2021-07-21 16:38:01 -04:00 |
|
Evan You
|
9d5dd2da8c
|
release: v3.2.0-beta.3
|
2021-07-20 17:47:03 -04:00 |
|
Evan You
|
1034546a4c
|
release: v3.2.0-beta.2
|
2021-07-19 19:36:55 -04:00 |
|
Evan You
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
Evan You
|
3056e9b3dc
|
fix(v-model): properly detect input type=number
fix #3813
|
2021-07-19 17:46:04 -04:00 |
|
Evan You
|
d4c67dd253
|
release: v3.2.0-beta.1
|
2021-07-16 14:44:06 -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 |
|
Evan You
|
de32cfa43e
|
fix: ensure customElements API ssr compatibility
fix #4129
|
2021-07-16 14:30:49 -04:00 |
|
Evan You
|
1c7d737cc8
|
feat: support v-bind .prop & .attr modifiers
Also allows render function usage like the following:
```js
h({
'.prop': 1, // force set as property
'^attr': 'foo' // force set as attribute
})
```
|
2021-07-16 14:30:49 -04:00 |
|
Evan You
|
00f0b3c465
|
feat: custom element reflection, casting and edge cases
|
2021-07-16 14:30:49 -04:00 |
|
Evan You
|
8610e1c9e2
|
feat(runtime-dom): defineCustomElement
|
2021-07-16 14:30:49 -04:00 |
|
Evan You
|
31abdc8ada
|
release: v3.1.5
|
2021-07-16 12:38:01 -04:00 |
|
HcySunYang
|
3756270272
|
fix(runtime-dom): capture errors when setting value for IDL (#3578)
fix #3576
|
2021-07-15 16:32:25 -04:00 |
|
Evan You
|
7013e8f578
|
fix(runtime-dom): remove class attribute on nullish values
close #3173
|
2021-07-15 13:45:43 -04:00 |
|
Evan You
|
c0db807844
|
refactor: simplify static content insertion
|
2021-07-15 13:16:19 -04:00 |
|
Evan You
|
2937530bef
|
fix(v-model): handle mutations of v-model bound array/sets
fix #4096
|
2021-07-15 12:14:19 -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
|
348c3b01e5
|
release: v3.1.4
|
2021-07-02 08:37:50 -04:00 |
|
Evan You
|
fc7b640041
|
release: v3.1.3
|
2021-07-01 19:28:06 -04:00 |
|
Evan You
|
ba89ca9eca
|
fix(runtime-dom): fix static node content caching edge cases
reverts fded1e8
fix #4023, #4031, #4037
|
2021-07-01 19:19:53 -04:00 |
|
Johnson Chu
|
8ed3ed6c27
|
feat(types/ide): support find definition for jsx tags, events (#3570)
|
2021-07-01 13:49:16 -04:00 |
|
Evan You
|
6b6d566861
|
release: v3.1.2
|
2021-06-22 14:24:50 -04:00 |
|
Evan You
|
4de5d24aa7
|
perf: improve static content insertion perf
Especially on multiple insertions of the same static node.
fix #3090
|
2021-06-21 14:38:29 -04:00 |
|
Evan You
|
ade9bd9daa
|
release: v3.1.1
|
2021-06-07 16:26:54 -04:00 |
|
Evan You
|
ac15df46c5
|
release: v3.1.0
|
2021-06-07 12:38:42 -04:00 |
|
Evan You
|
71f7c25fbe
|
release: v3.1.0-beta.7
|
2021-06-02 16:12:54 -04:00 |
|
HcySunYang
|
ecd97ee6e4
|
fix(runtime-dom/v-model): only set selectedIndex when the value changes (#3845)
|
2021-05-29 20:42:13 -04:00 |
|
Evan You
|
aa96a0e88a
|
release: v3.1.0-beta.6
|
2021-05-28 16:58:54 -04:00 |
|
Evan You
|
6fbf0dd315
|
chore: use variable instead of literal
|
2021-05-28 15:56:07 -04:00 |
|
GU Yiling
|
e3f5dcb99b
|
fix(runtime-dom): should remove attribute when binding null to value (#3564)
|
2021-05-28 15:48:22 -04:00 |
|
Evan You
|
071986a2c6
|
fix(transition): fix higher order transition components with merged listeners
fix #3227
|
2021-05-28 15:42:08 -04:00 |
|
Evan You
|
f0eb1978b2
|
release: v3.1.0-beta.5
|
2021-05-26 16:06:51 -04:00 |
|
Evan You
|
f1f52300e6
|
release: v3.1.0-beta.4
|
2021-05-24 19:16:44 -04:00 |
|
Carlos Rodrigues
|
a0c57936f8
|
types(jsx): improve type for number attributes (#3776)
fix #3788
|
2021-05-24 12:15:45 -04:00 |
|