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
view-compiler: use attribute name (5a2276c), closes #575
Improve typings of ElementEvents
Performance
Improve Child Observation: In the case with a significant portion of children, the computation of the splice index becomes a significant overhead. This fix bypasses this computation in the special case when the selector is *.
Avoid creating unnecessary functions in ElementEvents