JensDll
|
c6cd6a7938
|
fix (types): do not unwrap refs in toRefs (#4966)
|
2021-11-25 04:39:09 -05:00 |
|
Evan You
|
20a361541c
|
fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef
fix #4771
|
2021-10-09 17:51:15 -04:00 |
|
Che Guevara
|
925bc346fe
|
fix(types): make toRef return correct type(fix #4732) (#4734)
* fix(types): make `toRef` return correct type(fix #4732)
* chore: use correct test
Co-authored-by: Evan You <yyx990803@gmail.com>
|
2021-10-08 11:57:49 -04:00 |
|
Pick
|
b79e4ca717
|
types(reactivity): Simplify the SymbolExtract (#4162)
|
2021-07-28 11:12:46 -04:00 |
|
Evan You
|
127ed1b969
|
fix(types): improve type of unref()
fix #3954
|
2021-07-01 15:20:49 -04:00 |
|
07akioni
|
4ca4666d58
|
fix(toRef): ref created from union typed prop can't be used in watch (#3048)
|
2021-02-03 19:12:51 +01:00 |
|
Evan You
|
e315d84936
|
fix(types): fix ToRefs type on union value types
fix #2687
|
2020-12-02 14:58:03 -05:00 |
|
Evan You
|
8e20375372
|
fix(types): ensure correct type for toRef and toRefs on existing refs
|
2020-10-27 18:50:34 -04:00 |
|
Carlos Rodrigues
|
c86e7ad11b
|
types(reactivity): improve typings for shallowRef (#1780)
|
2020-08-18 23:34:29 -04:00 |
|
Pick
|
44448fdd22
|
types(reactivity): add dts for proxyRefs & improve typings (#1786)
|
2020-08-14 17:37:36 -04:00 |
|
Guillaume Chau
|
568b6db12b
|
feat: Initial devtools support (#1125)
|
2020-07-16 18:18:52 -04:00 |
|
Evan You
|
82b28a5ecb
|
fix(types): should unwrap array -> object -> ref
|
2020-06-29 12:26:28 -04:00 |
|
Carlos Rodrigues
|
97dedebd80
|
feat(types): update to Typescript 3.9 (#1106)
|
2020-06-09 10:17:42 -04:00 |
|
Evan You
|
bc1f097e29
|
fix(types/reactivity): fix ref type inference on nested reactive properties with .value
fix #1111
|
2020-05-04 08:51:17 -04:00 |
|
Carlos Rodrigues
|
0bdd889156
|
fix(types): fix ref(false) type to Ref<boolean> (#1028)
|
2020-04-22 11:54:54 -04:00 |
|
Carlos Rodrigues
|
d7ae1d0244
|
test(reactivity): add tests for object with symbols (#969)
|
2020-04-16 09:24:46 -04:00 |
|
Carlos Rodrigues
|
acfcc55aac
|
types(ref): fix dts test for ref (#965)
|
2020-04-15 12:15:13 -04:00 |
|
pikax
|
8a74260b70
|
types: remove tuple check and add type check for tuple
|
2020-04-15 16:22:44 +01:00 |
|
pikax
|
6a66b7b60a
|
Merge remote-tracking branch 'github/master' into changing_unwrap_ref
|
2020-04-13 18:32:14 +01:00 |
|
Thorsten Lünborg
|
33ccfc0a8b
|
fix(types): UnwrapRef should bail on DOM element types (#952)
fix #951
|
2020-04-13 11:51:32 -04:00 |
|
pikax
|
c20d8af8c0
|
types: add symbolExtract to extract all known symbols
#951
|
2020-04-12 11:45:56 +01:00 |
|
Evan You
|
9aaeeede62
|
test: add type test for nested refs in ref.value
|
2020-02-25 20:38:09 -05:00 |
|
Evan You
|
d4c6957e2d
|
fix(types): ref value type unwrapping should happen at creation time
|
2020-02-25 19:44:06 -05:00 |
|
Evan You
|
e9024bf1b7
|
feat(reactivity): expose unref and shallowRef
|
2020-02-22 04:39:32 +01:00 |
|
Evan You
|
627b9df4a2
|
fix(types): improve ref typing, close #759
|
2020-02-21 17:45:42 +01:00 |
|