Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

0.13.0

Compare
Choose a tag to compare
@mjancarik mjancarik released this 29 Jun 13:44
· 689 commits to master since this release

Core

  • the application's scripts can now be loaded asynchronously by adding the async attribute to the script tags
  • added a new base class for document layout view components
  • improved the bootstrapping process of IMA plugins, plugin may export the initSettings, initBind and initServices functions which are executed during the bootstrapping of settings, OC and services respectively
  • new route options: the allowSPA option can be used to prevent certain routes being handled by serving the SPA to the client; the documentView allows specifying a different document view to use instead of the default one specified in the application's settings
  • fixed some bugs