@nyaruka/temba-components 0.130.2 → 0.130.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/temba-components.js +159 -167
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/events.js.map +1 -1
- package/out-tsc/src/live/ContactChat.js +9 -32
- package/out-tsc/src/live/ContactChat.js.map +1 -1
- package/out-tsc/src/webchat/index.js +0 -11
- package/out-tsc/src/webchat/index.js.map +1 -1
- package/package.json +1 -1
- package/src/events.ts +2 -3
- package/src/live/ContactChat.ts +7 -32
- package/src/webchat/index.ts +0 -16
- package/test-assets/contacts/history.json +4 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v0.130.3](https://github.com/nyaruka/temba-components/compare/v0.130.2...v0.130.3)
|
|
8
|
+
|
|
9
|
+
- Remove support for legacy ticket events [`#694`](https://github.com/nyaruka/temba-components/pull/694)
|
|
10
|
+
|
|
7
11
|
#### [v0.130.2](https://github.com/nyaruka/temba-components/compare/v0.130.1...v0.130.2)
|
|
8
12
|
|
|
13
|
+
> 22 September 2025
|
|
14
|
+
|
|
9
15
|
- Add support for ticket events from the engine [`#693`](https://github.com/nyaruka/temba-components/pull/693)
|
|
10
16
|
- First draft for rules editor [`#691`](https://github.com/nyaruka/temba-components/pull/691)
|
|
11
17
|
- Show contact ref on details tab since it might be hidden by name if set [`#690`](https://github.com/nyaruka/temba-components/pull/690)
|