Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 5.94 KB

File metadata and controls

74 lines (43 loc) · 5.94 KB

2.0.1 (2025-04-30)

Bug Fixes

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.

1.1.1 (2023-11-20)

Bug Fixes

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

1.1.0 (2023-11-15)

Features

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

1.0.4 (2023-05-23)

Bug Fixes

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

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)

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)