Skip to content

Neutralinojs CLI v11.2.0 released!

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 07:28
· 2 commits to main since this release

What's new

Core: Bundler

  • Introduce the --clean flag to the neu build command to clean previous build files.
  • Add file excluding feature for the app bundle and extensions directory via cli.resourcesExclude and cli.extensionsExclude configuration properties. For example, now developers can use the "resourcesExclude": ".*\\.scss$|.*\\.d.ts$" configuration to exclude *.scss and *.d.ts files from the final app bundle.
  • Let app developers customize the frontend library development server wait time using the cli.frontendLibrary.waitTimeout configuration property.

Core: Version

  • The neu version command now compares the installed CLI version and the framework version with the latest released versions and displays a warning messages if the users use an older versions.
  • The neu version command now displays the (latest) tag with CLI, binary, client library version details.

Bugfixes/improvements

  • Check and validate neutralino.config.json file before executing app-specific commands.
  • Check app template validity before downloading content from a specific GitHub repository using the official GitHub API.
  • Add the app icon to the final app bundle only the specific project uses an app icon.
  • Fix the port waiting timeout issue with frontend library-based development workflow.

Install the latest (v11.2.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri 🚀