@nyaruka/temba-components 0.120.0 → 0.120.2
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 +57 -3
- package/demo/index.html +366 -261
- package/dist/temba-components.js +8 -10
- package/dist/temba-components.js.map +1 -1
- package/localize.config.json +1 -0
- package/out-tsc/src/compose/Compose.js +8 -5
- package/out-tsc/src/compose/Compose.js.map +1 -1
- package/out-tsc/src/select/Select.js +32 -0
- package/out-tsc/src/select/Select.js.map +1 -1
- package/out-tsc/test/temba-select.test.js +21 -0
- package/out-tsc/test/temba-select.test.js.map +1 -1
- package/package.json +2 -2
- package/rollup.components.mjs +19 -0
- package/screenshots/truth/select/selected-multi-maxitems-reached.png +0 -0
- package/src/compose/Compose.ts +7 -5
- package/src/select/Select.ts +39 -0
- package/test/temba-select.test.ts +34 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,26 @@ 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.120.2](https://github.com/nyaruka/temba-components/compare/v0.120.1...v0.120.2)
|
|
8
|
+
|
|
9
|
+
- Enforce quick replies limits [`#490`](https://github.com/nyaruka/temba-components/pull/490)
|
|
10
|
+
- Add maxItems to temba-select element to limit number of selectable it… [`#489`](https://github.com/nyaruka/temba-components/pull/489)
|
|
11
|
+
- Adjust infoText display when focus goes away [`c42f0de`](https://github.com/nyaruka/temba-components/commit/c42f0de5def68373ba772b95c746d4fb0af26961)
|
|
12
|
+
- Add maxItems to temba-select element to limit number of selectable items for multi [`a30eb99`](https://github.com/nyaruka/temba-components/commit/a30eb991e3ce1fc6b8b0ab7148efa77496f1e26c)
|
|
13
|
+
- Configurable maxItemsText, hide info on backspace [`41af7ee`](https://github.com/nyaruka/temba-components/commit/41af7ee688f505c903f311111658c1e0bf93d4c7)
|
|
14
|
+
|
|
15
|
+
#### [v0.120.1](https://github.com/nyaruka/temba-components/compare/v0.120.0...v0.120.1)
|
|
16
|
+
|
|
17
|
+
> 15 April 2025
|
|
18
|
+
|
|
19
|
+
- Consider value key for optins [`#487`](https://github.com/nyaruka/temba-components/pull/487)
|
|
20
|
+
- Ignore some build warnings we don't control [`c444ecc`](https://github.com/nyaruka/temba-components/commit/c444ecc28d666f622fae3875b89d38ef1ed56874)
|
|
21
|
+
- Don't echo locale build [`cc13969`](https://github.com/nyaruka/temba-components/commit/cc139697f6d9cc84246983275058e6370e84b6d6)
|
|
22
|
+
|
|
7
23
|
#### [v0.120.0](https://github.com/nyaruka/temba-components/compare/v0.119.2...v0.120.0)
|
|
8
24
|
|
|
25
|
+
> 2 April 2025
|
|
26
|
+
|
|
9
27
|
- Propagate checkbox click events [`#484`](https://github.com/nyaruka/temba-components/pull/484)
|
|
10
28
|
|
|
11
29
|
#### [v0.119.2](https://github.com/nyaruka/temba-components/compare/v0.119.1...v0.119.2)
|
|
@@ -36,20 +54,56 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
36
54
|
- Add max-height for autogrow textinputs [`#481`](https://github.com/nyaruka/temba-components/pull/481)
|
|
37
55
|
- Update screenshots [`3836421`](https://github.com/nyaruka/temba-components/commit/3836421a07e78bbc040aee382d21ef2f96da8a55)
|
|
38
56
|
|
|
39
|
-
#### [v0.118.7](https://github.com/nyaruka/temba-components/compare/v0.
|
|
57
|
+
#### [v0.118.7](https://github.com/nyaruka/temba-components/compare/v0.118.6...v0.118.7)
|
|
40
58
|
|
|
41
59
|
> 24 March 2025
|
|
42
60
|
|
|
43
61
|
- Add ai icons [`#480`](https://github.com/nyaruka/temba-components/pull/480)
|
|
44
62
|
- Bump koa from 2.15.2 to 2.15.4 [`#478`](https://github.com/nyaruka/temba-components/pull/478)
|
|
63
|
+
- Add icon [`c53a02b`](https://github.com/nyaruka/temba-components/commit/c53a02b314eea00ff115885c1662f20caea24eb6)
|
|
64
|
+
|
|
65
|
+
#### [v0.118.6](https://github.com/nyaruka/temba-components/compare/v0.118.5...v0.118.6)
|
|
66
|
+
|
|
67
|
+
> 12 February 2025
|
|
68
|
+
|
|
69
|
+
#### [v0.118.5](https://github.com/nyaruka/temba-components/compare/v0.118.4...v0.118.5)
|
|
70
|
+
|
|
71
|
+
> 12 February 2025
|
|
72
|
+
|
|
73
|
+
- Add valuekey for run result fields [`10c2df1`](https://github.com/nyaruka/temba-components/commit/10c2df1bac1a9bfcb2aef4150d012210332bff48)
|
|
74
|
+
|
|
75
|
+
#### [v0.118.4](https://github.com/nyaruka/temba-components/compare/v0.118.3...v0.118.4)
|
|
76
|
+
|
|
77
|
+
> 12 February 2025
|
|
78
|
+
|
|
45
79
|
- Respect aspect ratio on thumbnails [`#477`](https://github.com/nyaruka/temba-components/pull/477)
|
|
80
|
+
- Remove cruft [`6d54f7e`](https://github.com/nyaruka/temba-components/commit/6d54f7e9484b00ad1f25304f667112ad36a758d2)
|
|
81
|
+
|
|
82
|
+
#### [v0.118.3](https://github.com/nyaruka/temba-components/compare/v0.118.2...v0.118.3)
|
|
83
|
+
|
|
84
|
+
> 11 February 2025
|
|
85
|
+
|
|
46
86
|
- Don't show time across date boundaries [`#476`](https://github.com/nyaruka/temba-components/pull/476)
|
|
87
|
+
|
|
88
|
+
#### [v0.118.2](https://github.com/nyaruka/temba-components/compare/v0.118.1...v0.118.2)
|
|
89
|
+
|
|
90
|
+
> 31 January 2025
|
|
91
|
+
|
|
47
92
|
- Fix repositioning of embedded options [`#475`](https://github.com/nyaruka/temba-components/pull/475)
|
|
93
|
+
|
|
94
|
+
#### [v0.118.1](https://github.com/nyaruka/temba-components/compare/v0.118.0...v0.118.1)
|
|
95
|
+
|
|
96
|
+
> 30 January 2025
|
|
97
|
+
|
|
48
98
|
- Use zero height instead of pointer-events for dropdowns [`#474`](https://github.com/nyaruka/temba-components/pull/474)
|
|
99
|
+
|
|
100
|
+
#### [v0.118.0](https://github.com/nyaruka/temba-components/compare/v0.117.1...v0.118.0)
|
|
101
|
+
|
|
102
|
+
> 28 January 2025
|
|
103
|
+
|
|
49
104
|
- Icon alignment [`#473`](https://github.com/nyaruka/temba-components/pull/473)
|
|
50
105
|
- Fix menu and dropdown icon alignment [`6089fe8`](https://github.com/nyaruka/temba-components/commit/6089fe8f788e5f1f404b76271cddac0a14cc21ed)
|
|
51
|
-
-
|
|
52
|
-
- Add icon [`c53a02b`](https://github.com/nyaruka/temba-components/commit/c53a02b314eea00ff115885c1662f20caea24eb6)
|
|
106
|
+
- Update test screenshots [`0d1b3ef`](https://github.com/nyaruka/temba-components/commit/0d1b3ef633bf52c4c288fa8a085ea33c75f2ae45)
|
|
53
107
|
|
|
54
108
|
#### [v0.117.1](https://github.com/nyaruka/temba-components/compare/v0.117.0...v0.117.1)
|
|
55
109
|
|