1.0.0-rc.11 (2021-06-04)
Bug Fixes
- reactivity: should trigger watchEffect when using set to change value of array length (#720) (9c03a45)
- reactivity: unexpected behaviors for array index out of valid array length when set and del (#719) (f08a1d6)
- shallowReactive: should keep array as array (#717) (620d09b)
- shallowReadonly: watch should work for ref/reactive with shallowReadonly (#714) (b6fc1f7)
Features
- reactivity: unwrap value when using
set
(#722) (bd198e7)
<a name="1.0.0-rc.10"></a>