@nyaruka/temba-components 0.104.1 → 0.105.0
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 -3
- package/dist/temba-components.js +322 -293
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/outboxmonitor/OutboxMonitor.js +138 -0
- package/out-tsc/src/outboxmonitor/OutboxMonitor.js.map +1 -0
- package/out-tsc/temba-modules.js +2 -0
- package/out-tsc/temba-modules.js.map +1 -1
- package/package.json +1 -1
- package/src/outboxmonitor/OutboxMonitor.ts +151 -0
- package/temba-modules.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,9 @@ 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.
|
|
7
|
+
#### [v0.105.0](https://github.com/nyaruka/temba-components/compare/v0.104.0...v0.105.0)
|
|
8
8
|
|
|
9
|
+
- Add OutboxMonitor [`#450`](https://github.com/nyaruka/temba-components/pull/450)
|
|
9
10
|
- Add user_token icon [`c4510b0`](https://github.com/nyaruka/temba-components/commit/c4510b03d9a00cc3f009788f0262e3535d4d25a9)
|
|
10
11
|
|
|
11
12
|
#### [v0.104.0](https://github.com/nyaruka/temba-components/compare/v0.103.0...v0.104.0)
|
|
@@ -68,13 +69,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
68
69
|
|
|
69
70
|
- Use base_template instead of array [`#442`](https://github.com/nyaruka/temba-components/pull/442)
|
|
70
71
|
|
|
71
|
-
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.
|
|
72
|
+
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.96.0...v0.97.0)
|
|
72
73
|
|
|
73
74
|
> 11 July 2024
|
|
74
75
|
|
|
75
76
|
- Make location fields have select box [`#441`](https://github.com/nyaruka/temba-components/pull/441)
|
|
76
77
|
- Update select searching [`5d2b096`](https://github.com/nyaruka/temba-components/commit/5d2b09639eaf6aae37876a8b30f0e8d41c663cd9)
|
|
77
78
|
|
|
79
|
+
#### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0)
|
|
80
|
+
|
|
81
|
+
> 11 July 2024
|
|
82
|
+
|
|
78
83
|
#### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0)
|
|
79
84
|
|
|
80
85
|
> 3 July 2024
|
|
@@ -579,12 +584,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
579
584
|
- Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364)
|
|
580
585
|
- Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365)
|
|
581
586
|
|
|
582
|
-
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.
|
|
587
|
+
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.7...v0.58.8)
|
|
583
588
|
|
|
584
589
|
> 28 September 2023
|
|
585
590
|
|
|
586
591
|
- Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d)
|
|
587
592
|
|
|
593
|
+
#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7)
|
|
594
|
+
|
|
595
|
+
> 28 September 2023
|
|
596
|
+
|
|
588
597
|
#### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6)
|
|
589
598
|
|
|
590
599
|
> 28 September 2023
|