Commit 35027e6
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2024-07-17)
### Bug Fixes
* made some changes and fixes ([#27](#27)) ([182d185](182d185))
* made some changes to fix custom elements not being sized correctly ([#28](#28)) ([13ef8f7](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 parent 13ef8f7 commit 35027e6
3 files changed
+302
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
1 | 24 | | |
2 | 25 | | |
3 | 26 | | |
| |||
0 commit comments