@nyaruka/temba-components 0.170.1 → 0.172.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,14 +4,38 @@ 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.172.0](https://github.com/nyaruka/temba-components/compare/v0.171.0...v0.172.0)
8
+
9
+ - 4/4 Share the subscriber fan-out and expose the connection's state [`#1102`](https://github.com/nyaruka/temba-components/pull/1102)
10
+ - 3/4 Type what each realtime topic publishes [`#1101`](https://github.com/nyaruka/temba-components/pull/1101)
11
+ - 2/4 Give the central watcher the contact chat's history channel [`#1100`](https://github.com/nyaruka/temba-components/pull/1100)
12
+ - 1/4 Own listener teardown in RapidElement and stop compiling on every dispatch [`#1099`](https://github.com/nyaruka/temba-components/pull/1099)
13
+ - Fix the flow search table tests against the new SearchModal base [`#1106`](https://github.com/nyaruka/temba-components/pull/1106)
14
+ - Align editor input limits with flow engine validation limits [`#1093`](https://github.com/nyaruka/temba-components/pull/1093)
15
+ - Add cross-ticket search modal with a reusable SearchModal base [`#1083`](https://github.com/nyaruka/temba-components/pull/1083)
16
+ - Stop a menu refresh from orphaning a load already in flight [`#1103`](https://github.com/nyaruka/temba-components/pull/1103)
17
+ - Wait for a screenshot's images, and stop fetching them from s3 in tests [`#1104`](https://github.com/nyaruka/temba-components/pull/1104)
18
+ - Add fallbacks for browsers without color-mix() support [`#1096`](https://github.com/nyaruka/temba-components/pull/1096)
19
+
20
+ #### [v0.171.0](https://github.com/nyaruka/temba-components/compare/v0.170.1...v0.171.0)
21
+
22
+ > 30 July 2026
23
+
24
+ - Show canonical asset names in the flow editor and flow list [`#1095`](https://github.com/nyaruka/temba-components/pull/1095)
25
+ - Refresh the range picker and fix its clipped selection border [`#1094`](https://github.com/nyaruka/temba-components/pull/1094)
26
+ - Derive the period hover wash from --text-1 [`3d60b41`](https://github.com/nyaruka/temba-components/commit/3d60b41a2a3508a3f7f9a0eb80a3979dc2749c83)
27
+
7
28
  #### [v0.170.1](https://github.com/nyaruka/temba-components/compare/v0.170.0...v0.170.1)
8
29
 
9
30
  > 31 July 2026
10
31
 
11
32
  - Add fallbacks for browsers without color-mix() support [`#1096`](https://github.com/nyaruka/temba-components/pull/1096)
33
+ - Publish maintenance-branch releases under the backport dist-tag [`f744c61`](https://github.com/nyaruka/temba-components/commit/f744c616c4f3bb3f7301c9e2c62fb2040a535373)
12
34
 
13
35
  #### [v0.170.0](https://github.com/nyaruka/temba-components/compare/v0.169.0...v0.170.0)
14
36
 
37
+ > 29 July 2026
38
+
15
39
  - Fix quick reply entry and display for broadcasts [`#1092`](https://github.com/nyaruka/temba-components/pull/1092)
16
40
  - Raise content menu dropdown above floating windows [`#1091`](https://github.com/nyaruka/temba-components/pull/1091)
17
41
  - Show open and closed tickets in a single list [`#1086`](https://github.com/nyaruka/temba-components/pull/1086)