Skip to content

1.1.22

Compare
Choose a tag to compare
@genemars genemars released this 01 May 02:18
· 15 commits to master since this release
  • 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!)
  • Fix: restoreView not working for custom elements
  • Updated API docs