Release history
node-red releases
Low-code programming for event-driven applications
All releases
11 shown
Minor fixes and improvements.
Full changelog
What's Changed
- Fix module name validation for uninstall and tgz install by @knolleary in https://github.com/node-red/node-red/pull/5722
- Ensure project files are inside project root path by @knolleary in https://github.com/node-red/node-red/pull/5724
- Bump for 4.1.10 by @knolleary in https://github.com/node-red/node-red/pull/5723
- Update package lock by @knolleary in https://github.com/node-red/node-red/pull/5725
Full Changelog: https://github.com/node-red/node-red/compare/4.1.9...4.1.10
Minor fixes and improvements.
Full changelog
What's Changed
- Update config sidebar id handling by @knolleary in https://github.com/node-red/node-red/pull/5597
- Fix reinitializing server with custom node by @tobias47n9e in https://github.com/node-red/node-red/pull/5596
- Allow a nodes defaults to be overridden by settings.js file by @dceejay in https://github.com/node-red/node-red/pull/5591
- Handle invalid theme regex by @knolleary in https://github.com/node-red/node-red/pull/5598
- Ensure custom subflow colors override theme overrides by @knolleary in https://github.com/node-red/node-red/pull/5599
- Ensure tcp-request doesn't reuse uncloned msg objects by @hardillb in https://github.com/node-red/node-red/pull/5612
- Replace uuid library with native function crypto.randomUUID by @hlovdal in https://github.com/node-red/node-red/pull/5660
- Bundle npm to enable cross-platform module management by @knolleary in https://github.com/node-red/node-red/pull/5662
- Bump dependencies for 4.1.9 release by @knolleary in https://github.com/node-red/node-red/pull/5663
- Indicate that "use-tls" label is using a custom config by @tobias47n9e in https://github.com/node-red/node-red/pull/5665
- Update "use-tls" translations to indicate that a custom cert is used by @tobias47n9e in https://github.com/node-red/node-red/pull/5685
- Bump dependencies by @knolleary in https://github.com/node-red/node-red/pull/5714
- Bump for 4.1.9 release by @knolleary in https://github.com/node-red/node-red/pull/5715
New Contributors
- @tobias47n9e made their first contribution in https://github.com/node-red/node-red/pull/5596
Full Changelog: https://github.com/node-red/node-red/compare/4.1.8...4.1.9
- Theme plugin override settings
- Tab navigation action improvements
Removed legacy IE7 CSS, updated i18n and dependencies, fixed subflow color caching and touch event handling on ports.
- Added § and ctrl shortcuts
- Frontend debug message hooks
- Theme plugin palette customization
Updated tar dependency to 7.5.7 and fixed package versions.
Critical stability fixes preventing uncaught exceptions in event handlers and race conditions in context store operations
Multiple bug fixes for UI responsiveness including debug tab functionality, node sizing, and proper request tracking