This release introduces enhancements to the funnel interface, improved delay label management, and important bug fixes related to email status and mes...
Release Notes 3.2.643
🚀 New Features
- Added stepper interface to the funnel builder for easier navigation and component selection.
- Introduced dynamic grouping of funnel components for a more organized workflow.
- Implemented a new
DelayLabel.js
utility to provide clearer visual feedback for action delays in funnels.
🛠 Improvements
- Enhanced
Modal.vue
to support dynamic content styling via a newcontentClass
prop. - Minor styling adjustments in
TimeSelector.vue
andFunnel.vue
for improved UI consistency. - Improved event handling and component display logic in funnel email actions for better clarity and user experience.
🐛 Bug Fixes
- Resolved an issue where newly added funnel messages or auto-responder actions with tags queries failed due to a casting error.
- Fixed a bug ensuring the email invalid status is properly cleared when a user is manually opted back in.
🔧 Technical / Internal
- Refactored
DelayLabel.js
to streamline delay text generation and improve code readability. - Adjusted label positioning and font size in the delay label function for better UI alignment.
- Improved dynamic conditions display and component grouping logic in
Funnel.vue
.