Regex Support for JSON Conditions
JSON conditions now support regular expressions via the reg-exp-match operator. This enables complex pattern matching (e.g., validation of IDs or formats) directly within the condition logic.
New Shortcuts in the Editor
-
Quickly delete the currently selected element: Delete or Backspace
-
Undo the last editing step: Ctrl + Z (Windows) / Cmd + Z (Mac)
-
Redo (restore) an undone step: Ctrl + Shift + Z (Windows) / Cmd + Shift + Z (Mac)