@nyaruka/temba-components 0.65.1 → 0.66.1
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 +11 -5
- package/dist/{8ce5c6c3.js → 6b3d6099.js} +65 -90
- package/dist/index.js +65 -90
- 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/ContactHistory.js +1 -25
- package/out-tsc/src/contacts/ContactHistory.js.map +1 -1
- package/out-tsc/src/contacts/events.js +2 -15
- package/out-tsc/src/contacts/events.js.map +1 -1
- package/out-tsc/src/interfaces.js.map +1 -1
- package/package.json +1 -1
- package/src/contacts/ContactHistory.ts +0 -31
- package/src/contacts/events.ts +2 -18
- package/src/interfaces.ts +0 -1
- package/test-assets/api/tickets.json +1 -13
- package/test-assets/contacts/contact-tickets.json +0 -20
- package/test-assets/contacts/history.json +2 -10
- package/test-assets/tickets/ticket-barack-closed.json +1 -5
- package/test-assets/tickets/ticket-carter-closed.json +1 -5
- package/test-assets/tickets/ticket-carter-open.json +1 -5
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.66.1](https://github.com/nyaruka/temba-components/compare/v0.66.0...v0.66.1)
|
|
8
|
+
|
|
9
|
+
#### [v0.66.0](https://github.com/nyaruka/temba-components/compare/v0.65.1...v0.66.0)
|
|
10
|
+
|
|
11
|
+
> 2 January 2024
|
|
12
|
+
|
|
13
|
+
- Remove ticketers from tickets [`#388`](https://github.com/nyaruka/temba-components/pull/388)
|
|
14
|
+
|
|
7
15
|
#### [v0.65.1](https://github.com/nyaruka/temba-components/compare/v0.65.0...v0.65.1)
|
|
8
16
|
|
|
17
|
+
> 14 December 2023
|
|
18
|
+
|
|
9
19
|
- Customizable compose styling [`#386`](https://github.com/nyaruka/temba-components/pull/386)
|
|
10
20
|
- Temp removal assertinos with tz name [`6ba7fe9`](https://github.com/nyaruka/temba-components/commit/6ba7fe95e4bf32d2bd4d305e914c5b84f81a158b)
|
|
11
21
|
- Set timezone for build [`1d9b73b`](https://github.com/nyaruka/temba-components/commit/1d9b73b5ddc43c98b81a1ef652e5c9725aa28b22)
|
|
@@ -119,16 +129,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
119
129
|
- Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364)
|
|
120
130
|
- Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365)
|
|
121
131
|
|
|
122
|
-
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.
|
|
132
|
+
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.8)
|
|
123
133
|
|
|
124
134
|
> 28 September 2023
|
|
125
135
|
|
|
126
136
|
- Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d)
|
|
127
137
|
|
|
128
|
-
#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7)
|
|
129
|
-
|
|
130
|
-
> 28 September 2023
|
|
131
|
-
|
|
132
138
|
#### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6)
|
|
133
139
|
|
|
134
140
|
> 28 September 2023
|