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
handleRedirect
method inSubscribe.vue
to centralize and streamline redirection logic. - Added utility functions
waitForElement
andwaitForElementRemoval
inutilities.js
to 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.