Skip to content

Latest commit

 

History

History
628 lines (340 loc) · 41.9 KB

File metadata and controls

628 lines (340 loc) · 41.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.20.2 (2026-03-02)

1.20.1 (2026-02-24)

1.20.0 (2026-02-23)

Features

  • [CO-3030] Remove Contacts's Middle name field (#422) (c128c45)
  • ci: add renovate definition for dependencies management (#402) (061a156)
  • improve hover action button size and blur effect (a121858), closes #413
  • improve hovering of the lists (060ad83)

Bug Fixes

  • add sonarqube-scanner dependency to resolve CI permission issue (bcf7948), closes #418
  • deps: upgrade node to v22 (#415) (818644a)
  • disable transition of sidebar accordion (#414) (8ef18f3)
  • update commons version to fix workers error (#399) (372b9c6)

1.19.0 (2025-12-09)

Features

  • await 500ms before calling the FullAutocomplete API (bf18e96)

1.18.1 (2025-11-20)

Bug Fixes

  • fix ui list of contacts and distribution lists (6fee21c)
  • fix ui list of contacts and distribution lists (5d000a9)

1.18.0 (2025-11-18)

Features

  • [CO-2298] Show Contact display name as ContactInput Chip label (#376) (4bf6dbf)
  • [CO-2299] show distribution list display names in autocomplete results (#373) (aca36b5)
  • [CO-2338] let the user press the ESC key to close modals (#369) (6db80c5)
  • improve contact group boards (cc331e4)

Bug Fixes

1.17.0 (2025-08-22)

Features

  • contactinput: add chip label factory prop (4079007)

Bug Fixes

  • [CO-2104] restore 'Include shared folder' toggle state onClose (f9c2502)
  • [CO-2121] prevent duplications inside Advanced Filters (f0f413b)
  • prevent duplicate tags and keywords in advanced filter modal (4bf639b)
  • reset shared folder toggle to default value when query is empty (7120c51)

1.16.1 (2025-05-30)

1.16.0 (2025-05-19)

Features

  • [CO-1833] align contacts and contact groups detail panel (#314) (abf906f)
  • [CO-1834] align contacts and groups actions display order (#316) (245dc88)
  • [CO-1835] implement multi-select, trash, move, restore in Contact Groups and align actions based on permissions (read/write) (#318) (ff2547b)

Bug Fixes

  • [CO-1215] align "Keywords" placeholder with other modules (418ed14)
  • [CO-1913] contacts search (#321) (16b40af)
  • [CO-1927]move contact modal title should contain "Move" instead of "Restore" (#324) (15bf886)
  • [CO-1928] modal text overflow and alignment of restore/move contact + create/move address book to mails module (#325) (3fa15f1)
  • [CO-1969] contacts on folder shared with me are not visible (#330) (a7a308e)
  • [CO-1998] align reset filters button (6ee49df)
  • [CO-2006] reset 'Include Shared Folders' toggle to user preference when resetting filters and clearing search results (7a52977)
  • [CO-2040] add translations in edit contact folder and create contact select folder/address book (#344) (9b3035c)
  • [CO-2049] allow searching for the same query from search filter modal (#342) (d05342e)
  • [CO-2050] tag handling in AdvancedFilterModal (581355a)
  • [CO-2082] contacts displays "e is undefined" (#345) (7e12cbd)
  • add tags to search (7a7886c)
  • align reset filters button (0c6e0ea)
  • align with other modules (a7633b3)
  • correct empty modal title to use translation system folder (#299) (56eac90)
  • count of items in contact list should be updated on user load more items (#336) (8fd0e44)
  • make 'Result for' label appear on non empty queries (40d4576)
  • modify-contact.ts is missing API identifier (#322) (d2ab10b)
  • reset include shared folder to setting default (a427b91)
  • revert label name (db43d85)
  • standardise display name and email in sidebar (008420b)
  • tag issue (9ebadda)
  • tests: update action type in integrations-registration.test.tsx (#328) (72cb926)
  • use sidebar accordion mui from commons (same as mails) (#317) (dcbe586)

1.15.0 (2025-02-17)

Features

  • [CO-1785] share contact group same store (#295) (25dfe41)

1.14.1 (2025-02-11)

Bug Fixes

  • removed old sync-data-handler.jsx replaced by tsx version (ea99872)

1.14.0 (2024-12-12)

Features

  • add AuthGuard component to segregate authenticated-only content (3541880)

Bug Fixes

  • prevent module to load if the user is not authenticated (9e7e393)

1.13.1 (2024-11-20)

Bug Fixes

  • removed old sync-data-handler.jsx replaced by tsx version (0478372)

1.13.0 (2024-11-18)

Features

  • [CO-1214] Implement load more on contact list and search list (#263) (57b48a0)
  • [CO-1273] allow editing/deleting shared account contact groups (#257) (0c8e14d)

Bug Fixes

  • [CO-1315] avoid API call loop in case folder request fails (#254) (fae504e)
  • [CO-1621] avoid adding duplicate contact and contact group items to the store (#267) (42b7076)
  • avoid making duplicate search contacts call on load (#264) (16b5451)
  • distribution lists module tooltip (#265) (cc3d3e6)
  • move folder initialization to app.tsx (#258) (8730f39)

1.12.0 (2024-08-26)

Features

  • add confirmation modal when permanently delete contacts (#239) (47b7d49)
  • added enter separator to contact input (d76000b)
  • updated addBoard, addBoardView and SoapFault apis to latest shell BC (#241) (205b294)
  • WIP: extract a mail parser to parse correctly the email to add (7e233f7)

Bug Fixes

  • contact input test fix (e46b32f)
  • contact input tests (6c53fa0)
  • contact-input related tests fix (10b0685)
  • edit behaviour on paste, now it doesnt delete random chips on edit (52ff221)
  • fixed shell-ui version (501de57)
  • flaky tests (7824078)
  • focus out during contact-input chip edit should keep the chip (87a49fa)
  • handle the urlencoded characters coming from the APIs (e18b861)
  • if we delete contact permanently, we see delete address book button (#250) (ff4878c)
  • moved styled comp for contact input (bba59e0)
  • readonly PasteContextMenuProps (e198c7e)
  • remove unused onPaste (6aff7b9)
  • use an agnostic id for the contacts (6a40eeb)

1.11.2 (2024-07-11)

Bug Fixes

  • fixed missing translations (1d9f096)

1.11.1 (2024-06-26)

Bug Fixes

  • button label missing when permanently deleting contact (916284f)

1.11.0 (2024-06-18)

Features

  • download a contact as vCard file (427c4bd)
  • implement a new secondary bar using the commons component (#221) (3d85ae0)
  • integrated function added to import contact from vcard (58bee7b)
  • remove the 'Share address book' option from the contextual menu (#219) (733b50b)

Bug Fixes

  • add dividers between the header, body and footer in the share creation/edit modal (041afaa)
  • avoid editor crash when editing an existing contact (#226) (373bcd0)
  • fixed the tests (df2626c)
  • optional attribute type added in folder action request for empty operation (1e05294)
  • remove useless sharing user type selector from the 'add share' modal (#220) (d44c020)
  • role selector in the share edit modal (9e18360)
  • show snackbar when file is exported (25e995f)
  • show snackbar when file is exported (bb09cbb)

1.10.3 (2024-05-09)

1.10.2 (2024-04-18)

Bug Fixes

1.10.1 (2024-04-12)

Bug Fixes

  • increase threshold to avoid to trigger onListBottom when scrollIntoView occurs (94c3edf), closes #209
  • missing contact information in contact details (3b51127)
  • user is not able to empty some contact fields (64b0459)

1.10.0 (2024-02-23)

Features

  • change icon in primary bar for contacts group and distribution lists (15bb915)
  • change primary bar icon for Contact groups and Distribution Lists (9eec85a)

1.9.0 (2024-02-19)

Features

  • add contact groups visualization (116c133)
  • allow distribution list owner to manage also details (6006e43)
  • contacts export feature added (84231fa)
  • handle contact groups store when a new contact group is created or edited (7996d17), closes #199
  • let the user delete a group of contacts (91c8d0a)
  • let the user edit a group of contacts (107385b)
  • let the user see distribution lists (8915b79)
  • update list and displayer on dl edit (ddd2db2), closes #198

Bug Fixes

  • after address book has been shared owner cannot see shared account name (55df3bf)
  • ContactInput: update types and internal usages (#176) (d8d7023)
  • enable the listing shared addressbooks belonging to owner without display name (9c075e1)
  • fix bug on edit contact of a shared address book (#192) (9f3f4f1)
  • send email to a distribution list, contact group and to their members (cc29b76)
  • show member list if isOwner is true (#187) (7637c81)

1.8.1 (2024-01-19)

1.8.0 (2024-01-12)

Features

  • change the icon position of the primary bar (51f530d)
  • change the icon position of the primary bar (733497d)

1.7.0 (2024-01-04)

Features

  • add DL editor (df380a2)
  • contact input receives a prop to customize chip label (6a4fd5e)
  • implement contacts groups creation (1c7d7b5)

1.6.4 (2023-12-22)

Bug Fixes

1.6.3 (2023-12-18)

Bug Fixes

  • add elements to parseFullAutocompleteXML (1b1f100)

1.6.2 (2023-12-11)

Bug Fixes

  • fix parsefullautocompletexml function (35dd4d8)

1.6.1 (2023-12-07)

1.6.0 (2023-12-05)

Features

  • added fullAutocomplete API to contact input (d62d21c)
  • added fullAutocomplete parser function (eb4bde5)

Bug Fixes

  • fix autocomplete call (4be766c)
  • fix fullautocomplete request (7f7720a)
  • parse fullAutocomplete response (2f8cd3e)

1.5.0 (2023-11-23)

Features

  • distribution lists chip explosion (8e1d65a)

1.4.1 (2023-11-09)

1.4.0 (2023-11-07)

Features

  • add drag and drop to chips (43794a1)
  • enable drag and drop of contacts (a3be10b)

1.3.4 (2023-10-26)

1.3.3 (2023-10-12)

1.3.2 (2023-09-28)

Bug Fixes

  • can't edit a chip in contact-input (ad34233)

1.3.1 (2023-09-07)

Bug Fixes

  • contact input: differentiate groups from DLs (0da5577)
  • groups and distribution lists management are now separated (cb569d0)

1.3.0 (2023-09-01)

Features

  • allow groups selection inside the contact-input (0a57e2f)
  • allow groups selection inside the contact-input (43a0c77)
  • allow groups selection inside the contact-input (7b74737)

1.2.5 (2023-07-20)

1.2.4 (2023-07-06)

Bug Fixes

  • focus on composer name input during new contact creation (#131) (33dca35)
  • sharing folder set 'send notification about this shared' is checked by default (9cbc294)

1.2.3 (2023-05-24)

1.2.2 (2023-04-27)

Bug Fixes

1.2.1 (2023-04-13)

1.2.0 (2023-03-30)

Features

  • added option to select contact's address book destination (c212aa7)
  • shared address books included in search (048742b)

1.1.5 (2023-03-16)

1.1.4 (2023-03-10)

1.1.3 (2023-03-10)

1.1.2 (2023-03-10)

1.1.1 (2023-03-02)

1.1.0 (2023-02-02)

Features

  • move trash folder position after system folders (#97) (8bf71f0)

Bug Fixes

  • can not empty contacts address book (#95) (951ea23)
  • removed leading whitespace from autocomplete results (#96) (a9fed1e)
  • revoking the share is taking the shared folder to wrong state (#92) (bbf75f7)

1.0.0 (2023-01-18)

0.1.33 (2023-01-05)

0.1.32 (2022-12-07)

0.1.31 (2022-11-24)

Bug Fixes

  • workaround for chip separators with the azerty keyboard layout (76e10a2)

0.1.30 (2022-11-15)

0.1.29 (2022-11-15)

Features

Bug Fixes

0.1.28 (2022-11-09)

0.1.27 (2022-10-26)

0.1.26 (2022-10-12)

0.1.25 (2022-09-29)

Bug Fixes

  • restore list of available addressbooks on modals (6b18300)

0.1.24 (2022-09-28)

Features

  • code and UI alignment to the design system's new version (#42) (36cccce)

Bug Fixes

  • german share translation (9b01925)
  • restore missing tags and shared calendars on secondary bar (b14ad3d)
  • restore shared calendars and tags elements on secondary bar (8b6e801)

0.1.23 (2022-09-15)

0.1.22 (2022-08-31)

Features

  • added mandatory fields on contact form (856c3a5)

Bug Fixes

  • accordionItem correct width in sidebar component (588c479)

0.1.21 (2022-08-01)

0.1.20 (2022-07-21)

Features

  • press enter to select the first result of chipinput (fe4eec5)
  • tags implemented (f4897d8)

Bug Fixes

  • added support for shared addressbooks (4a0fba7)
  • disable email button in case of contacts without emails (#41) (37af302)
  • use the folder's translated names in the secondary bar and modals (ee68337)

0.1.19 (2022-06-20)

0.1.18 (2022-06-09)

Bug Fixes

  • cannot change the addressbook color to black (a2b0c94)
  • fixed background to allow navigation on lists (67a0c56)

0.1.17 (2022-05-25)

0.1.16 (2022-05-24)

Features

  • added addressbook sharing status icon (e57cd94)
  • added addressbook sharing status icon (af7d43a)

0.1.15 (2022-05-24)

Bug Fixes

  • items height and paddings on secondary bar (7524edf)
  • padding on secondary bar accordion (fef5b85)

0.1.14 (2022-05-12)

0.1.13 (2022-05-12)

Features

  • passing create chips on paste prop (29ab880)

Bug Fixes

  • fixed console errors while syncing folders (588d715)
  • set drag component width (d732655)
  • set drag component width (7643087)

0.1.12 (2022-04-26)

Bug Fixes

  • prevents showing calendars in contact app (ea08e91)

0.1.11 (2022-04-14)

Bug Fixes

  • fix contact input regex validation (cd88d6f)

0.1.10 (2022-04-14)

Bug Fixes

  • changed regex of email validation on contact input (145bfd4)
  • fix crash when mail-to action is undefined and sync deletion handlers (b0cfafb)
  • fixed email validation (00536d8)

0.1.9 (2022-04-01)

Bug Fixes

  • removed hardcoded labels (e46924c)
  • removed hardcoded labels (363907d)
  • removed hardcoded labels (f6d0784)

0.1.7-rc.0 (2022-03-18)

Features

  • chipinput props passed to contact input (be3351d)
  • settings enhancements (c101c49)

0.1.5-rc.7 (2022-02-24)

Features

  • applied breaking changes from shell (7edaadd)
  • contacts sync (5bf569d)

0.1.5-rc.6 (2022-02-10)

0.1.5-rc.5 (2022-01-21)

Features

Bug Fixes

  • translation corrected for contact input (c0a2fcc)
  • translation fixed (5902d47)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.