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
Added zx-context.module.js a custom element for loading/hot-replacing components at runtime
Added fetchOptions to ContextOptions
Added ContextController.using(..) method, equivalent of zuix.using but context-aware
Improved runtime errors handling
Now all option attributes expressions (including event handlers) are evaluated in the parent context scripting scope and can reference fields declared in the enclosing context
Fix: components loading twice in some circumstances (now zuix.js is even more faaaast!)