You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The auto bind feature got removed from both store and view.
Features
Added integration for an experimental debugger. You can test this out with view(Comp, { devtool: console.log }), the actual visual debugger is still in the making.
Fixes
Added reactivity support for in operations.
Fixed reactivity in case of mutating a sparse array in an unused index, which is smaller then its current length.