All Versions
56
Latest Version
Avg Release Cycle
32 days
Latest Release
142 days ago

Changelog History
Page 1

  • v1.0.0

    November 07, 2022
  • v0.23.0 Changes

    November 03, 2021

    ๐Ÿ› Bug Fixes

    • ArticleForm: prevent XSS attack in CKEditor. (#3061) (3bbda06)
    • โœ… customerQueries.test, companyQueries.test: Now works when .env.ELK_SYNCER is true (e311b7a)
    • cusutomer,company: allowed duplicated emails, phones in emails, phones combobox (c910a68)
    • dataloaders: corrected type signatures (efed7ef)
    • forms: added multiple language choices (56941ad)
    • forms: not saving callout featured image as binary (d6b68bd)
    • kb: added language choices in language select box (366031a)
    • KnowledgeBase: fix clear bug, change icon (4f8c4e7)
    • pagination: saved per page choice in lists (2fe1c38)
    • permissions: cleared cache after fix permisions (ce8d0af)
    • regex exploit: Fixed a catastrophic backtracking exploit (91a90ca)
    • resolvers: fixed cases where item with the corresponding _id was deleted (51f5789)
    • resolvers: Some resolvers were returning empty string instead of null in cases where id was empty string. (8d00bae)
    • stageDetail,dealDetail: parameter _id missing error on graphql fixed. (#3041) (bd052ea)
    • tsc: remove unused import (9745545)
    • ๐Ÿ‘‰ user dataloader: fixed type mismatch (7c66740)
    • ๐Ÿ‘‰ users: fixed token & cookies invalidate function when user logs out. (#3071) (4dad5ff)

    ๐Ÿ”‹ Features

    • automations: added feature automations (984a418)
    • client-portal: added client portal feature (0a3718c)
    • deal/task/ticket: added pipeline duplicate, archive actions (95b2393)
    • engage: added card attributes (6ffee64)
    • navbar: refactored navigation bar (6a84155), closes #2872
    • products: added new fields in product (a27178d)
    • properties: added customer type (b6c58c4)

    ๐ŸŽ Performance Improvements

    • board: add list view and filter in board items (#3036) (5657b20)
    • Company resolvers: implemented dataloaders in Company field resolvers (e4f3fdb)
    • Conformity: added compound indexes that are optimized for most common queries. (9e65a27)
    • copyPipelineLabels: uses DB batch functions instead of looped DB calls (50d3ac1)
    • dataloaders: use mongoose query options "lean: true" where possible (99b2214)
    • deals: Use mongoose query options lean: true where possible (f050f69)
    • integrations: encrypted nylas token (77b556c)
    • itemsEdit: No longer waits for log functions to finish (9f145cc)
    • mongoose: Use mongoose query options "lean: true" where possible (#3043) (95c28f0)
    • PipelineLabel unique identifier: created unique compound index using (pipelineId, name, colorCode) (15142a5)
    • products: added dataloader in product's resolvers (d27cce7)
    • products: use mongoose query option "lean: true" where possible (9f437e4)
    • ๐ŸŒ translation: improved translation percentage (fcf53d4)
    • widgets: not using rpc messages in log messages (6844c5a)

    ๐Ÿ’ฅ BREAKING CHANGES

    • forms: have to reupload the image
    • integrations: migration is required
  • v0.22.3

    May 19, 2021
  • v0.22.2

    May 19, 2021
  • v0.22.1

    May 19, 2021
  • v0.22.0 Changes

    May 19, 2021

    ๐Ÿ› Bug Fixes

    • board: show active board, pipeline in dropdown list (6e79ce7)

    ๐Ÿ”‹ Features

    • knowledgebase: added parent category (8c84485)

    ๐Ÿ’ฅ BREAKING CHANGES

    • knowledgebase: need to run migrateKnowledgeBase command
  • v0.21.1

    April 30, 2021
  • v0.21.0 Changes

    April 30, 2021

    ๐Ÿ› Bug Fixes

    • widgetsGetEngageMessage (c732c78)
    • conversation: ignored non messenger conversation from notification (4f6471a)
    • deal: fix bug to close popup when click add product/service button (134925f)
    • deal/task/ticket: the order of the added items is at the beginning of the list (779cfcb)
    • engage: change email template content (fe20114)
    • export-template: downloading template with single column issue (4e27622)
    • forms: fix pagination (24154f5)
    • growthHack: fix dissappearing edit template button (0f5d670)
    • inbox: fixed offline customer mask issue (0b9c97d)
    • segments: fixed month relative filter issue (c5c1d0a)
    • ๐Ÿ”– version: fixed current version change log link (e3adc09)

    ๐Ÿ”‹ Features

    • deal/task/ticket: add sort options (e47f1f3)
    • editor: auto save (f2fd625)
    • engages: added board item segments in engage (089efbc)
    • invite: added channel options in invite form (85ed407)
    • product and service: add field vendor (7a8acb8)
    • segments: added ability to distinguish segments via board, pipeline (f5ef4d2)
    • segments: added segment feature in deals, tickets, tasks (f4771b4)
    • simulate: added simulate feature in messenger, form, knowledgebase (b930ead)
    • ๐Ÿท tags: added merge feature in tags (1fc7a33)
    • task,ticket: added calendar view (caa0fca)

    ๐ŸŽ Performance Improvements

    • board: no longer using custom resolvers in board item list queries (cf11027)
    • boards: boards query get pipelines exclude resolver (918c5b2)
    • conformities: using es for conformities when es available (466eff5)
    • engages: added option elksyncer in engage visitor message (490d752)
    • ๐Ÿท tags: dettaching connected items when tag remove (db6b309)
    • ๐Ÿ‘‰ users/integrations/brands/channels: read from cache (8b2d61d), closes #2715
  • v0.20.16 Changes

    March 05, 2021

    ๐Ÿ› Bug Fixes

    • elasticsearch: checked some index not found cases in inbox, search (9f54797)
    • ๐Ÿท tags: sub tag and tag count related bug fixes (2bafe0f)
  • v0.20.15 Changes

    March 03, 2021

    ๐Ÿ› Bug Fixes

    • contacts: fixed little null check in customer detail (9f264d3)