@nyaruka/temba-components 0.159.3 → 0.159.5
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/temba-components.js +627 -374
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/form/Checkbox.ts +37 -11
- package/src/interfaces.ts +2 -2
- package/src/layout/PageHeader.ts +35 -13
- package/src/list/ContactList.ts +69 -19
- package/src/list/ContentList.ts +706 -275
- package/src/list/FlowList.ts +7 -15
- package/src/list/MsgList.ts +11 -11
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.159.5](https://github.com/nyaruka/temba-components/compare/v0.159.4...v0.159.5)
|
|
8
|
+
|
|
9
|
+
- Refine flow list: inline type icons, drop status column, sparkline fixtures [`#1030`](https://github.com/nyaruka/temba-components/pull/1030)
|
|
10
|
+
|
|
11
|
+
#### [v0.159.4](https://github.com/nyaruka/temba-components/compare/v0.159.3...v0.159.4)
|
|
12
|
+
|
|
13
|
+
> 9 June 2026
|
|
14
|
+
|
|
15
|
+
- Refine content list components for the contact list rollout [`#1027`](https://github.com/nyaruka/temba-components/pull/1027)
|
|
16
|
+
|
|
7
17
|
#### [v0.159.3](https://github.com/nyaruka/temba-components/compare/v0.159.2...v0.159.3)
|
|
8
18
|
|
|
19
|
+
> 4 June 2026
|
|
20
|
+
|
|
9
21
|
- Render dynamic avatars for contacts in chat history [`#1028`](https://github.com/nyaruka/temba-components/pull/1028)
|
|
10
22
|
- Validate flow-editor field lengths and flow-type availability [`#1026`](https://github.com/nyaruka/temba-components/pull/1026)
|
|
11
23
|
- Serve temba-components editor.json via the dev server [`#1025`](https://github.com/nyaruka/temba-components/pull/1025)
|