@nyaruka/temba-components 0.48.1 → 0.48.2
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 +10 -0
- package/dist/{efb2f6ae.js → 98c8996c.js} +154 -104
- package/dist/index.js +154 -104
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/templates/components-body.html +1 -1
- package/dist/templates/components-head.html +1 -1
- package/out-tsc/src/contacts/ContactChat.js +12 -8
- package/out-tsc/src/contacts/ContactChat.js.map +1 -1
- package/out-tsc/src/contacts/ContactTickets.js +156 -92
- package/out-tsc/src/contacts/ContactTickets.js.map +1 -1
- package/out-tsc/test/temba-compose.test.js +49 -48
- package/out-tsc/test/temba-compose.test.js.map +1 -1
- package/out-tsc/test/temba-contact-chat.test.js +48 -23
- package/out-tsc/test/temba-contact-chat.test.js.map +1 -1
- package/package.json +1 -1
- package/screenshots/truth/contacts/compose-attachments-no-text-failure.png +0 -0
- package/screenshots/truth/contacts/compose-text-and-attachments-failure-attachments.png +0 -0
- package/screenshots/truth/contacts/compose-text-and-attachments-failure-text-and-attachments.png +0 -0
- package/screenshots/truth/contacts/compose-text-and-attachments-failure-text.png +0 -0
- package/screenshots/truth/contacts/compose-text-no-attachments-failure.png +0 -0
- package/screenshots/truth/contacts/tickets-assignment.png +0 -0
- package/screenshots/truth/contacts/tickets.png +0 -0
- package/src/contacts/ContactChat.ts +18 -8
- package/src/contacts/ContactTickets.ts +198 -135
- package/test/temba-compose.test.ts +80 -54
- package/test/temba-contact-chat.test.ts +60 -27
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,18 @@ 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.48.2](https://github.com/nyaruka/temba-components/compare/v0.48.1...v0.48.2)
|
|
8
|
+
|
|
9
|
+
- Allow ticket summary to be expanded [`#306`](https://github.com/nyaruka/temba-components/pull/306)
|
|
10
|
+
- compose - switch from array of content_type:url to array of uuid when sending broadcast [`#289`](https://github.com/nyaruka/temba-components/pull/289)
|
|
11
|
+
- - merged main and regenerated screenshots [`aa3a79e`](https://github.com/nyaruka/temba-components/commit/aa3a79e76c3a0e9443aefdca5f52944c76572fbc)
|
|
12
|
+
- merged main into branch [`57d1053`](https://github.com/nyaruka/temba-components/commit/57d10533e94e179dd5af7e0ff68b1750c197d1b4)
|
|
13
|
+
- - updated contact chat handle send payload attachments from sending an array of {content_type:url} to sending an array of uuid's [`73c3a5d`](https://github.com/nyaruka/temba-components/commit/73c3a5d9bbb03805b90f1b58da40af68cf65712a)
|
|
14
|
+
|
|
7
15
|
#### [v0.48.1](https://github.com/nyaruka/temba-components/compare/v0.48.0...v0.48.1)
|
|
8
16
|
|
|
17
|
+
> 10 April 2023
|
|
18
|
+
|
|
9
19
|
- Return whether assignment occurred [`#305`](https://github.com/nyaruka/temba-components/pull/305)
|
|
10
20
|
|
|
11
21
|
#### [v0.48.0](https://github.com/nyaruka/temba-components/compare/v0.47.2...v0.48.0)
|