Webix Jet
Search
⌃K

What's New

Version 2.0 - February 21, 2019

New Features

Changes in API and Inner Logic

  • getUrl() and getUrlString() for app and view
  • removeView() of Webix widgets triggers destroy() of the Jet views inside them
  • getSubView() and contains() can be called for JetApp
  • 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

Version 1.6 - June 26, 2018

  • new WJET utility for faster prototyping
  • JetView has the refresh() method
  • better support for ES6 modules: app.views can return a promise of an ES6 module, which can be used for code-splitting

Version 1.5 - April 24, 2018

Version 1.4 - April 11, 2018

Version 1.3 - January 11, 2018

Version 1.2 - December 12, 2017

Webix Jet 1.0 - September 26, 2017

Major update after version 0.5: