Appearance
Changelog
INFO
The links in the changelog point to a private GitHub repository and may result in 404's.
v14.3.0
Features
- feat: inline suggestions for textarea by @havelaer in #613
- feat: call assistants instead of legacy knowledge-assist by @havelaer in #615
- feat: agent info skip sync by @havelaer in #616
Bugfixes
- refactor: update agent external id by @havelaer in #609
- fix: identity endpoint by @havelaer in #612
- refactor: assistant support multiple formats by @havelaer in #614
- fix: agent nickname by @havelaer in #617
- fix: select ka answer by @havelaer in #618
- fix: cue markdown issues by @havelaer in #619
Full Changelog: v14.2.0...v14.3.0
v14.2.0
Features
- feat: clickable plain links in cues by @havelaer in #599
- feat: migrate conversation assistants by @havelaer in #597
- feat: add call to action support to assistants by @dalenberg in #607
- feat: use initial search config for search order by @havelaer in #611
Bugfixes
- fix: exclude cues from widget with excludeFromWidget param by @dalenberg in #598
- fix: conversation in assistant request by @havelaer in #600
- fix: evaluateConversationAssistant signature by @havelaer in #601
- fix: external included transcript by @havelaer in #602
- chore: temp restore legacy summarizer by @havelaer in #603
- fix: fallback to legacy summarizer by @havelaer in #604
- fix: typo in summary feedback event by @dalenberg in #605
- fix: word-break value of custom data by @dalenberg in #606
- fix: refactor select admin link by @dalenberg in #610
- fix: hide commands in search overlay when type is selected by @dalenberg in #608
Full Changelog: v14.1.0...v14.2.0
v14.1.0
Features
- feat: fetch specific platform config by @havelaer in #595
Maintenance
- chore: npm audit fix by @havelaer in #596
Full Changelog: v14.0.0...v14.1.0
v14.0.0
Breaking changes
- chore!: refactor widget cues by @dalenberg in #591
Features
- feat: add ability to use widget without input field by @dalenberg in #590
Bugfixes
- fix: new lines in content editable by @havelaer in #594
Maintenance
- chore(deps): bump dompurify from 3.0.9 to 3.1.3 by @dependabot in #592
- chore(deps): bump vite from 4.5.3 to 4.5.5 by @dependabot in #593
Full Changelog: v13.0.1...v14.0.0
v13.0.1
Bugfixes
- fix: perf issue content editable div caret at new line by @havelaer in #589
Full Changelog: v13.0.0...v13.0.1
v13.0.0
Breaking changes
- chore!: refactor user endpoints by @dalenberg in #585
DeepdeskSDK: Removed deprecated setPlatformAgentId
- refactor!: API version header by @havelaer in #587
HTTPClient: Don't send 'X-Deepdesk-API-Version: v1' header by default.
Features
- feat: evaluateAssistant by @havelaer in #582
Bugfixes
- fix: add enforce_cues_schema for eval assistant by @havelaer in #583
- fix: pass correct conversation id by @havelaer in #584
- fix: markdown links in cues by @havelaer in #586
- fix: show suggestion actions on hover by @havelaer in #588
Misc.
- chore!: refactor user endpoints by @dalenberg in #585
- refactor: API version header by @havelaer in #587
Full Changelog: v12.1.0...v13.0.0
v12.1.0
Features
- feat: setPlatformVariables by @havelaer in #578
Bugfixes
- fix: refresh token if possible on validate token by @havelaer in #579
- fix: add accept json header by @havelaer in #581
Misc.
- chore: tmp extra logging for DD-5490 by @havelaer in #575
- chore: better logging for DD-5490 by @havelaer in #576
- chore: filter out non 200 for logging by @havelaer in #577
- chore: remove invalid json logging by @havelaer in #580
Full Changelog: v12.0.1...v12.1.0
v12.0.1
Bugfixes
- fix: caret position inside iframe by @havelaer in #573
- fix: enter/space for inline suggestions by @havelaer in #574
Full Changelog: v12.0.0...v12.0.1
v12.0.0
Breaking changes
- refactor!: simplify state sync by @havelaer in #569
The refactor greatly reduces complexity, with minor change in UI/UX tab behaviour. Also some unused (& undocumented) SDK methods have been removed.
Bugfixes
- fix: input metrics for keyboard shortcuts by @havelaer in #570
- fix: typed metrics by @havelaer in #571
- fix: suggestion on enter/space, and search suggestions by @havelaer in #572
Misc
- chore(ci): remove github registry release by @havelaer in #568
Full Changelog: v11.6.1...v12.0.0
v11.7.0
Bugfixes
- fix: select admin link returns encoded redirect url by @dalenberg in #563
- fix: do not throw error when rule engine is not enabled by @dalenberg in #564
- fix: assistant feedback event typing by @dalenberg in #565
- fix: support evaluate rule returning no content by @dalenberg in #566
- fix: add agent default locale to info by @dalenberg in #567
Full Changelog: v11.6.0...v11.7.0
v11.6.1
Bugfixes
- fix: select admin link returns encoded redirect url by @dalenberg in #563
- fix: do not throw error when rule engine is not enabled by @dalenberg in #564
- fix: assistant feedback event typing by @dalenberg in #565
- fix: support evaluate rule returning no content by @dalenberg in #566
- fix: add agent default locale to info by @dalenberg in #567
Full Changelog: v11.6.0...v11.7.0
v11.6.0
Features
- feat: improve feedback mechanism by @dalenberg in #562
Bugfixes
- fix: emit cue event optionally by @dalenberg in #559
- fix: cues events should only return cues by @dalenberg in #560
- fix: add show more button when answer has lots of sources by @dalenberg in #561
Full Changelog: v11.5.4...v11.6.0
v11.5.4
Bugfixes
- fix: cue copy change, position and z-index by @havelaer in #556
- fix: dont evaluate disabled rules by @havelaer in #558
Maintenance
- chore(deps-dev): bump ws from 8.13.0 to 8.17.1 by @dependabot in #557
Full Changelog: v11.5.3...v11.5.4
v11.5.3
Bugfixes
- fix: override styles for tab completion root and container by @havelaer in #555
Full Changelog: v11.5.2...v11.5.3
v11.5.2
Bugfixes
- fix: clicking KA submit mulitple times by @havelaer in #549
- fix: add cueText to assistant events by @dalenberg in #550
- fix: proxy.js relative link by @havelaer in #551
- fix: better empty response handling by @havelaer in #552
- chore: export useClickOutsideRoot by @dalenberg in #554
- fix: conversation id checks by @havelaer in #553
Full Changelog: v11.5.1...v11.5.2
v11.5.0
Features
- feat: add ability to copy custom data by @dalenberg in #545
Bugfixes
- fix: display thumbs horizontally by @dalenberg in #544
- fix: admin link for non embedded state by @havelaer in #546
- fix: use aria-label instead of title attribute by @havelaer in #547
Full Changelog: v11.4.0...v11.5.0
v11.4.0
Features
- feat: custom data widget component by @havelaer in #542
Bugfixes
- fix: hidden inline suggestions, outdated tab completion by @havelaer in #541
- fix: conflicting classnames with platform by @havelaer in #543
Full Changelog: v11.3.0...v11.4.0
v11.3.0
Features
- feat: add feedback buttons for knowledge-assist and summary by @dalenberg in #539
Bugfixes
- fix: include model in summarized event by @dalenberg in #530
- fix: \r\n in cue markdown by @havelaer in #531
- fix(docs): add missing entities styling by @havelaer in #533
- chore: rename prompt to customer_instruction for knowledge assistants by @dalenberg in #532
- fix: add doNotAnswer property to knowledge assist request by @dalenberg in #534
- chore: fix typo in knowledge assist request by @dalenberg in #535
- fix: evaluateRule type signature by @havelaer in #536
- fix: stricter response handling and logging by @havelaer in #537
- fix: unnecessary rerendering and flickering of widget by @havelaer in #538
- fix: add title attributes to shortcuts by @havelaer in #540
Full Changelog: v11.2.0...v11.3.0
v11.2.0
Features
- feat: evaluateRule checks by @havelaer in #520
- feat: cue markdown and UX tweaks, and analytics by @havelaer in #523
Bugfixes
- fix: use apiUrl instead of window.location to determine account name by @dalenberg in #521
- fix: auto include conversation tags in evaluateRule by @dalenberg in #527
Misc
- chore: update account api endpoint by @dalenberg in #522
- chore: update evaluate response logic by @dalenberg in #524
- chore: add draftjs to playground by @dalenberg in #525
- chore: add model to summary events by @dalenberg in #526
- chore(deps): bump vite from 4.5.2 to 4.5.3 by @dependabot in #528
- chore: refactor evaluateRule action by @dalenberg in #529
Full Changelog: v11.1.0...v11.2.0
v11.1.0
Features
- feat: support markdown in cues by @havelaer in #514
Bugfixes
- fix: typing for translateMessages response by @dalenberg in #519
Misc
- chore: cleanup css modules plugin by @havelaer in #518
Full Changelog: v11.0.0...v11.1.0
v11.0.0
Features
- feat!: remove edit suggestions by @dalenberg in #511
- feat: add show more button foreach content type in search overlay by @dalenberg in #505
- feat: add translations methods by @dalenberg in #517
- feat: show cues in widget by @havelaer in #507
Bugfixes
- fix: cues in widget tweaks by @havelaer in #508
- fix: click inline suggestion by @havelaer in #509
- fix: redux warning by @havelaer in #510
- fix: csp unsafe-inline style by @havelaer in #513
- fix: fetch csrf before auth with key by @havelaer in #515
- fix: unsafe parse post message from iframe by @havelaer in #516
Misc
- chore: add more logging for fetching conversation by @dalenberg in #506
- chore(ci): deploy to branch by @havelaer in #512
Full Changelog: v10.12.0...v11.0.0
v10.12.0
Features
- feat: add evaluateRule endpoint to api by @dalenberg in #504
Full Changelog: v10.11.0...v10.12.0
v10.11.0
Features
- feat: knowledge assist extra meta data by @havelaer in #503
Full Changelog: v10.10.3...v10.11.0
v10.10.3
Bugfixes
- fix: markdown links in templates by @havelaer in #496
- fix: search suggestion preview by @havelaer in #498
- fix: login via popup in salesforce by @havelaer in #497
- fix: opt agentId & conversationId to summary request by @havelaer in #499
- fix: search-overlay visit and edit behaviour by @havelaer in #500
- fix: respect floating menu setting by @havelaer in #502
- chore(deps): bump ckeditor4 from 4.23.0 to 4.24.0 by @dependabot in #501
Full Changelog: v10.10.2...v10.10.3
v10.10.2
Bugfixes
- fix: better move input detection by @havelaer in #495
Full Changelog: v10.10.1...v10.10.2
v10.10.1
Bugfixes
- fix: request knowledge assistant prompt by @dalenberg in #494
Full Changelog: v10.10.0...v10.10.1
v10.10.0
Features
- feat: html templates in CKEditor by @havelaer in #485
- feat: add initial types config to search overlay by @dalenberg in #490
Bugfixes
- fix(sf-email): insert ckeditor by @havelaer in #486
- chore(deps): bump vite from 4.4.12 to 4.5.2 by @dependabot in #487
- fix: ckeditor insert issues by @havelaer in #488
- fix: multiline plain text insert by @havelaer in #489
- fix: add commands for search overlay suggestions by @dalenberg in #491
- fix: filter search config active items by @havelaer in #492
- chore: drop usage of redundant profile knowledge assist fields by @jvzammit in #493
New Contributors
- @jvzammit made their first contribution in #493
Full Changelog: v10.9.2...v10.10.0
v10.9.2
Bugfixes
- fix: observe rect document execution context by @havelaer in #484
Full Changelog: v10.9.1...v10.9.2
v10.9.1
Bugfixes
- fix: knowledge assistant typo by @havelaer in #483
Full Changelog: v10.9.0...v10.9.1
v10.9.0
Features
- feat: use login via popup as default flow by @havelaer in #481
- refactor: knowledge assist endpoint by @dalenberg in #482
Full Changelog: v10.8.0...v10.9.0