Releases: node-red/node-red
Releases · node-red/node-red
4.1.7
What's Changed
- Remove IE7 CSS hacks by @bonanitech in #5511
- Update tar/multer deps by @knolleary in #5515
- Do not cache subflow colors as each subflow can have its own by @knolleary in #5518
- Bump i18next version by @knolleary in #5519
- Set showSupportNotice option on i18n by @knolleary in #5520
- Allow palette.categories to be set via theme plugin by @knolleary in #5526
- Do not block touch events on ports by @knolleary in #5527
- Suppress i18n notice in frontend by @knolleary in #5528
- Bump for 4.1.7 by @knolleary in #5529
Full Changelog: 4.1.6...4.1.7
5.0.0-beta.3
What's Changed
- Move location of new creds files to be next to flows (if they don't exist already in userdir) by @dceejay in #4951
- 136 - Update color of inactive tabs to not appear disabled by @n-lark in #5510
- Update Monaco to latest (0.55.1) by @Steve-Mcl in #5508
- UX updates for beta 3 by @knolleary in #5498
- Bump for beta3 release by @knolleary in #5514
Full Changelog: 5.0.0-beta.2...5.0.0-beta.3
4.1.6
What's Changed
- Add § as shortcut meta-key by @gorenje in #5482
- Support ctrl key to select configuration nodes by @kazuhitoyokoi in #5486
- Fix: allow middle-click panning over links and ports by @lklivingstone in #5496
- Add frontend pre and post debug message hooks by @Steve-Mcl in #5495
- Allow node-red integrator access to available updates by @Steve-Mcl in #5499
- Ensure config sidebar tooltip handles html content by @knolleary in #5501
- Allow palette.theme to be set via theme plugin and include icons by @knolleary in #5500
- Bump dependencies by @knolleary in #5502
- Bump for 4.1.6 release by @knolleary in #5503
New Contributors
- @lklivingstone made their first contribution in #5496
Full Changelog: 4.1.5...4.1.6
4.1.5: Maintenance Release
What's Changed
- chore: bump tar to 7.5.7 by @bryopsida in #5472
- Update for 4.1.5 release by @knolleary in #5479
- Fix package versions by @knolleary in #5480
Full Changelog: 4.1.4...4.1.5
4.1.4
What's Changed
- fix: prevent uncaught exceptions in core node event handlers by @Dennis-SEG in #5438
- fix: prevent incorrect array modification in delay node by @Dennis-SEG in #5457
- fix: prevent double resolve in node close callback by @Dennis-SEG in #5461
- fix: prevent race condition in localfilesystem context store during shutdown by @Dennis-SEG in #5462
- registry: fix importModule base dir for exports subpaths by @yuan-cloud in #5465
- Revert overflow fix in editableList by @knolleary in #5467
- Bump for 4.1.4 release by @knolleary in #5468
New Contributors
- @yuan-cloud made their first contribution in #5465
Full Changelog: 4.1.3...4.1.4
5.0.0-beta.2
What's Changed
- Fix size and scrolling in Git config UI by @kazuhitoyokoi in #5396
- Stricter validator for flow file name in project feature by @kazuhitoyokoi in #5398
- Expand folder to avoid error in library by @kazuhitoyokoi in #5399
- Fix debug tab to copy displayed value by @kazuhitoyokoi in #5400
- Fix invalid node size in quick add dialog by @kazuhitoyokoi in #5403
- Decrement count of http requests after error by @kazuhitoyokoi in #5409
- Add tooltip to delete button in node property UI by @kazuhitoyokoi in #5410
- 5404/Editor/Bug: Junction error in Quick Add dialog by @piotrbogun in #5407
- Fix status node to retrieve status from all nodes by @kazuhitoyokoi in #5412
- Support source information in complete node by @kazuhitoyokoi in #5414
- Use TextDecoder() to decode UTF-8 characters by @kazuhitoyokoi in #5416
- Update body-parser by @knolleary in #5418
- Add TLS certs/keys from Env Vars by @hardillb in #5376
- Allow actions show-next-tab and previous to loop by @GogoVega in #5355
- Editor: Flow & subflow names are changed to all lowercase in search dialog #5348 by @n-lark in #5401
- File node TypedInput width fix by @knolleary in #5425
- Fix flushing when in variable delay mode by @dceejay in #5382
- fix(http-request): prevent uncaught exceptions in async hooks by @Dennis-SEG in #5392
- TreeList: Fix widget treeList keyboard navigation scroll behavior by @piotrbogun in #5421
- Ensure quick-add filter is applied properly when retriggering add by @knolleary in #5427
- Readme markdown refactor for legibility in IDE's by @dimitrieh in #5423
- 5343/Editor/Bug: Node help tab resets focus when arrow keys are used to switch between nodes by @piotrbogun in #5406
- Add package-lock.json for reproducible dependency chains by @dimitrieh in #5426
- Bump for 4.1.3 by @knolleary in #5428
- Sync 4.1.3 changes to dev branch by @knolleary in #5445
- add burst mode to delay node by @dceejay in #5391
- UX updates for next beta by @knolleary in #5444
- Add pause button to debug sidebar by @dceejay in #5390
- Bump for 5beta2 by @knolleary in #5446
New Contributors
- @piotrbogun made their first contribution in #5407
- @n-lark made their first contribution in #5401
- @Dennis-SEG made their first contribution in #5392
Full Changelog: 5.0.0-beta.1...5.0.0-beta.2
4.1.3: Maintenance Release
What's Changed
- Reveal node in search results via mouseover by @gorenje in #5368
- Fix size and scrolling in Git config UI by @kazuhitoyokoi in #5396
- Stricter validator for flow file name in project feature by @kazuhitoyokoi in #5398
- Expand folder to avoid error in library by @kazuhitoyokoi in #5399
- Fix debug tab to copy displayed value by @kazuhitoyokoi in #5400
- Fix invalid node size in quick add dialog by @kazuhitoyokoi in #5403
- Decrement count of http requests after error by @kazuhitoyokoi in #5409
- Add tooltip to delete button in node property UI by @kazuhitoyokoi in #5410
- 5404/Editor/Bug: Junction error in Quick Add dialog by @piotrbogun in #5407
- Fix status node to retrieve status from all nodes by @kazuhitoyokoi in #5412
- Support source information in complete node by @kazuhitoyokoi in #5414
- Use TextDecoder() to decode UTF-8 characters by @kazuhitoyokoi in #5416
- Update body-parser by @knolleary in #5418
- Allow actions show-next-tab and previous to loop by @GogoVega in #5355
- Editor: Flow & subflow names are changed to all lowercase in search dialog #5348 by @n-lark in #5401
- File node TypedInput width fix by @knolleary in #5425
- Fix flushing when in variable delay mode by @dceejay in #5382
- fix(http-request): prevent uncaught exceptions in async hooks by @Dennis-SEG in #5392
- TreeList: Fix widget treeList keyboard navigation scroll behavior by @piotrbogun in #5421
- Ensure quick-add filter is applied properly when retriggering add by @knolleary in #5427
- Readme markdown refactor for legibility in IDE's by @dimitrieh in #5423
- 5343/Editor/Bug: Node help tab resets focus when arrow keys are used to switch between nodes by @piotrbogun in #5406
- Add package-lock.json for reproducible dependency chains by @dimitrieh in #5426
- Bump for 4.1.3 by @knolleary in #5428
New Contributors
- @piotrbogun made their first contribution in #5407
- @n-lark made their first contribution in #5401
- @Dennis-SEG made their first contribution in #5392
Full Changelog: 4.1.2...4.1.3
5.0.0-beta.1
What's Changed
- Allow sidebar to be split into two panels by @knolleary in #5378
- Update for beta.1 release by @knolleary in #5380
Full Changelog: 5.0.0-beta.0...5.0.0-beta.1
5.0.0-beta.0: Beta Release
What's Changed
- Update sidebar UX by @knolleary in #5327
- Prep dev branch for beta releases by @knolleary in #5367
- Workspace pan/zoom updates by @knolleary in #5312
- Update tour for 5-beta by @knolleary in #5370
- Fix panning workspace on touchscreens by @knolleary in #5371
- Update Sidebar UX by @knolleary in #5318
- Reveal node in search results via mouseover by @gorenje in #5368
- Add ability to use pfx or p12 file for TLS connection settings option by @dceejay in #4907
- Update changelog for beta by @knolleary in #5375
Full Changelog: 4.1.2...5.0.0-beta.0
4.1.2: Maintenance Release
What's Changed
- Fix
RED.comms.subscribecallback on error by @GogoVega in #5313 - Fix lock icon for read-only user by @knolleary in #5336
- Clear suggestions on node/port mouse down by @knolleary in #5323
- Show subflow input label on virtual port by @knolleary in #5325
- Fix race condition in projects initialization by returning gitTools.init() promise by @stoprocent in #5315
- Add selection-to-subflow context menu item by @knolleary in #5337
- Fix up port event cancelling on node-select by @knolleary in #5338
- Improved readme by @dimitrieh in #5340
- Update express version to 4.22.1 by @hardillb in #5365
- Handle plugin name in
plugins.getConfigby @GogoVega in #5276 - Fix invalid
dirtystate during redo after deployment by @GogoVega in #5352 - ci: add files generated by npm test to .gitignore by @bryopsida in #5230
- Bump for 4.1.2 by @knolleary in #5366
New Contributors
- @stoprocent made their first contribution in #5315
- @dimitrieh made their first contribution in #5340
- @bryopsida made their first contribution in #5230
Full Changelog: 4.1.1...4.1.2