@nyaruka/temba-components 0.67.2 → 0.67.4
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 +12 -0
- package/dist/{b9e21fb2.js → a386634d.js} +13 -13
- package/dist/index.js +13 -13
- 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/list/NotificationList.js +8 -65
- package/out-tsc/src/list/NotificationList.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +2 -0
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/list/NotificationList.ts +6 -60
- package/src/vectoricon/index.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,20 @@ 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.67.4](https://github.com/nyaruka/temba-components/compare/v0.67.3...v0.67.4)
|
|
8
|
+
|
|
9
|
+
- Add ticket export notification [`#391`](https://github.com/nyaruka/temba-components/pull/391)
|
|
10
|
+
|
|
11
|
+
#### [v0.67.3](https://github.com/nyaruka/temba-components/compare/v0.67.2...v0.67.3)
|
|
12
|
+
|
|
13
|
+
> 12 January 2024
|
|
14
|
+
|
|
15
|
+
- Add flow results notifcation [`55c9cc5`](https://github.com/nyaruka/temba-components/commit/55c9cc5d97f4cba4048b6bbd6ec623c4051742bd)
|
|
16
|
+
|
|
7
17
|
#### [v0.67.2](https://github.com/nyaruka/temba-components/compare/v0.67.1...v0.67.2)
|
|
8
18
|
|
|
19
|
+
> 11 January 2024
|
|
20
|
+
|
|
9
21
|
- Hide footer for completion options [`6537679`](https://github.com/nyaruka/temba-components/commit/6537679ef5ca94647cc872540d6278a8e12e65eb)
|
|
10
22
|
|
|
11
23
|
#### [v0.67.1](https://github.com/nyaruka/temba-components/compare/v0.67.0...v0.67.1)
|