@nyaruka/temba-components 0.87.0 → 0.89.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 +47 -7
- package/dist/temba-components.js +619 -526
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/list/TembaList.js +4 -2
- package/out-tsc/src/list/TembaList.js.map +1 -1
- package/out-tsc/src/toast/Toast.js +199 -0
- package/out-tsc/src/toast/Toast.js.map +1 -0
- package/out-tsc/src/utils/index.js +14 -1
- package/out-tsc/src/utils/index.js.map +1 -1
- package/out-tsc/temba-modules.js +2 -0
- package/out-tsc/temba-modules.js.map +1 -1
- package/package.json +1 -1
- package/src/list/TembaList.ts +4 -2
- package/src/toast/Toast.ts +224 -0
- package/src/utils/index.ts +18 -1
- package/temba-modules.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,18 +4,40 @@ 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.89.0](https://github.com/nyaruka/temba-components/compare/v0.88.0...v0.89.0)
|
|
8
|
+
|
|
9
|
+
- Add csrf fallback if cookie isn't there [`#429`](https://github.com/nyaruka/temba-components/pull/429)
|
|
10
|
+
- Check for existence of csrf element first [`c136a78`](https://github.com/nyaruka/temba-components/commit/c136a78d36e28760fe95b2dfa7a994b1c82b338c)
|
|
11
|
+
|
|
12
|
+
#### [v0.88.0](https://github.com/nyaruka/temba-components/compare/v0.87.0...v0.88.0)
|
|
13
|
+
|
|
14
|
+
> 17 May 2024
|
|
15
|
+
|
|
16
|
+
- Temba toast [`#428`](https://github.com/nyaruka/temba-components/pull/428)
|
|
17
|
+
- Add toasts [`4bbc215`](https://github.com/nyaruka/temba-components/commit/4bbc215178be81f80a1729b32a54cbba87065bea)
|
|
18
|
+
- Make toasts more configurable [`9e3a68f`](https://github.com/nyaruka/temba-components/commit/9e3a68f0e116f6835c42f8672726c4efd0d629c9)
|
|
19
|
+
- Remove excess logging for temba list [`706e1f2`](https://github.com/nyaruka/temba-components/commit/706e1f25735d40180e9306b70a421bbe683126c0)
|
|
20
|
+
|
|
21
|
+
#### [v0.87.0](https://github.com/nyaruka/temba-components/compare/v0.86.1...v0.87.0)
|
|
22
|
+
|
|
23
|
+
> 9 May 2024
|
|
8
24
|
|
|
9
25
|
- Add general avatar and fix message grouping [`#427`](https://github.com/nyaruka/temba-components/pull/427)
|
|
10
26
|
- Linting updates [`#426`](https://github.com/nyaruka/temba-components/pull/426)
|
|
11
27
|
- Webchat history [`#425`](https://github.com/nyaruka/temba-components/pull/425)
|
|
12
|
-
- Bump ejs from 3.1.9 to 3.1.10 [`#420`](https://github.com/nyaruka/temba-components/pull/420)
|
|
13
|
-
- Include number of records on notifications for some export types [`#424`](https://github.com/nyaruka/temba-components/pull/424)
|
|
14
|
-
- Support flow export notification [`#423`](https://github.com/nyaruka/temba-components/pull/423)
|
|
15
28
|
- Fix linting issues [`b2bd993`](https://github.com/nyaruka/temba-components/commit/b2bd99309e79c9b1b6a5121a4df75a4c1ae78e57)
|
|
16
29
|
- Add history paging to webchat [`86ebcfa`](https://github.com/nyaruka/temba-components/commit/86ebcfacd1de17b919dc0f64dad4c83884103e68)
|
|
17
30
|
- Show scroll markers after fetching [`40bf4c4`](https://github.com/nyaruka/temba-components/commit/40bf4c44075bc2c531b4fa3aeda5e725ba15634e)
|
|
18
31
|
|
|
32
|
+
#### [v0.86.1](https://github.com/nyaruka/temba-components/compare/v0.86.0...v0.86.1)
|
|
33
|
+
|
|
34
|
+
> 7 May 2024
|
|
35
|
+
|
|
36
|
+
- Bump ejs from 3.1.9 to 3.1.10 [`#420`](https://github.com/nyaruka/temba-components/pull/420)
|
|
37
|
+
- Include number of records on notifications for some export types [`#424`](https://github.com/nyaruka/temba-components/pull/424)
|
|
38
|
+
- Support flow export notification [`#423`](https://github.com/nyaruka/temba-components/pull/423)
|
|
39
|
+
- Support definition export notification [`cd69bec`](https://github.com/nyaruka/temba-components/commit/cd69bec0f4a5e836f1635348df835d13f641f093)
|
|
40
|
+
|
|
19
41
|
#### [v0.86.0](https://github.com/nyaruka/temba-components/compare/v0.85.0...v0.86.0)
|
|
20
42
|
|
|
21
43
|
> 2 May 2024
|
|
@@ -65,7 +87,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
65
87
|
|
|
66
88
|
- Add beat for temba-option collection [`3406463`](https://github.com/nyaruka/temba-components/commit/3406463dd07490615ec979c21c8701f7694a4f80)
|
|
67
89
|
|
|
68
|
-
#### [v0.80.0](https://github.com/nyaruka/temba-components/compare/v0.
|
|
90
|
+
#### [v0.80.0](https://github.com/nyaruka/temba-components/compare/v0.78.2...v0.80.0)
|
|
69
91
|
|
|
70
92
|
> 9 April 2024
|
|
71
93
|
|
|
@@ -73,12 +95,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
73
95
|
- Update dependencies [`#411`](https://github.com/nyaruka/temba-components/pull/411)
|
|
74
96
|
- Dependency updates [`#409`](https://github.com/nyaruka/temba-components/pull/409)
|
|
75
97
|
- Add status for chat [`#410`](https://github.com/nyaruka/temba-components/pull/410)
|
|
76
|
-
- Ensure we have icons for all channel types in use [`#407`](https://github.com/nyaruka/temba-components/pull/407)
|
|
77
|
-
- Rework `temba-date` to be inline span instead of div [`#406`](https://github.com/nyaruka/temba-components/pull/406)
|
|
78
98
|
- Yarn update [`9fe452e`](https://github.com/nyaruka/temba-components/commit/9fe452ece62a7f40707e37ac1bd70ea10cd87789)
|
|
79
99
|
- Update open-wc [`f433526`](https://github.com/nyaruka/temba-components/commit/f4335262417c6c45f45b60f3fad0a7f1204845e7)
|
|
80
100
|
- Show connection status on chat widget [`f75ec9b`](https://github.com/nyaruka/temba-components/commit/f75ec9b61d5ab7e2080d887f2afc3a28b86148eb)
|
|
81
101
|
|
|
102
|
+
#### [v0.78.2](https://github.com/nyaruka/temba-components/compare/v0.78.1...v0.78.2)
|
|
103
|
+
|
|
104
|
+
> 4 April 2024
|
|
105
|
+
|
|
106
|
+
- Add icons for template statuses [`4b1cf1c`](https://github.com/nyaruka/temba-components/commit/4b1cf1c9dce5c5b508a000cef9c99dc0684f1a8e)
|
|
107
|
+
|
|
108
|
+
#### [v0.78.1](https://github.com/nyaruka/temba-components/compare/v0.78.0...v0.78.1)
|
|
109
|
+
|
|
110
|
+
> 4 April 2024
|
|
111
|
+
|
|
112
|
+
- Ensure we have icons for all channel types in use [`#407`](https://github.com/nyaruka/temba-components/pull/407)
|
|
113
|
+
|
|
114
|
+
#### [v0.78.0](https://github.com/nyaruka/temba-components/compare/v0.77.0...v0.78.0)
|
|
115
|
+
|
|
116
|
+
> 3 April 2024
|
|
117
|
+
|
|
118
|
+
- Rework `temba-date` to be inline span instead of div [`#406`](https://github.com/nyaruka/temba-components/pull/406)
|
|
119
|
+
- Add test to ensure date renders inline [`abcbc1f`](https://github.com/nyaruka/temba-components/commit/abcbc1f226e59a39b6f53d00d9178adb68df852d)
|
|
120
|
+
- Rework temba-date to be inline [`78af86e`](https://github.com/nyaruka/temba-components/commit/78af86e22b92cd2546b62bfc7bd46250250b84cf)
|
|
121
|
+
|
|
82
122
|
#### [v0.77.0](https://github.com/nyaruka/temba-components/compare/v0.76.0...v0.77.0)
|
|
83
123
|
|
|
84
124
|
> 29 March 2024
|