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
EventSource and StateEmitter bootstrapping is now done 100% lazily- properties are only bootstrapped when they are first accessed. This fixes several behavior regressions introduced in 2.0.0.
Removed need to use explicit self-proxying when using multiple StateEmitters per component- can now be deduced automatically.
StateEmitter self-proxying now supports From and Merge proxy types.