Skip to content

Commit

Permalink
chore: release v8.7.5
Browse files Browse the repository at this point in the history
* (@klein0r) Fixed right aligned script names when using multiple instances
* (foxriver76) added fallback for all require calls in scripts
  • Loading branch information
foxriver76 committed Jul 27, 2024
1 parent 03e91eb commit 812ab95
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 36 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
The newest change log is in README.md
## 8.7.0 (2024-07-18)
* (klein0r) Escape all field inputs correctly when using single quotes
* (klein0r) Added sandbox function to subscribe to all enum members
* (klein0r) Added Blockly block to subscribe to all enum members
* (klein0r) Added sandbox functions to start/restart/stop an instance
* (klein0r) Added Blockly block to start/restart/stop an instance
* (klein0r) Added Blockly block to start/stop a script
* (klein0r) Added Blockly result blocks for script messages
* (klein0r) Fixed onLog / onLogUnregister return types
* (foxriver76) fixed issue in importing additional node modules for packages which do not provide a default export (e.g. `mathjs`)
* (bluefox) Removed `withStyles` from GUI

## 8.6.0 (2024-06-14)

* (foxriver76) fixed issue with additional node modules which are installed from GitHub (controller v6)
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 8.7.5 (2024-07-27)
* (@klein0r) Fixed right aligned script names when using multiple instances
* (foxriver76) added fallback for all require calls in scripts

Expand All @@ -43,18 +43,6 @@ Executes Javascript, Typescript Scripts.
### 8.7.1 (2024-07-22)
* (foxriver76) load correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)

### 8.7.0 (2024-07-18)
* (klein0r) Escape all field inputs correctly when using single quotes
* (klein0r) Added sandbox function to subscribe to all enum members
* (klein0r) Added Blockly block to subscribe to all enum members
* (klein0r) Added sandbox functions to start/restart/stop an instance
* (klein0r) Added Blockly block to start/restart/stop an instance
* (klein0r) Added Blockly block to start/stop a script
* (klein0r) Added Blockly result blocks for script messages
* (klein0r) Fixed onLog / onLogUnregister return types
* (foxriver76) fixed issue in importing additional node modules for packages which do not provide a default export (e.g. `mathjs`)
* (bluefox) Removed `withStyles` from GUI

## License
The MIT License (MIT)

Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/static/js/main.c3668b19.js",
"main.js": "/static/js/main.f647d2ba.js",
"static/css/253.d364a287.chunk.css": "/static/css/253.d364a287.chunk.css",
"static/js/253.1e6b6b71.chunk.js": "/static/js/253.1e6b6b71.chunk.js",
"static/js/253.ffa24928.chunk.js": "/static/js/253.ffa24928.chunk.js",
"static/js/498.660757a3.chunk.js": "/static/js/498.660757a3.chunk.js",
"static/js/160.c8d32710.chunk.js": "/static/js/160.c8d32710.chunk.js",
"static/js/586.cfd14ef3.chunk.js": "/static/js/586.cfd14ef3.chunk.js",
Expand Down Expand Up @@ -146,9 +146,9 @@
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
"main.c3668b19.js.map": "/static/js/main.c3668b19.js.map",
"main.f647d2ba.js.map": "/static/js/main.f647d2ba.js.map",
"253.d364a287.chunk.css.map": "/static/css/253.d364a287.chunk.css.map",
"253.1e6b6b71.chunk.js.map": "/static/js/253.1e6b6b71.chunk.js.map",
"253.ffa24928.chunk.js.map": "/static/js/253.ffa24928.chunk.js.map",
"498.660757a3.chunk.js.map": "/static/js/498.660757a3.chunk.js.map",
"160.c8d32710.chunk.js.map": "/static/js/160.c8d32710.chunk.js.map",
"586.cfd14ef3.chunk.js.map": "/static/js/586.cfd14ef3.chunk.js.map",
Expand All @@ -165,6 +165,6 @@
"817.a2381df9.chunk.js.map": "/static/js/817.a2381df9.chunk.js.map"
},
"entrypoints": [
"static/js/main.c3668b19.js"
"static/js/main.f647d2ba.js"
]
}
2 changes: 2 additions & 0 deletions admin/static/js/253.ffa24928.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/static/js/253.ffa24928.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions admin/static/js/main.f647d2ba.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions admin/static/js/main.f647d2ba.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 812ab95

Please sign in to comment.