Skip to content

Neutralino.js v5.0.1 released!

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 08:10
· 31 commits to main since this release

What's new

TypeScript

  • Fix type declaration issues with the window global object. Now, window.NL_VERSION, etc. won't display errors on code editors or with the TypeScript compiler.

How to update

neu CLI

neu CLI downloads the client library as a separate JavaScript file (neutralino.js or neutralino.mjs) and let the framework create a global object (Neutralino) or let developers use a module. Update the config file option cli.clientVersion with 5.0.1 and enter neu update to fetch this version.

Node package managers

Use the following commands if you bundle the client library into your app package:

npm install @neutralinojs/lib@5.0.1
# --- or ---
yarn add @neutralinojs/lib@5.0.1

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀