This release introduces enhanced redirect handling in the Subscribe component, improving user experience and maintainability.
Release Notes 3.2.640
🛠Improvements
- Refactored redirect handling in the Subscribe component for a smoother user experience during transitions.
🔧 Technical / Internal
- Introduced a new
handleRedirectmethod inSubscribe.vueto centralize and streamline redirection logic. - Added utility functions
waitForElementandwaitForElementRemovalinutilities.jsto facilitate waiting for DOM elements and manage asynchronous UI changes more effectively. - Updated the Subscribe component to use these new utilities, improving maintainability and reliability of redirect behavior.