@nyaruka/temba-components 0.168.1 → 0.169.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 +6 -0
- package/dist/temba-components.js +1121 -1268
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/display/ContactName.ts +123 -1
- package/src/live/ContactChat.ts +6 -0
- package/src/live/ContactDetails.ts +32 -1
- package/src/live/ContactFields.ts +34 -1
- package/src/live/ContactNotepad.ts +46 -11
- package/src/live/ContactStoreElement.ts +103 -1
- package/src/live/ContactWatch.ts +415 -0
- package/temba-modules.ts +0 -4
- package/src/live/ContactBadges.ts +0 -207
- package/src/live/ContactNameFetch.ts +0 -35
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ 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.169.0](https://github.com/nyaruka/temba-components/compare/v0.168.1...v0.169.0)
|
|
8
|
+
|
|
9
|
+
- Add central contact watcher for interest-based live updates [`#1087`](https://github.com/nyaruka/temba-components/pull/1087)
|
|
10
|
+
|
|
7
11
|
#### [v0.168.1](https://github.com/nyaruka/temba-components/compare/v0.168.0...v0.168.1)
|
|
8
12
|
|
|
13
|
+
> 28 July 2026
|
|
14
|
+
|
|
9
15
|
- Fix bulk action bar hidden under pinned column headers [`#1082`](https://github.com/nyaruka/temba-components/pull/1082)
|
|
10
16
|
|
|
11
17
|
#### [v0.168.0](https://github.com/nyaruka/temba-components/compare/v0.167.0...v0.168.0)
|