Apr 4, 2025
Release 1.0.42 includes new features and enhancements for the web app, such as improved reporting options, team management functionalities, and authentication improvements. Additionally, several hot fixes have been implemented to resolve issues with tags, UI elements, and payload structures.
🚀 New Features and Enhancements
HISTORICAL REPORTS & CHARTS
Added a dropdown for selecting historical reports
Implemented sophistication and persona charts
Created a new component for detailed reporting.
TEAM MANAGEMENT & INVITATIONS
Added team member invitation functionality with Redux state management
Introduced
InviteTeamMember
component in Organization SettingsEnhanced onboarding flow for invited users, including form field handling
Defined
TeamMember
interface for consistent user data.
AUTHENTICATION & JWT HANDLING
Integrated
jwt-decode
for secure token parsingCreated utility functions for JWT decoding and expiration validation
UTILITY ENHANCEMENTS
Added
getQueryParams
function for extracting URL parametersImplemented
unfavoriteAllAiChatPrompt
for AI chat prompt management
🛠️ UI/UX Improvements & Fixes
UI/UX IMPROVEMENTS
Sidebar: Improved structure and styling
Tabs: Added
isShowArrow
andisShowTabs
props; disabled arrow displayForms & Modals: Updated layout, reordered fields, and improved test IDs
FIXES
Resolved Cypress cron tag and environment config issues
Fixed arrow display in Tabs across multiple views
Cleaned up console logs and resolved merge conflicts
Improved payload structure and image link handling
Ensured
setIsEditing
resets when modals are closed