mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update for 3.1.0-beta.1
This commit is contained in:
parent
68bb38b8d7
commit
3a1cc38aaf
90
CHANGELOG.md
90
CHANGELOG.md
@ -1,3 +1,93 @@
|
|||||||
|
#### 3.1.0-beta.1: Beta Release
|
||||||
|
|
||||||
|
Editor
|
||||||
|
|
||||||
|
- NEW: Locking Flows (#3938) @knolleary
|
||||||
|
- NEW: Improve UX around hiding flows via context menu (#3930) @knolleary
|
||||||
|
- NEW: Add support for inline image in markdown editor by drag and drop of an image file (#4006) @HiroyasuNishiyama
|
||||||
|
- NEW: Add support for mermaid diagram to markdown editor (#4007) @HiroyasuNishiyama
|
||||||
|
- NEW: Support uri fragments for nodes and groups including edit support (#3870) @knolleary
|
||||||
|
|
||||||
|
- Remember compact/pretty flow export user choice (#3974) @Steve-Mcl
|
||||||
|
- fix .red-ui-notification class (#4035) @xiaobinqt
|
||||||
|
- Fix border radius on Modules list header (#4038) @bonanitech
|
||||||
|
- fix workspace reference error in case of empty tabs (#4029) @HiroyasuNishiyama
|
||||||
|
- Disable delete tab menu when single tab exists (#4030) @HiroyasuNishiyama
|
||||||
|
- Disable hide all menu if all tabs hidden (#4031) @HiroyasuNishiyama
|
||||||
|
- fix hide subflow tooltip (#4033) @HiroyasuNishiyama
|
||||||
|
- Fix disabled menu items in project feature (#4027) @kazuhitoyokoi
|
||||||
|
- Let themes change radialMenu text colors (#3995) @bonanitech
|
||||||
|
- Add Japanese translations for v3.0.3 (#4012) @kazuhitoyokoi
|
||||||
|
- Add Japanese translation for v3.1.0-beta.0 (#3997) @kazuhitoyokoi
|
||||||
|
- Add Japanese translation for v3.1.0-beta.0 (#3916) @kazuhitoyokoi
|
||||||
|
- Hide subflow category after deleting subflow (#3980) @kazuhitoyokoi
|
||||||
|
- Prevent dbl-click opening node edit dialog with text selected (#3970) @knolleary
|
||||||
|
- Handle replacing unknown node inside group or subflow (#3921) @knolleary
|
||||||
|
- Fix #3939, red border red-ui-typedInput-container (#3949) @Steveorevo
|
||||||
|
- i18n item URL copy notification & add Japanese message (#3946) @HiroyasuNishiyama
|
||||||
|
- add Japanese message for item url copy actions (#3947) @HiroyasuNishiyama
|
||||||
|
- Fix autocomplete entry for responseUrl (#3884) @knolleary
|
||||||
|
- Fix Japanese translation for JSONata editor (#3872) @HiroyasuNishiyama
|
||||||
|
- Fix search type with spaces (#3841) @Steve-Mcl
|
||||||
|
- Fix error hanndling of JSONata expression editor for extended functions (#3871) @HiroyasuNishiyama
|
||||||
|
- Add button type to the adding SSH key button (#3866) @kazuhitoyokoi
|
||||||
|
- Check radio button as default in project dialog (#3879) @kazuhitoyokoi
|
||||||
|
- Add $clone as supported function (#3874) @HiroyasuNishiyama
|
||||||
|
- Env var jsonata (#3807) @HiroyasuNishiyama
|
||||||
|
- Add Japanese translation for v3.0.2 (#3852) @kazuhitoyokoi
|
||||||
|
|
||||||
|
Runtime
|
||||||
|
|
||||||
|
- NEW: Add global environment variable feature (#3941) @HiroyasuNishiyama
|
||||||
|
- Force IPv4 name resolution to have priority (#4019) @dceejay
|
||||||
|
- Fix async loading of modules containing both nodes and plugins (#3999) @knolleary
|
||||||
|
- Use main branch as default in project feature (#4036) @kazuhitoyokoi
|
||||||
|
- Rename package var to avoid strict mode error (#4020) @knolleary
|
||||||
|
- Fix typos in settings.js (#4013) @ypid
|
||||||
|
- Ensure credentials object is removed before returning node in getFlow request (#3971) @knolleary
|
||||||
|
- Ignore commit error in project feature (#3987) @kazuhitoyokoi
|
||||||
|
- Update dependencies (#3969) @knolleary
|
||||||
|
- Add check that node sends object rather than primitive type (#3909) @knolleary
|
||||||
|
- Ensure key_path is quoted in GIT_SSH_COMMAND in case of spaces in pathname (#3912) @knolleary
|
||||||
|
- Fix nodesDir scan when node package has js/html in sub dir to package.json (#3867) @Steve-Mcl
|
||||||
|
- Fix file permissions (#3917) @kazuhitoyokoi
|
||||||
|
- ci: add minimum GitHub token permissions for workflows (#3907) @boahc077
|
||||||
|
|
||||||
|
Nodes
|
||||||
|
|
||||||
|
- Catch: fix typo in catch.html (#3965) @we11adam
|
||||||
|
- Change: Fix change node overwriting msg with itself (#3899) @dceejay
|
||||||
|
- Comment node: Clarify where the text will appear (#4004) @dirkjanfaber
|
||||||
|
- CSV: change replace to replaceAll (#3990) @dceejay
|
||||||
|
- CSV node: check header properties for ' and " (#3920) @dceejay
|
||||||
|
- CSV: Fix for CSV undefined property (#3906) @dceejay
|
||||||
|
- Delay: let delay node handle both flush then reset (#3898) @dceejay
|
||||||
|
- Function: Limit number of ports in function node (#3886) @kazuhitoyokoi
|
||||||
|
- Function: Remove dot from variable name for external module in function node (#3880) @kazuhitoyokoi
|
||||||
|
- Function: add function node monaco types util and promisify (#3868) @Steve-Mcl
|
||||||
|
- HTTP In: Ensure msg.req.headers is enumerable (#3908) @knolleary
|
||||||
|
- HTTP Request: Support form-data arrays (#3991) @hardillb
|
||||||
|
- HTTP Request: Fix httprequest tests to be more lenient on error message (#3922) @knolleary
|
||||||
|
- HTTP Request: Add missing property to node object HTTPRequest (#3842) @hardillb
|
||||||
|
- HTTP Request/Response: Support sortable list on property UI of http request and http response nodes (#3857) @kazuhitoyokoi
|
||||||
|
- HTTP Response: Ensure statusCode is a number (#3894) @hardillb
|
||||||
|
- Inject: Allow Inject node to work with async context stores (#4021) @knolleary
|
||||||
|
- Join/Batch: Add count to join and batch node labels (#4028) @dceejay
|
||||||
|
- MQTT: Fix birth topic handling in MQTT node (#3905) @Steve-Mcl
|
||||||
|
- MQTT: Fix pull-down menus of MQTT configuration node (#3890) @kazuhitoyokoi
|
||||||
|
- MQTT: Prevent invalid mqtt birth topic crashing node-red (#3869) @Steve-Mcl
|
||||||
|
- MQTT: ensure sessionExpiry(Interval) is applied (#3840) @Steve-Mcl
|
||||||
|
- MQTT: Fix mqtt nodes not reconnecting on modified-flows deploy (#3992) @knolleary
|
||||||
|
- MQTT: fix single subscription mqtt node status (#3966) @Steve-Mcl
|
||||||
|
- Range: Add drop mode to range node (#3935) @dceejay
|
||||||
|
- Remove done from describe (#3873) @HiroyasuNishiyama
|
||||||
|
- Split node: avoid duplicate done call for buffer split (#4000) @knolleary
|
||||||
|
- Status: Fix typo in 25-status.html (#3981) @kazuhitoyokoi
|
||||||
|
- TCP Node: ensure newline substitution applies to whole message (#4009) @dceejay
|
||||||
|
- Template: Add information about environment variable to template node (#3882) @kazuhitoyokoi
|
||||||
|
- Trigger: Hide trigger node repeat send option if sending nothing (#4023) @dceejay
|
||||||
|
- Watch: fix watch node test on MacOS/ARM (#3942) @HiroyasuNishiyama
|
||||||
|
|
||||||
#### 3.0.2: Maintenance Release
|
#### 3.0.2: Maintenance Release
|
||||||
|
|
||||||
Editor
|
Editor
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red",
|
"name": "node-red",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"description": "Low-code programming for event-driven applications",
|
"description": "Low-code programming for event-driven applications",
|
||||||
"homepage": "http://nodered.org",
|
"homepage": "http://nodered.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@node-red/editor-api",
|
"name": "@node-red/editor-api",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -16,8 +16,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@node-red/util": "3.1.0-beta.0",
|
"@node-red/util": "3.1.0-beta.1",
|
||||||
"@node-red/editor-client": "3.1.0-beta.0",
|
"@node-red/editor-client": "3.1.0-beta.1",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"body-parser": "1.20.1",
|
"body-parser": "1.20.1",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@node-red/editor-client",
|
"name": "@node-red/editor-client",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@node-red/nodes",
|
"name": "@node-red/nodes",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@node-red/registry",
|
"name": "@node-red/registry",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@node-red/util": "3.1.0-beta.0",
|
"@node-red/util": "3.1.0-beta.1",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"fs-extra": "10.1.0",
|
"fs-extra": "10.1.0",
|
||||||
"semver": "7.3.8",
|
"semver": "7.3.8",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@node-red/runtime",
|
"name": "@node-red/runtime",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -16,8 +16,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@node-red/registry": "3.1.0-beta.0",
|
"@node-red/registry": "3.1.0-beta.1",
|
||||||
"@node-red/util": "3.1.0-beta.0",
|
"@node-red/util": "3.1.0-beta.1",
|
||||||
"async-mutex": "0.4.0",
|
"async-mutex": "0.4.0",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@node-red/util",
|
"name": "@node-red/util",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
10
packages/node_modules/node-red/package.json
vendored
10
packages/node_modules/node-red/package.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red",
|
"name": "node-red",
|
||||||
"version": "3.1.0-beta.0",
|
"version": "3.1.0-beta.1",
|
||||||
"description": "Low-code programming for event-driven applications",
|
"description": "Low-code programming for event-driven applications",
|
||||||
"homepage": "http://nodered.org",
|
"homepage": "http://nodered.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -31,10 +31,10 @@
|
|||||||
"flow"
|
"flow"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@node-red/editor-api": "3.1.0-beta.0",
|
"@node-red/editor-api": "3.1.0-beta.1",
|
||||||
"@node-red/runtime": "3.1.0-beta.0",
|
"@node-red/runtime": "3.1.0-beta.1",
|
||||||
"@node-red/util": "3.1.0-beta.0",
|
"@node-red/util": "3.1.0-beta.1",
|
||||||
"@node-red/nodes": "3.1.0-beta.0",
|
"@node-red/nodes": "3.1.0-beta.1",
|
||||||
"basic-auth": "2.0.1",
|
"basic-auth": "2.0.1",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user