What's New
- Webix Jet supports IE11+
- HashRouter works more stable during in-browser navigation
- removeView() of Webix widgets triggers destroy() of the Jet views inside them
- The refresh() method for app and view returns a promise
- view.refresh() works for views with sub-elements
- app.refresh() works when an app is inside a Webix Jet view
- app.refresh() triggers refresh of the top view instead of using its own custom logic
- The order of destroy and init events: first, the old view is destroyed, then the new view is initialized
- better support for ES6 modules: app.views can return a promise of an ES6 module, which can be used for code-splitting
- this.ui updated
Major update after version 0.5:
Last modified 2yr ago