Skip to content

Commit

Permalink
Update for 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed May 18, 2021
1 parent be9521f commit 4f77bbe
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 17 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
### 1.3.5 Maintenance Release

Editor

- Open subflow tab next to active tab rather than at the end
- Shrink default notification box
- Support mousewheel scroll in tab bar
- Revert some of #2967 to fix treeList gutter width calculation
- Prevent unknown node from breaking editor
- Stop module with missing types from preventing editor load
- Handle sidebar tab that no longer exists when setting first active
- Fix plugin loading when browser sends unrecognised lang
- Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982
- Fix scaling issues when dragging nodes into scaled workspace
- Fix incorrect shortcut keys in info tips (#2980) @kazuhitoyokoi
- Reduce code duplication around node/label generation
- Fix theme handling when no editorTheme.page setting
- Fix jshint error in treeList

Runtime

- Fix error handling in runtime/lib/api/nodes
- Add Node 16 with sass fixed
- Migrate from node-sass to sass (#2984)
- Fix "installRetry" was declared a constant and changed (#2974) @aheissenberger

Nodes

- Function: Fix 'SyntaxError' in Function node when last line of on-stop is a comment
- Function: Fix Function tab label names in the node help text Closes #2978
- Function: Update Japanese info text of function node (#2985) @HiroyasuNishiyama

### 1.3.4 Maintenance Release

Editor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.3.4",
"version": "1.3.5",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node_modules/@node-red/editor-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
Expand All @@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "1.3.4",
"@node-red/editor-client": "1.3.4",
"@node-red/util": "1.3.5",
"@node-red/editor-client": "1.3.5",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"clone": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/editor-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/node_modules/@node-red/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "1.3.4",
"@node-red/util": "1.3.5",
"semver": "6.3.0",
"tar": "6.1.0",
"uglify-js": "3.13.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/node_modules/@node-red/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
Expand All @@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "1.3.4",
"@node-red/util": "1.3.4",
"@node-red/registry": "1.3.5",
"@node-red/util": "1.3.5",
"async-mutex": "0.3.1",
"clone": "2.1.2",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/node_modules/node-red/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.3.4",
"version": "1.3.5",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "1.3.4",
"@node-red/runtime": "1.3.4",
"@node-red/util": "1.3.4",
"@node-red/nodes": "1.3.4",
"@node-red/editor-api": "1.3.5",
"@node-red/runtime": "1.3.5",
"@node-red/util": "1.3.5",
"@node-red/nodes": "1.3.5",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",
Expand Down

0 comments on commit 4f77bbe

Please sign in to comment.