|
8 | 8 | ### **Copyrigth**: |
9 | 9 | *Tiledesk SRL* |
10 | 10 |
|
| 11 | +# 3.4.32 in PROD |
| 12 | + |
| 13 | +# 3.4.32-rc10 |
| 14 | +- **bug-fixed**: minor ui fix |
| 15 | + |
| 16 | +# 3.4.32-rc9 |
| 17 | +- **added**: sidebar-user-details — MutationObserver to close dropdowns when user details panel is hidden (watches #user-details class); cleanup in ngOnDestroy to prevent memory leaks. |
| 18 | +- **changed**: sidebar-user-details — refined closeDropdowns for better dropdown management when panel closes. |
| 19 | +- **added**: sidebar-user-details — hover to open status dropdown; improved status dropdown positioning logic. |
| 20 | +- **changed**: sidebar-user-details — flexbox layout (justify-content: space-between) for improved project item spacing. |
| 21 | +- **changed**: sidebar-user-details — HTML structure for conditional rendering of teammate status images and titles; cleaned up unused SCSS. |
| 22 | + |
| 23 | +# 3.4.32-rc8 |
| 24 | +- **bug-fixed**: sidebar-user-details — status dropdown not visible when clicking first/last project; moved outside #user-details container to avoid overflow clipping. |
| 25 | +- **bug-fixed**: sidebar-user-details — replaced `transform` on #user-details with `left` animation to fix `position: fixed` containing block (dropdown positioning). |
| 26 | +- **changed**: sidebar-user-details — projects_dropdown_container and status-dropdown now use same colors as ng-select teammate-status-in-drawer. |
| 27 | +- **changed**: sidebar-user-details — projects-dropdown-wrapper styled to match ng-select container. |
| 28 | +- **added**: sidebar-user-details — MPA feature flag in featuresToken: if MPA is true show projects_dropdown_container, else show availability_dropdown_container. |
| 29 | +- **bug-fixed**: RouterModule.forRoot() called twice when clicking conversation — SharedModule now imports RouterModule.forChild([]) instead of AppRoutingModule. |
| 30 | +- **changed**: FindPipe and FilterPipe moved from AppModule to SharedModule for app-wide availability. |
| 31 | +- **added**: conversations-list — postMessage to hosting app on conversation selection (event: `onConversationChanged`, data: full conversation object). |
| 32 | + |
| 33 | +# 3.4.32-rc7 |
| 34 | +- **addded**: ability to change availability status for each project the logged-in user in sidebar-user-detail |
| 35 | + |
| 36 | +# 3.4.32-rc6 |
| 37 | +- **bug-fixed**: convertRequestToConversation timestamp wrong unit |
| 38 | + |
| 39 | +# 3.4.32-rc5 |
| 40 | +- **added**: conversations-list — on init, fetches all projects via `getProjects` and stores them in AppStorageService under `all_projects`; before saving, checks that the key does not already contain each project (avoids duplicates). |
| 41 | +- **changed**: conversations-list `onConversationLoaded` — project name and id are now resolved from the `all_projects` storage key instead of per-project localStorage entries. |
| 42 | + |
| 43 | +# 3.4.32-rc4 |
| 44 | +- **changed**: unassigned conversations page — `onImageLoaded` and `onConversationLoaded` are now invoked for each conversation in the list (avatar URLs, last message formatting, project name). |
| 45 | +- **bug-fixed**: navbar project dropdown — descenders (letters like g, p, q) were being clipped; added `line-height: 1.4` and vertical padding to prevent clipping. |
| 46 | + |
| 47 | +# 3.4.32-rc3 |
| 48 | +- **bug-fixed**: unassigned conversations list was reset on each WebSocket subscription; conversations from other projects were lost when subscribing to multiple online projects. Added `skipClear` parameter to `subscriptionToWsConversations` so the list is cleared only once when subscribing to all online projects. |
| 49 | +- **changed**: unassigned conversations empty state — centered the "no conversations" label both vertically and horizontally within the full viewport height. |
| 50 | + |
| 51 | +# 3.4.32-rc2 |
| 52 | + |
| 53 | +# 3.4.32-rc1 |
| 54 | +- **added**: ability to change availability status for each project the logged-in user belongs to. |
| 55 | +- **changed**: unserved-request.page refactor html and ts refactor |
| 56 | + |
11 | 57 | # 3.4.31 in PROD |
12 | 58 | - **changed**: enhance HTML entities encoding by normalizing line breaks and handling null/undefined inputs |
13 | 59 | - **changed**: API for upload a file/image into chat |
|
0 commit comments