Bump for 5-beta.4 release

pull/5571/head
Nick O'Leary 2026-03-17 11:40:05 +00:00
parent 4d4762b1f2
commit 4ba71d3fc5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
11 changed files with 56 additions and 31 deletions

View File

@ -1,3 +1,29 @@
#### 5.0.0-beta.4: Beta Release
- Various UX tweaks and tidy ups
- Renable click to close for edit dialog (#5567) @knolleary
- Improve the `user-select` CSS code usage (#5565) @bonanitech
- Tidy up modal shade appearance (#5566) @knolleary
- Scale highlight based on workspace zoom (#5563) @knolleary
- Ensure disabled tab has fully dashed border (#5564) @knolleary
- Add error handling for markdown parser (#5560) @knolleary
- Update reveal node styling (#5562) @knolleary
- Minor change to treeList select/expand behaviour (#5556) @knolleary
- Handle shift-scroll more robustly (#5559) @knolleary
- Remove obsolete vendor-prefixed CSS properties (#5554) @bonanitech
- Include sidebar width in position calculation for reveal function (#5555) @knolleary
- [5377] UX: Ensure menus handle vertical overflow (#5448) @n-lark
- Account for sidebar width when calculating zoom-to-fit scale (#5551) @knolleary
- Fix fade effect for tab labels that overflow (#5552) @bonanitech
- Better touch handling for submenus (#5550) @knolleary
- Improve workspace footer handling of smaller screen widths (#5549) @knolleary
- [5540] UX: handle node-red-dashboard css poisoning (#5548) @n-lark
- [5522] UX: vertical scrollbar should not overlap subflow toolbar (#5537) @n-lark
- [5523] UX: Cursor events in workspace get interrupted when over status/scroll bars (#5539) @n-lark
- [5521] UX: Selecting non-flow object in Explorer causes Info to go blank (#5538) @n-lark
- [5525] UX: Misaligned first tab (#5536) @n-lark
- Sync 4.1.7 to dev branch (#5531) @knolleary
#### 5.0.0-beta.3: Beta Release
- UX updates for beta 3 (#5498) @knolleary

15
package-lock.json generated
View File

@ -1,15 +1,14 @@
{
"name": "node-red",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-red",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"dependencies": {
"@node-rs/bcrypt": "^1.10.7",
"acorn": "8.16.0",
"acorn-walk": "8.3.5",
"ajv": "8.18.0",
@ -60,7 +59,7 @@
"raw-body": "3.0.0",
"rfdc": "1.4.1",
"semver": "7.7.4",
"tar": "7.5.10",
"tar": "7.5.11",
"tough-cookie": "5.1.2",
"uglify-js": "3.19.3",
"uuid": "9.0.1",
@ -108,7 +107,7 @@
"node": ">=18.5"
},
"optionalDependencies": {
"@node-rs/bcrypt": "^1.10.7"
"@node-rs/bcrypt": "1.10.7"
}
},
"node_modules/@antfu/install-pkg": {
@ -10918,9 +10917,9 @@
"dev": true
},
"node_modules/tar": {
"version": "7.5.10",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz",
"integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
"version": "7.5.11",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
"license": "BlueOak-1.0.0",
"dependencies": {
"@isaacs/fs-minipass": "^4.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -76,7 +76,7 @@
"raw-body": "3.0.0",
"rfdc": "1.4.1",
"semver": "7.7.4",
"tar": "7.5.10",
"tar": "7.5.11",
"tough-cookie": "5.1.2",
"uglify-js": "3.19.3",
"uuid": "9.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "5.0.0-beta.3",
"@node-red/editor-client": "5.0.0-beta.3",
"@node-red/util": "5.0.0-beta.4",
"@node-red/editor-client": "5.0.0-beta.4",
"bcryptjs": "3.0.3",
"body-parser": "1.20.4",
"clone": "2.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,17 +1,17 @@
export default {
version: "5.0.0-beta.3",
version: "5.0.0-beta.4",
steps: [
{
titleIcon: "fa fa-map-o",
title: {
"en-US": "Welcome to Node-RED 5.0 Beta 3!",
"en-US": "Welcome to Node-RED 5.0 Beta 4!",
"ja": "Node-RED 5.0 へようこそ!",
"fr": "Bienvenue dans Node-RED 5.0 Beta 3!"
"fr": "Bienvenue dans Node-RED 5.0 Beta 4!"
},
description: {
"en-US": `
<p>As a beta release, this is a step towards the final version of Node-RED 5.0.</p>
<p>This release has focused on giving the flows more space; moving the editor tabs into the header and the sidebar buttons along the bottom of the screen.</p>
<p>This release continues to refine the UX of the editor with lots of small enhancements and fixes based on the community feedback.</p>
`
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/util": "5.0.0-beta.3",
"@node-red/util": "5.0.0-beta.4",
"clone": "2.1.2",
"fs-extra": "11.3.0",
"semver": "7.7.4",
"tar": "7.5.10",
"tar": "7.5.11",
"uglify-js": "3.19.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "5.0.0-beta.3",
"@node-red/util": "5.0.0-beta.3",
"@node-red/registry": "5.0.0-beta.4",
"@node-red/util": "5.0.0-beta.4",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"cronosjs": "1.7.1",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "5.0.0-beta.3",
"@node-red/runtime": "5.0.0-beta.3",
"@node-red/util": "5.0.0-beta.3",
"@node-red/nodes": "5.0.0-beta.3",
"@node-red/editor-api": "5.0.0-beta.4",
"@node-red/runtime": "5.0.0-beta.4",
"@node-red/util": "5.0.0-beta.4",
"@node-red/nodes": "5.0.0-beta.4",
"basic-auth": "2.0.1",
"bcryptjs": "3.0.3",
"cors": "2.8.5",