Skip to content
On this page

Changelog

INFO

The links in the changelog point to a private GitHub repository and may result in 404's.

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

v10.8.0

Features

  • feat: add link to studio in widget by @dalenberg in #479

Bugfixes

  • fix: reset profileConfigPromise when conversation is reset by @dalenberg in #480

Full Changelog: v10.7.0...v10.8.0

v10.7.0

Features

  • feat: login via popup by @havelaer in #468
  • feat: floating menu in agent input by @havelaer in #475

Bugfixes

  • fix: only send events when summary is generated successful by @dalenberg in #472
  • fix: keep inline suggestions overlay within window by @havelaer in #476
  • fix: store and restore analytics for drafts by @havelaer in #477
  • fix: access token leaking into logs by @dalenberg in #478

Full Changelog: v10.6.1...v10.6.2

v10.6.1

Bugfixes

  • fix: observe rect loop stopping by @havelaer in #474

Full Changelog: v10.6.0...v10.6.1

v10.6.0

Features

  • feat: add support for html in suggestion overlay by @dalenberg in #473

Full Changelog: v10.5.0...v10.6.0

v10.5.0

Features

  • feat: add feedback mechanism for suggestions by @dalenberg in #469

Bugfixes

  • fix: pre-select first inline suggestion by @havelaer in #471

Misc

  • chore: remove experimental label by @dalenberg in #470

Full Changelog: v10.4.0...v10.5.0

v10.4.0

Features

  • feat: experimental ckeditor4 support by @havelaer in #460

Bugfixes

  • fix: export css on staging cdn by @havelaer in #457
  • fix: handle paragraphs in ranges by @havelaer in #458
  • fix: wait for async applyChanges by @havelaer in #459
  • fix: scroll issue nested iframes by @havelaer in #461
  • fix: ckeditor tweaks by @havelaer in #462
  • fix: inline suggestions casing issue by @havelaer in #463
  • chore(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #464
  • fix: notifySubmit use provided text length by @dalenberg in #465
  • chore(deps): bump vite from 4.4.4 to 4.4.12 by @dependabot in #466

Full Changelog: v10.3.0...v10.4.0

v10.3.0

Features

  • feat(sdk): modular css exports by @havelaer in #455

Full Changelog: v10.2.0...v10.3.0

v10.2.0

Features

  • feat(ci): start using public npm registry by @havelaer in #453

Bugfixes

  • chore(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 by @dependabot in #451
  • refactor(sdk): split custom styles types by @havelaer in #452

Docs

  • chore(docs): install package by @havelaer in #454

Full Changelog: v10.1.15...v10.2.0

v10.1.15

Bugfixes

  • fix(sdk): remove conversation data from summary event by @dalenberg in #447
  • fix(sdk): sync selection state within web components by @havelaer in #448
  • fix(sdk): NotFoundError React error by @havelaer in #449

Misc

  • chore(docs): on select-image by @havelaer in #450

Full Changelog: v10.1.14...v10.1.15

v10.1.14

Bugfixes

  • fix: preserve white-space for knowledge assist answers by @dalenberg in #446
  • fix: update summarizer copy by @dalenberg in #445

Full Changelog: v10.1.13...v10.1.14

v10.1.13

Bugfixes

  • chore(deps): bump postcss from 8.4.27 to 8.4.31 by @dependabot in #443
  • fix: improve styling of style suggestion by @dalenberg in #444

Full Changelog: v10.1.12...v10.1.13

v10.1.12

Bugfixes

  • fix: reset conversation during suggestions requests by @havelaer in #441

Misc

  • fix(ci): tests failing by @havelaer in #440
  • chore(deps-dev): bump graphql from 16.7.1 to 16.8.1 by @dependabot in #437
  • tests: browser tests for input mediators by @havelaer in #438
  • tests: sdk mount and unmount by @havelaer in #442

Full Changelog: v10.1.11...v10.1.12

v10.1.11

Bugfixes

  • fix(sdk): sync input text and selection state by @havelaer in #435
  • fix(sdk): don't commit staged suggestion when input is reset by @havelaer in #439

Misc

  • chore(kitchen-sink): debuggable state by @havelaer in #436

Full Changelog: v10.1.10...v10.1.11

v10.1.10

Bugfixes

  • fix: add answer to knowledge assist analytics event by @dalenberg in #433
  • fix: add more test ids for testing purposes by @dalenberg in #434

Misc

  • refactor: rename knowledge search to knowledge assist by @havelaer in #432

Full Changelog: v10.1.9...v10.1.10

v10.1.9

Bugfixes

  • fix: style suggestions event not being sent sometimes by @dalenberg in #430
  • fix: add correct source to suggestions edited in overlay by @dalenberg in #428
  • fix: add custom styles for each specific root node by @dalenberg in #431

Full Changelog: v10.1.8...v10.1.9

v10.1.8

Bugfixes

  • fix: tab completion overlay based on closestScrollElement by @havelaer in #429

Full Changelog: v10.1.7...v10.1.8

v10.1.7

Bugfixes

  • fix: uploading indicator for images by @dalenberg in #425
  • fix: abort stale requests instantly to prevent race conditions by @havelaer in #427

Misc

  • chore(deps-dev): bump @adobe/css-tools from 4.2.0 to 4.3.1 by @dependabot in #426

Full Changelog: v10.1.6...v10.1.7

v10.1.6

Bugfixes

  • fix: insert link removed rest of message by @dalenberg in #420
  • fix: disable autocomplete for search by @dalenberg in #421
  • fix: scroll down to bottom after new knowledge assist answer by @dalenberg in #422
  • fix: handling messages from different channels by @dalenberg in #424

Full Changelog: v10.1.5...v10.1.6