Skip to content

Release v0.76.6

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:45
· 30 commits to main since this release

馃 AI-Generated Changelog

Changed

  • Extracted canvas drag-and-drop logic into a dedicated form-builder-canvas.js module for improved code organization
  • Moved workflow builder into its own module for better maintainability
  • Field IDs and field_name values are now derived from the same counter to ensure consistency

Fixed

  • Undo snapshot is now pushed before reordering or moving fields on the single-step canvas, restoring correct undo behavior
  • Pull request detection logic corrected to improve reliability

Security

  • Escaped field_name, width, and field_type values in createFieldElement to prevent XSS vulnerabilities
  • Applied security fix to SSO backends configuration

Tests

  • Added initial test coverage for the workflow builder module
  • Moved canvas cluster tests into their own dedicated module

馃敆 Full Changelog: v0.76.5...v0.76.6