@nyaruka/temba-components 0.162.0 → 0.163.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 CHANGED
@@ -4,8 +4,18 @@ 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.163.0](https://github.com/nyaruka/temba-components/compare/v0.162.0...v0.163.0)
8
+
9
+ - Warn before dismissing dialogs with unsaved changes via escape [`#1042`](https://github.com/nyaruka/temba-components/pull/1042)
10
+ - Render placeholder for messages with no content [`#1043`](https://github.com/nyaruka/temba-components/pull/1043)
11
+ - Syntax highlight expressions in Next Up message events [`#1041`](https://github.com/nyaruka/temba-components/pull/1041)
12
+ - Match action and node type names in flow search [`#1040`](https://github.com/nyaruka/temba-components/pull/1040)
13
+ - Cleanup .gitignore [`ec95a73`](https://github.com/nyaruka/temba-components/commit/ec95a7337891fc688e22e51b918b6d1fa30e0ab3)
14
+
7
15
  #### [v0.162.0](https://github.com/nyaruka/temba-components/compare/v0.161.0...v0.162.0)
8
16
 
17
+ > 2 July 2026
18
+
9
19
  - Deliver contact chat events over realtime sockets instead of polling [`#1037`](https://github.com/nyaruka/temba-components/pull/1037)
10
20
 
11
21
  #### [v0.161.0](https://github.com/nyaruka/temba-components/compare/v0.160.1...v0.161.0)