Skip to content

Latest commit

 

History

History
227 lines (115 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

227 lines (115 loc) · 14.3 KB

Changelog

1.9.1 (2024-11-14)

Bug Fixes

  • Add search parameters to inbox message link (#1366) (4196f0f)
  • prevent context color flickering while navigating (#1365) (fe107a6)

1.9.0 (2024-11-13)

Features

  • Added inbox context to 'No messages' header (efba0f5)
  • Added inbox context to 'No messages' header (#1337) (efba0f5)

Bug Fixes

  • Application freezing but when moving dialog to bin (#1352) (532f2df)
  • saved search link is now including parties parameters (#1360) (71aac4b)

1.8.6 (2024-11-12)

Bug Fixes

  • dialog attachments should be opened in a new window or tab (#1359) (6eebad7)
  • Improve logic to saved searches including searchbar (#1354) (a6be41c)

1.8.5 (2024-11-11)

Bug Fixes

  • Fix multiple browser history push when navigating and using search bar (#1351) (90fa546)

1.8.4 (2024-11-08)

Bug Fixes

  • Back button will update application state based on query params (#1350) (4480ae4)
  • Searchbar results will now reflect selected party. Added pre push hook. (e15c158)
  • Searchbar results. Added pre push tests. (#1329) (e15c158)

1.8.3 (2024-11-04)

Bug Fixes

  • improve query parameter consistency and state persistence across navigation (#1328) (1ad78cb)

1.8.2 (2024-10-28)

Bug Fixes

  • Set min and max date values as default. Providing empty values will show all dialogs (#1309) (5c1ad25)

1.8.1 (2024-10-28)

Bug Fixes

  • clear filters every time party is selected making it safe to switch + fix incorrect check for query defined selected org causing unwanted switch (fe2c3e6)

1.8.0 (2024-10-25)

Features

  • GuiAction show spinner while awaiting response after click (#1300) (92a0e41)

1.7.1 (2024-10-24)

Bug Fixes

  • Save search button now behaves as expected. (#1284) (27e1c06)

1.7.0 (2024-10-23)

Features

  • Save search button will now reflect wether search already exists. (#1270) (82dabd5)
  • Saved search button will now reflect wether search already exists. (82dabd5)

Bug Fixes

  • Added missing translations (#1282) (313d5bb)
  • allow refreshing of access token when graphql request is executed through graphiql IDE (5ba3c5d)
  • Check on query response success variable to display correct snackbar messages, add tests (#1277) (22edfcc)
  • Counter on 'inbox' now reflects number of unread items (#1278) (3d47049)

1.6.1 (2024-10-17)

Bug Fixes

  • date range of custom date period in filters was based on created date of dialogs, not updated date (66811b7)
  • fix date input field styles and popup not showing (#1243) (d9c5616)
  • Fixed crashing behaviour when refreshing with query params (#1247) (871ae5f)

1.6.0 (2024-10-16)

Features

  • support legacy html as front channel embeds for main content reference (85045f5)

Bug Fixes

  • Filter menu no longer covers global menu bar (a3c8fb7)
  • Fixed menu button toggle button not closing the menu (afe336e)
  • Fixed menu button toggle button not closing the menu (c990958)
  • SavedSearch action menu showing correctly on large screen sizes (2427e3e)

1.5.0 (2024-10-14)

Features

  • refactor to support more flexibility when picking valueType based on langueCode (2db72e9)
  • support text/markdown and text/html for additional info section in inbox details (7b46733)

Bug Fixes

  • ensure attachment are only counted if they have urls with consumer type GUI (18a7600)
  • remove deprecated relatedActivityId (046b2af)

1.4.0 (2024-10-07)

Features

  • add support for listing dialogs as archived or in bin and move dialogs to bin or archive (5d4d667)
  • Organizations now being fetched in BFF and stored in Redis (7c784b3)

Bug Fixes

  • Updated according to PR comments (accd02a)

1.3.1 (2024-10-04)

Bug Fixes

  • fixes auth issues in bff (e809b86)

1.3.0 (2024-10-03)

Features

  • Party now stored in URL as query param for organizations (c2afe7a)

Bug Fixes

  • adds missing sub parties to partylist (2560750)
  • improvements to auth / refresh flow (076d7d6)

1.2.0 (2024-10-01)

Features

  • add dialog token as headers for graphql subscription on dialogEvents (d5379fd)
  • frontend: enable application insights (#1177) (f8d47ea)
  • refactor context menu for button actions for saved searches (93668eb)

Bug Fixes

  • frontend: avoid instrumenting application insights if bad key (#1195) (558aaab)

1.1.1 (2024-09-27)

Bug Fixes

  • add padding for 404 dialog not found fallback (3cd4ebe)
  • Global menu bar bug on mobile using Safari (35c48d3)
  • incorrect casing on svg attributes (cfd6b1e)
  • redesign meta field and status fields (6ba8ac7)

1.1.0 (2024-09-26)

Features

  • Summary field now has maximum two lines, overflow will be cut with ellipsis (5f1f507)

Bug Fixes

1.0.2 (2024-09-26)

Bug Fixes

  • change format for date and display updated date instead of create date (36414fa)
  • font-weight for title in InboxItem, differing between read and unread (4b15a56)
  • merge to a single group of inbox items in for the viewtypes draft and sent (f4587b8)
  • remove section header for activities and attachments if respective lists are empty (d7cd488)
  • selected parties being nuked and improvements to app cache (f02b818)
  • Unread status for search results (0fc465a)
  • use correct profile for avatar as sender in Inbox item detail page (05ce083)

1.0.1 (2024-09-25)

Bug Fixes

  • Seen logic now works as expected (ffa5265)