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