Release v0.76.6
馃 AI-Generated Changelog
Changed
- Extracted canvas drag-and-drop logic into a dedicated
form-builder-canvas.jsmodule for improved code organization - Moved workflow builder into its own module for better maintainability
- Field IDs and
field_namevalues 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, andfield_typevalues increateFieldElementto 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