Skip to content

Neutralino.js v3.0.0 released!

Compare
Choose a tag to compare
@shalithasuranga shalithasuranga released this 11 Dec 12:48

Core: Extensions

  • Extension API functions. Queue messages dispatched to extensions and send when the extension is ready.

Core: Init

  • Reload app based on --neu-dev-auto-reload (--debug-mode removed) with the neuDev_reloadApp event.

API: window.create

  • Return process information with the promise.

API: window.setDraggableRegion

  • Allow passing DOM element as the param.

API: window.unsetDraggableRegion

  • Newly introduced method to remove draggable region handlers from an element.

API: Updater

  • Updater API functions.

Improvements

  • Make return values of events namespace functions consistent.
  • Rename res.neu to resources.neu.

Core: Ping on browsers

  • Polling action to the server was removed and replaced by the server process's internal idle check. app.keepAlive was removed.

Events

  • Client-side implementaion of extensionReady.
  • Allow developers to call native APIs without depending on the ready event (it's not removed becuase of the internal usage).