Evan You
|
38ee9670d4
improve warnings
|
10 년 전 |
Evan You
|
c3aff0d4c9
more reliably handle prop reactivity (fix #2569)
|
10 년 전 |
Evan You
|
a6b9454c19
prop bindings should inherit parent reactivity to allow local mutation (fix #2549)
|
10 년 전 |
Evan You
|
c915cf424a
support boolean props in the form of a="a"
|
10 년 전 |
Evan You
|
30e9edaf8e
should not skip observation for non-simple-path props (fix #2516)
|
10 년 전 |
Evan You
|
72c83e3cc8
add test: props should not convert non-reactive values
|
10 년 전 |
Evan You
|
d1788b98ac
props refactor
|
10 년 전 |
Evan You
|
208678b8a4
use custom matcher for warning tests
|
10 년 전 |
Evan You
|
04116fcf13
props should use default value if passed value is undefined
|
10 년 전 |
Evan You
|
ccf9bede6b
warn possible camelCase props
|
10 년 전 |
Evan You
|
95c5ddefb8
should not type check null/undefined for non-required props (fix #2411)
|
10 년 전 |
Evan You
|
521e8d2754
use standard and eslint 2.0
|
10 년 전 |
Evan You
|
93c1a50b89
do not warn instantiation data that overlap with props
|
10 년 전 |
Evan You
|
f7a91fc9f4
build: adjust test build setup for easier requires
|
10 년 전 |
Hsiaoming Yang
|
3dbdf4c331
Add tests for coerce prop
|
10 년 전 |
Evan You
|
9dc0d7d87f
use ES2015 + new build setup
|
10 년 전 |
Evan You
|
8ed14c8e4b
support mixed prop syntax (close #1798)
|
10 년 전 |
Evan You
|
bcc1770a65
fix boolean prop handling (fix #1727)
|
10 년 전 |
Evan You
|
ee5f458ca5
a more proper fix for #1683
|
10 년 전 |
Evan You
|
8def6c7400
prop watchers should be triggered on reference change only (fix #1683)
|
10 년 전 |
Evan You
|
02655cd931
props: adjust props merging strategy (fix #1431)
|
10 년 전 |
Evan You
|
e421cb6042
props: call default value functions with vm as the context (close #1382)
|
10 년 전 |
Evan You
|
b36397b0de
use new modifier syntax
|
10 년 전 |
Evan You
|
178203d91e
syntax update: v-ref, v-el; deprecate v-class & v-style
|
10 년 전 |
Evan You
|
31757569b9
change two-way binding indicator from @ to &
|
10 년 전 |
Evan You
|
4236c53740
unit tests pass
|
10 년 전 |
Evan You
|
aa566da1ae
support new child component ref syntax
|
10 년 전 |
Evan You
|
de987d4e8a
use new prop binding type indicator syntax
|
10 년 전 |
Evan You
|
e8d8ed790e
fix prop filter test
|
10 년 전 |
Evan You
|
6df94468b4
support filters in props
|
10 년 전 |