next-workflow-builder 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # next-workflow-builder
2
2
 
3
+ ## 0.7.5
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix **Clear** and **Delete** buttons on the Workflow Panel doing nothing when clicked — they were setting unused Jotai atoms instead of opening confirmation overlays. Now uses the same `ConfirmOverlay` pattern as the toolbar
8
+ - Fix **Clear Workflow** not persisting — `clearWorkflowAtom` was missing the `autosaveAtom` trigger, so cleared state was never saved to the database
9
+ - Fix **Clear Workflow** removing the Trigger node — now preserves trigger nodes, consistent with delete-node and multi-select delete behavior
10
+ - Fix deleting a workflow failing with a foreign key constraint error when the workflow has execution history — execution logs and executions are now deleted before the workflow itself
11
+
3
12
  ## 0.7.4
4
13
 
5
14
  ### Features