Skip to content

Releases: neutralinojs/neutralino.js

Neutralino.js v3.0.0 released!

11 Dec 12:48
Compare
Choose a tag to compare

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).

Neutralino.js v2.0.0 released!

18 Oct 07:16
79a1f3d
Compare
Choose a tag to compare
  • New JavaScript API spec implementation.
  • Using WebSockets to handle native calls.
  • Rollup-based TypeScript build and doing improvements to the code.
  • ready event.

Neutralino.js v1.5.0 released!

18 Sep 07:13
Compare
Choose a tag to compare
  • Multiple windows creation APIs added.

Neutralino.js v1.4.0 released!

27 Aug 09:34
Compare
Choose a tag to compare
  • New functions were added to the filesystem and app modules.

Neutralino.js v1.3.0 released!

09 Aug 13:00
Compare
Choose a tag to compare
  • Filtering support for Neutralino.os.showDialogOpen
  • CustomEvent-based Neutralino.events implementation. Now we can attach multiple callbacks with events.on(eventName, handler).

Neutralino.js v1.2.0 released!

25 Jul 07:11
cb7c877
Compare
Choose a tag to compare
  • Draggable regions support via Neutralino.window.setDraggableRegion(domElementId: string)

Neutralino.js v1.1.0 released!

18 Jul 06:31
Compare
Choose a tag to compare
  • Implementation of new window spec.

Neutralino.js v1.0.0 released!

24 Jun 06:29
Compare
Choose a tag to compare

What's new

  • Tray menu API
  • NL_CVERSION global variable