Skip to content

Commit

Permalink
chore: release v8.4.2
Browse files Browse the repository at this point in the history
* (klein0r) Fixed createState (removed redundant native attributes)
* (winnyschuster) Fixed astro custom component
  • Loading branch information
klein0r committed May 28, 2024
1 parent 0ffc76a commit e04c53c
Show file tree
Hide file tree
Showing 36 changed files with 150 additions and 55 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
The newest change log is in README.md
## 8.2.0 (2024-05-07)

* (PeterVoronov) Added toArray to result object of $-selector
* (klein0r) Added Blockly block for onLog

## 8.1.1 (2024-05-03)

* (klein0r) Updated Blockly/JS and Rules/JS image (as svg)
Expand Down
7 changes: 1 addition & 6 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.4.2 (2024-05-28)

* (klein0r) Fixed createState (removed redundant native attributes)
* (winnyschuster) Fixed astro custom component
Expand Down Expand Up @@ -57,11 +57,6 @@ Executes Javascript, Typescript Scripts.
* (klein0r) Fixed log message on script start
* (klein0r) Added instance/from to log window (like in admin)

### 8.2.0 (2024-05-07)

* (PeterVoronov) Added toArray to result object of $-selector
* (klein0r) Added Blockly block for onLog

## 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.14275e1f.js",
"main.js": "/static/js/main.6a360483.js",
"static/css/373.d5afd7f9.chunk.css": "/static/css/373.d5afd7f9.chunk.css",
"static/js/373.df064f03.chunk.js": "/static/js/373.df064f03.chunk.js",
"static/js/373.e193d08a.chunk.js": "/static/js/373.e193d08a.chunk.js",
"static/js/966.55cf00c0.chunk.js": "/static/js/966.55cf00c0.chunk.js",
"static/js/30.fbeb7a43.chunk.js": "/static/js/30.fbeb7a43.chunk.js",
"static/js/704.e698fa57.chunk.js": "/static/js/704.e698fa57.chunk.js",
Expand Down Expand Up @@ -162,9 +162,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.14275e1f.js.map": "/static/js/main.14275e1f.js.map",
"main.6a360483.js.map": "/static/js/main.6a360483.js.map",
"373.d5afd7f9.chunk.css.map": "/static/css/373.d5afd7f9.chunk.css.map",
"373.df064f03.chunk.js.map": "/static/js/373.df064f03.chunk.js.map",
"373.e193d08a.chunk.js.map": "/static/js/373.e193d08a.chunk.js.map",
"966.55cf00c0.chunk.js.map": "/static/js/966.55cf00c0.chunk.js.map",
"30.fbeb7a43.chunk.js.map": "/static/js/30.fbeb7a43.chunk.js.map",
"704.e698fa57.chunk.js.map": "/static/js/704.e698fa57.chunk.js.map",
Expand Down Expand Up @@ -197,6 +197,6 @@
"456.b3a51d3c.chunk.js.map": "/static/js/456.b3a51d3c.chunk.js.map"
},
"entrypoints": [
"static/js/main.14275e1f.js"
"static/js/main.6a360483.js"
]
}
4 changes: 2 additions & 2 deletions admin/custom/customComponents.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/custom/customComponents.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions admin/custom/static/js/src_Astro_jsx.3c03627d.chunk.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/custom/static/js/src_Astro_jsx.3c03627d.chunk.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e04c53c

Please sign in to comment.