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
When updating state do not remove component properties that exists on the state but are undefined.
The 'updateState' option is now an app level option instead of a component level option.
Throw if component method is invoked with non-component as 'this'.
Verbose logs are emitted using console.debug instead of console.log.
Fixed
Major refactor to the library's internals that address several issues. The primary issues where:
All patched methods where store on the same Component prototype. This would mean that two different classes having a method with the same name will dispatch the same action.
Updates to components nested inside regular objects where not applied correctly.