@@ -1,6 +1,6 @@
{
"name": "automa",
- "version": "0.15.4",
+ "version": "0.16.0",
"description": "An extension for automating your browser by connecting blocks",
"license": "MIT",
"repository": {
@@ -409,7 +409,7 @@ onUnmounted(() => {
<style>
.ghost-task {
height: 40px;
- @apply bg-box-transparent;
+ @apply bg-gray-200;
}
.ghost-task:not(.workflow-task) * {
display: none;
@@ -555,6 +555,7 @@ export const tasks = {
loopData: '[]',
description: '',
referenceKey: '',
+ specificRowAndCol: false,
loopThrough: 'data-columns',
},