This release includes a refactor of the subscriber segments tab, improvements to datatable loaders and array displays, message form bug fixes, and var...
Release Notes 3.2.674
🚀 New Features
- Segment count is now displayed on the message confirmation screen, giving a more accurate recipient count for messages.
🛠 Improvements
- Refactored the "Segments" tab on subscriber view to use a more consistent table design, adding sorting and filtering capabilities and improving performance with large segment lists.
- Implemented skeleton loaders on datatables for a smoother initial loading experience.
- Array-type data in datatables now display with improved chip styles and a dropdown menu for extra items, aligning with the app's design.
🐛 Bug Fixes
- Fixed forms not re-applying default values when resetting, such as during new item creation without a page redirect.
- Resolved issue preventing multiple submissions of item creation forms when the page does not reload, eliminating confusing error messages.
- Corrected select inputs showing an unusable "x" icon when not allowing multiple selections; removal now works as intended.
- Fixed bug where select input selections were not cleared if the "disabled items" setting changed without page navigation.
- Fixed message form fetching autoselected segments for SMS messages incorrectly.
- Fixed segment select inputs trying to fetch segment counts before full rendering, improving stability.
🔧 Technical / Internal
- Supported frontend refactor of the subscriber segments table for improved maintainability and consistency.