Releases: neutralinojs/neutralino.js
Releases Β· neutralinojs/neutralino.js
Neutralino.js v3.2.0 released!
What's new
API: init
- Store
NL_TOKEN
in sessionStorage and handle native API calls after page reload. - Show a message to the user via HTML if
NL_TOKEN
is not valid (Eg: when the user tries to open the app from another client withone-time
token).
API: window
- Add
window.setAlwaysOnTop(bool)
. - Add
window.getSize
.
Update the config file option cli.clientVersion
with 3.2.0
and enter neu update
to fetch this version.
Get started: https://neutralino.js.org/docs
This release was auto-generated by ReleaseZri π
Neutralino.js v3.1.0 released!
What's new
API: clipboard
clipboard.readText
andclipboard.writeText
functions added.
Update the config file option cli.clientVersion
with 3.1.0
and enter neu update
to fetch this version.
Get started: https://neutralino.js.org/docs
This release was auto-generated by ReleaseZri π
Neutralino.js v3.0.0 released!
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 theneuDev_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
toresources.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!
- 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!
- Multiple windows creation APIs added.
Neutralino.js v1.4.0 released!
- New functions were added to the filesystem and app modules.
Neutralino.js v1.3.0 released!
- Filtering support for
Neutralino.os.showDialogOpen
CustomEvent
-basedNeutralino.events
implementation. Now we can attach multiple callbacks withevents.on(eventName, handler)
.
Neutralino.js v1.2.0 released!
- Draggable regions support via
Neutralino.window.setDraggableRegion(domElementId: string)
Neutralino.js v1.1.0 released!
- Implementation of new window spec.
Neutralino.js v1.0.0 released!
What's new
- Tray menu API
NL_CVERSION
global variable