Skip to content

Releases: watson-developer-cloud/assistant-web-chat-react

v2.0.0

17 Jul 13:48
Compare
Choose a tag to compare

2.0.0 (2024-07-17)

Bug Fixes

  • made some changes and fixes (#27) (182d185)
  • made some changes to fix custom elements not being sized correctly (#28) (13ef8f7)

BREAKING CHANGES

  • Classnames and styles are now injected by default when using WebChatCustomElement.
  • Removed the deprecated withWebChat hook.
  • Renamed the "renderCustomResponse" prop to "renderUserDefinedResponse".
  • Removed the CustomResponsePortalsContainer component.
  • Added support for the "userDefinedResponse" event added in web chat 8.2.0.
  • Fixed an order bug that can occur if a user defined response is fired during the render process
    in some cases. This meant reworking the portals container interface which was a breaking change
    and we decided to just remove it from the public API.
  • Added support for usages on cp4d so the library will properly calculate the endpoints for the
    web chat entry script.

v1.1.1

20 Nov 20:43
Compare
Choose a tag to compare

1.1.1 (2023-11-20)

Bug Fixes

  • added the WebChatCustomElement component to entry point export list (#25) (4bacd73)

v1.1.0

15 Nov 13:56
Compare
Choose a tag to compare

1.1.0 (2023-11-15)

Features

  • added the WebChatCustomElement component to aid in using web chat with a custom element (#23) (b79a471)

v1.0.4

23 May 14:05
Compare
Choose a tag to compare

1.0.4 (2023-05-23)

Bug Fixes

  • fixed how the web chat script is loaded to avoid duplicates (#19) (4220724)

v1.0.3

21 Sep 18:10
Compare
Choose a tag to compare

1.0.3 (2022-09-21)

Bug Fixes

  • made some fixes to how WebChatContainer handles mounting and changes to the web chat config (#15) (d5380dd)

v1.0.2

08 Aug 15:21
Compare
Choose a tag to compare

1.0.2 (2022-08-08)

Bug Fixes

  • build: adding proper updating of package.json version and changelog [skip ci] (#6) (418d2c6)
  • deploy: add all dev dependencies (#12) (261eb3d)
  • deploy: add versions for semantic release scripts for gh actions (#10) (b687e98)
  • deploy: remove commit length restriction (#13) (a164391)
  • docs: update docs to use enterprise plan (#8) (7f1b935)
  • release: missing " in json file (#11) (970e7c5)
  • version: package.json version not auto updated [skip ci] (#5) (f0b65e6)

v1.0.1

03 Dec 16:27
cdcdc9c
Compare
Choose a tag to compare

1.0.1 (2021-12-03)

Bug Fixes

  • build: correctly format yaml file to publish built package (#4) (cdcdc9c)
  • build: missing building before publishing (#3) (6af43f7)

v1.0.0

03 Dec 14:48
Compare
Choose a tag to compare

1.0.0 (2021-12-03)

Features

  • webchat: initial commit (99f5886)