Skip to content

OGX.JS 1.38.0

Compare
Choose a tag to compare
@globules-io globules-io released this 12 Apr 16:05
· 1 commit to master since this release

New Features

  • [App] now has a construct constructor to optionally use when extending App
  • [App] app instance also exists as constant OGX.Core
  • [Form] bindField now support a submit callback submit_cb outside of form
  • [StackedTree] added prev and reset methods
  • [StackedTree] now passes itself as additional parameter when triggering an event
  • [Tasker] new object to manage background tasks at idle via requestIdleCallback

Bug Fixes

  • [Display] fix bind with OSE script not returning template
  • [Display] fix dynamic display via displays bound to property
  • [Workers] fix worker running in interval not stopping when calling OGX.Workers.stop(worker_id);

Other Changes

  • [App] reduced memory footprint, updated internal naming