@nyaruka/temba-components 0.168.0 → 0.168.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 +6 -0
- package/dist/temba-components.js +207 -203
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/list/ContactList.ts +2 -0
- package/src/list/ContentList.ts +8 -4
- package/src/list/MsgList.ts +6 -2
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.168.1](https://github.com/nyaruka/temba-components/compare/v0.168.0...v0.168.1)
|
|
8
|
+
|
|
9
|
+
- Fix bulk action bar hidden under pinned column headers [`#1082`](https://github.com/nyaruka/temba-components/pull/1082)
|
|
10
|
+
|
|
7
11
|
#### [v0.168.0](https://github.com/nyaruka/temba-components/compare/v0.167.0...v0.168.0)
|
|
8
12
|
|
|
13
|
+
> 28 July 2026
|
|
14
|
+
|
|
9
15
|
- Allow resizing the chat in the card layout [`#1080`](https://github.com/nyaruka/temba-components/pull/1080)
|
|
10
16
|
- Add link popup menu items and improve dropdown popups [`#1077`](https://github.com/nyaruka/temba-components/pull/1077)
|
|
11
17
|
- Add inline editing to contact details [`#1075`](https://github.com/nyaruka/temba-components/pull/1075)
|