Skip to content

Latest commit

 

History

History
940 lines (603 loc) · 80 KB

CHANGELOG.md

File metadata and controls

940 lines (603 loc) · 80 KB

0.23.0 (2021-11-03)

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

0.22.3 (2021-05-19)

0.22.2 (2021-05-19)

0.22.1 (2021-05-19)

0.22.0 (2021-05-19)

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

0.21.1 (2021-04-30)

0.21.0 (2021-04-30)

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

0.20.16 (2021-03-05)

Bug Fixes

  • elasticsearch: checked some index not found cases in inbox, search (9f54797)
  • tags: sub tag and tag count related bug fixes (2bafe0f)

0.20.15 (2021-03-03)

Bug Fixes

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

0.20.14 (2021-03-03)

Bug Fixes

  • migrations: readded db-migrate-store (747c6f4)

0.20.13 (2021-03-03)

Bug Fixes

  • migrations: fixed migrations (b37bb7a)

0.20.12 (2021-03-02)

Bug Fixes

  • campaign: Fix campaign preview height without an email template (d887c1e)
  • deal/task/ticket: fix real-time issue while clicks "Archive all carts in this list" (332804e), closes #2629
  • deal/tast/ticket: fix pipeline, board chooser dropdown scrolling issue (34e190e)
  • skills: fix can not disable skills on messenger (fb79088)
  • widget: fix confirmation dialog, description text placement (bec10a1)
  • widget: fix displaying wrong social link (df84f64)
  • workers: fixed check duplication issue (7607f43)
  • workers: not removing import history when there is no customer ids (bdccfa6)
  • workers: not removing import history when there is no customer ids (2db3580)

Features

  • search: added global search feature (9709185), closes #2655
  • segments: added related integrations filter (8db1316)

Performance Improvements

0.20.11 (2021-01-29)

Bug Fixes

  • api-utils: fixed notification template not found error (344e4c4)

0.20.10 (2021-01-19)

0.20.9 (2021-01-19)

Bug Fixes

  • incoming webhook customFieldsData (45da6be)
  • board: fix drag drop preblems when loading (18aaa6a)
  • board: fix overlapping description in board detail (15df78a)
  • common: fix not showing editor attribute (0850b3a)
  • customers: exclude deleted customers from list (3ea5eb8)
  • engage: fix next button not workin properly, fix console error (47a82d8)
  • engages: fixed lead segments count in engages (f051e41)
  • popups: fixed thank content email attributes (a4ae030)
  • popups: hide archived popups from widgets (0a724aa)

Features

  • brand: add email config settings for each brand (cec2b09)
  • common: separate common components as node modules to npm (a24baa1)
  • dashboard: add filter on conversations report (fdb6775)
  • dashboard: add filter on dashboard report (9519479), closes close#2551
  • engage: added pre schedule option (4073a07)
  • inbox: skills-based route in messenger (c6aaa14), closes #2540
  • plugins: added plugin base (0932b03)
  • release: add new release notifier in robot (c6d1ddd)
  • schedule: added schedule feature on calendar using nylas (465ff77)

Performance Improvements

  • cron: added notification delete cron (c9c2391)
  • import: improve performance of import (6df39ba), closes #2557
  • inbox: add subject when convert to pipeline in inbox (8356ecc)
  • webhook: added origin verification method (d99ed28)

0.20.8 (2020-12-07)

Bug Fixes

  • inbox: fix email send button, email subject can editable (2b501ca)
  • messenger: fix integration social url close #2501 (2c67034)
  • nylas: enable account (b75701e)
  • search: fixed multiple word search with space in customers, companies list (0acf074)
  • select-multi: added fetchExtra option to solve reopen autocompletion issue (2c07ac1)
  • select-multi: applied SelectWithSearch fixes in SelectCompanies, SelectCustomers, (abd1b31)

Features

  • segments: added tags on contact segment (17b748e), closes #2518

Performance Improvements

  • calendar: move calendar header to sidebar (d522efb)
  • contacts: make table shrinkable and expandable (0a491f9)

0.20.7 (2020-11-26)

Bug Fixes

  • botpress: create conversation when user respond (3ee59e9), closes #2492
  • chunks: implemented retry machanism to prevent from loading chunk failed error (8886593)
  • nylas: revoke google account (69480dc), closes #2494

Reverts

0.20.6 (2020-11-18)

Features

  • calendar: added calendar feature (a30a1e2)

0.20.5 (2020-11-13)

0.20.4 (2020-11-13)

Features

  • dashboard: using elasticsearch in cubejs backend (b9ae06c)

0.20.5 (2020-11-13)

0.20.4 (2020-11-13)

Features

  • dashboard: using elasticsearch in cubejs backend (b9ae06c)

0.20.4 (2020-11-13)

Features

  • dashboard: using elasticsearch in cubejs backend (b9ae06c)

0.20.4 (2020-11-13)

Features

  • dashboard: using elasticsearch in cubejs backend (b9ae06c)

0.20.3 (2020-11-12)

Features

  • engage: added rule in messenger engage (b05022b)
  • language: updated spanish translation (6e0a95e), closes #2455

0.20.3 (2020-11-12)

Features

  • engage: added rule in messenger engage (b05022b)
  • language: updated spanish translation (6e0a95e), closes #2455

0.20.2 (2020-11-12)

Features

  • engage: added rule in messenger engage (b05022b)
  • language: updated spanish translation (6e0a95e), closes #2455

0.20.1 (2020-11-09)

0.20.1 (2020-11-09)

0.20.1 (2020-11-09)

0.20.1 (2020-11-09)

0.20.3 (2020-11-09)

0.20.2 (2020-11-09)

0.20.1 (2020-11-09)

0.20.0 (2020-11-09)

Bug Fixes

  • board: fix confirmation message when archive list. close #2424 (9deb3a5)
  • forms: fixed edit form field bug (379b14e)
  • messenger: fix not updating website addon (a3b04b9)

Features

  • botpress: integrated botpress in messenger (e1317da)
  • cli: added erxes cli (199eea3)
  • customer,company: auto completion (28f74cc), closes #2413
  • customers: added ability to change email, phone validation status (3104b6e)
  • settings: Add AddOn step when creating or editing Messenger. close #2383 (e05918d)

Performance Improvements

0.20.0 (2020-11-09)

Bug Fixes

  • board: fix confirmation message when archive list. close #2424 (9deb3a5)
  • forms: fixed edit form field bug (379b14e)
  • messenger: fix not updating website addon (a3b04b9)

Features

  • botpress: integrated botpress in messenger (e1317da)
  • cli: added erxes cli (199eea3)
  • customer,company: auto completion (28f74cc), closes #2413
  • customers: added ability to change email, phone validation status (3104b6e)
  • settings: Add AddOn step when creating or editing Messenger. close #2383 (e05918d)

Performance Improvements

0.19.3 (2020-10-06)

Bug Fixes

  • board: fix overlapping description text and improve appearance. close #2295 (4e3c7cf)
  • board: fix realtime changes when adding and deleting board piplenes and stages close #2312 (99346cb)
  • channel: new created channel and brand does not show up in inbox filter close #2311 (13b5515)
  • contacts: fix reactive changes when delete, tag (3352ef8)
  • contacts: fix reactive changes when delete, tag company, customer (7cdea63)
  • editor: fix overlaping editor tools over inbox editor close #2318 (a6a30c5)
  • onboard: fix appearing empty white box prompt close #2261 (734fad6)

Features

  • board: possible to change board from pipeline form (0c9be7b)
  • conversation: added resolve all button (2e289bd)
  • editor: added auto save ability (16e0066)
  • email-deliveries: adeed dashboard for email deliveries (a79db45)
  • inbox: added awaiting response filter (22d5c75)
  • integration: refactored gmail integration (ddab6bb), closes #2291
  • popups: added submit once option (97480da), closes #2303
  • teamInbox: convert typed or pasted url text to clickable link. close #2302 (a57672f)
  • webhooks: added incoming and outgoing webhooks (398e35b)

Performance Improvements

0.18.2 (2020-09-07)

0.18.1 (2020-09-04)

0.18.0 (2020-09-04)

Bug Fixes

  • avatar: fixed avatar in inbox left sidebar (e3e61cb)
  • system-status: fixed system status (7049489)
  • teamInbox: fix showing unverified phone status (dbb06d1)
  • widget: fix not working reaction button (957d862)
  • widget: fix position of popup's close button (0caebf6)

Features

  • board: add guide content when there is no board/pipeline (5b1f2f5)
  • common: add empty content to engage, messenger, scriptManager (1661efa)
  • common: add some step content when empty (ff27a8b)
  • contacts: add step content when empty (ecc2e49)
  • deal/task/ticket: add editor on note textarea (ce60a75)
  • deal/task/ticket: made checklist items sortable (116bf26)
  • integration: two way sms (74435f1)
  • knowledgeBase: add step content when empty (6380a3d)
  • language: added turkish language (67e22cc)
  • popup: add step content when empty (0939533)
  • setup: added initial admin user creation step (276f5e9)
  • tasks: added timer (f7d80a4)

Performance Improvements

0.17.6 (2020-08-20)

0.17.4 (2020-08-20)

Bug Fixes

0.17.3 (2020-08-20)

Bug Fixes

  • popup: fix Popup alert message. close #2219 (09867a1)
  • teamInbox: fix Chat preview shows the same for all conversations. close #2228 (349712d)

Features

  • popup: Display install code after popup creation (7045e54)
  • teamInbox: Increase Visibility of Unread Messages (fff9273)

0.17.2 (2020-08-20)

0.17.1 (2020-08-20)

0.17.0 (2020-08-17)

Bug Fixes

  • auth: remove iOS app download prompt. close #2113 (9ed9040)
  • board: fix load more button works incorrectly (dbfa5fe)
  • common: fix import buttons looks messy (11a2e0b)
  • common: fix overlapping custom logo (6c87057)
  • common: fix typo, refactor code, fix some responsive issue (c366c8f)
  • emailAppearance: fix not allow modification. close #2195 (1a6736e)
  • integration: fix modal open key (a929662)
  • popup: fix not working install code (f4be791)
  • widget: can widget icon color (48723a7)
  • widget: fix appearing scroll next to attachment button in firefox (92daf99)

Features

  • chatWidget: can change text color of chat from messenger integration form (75e87fa)
  • common: can validate username close #1901 (21bcb0f)
  • common: fix common navigation, board navigation elements in smaller screens. fix #2105 (d7040ce)
  • inbox: product board (6fd75db), closes #2172
  • inbox: show some action buttons when inbox has no content (b883806)
  • integration: add channel selection to all integration form, refactor code, remove duplicate, add autofocus to first input, add cancel button to popup (e62c636)
  • integration: can go to integration create pages from inbox page (45f6a2a)
  • onboard: can change selected onboarding features (2ae907c)
  • security: add click-jack defense (9eeca16), closes #2199
  • widget: show server time & online status (a4636d1), closes #2191

Performance Improvements

  • dependencies: made rabbitmq, redis optional (885f871)

0.16.0 (2020-07-28)

Bug Fixes

  • activityLog: fix activity log in inbox sidebar (bcc768d)
  • activityLog: fix activity log in inbox sidebar (close #2120) (48f153b)
  • deal: price input for "Create New Product" is not allowing non-whole numbers. (d76c52d), closes #2134
  • integration: fix broken account text (f9334c5)
  • knowledgebase: fix can not insert hex-code (8cf7817)
  • task: can't assign a team member to a task from the contact profile (0f4f778), closes #2155

Features

  • uploader: added option to upload files locally (9bf5855), closes #2122

0.15.5 (2020-07-15)

0.15.4 (2020-07-08)

0.15.3 (2020-07-08)

0.15.2 (2020-07-07)

Features

0.15.1 (2020-07-07)

Features

  • constants: ability to configure constant choices (b27024d), closes #2096

0.15.0 (2020-07-07)

Performance Improvements

  • ci: upload compiled version to github release assets (07019a1)

0.14.2 (2020-07-06)

Bug Fixes

  • activity-log: activity log tab in inbox right sidebar (b7600bf), closes #2068
  • common: fix color picker bug, change some text (a4fd856)
  • contacts: customize columns in customer, company list is saving orders correctly (48de2c3), closes #2028
  • customer: fix not working email in activity log (56a4866)
  • deal/ticket/task: first stage has recursive refresh on pipeline, click notification but couldn't open deal item (9855f26), closes #2062 #2061 #2060 #2059
  • deal/ticket/task/growthHack: Showing all pipelines when there is no board (6642b53), closes #2023
  • docs: fix some text, spacing (53276cb)
  • engages: save & draft button is not working (d00a97a), closes #2038
  • growthhack: show stage name in growth name funnel (95a9aa8), closes #2042
  • inbox: fix properties visibility, add urlVisits on inbox sidebar (106eba3)
  • locale: use day.js instead of moment and show correct locale (5868c77), closes #1854
  • permission: fix dropdown height (ee8bb7d)
  • settings: fix dropdown content being cut off (c0b8767)
  • users: confirmation link is not working for logged in users (6cb66fe), closes #2069
  • widgets: creating multiple messenger iframes on static sites (1b06f89), closes #2080

Features

  • bulk-validation: bulk email, phone validation (d0b7112), closes #2077
  • dashboard: add dashboard feature (3080ef4), closes #2006
  • widget: can minimize and expand daylyco video call (fbb0757)

Performance Improvements

  • confirm: ask to delete and update confirm in pipeline board stage (09984ee), closes #2005

0.14.1 (2020-05-19)

Bug Fixes

  • customer: fix can not insert hyperlink in email form (5ef5582)
  • Not working search deal, task, ticket on Customer sidebar (#1980) (a586790)
  • customers: not displaying trackedData, customFields data in customer list (0fbd6b0), closes #1999
  • emailTemplate: fix conflict and revert change (4445434)
  • engae: fix not showing all email templates, improve select ui (close #1962) (7aced58)
  • tutorial: complete and fix video tutorial (6b61bf9)
  • widgets: not displaying multiple website apps (1992f27), closes #1996

Performance Improvements

  • node: update node-sass and package.json (341a9b3), closes #1993
  • segment: add select options to segment condition (95a7932), closes #1960

0.14.0 (2020-04-25)

Bug Fixes

  • add userId in uploadHandler (d0a6813)
  • edit in troubleshooting doc (1347b9b)
  • mail optimistic response (a4552a4)
  • on open reload search with values (b278c83)
  • contacts: add default value to integrations in LeadFilter (045b453), closes #1945
  • refetch list in lead (8b60c9e)
  • show clear filter button only for search filters (d725c2b)
  • engage: typo link in engage config (5e22544), closes #1938
  • segments: wrong preview count for the segment with parent segment (1ca4272), closes #1906
  • typo in general settings google (043972b)
  • update engage list after create and edit (7a45f5b)

Features

  • nylas exchange provider (538caf7)
  • activity log: show archive history on activity log (deal,ticket,task,growthHack) (5dff5d4), closes #1952
  • integration: integrated Viber, Telegram, Line, Twilio Sms using Sunshine Conversation API (bdf5e0f), closes #1851
  • integration: integration whatsapp (cca738e), closes #1105
  • segments: new rules (ba2a9a7), closes #1915

Performance Improvements

  • appstore: fix confirmation message when delete, archive (0cd9f51)
  • appStore: fix typo (close #1845) (2f48751)
  • common: improve uploader component (3b5ef8e)
  • common: remove lead status filter from customer, update icons (1d8cf84)
  • common: update icon package, change some new icons, show attachment file type as icon. (close #1848 #1843) (97e390f)
  • customers: added lead logic (e4046dc), closes #1850
  • deal: improve performance when deal item dragging (72a6617)
  • firebase: add google credential field (b283626), closes #1907
  • growthhack: fix arviched growth hack list (#1842) (523bb0d)
  • knowledgebase: fix can not write rgb color or hex (fcdc096)
  • segments: added lead, visitor content types (7ce200c), closes #1920
  • settings: email appearance menu has been removed because it is unused (8eec36d)
  • teaminbox: add file preview on file from popup (d6b8c30)
  • teaminbox: can download or view a file from popups (cea4312)
  • teaminbox: convert text to link (close #1820) (06b4180)
  • teaminbox: implemented escape to dismiss response templates (e2f892f)
  • widget: add allow attribute on video call iframe (3d148ac)
  • widget: ask to allow access when video chat starts in widget. close #1858 (4a964d6)
  • widget: fix full message bug when send engage message (close #1944) (8b25b08)
  • widget: fix widget search bar (close #1862) (7e3aeb9)

0.13.0 (2020-03-17)

Bug Fixes

  • deal/task/ticket/growthHack: not copying labels (7f99cf9), closes #1598
  • docker: fix dockerfile permission error (68ef0b3)
  • drone: workaround for wrong version information showing on version.json (ea0aa9f)
  • form: checkbox error (4b64aa5), closes #157
  • form: multiple submit bug (e04e206), closes #160
  • little fix in nylas doc (e9dd5bd)
  • typo: url to push-notifications in overview (#1719) (48f4a45)
  • upload: forbidden error (2c84ad5), closes #156
  • merge with master and fix conflict (01eb251)
  • reset submit state after fail mutation (aa62e8a)
  • send missing argument in onSubmitResolve (0bc5201)
  • widget: fix popup can not cancelling (close #1672) (b9fefdf)

Features

  • customers: added birthdate & gender (f5af3e7), closes #1641
  • deal/task/ticket: add load more on archived list (75a0d50), closes #1739
  • deal/task/ticket: assignee, checklist activity log (b7fad20), closes #1594
  • env: store env variables to database (a4fa05f), closes #1700
  • form: ability call submit action from parent website (dbb252c), closes #158
  • form: ability to change css from parent (d833901), closes #159
  • growthhack: change UI of growthhack page entirely (close #1634) (78ca651)
  • heroku: added heroku deployment (b313681), closes #848
  • installation: quick install on debian 10 (5568719), closes #1649
  • knowledgebase: ability run without iframe (1652c28), closes #126
  • knowledgebase: add article reactions (27d3f21), closes #128
  • language: add italian language (0b1a38e)
  • messenger: ability to hide launcher from admin (3d72041), closes #123
  • nylas-gmail doc (78aa297)
  • messenger: added showErxesMessenger trigger (80469cc), closes #148
  • segments: reimplemented using elk (016aa66), closes #1686
  • settings: add engage environment variables (5f3a595), closes #1724
  • settings: improve UI of channel, brands page (close #1597) (0a76eb7)
  • translation: add indonesia lang (2a893c8)
  • videoCall: add video call (3397802)

Performance Improvements

  • board: change UI of board pipeline, campaign & projects (close #1612) (316fad8)
  • common: choosing the same file doesn't trigger onChange (close #1571) (9848226)
  • common: show confirmation when clear team members (close #1677) (c5d0fe7)
  • contacts: fix page menu or breadcrumb not positioned properly when import contacts (close #1741) (93a34e8)
  • contacts: show gender, birthday in customerDetails (close #1670) (61c6532)
  • customer: add new customer and not email visitorContactInfo to open email input field (close #1573) (ed89d77)
  • customer: change user indicator (close #1689) (9c10b86)
  • customer: export pop-ups data for customer list when filtering by pop ups (a62308b), closes #1674
  • deal: improve UI of deal products (close #1629) (8da4cb3)
  • editor: show default avatar when user has an invalid avatar (close #1619) (a6f2963)
  • inbox: add inbox assign loader (close #1754) (1e4c4b8)
  • integration: improve integration view in App store (2f7a16e), closes #1583
  • knowledgebase: change UI of knowledge base (close #1611) (43497e3)
  • logs: enhancement logs (af6b1fe), closes #1576
  • notification: add recent, unread tab on notification popup (close #1560) (7895e09)
  • onboard: add video to onboarding robot (close #1693) (e9d7dce)
  • onboard: fix onboard youtube url (26e1a9b)
  • permission: improve ui of permission, logs page (c22239a)
  • product: change UI of product and services (close #1613) (929c56d)
  • product: first registered values of UOM and the currency selected automatically in the deal (close #1627) (645e5c5)
  • product: fix currency and uom dropdown (close #1703) (dbc5c66)
  • product: fix style of manage product service (close #1680) (b1b7027)
  • product: make it easy to navigate from the Deal edit window to the product service selection window (close #1675) (79cbbbe)
  • properties: improve ui of properties page (b27f9e3)
  • settings: change google button (close #1694) (9b428da)
  • settings: display no channel, brand even though there are few (close #1621) (99a4cd8)
  • settings: fix integration search in app store (close #1673) (9ea09ef)
  • tags: improve ui of tags (b70ab3f)
  • teaminbox: fix overlapping image in editor (close #1667) (2e95430)
  • teaminbox: fix response template not sent when press enter (close #1642) (f2f18a4)
  • teaminbox: overlapping big image in message item (close #1668) (ee10d9e)
  • translation: loading all locales (20bb930), closes #130

BREAKING CHANGES

  • translation: renamed some language codes (np -> hi, jp -> ja, kr -> ko, ptBr -> pt-br, vn -> vi, zh -> zh-cn)

0.12.1 (2020-03-09)

Bug Fixes

  • integrations: invalid check in conversations gmail kind (0e8cacd)

0.12.0 (2020-01-08)

Bug Fixes

Features

  • checklist: add possibility to convert checklist item to card and remove close #1562 (fa7a9a0)
  • email: nylas forward feature (#1526) (50dd13a)
  • engage: show active process logs (9f6de8c), closes #1538
  • engage: verification management (509c32d), closes #1539
  • integration: added web kinded messenger app (a29ce77), closes #1507
  • permissions: improved filter (58ebf77), closes #1512

Performance Improvements

  • checklist: can not add checklist item sometimes close #1566 (db39ba4)
  • engage: show sent content close #1523 (f5d3c50)
  • growthHack: show all campaign (60cc9e8)
  • inbox: improve attachment view in inbox (close #1568) (c45de57)
  • upload: warning when upload large file (09bceda)
  • upload: warning when upload large file (d66222d)

0.11.2 (2019-12-15)

0.11.1 (2019-12-15)

Bug Fixes

Features

  • common: add help popover (072c9a1)
  • dea/task/ticket: add ability to restrict users by assigned & created users (17fe9f8), closes #1428
  • users: change password from admin (da05b50), closes #1505

Performance Improvements

  • contacts: save & new possibility on customer form. close #1485, Not showing search result if not on the first page. close #1486 (1c1ca21)
  • contacts: show action buttons in detail page (44692de), closes #1497
  • integrations: auto appear install code after saving messenger integration (2fedfbc)
  • mail: improve dropdown of from email (12c0fa7)

0.11.0 (2019-11-01)

Bug Fixes

  • attachment: fix attachment view (#1265) (3c83b20), closes #1257
  • deal/ticket/task/growthHack: fix copy bug with attachment (1cce81b), closes #1268
  • inbox: some team members are not showing in assign component (3f894fb), closes #1236
  • insights: conversation insight UI improvement (6d72db1), closes #1215
  • notes: add mutation loading in note (a872401), closes #1181
  • notification: icon not showing, broken date in list (c0030e3), closes #1255 #1254

Features

  • conformity: generalized deal, ticket, task, company, customer relations (c5014a9), closes #1200
  • deal/task/ticket: improve due date reminder (e2f8561), closes #1210
  • growth-hack: add feature growth hack (c905f0e), closes #1113 #1113
  • imap: add imap feature by nylus (cf89f7e), closes #1367
  • integration: add chatfuel (910adbb), closes #1358
  • integrations: facebook post (3e377e0), closes #1108
  • language: add italian language (2328f18)
  • notification: improve the color of the updated cards of deal / task / ticket (ec45d95), closes #1230
  • twitter-dm: add twitter direct message feature (9c3f01c), closes #1127

Performance Improvements

0.10.1 (2019-08-31)

Bug Fixes

  • notification: widget and notification popover being out of sync. (#1223) (1fdcc25)

Features

Performance Improvements

  • segment: refactored edit form segment count (afcde0b), closes #1131

0.10.0 (2019-08-15)

Bug Fixes

  • activity-log: fix segment log message (b9bb9bb), closes #1172
  • board: fix board and stage scroll issue (980e158)
  • channels: remove user query and add members to channels (310e6e1), closes #1183
  • config: move config to app store. close #663 (d02a742)
  • deal/task/ticket: new boards in the deal tab (ff02695)
  • deal/task/ticket: new boards in the deal tab (eca30b8), closes #1038
  • editor: fix footer buttons position (2167f88), closes #1133
  • engage: Show alert when kind is auto (08410e3), closes #1164
  • engage: show alert when some field is empty (aaf0eb9)
  • form: fixed common form get value selector (813acf6), closes #1178
  • inbox: inbox sidebar counts are not changing reactivity (0ac81ce), closes #1128
  • knowledgebase: Add kb script description and additional tag (#1150) (d326044), closes #1143
  • lead: add description (6ba5686), closes #1147
  • lead: move save button to top (a2ff78b)
  • lead/engage/messenger: Fix some naming and Move step save button to top (#1102) (72643fb)
  • logs: show all team members and little refactor in logs (5bd970a), closes #1184
  • messenger: add description in messenger toggle (7c80da3), closes #1179
  • notification: show notification option enabled by default (3d792e8), closes #1125
  • status: erxes status will show correct information (75d6352)
  • version: status page will show correct branch (3003935)

Features

  • contacts: add messenger preview on quick message close #1041 (9589e44)
  • deal/task/ticket: save itemId in querystring (27a8b26), closes #1103
  • integration: reimplement gmail (090f434), closes #1135
  • knowledgebase: add article reactions (d283d72), closes #1036
  • messenger: Add ios, android, single app install description (24636a2), closes #1132
  • notification: add real time (caf3a9c), closes #1121
  • translation: add indonesian lang (5afae50)

Performance Improvements

BREAKING CHANGES

  • integration: remove REACT_APP_INTEGRATIONS_API_URL env
  • common: renamed some language codes (np -> hi, jp -> ja, kr -> ko, ptBr -> pt-br, vn -> vi, zh -> zh-cn)

0.9.17 (2019-07-09)

Bug Fixes

Features

  • deal: change deal, task, ticket background from settings (70300c7)
  • deal/ticket/task: Add watch option for deal, ticket, task and pipeline (28bfb87), closes #1013
  • integration: add show launcher option in messenger (f5e00d4), closes #1015
  • kb: add background image (aa2025a), closes #1021
  • ticket: add priority indicator circle on list and priority select (7a8e9ce)

Performance Improvements

  • deal: remove some editor buttons (cdc0ff8)

0.9.16 (2019-07-03)