@nyaruka/temba-components 0.134.0 → 0.134.2

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,23 @@ 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.134.2](https://github.com/nyaruka/temba-components/compare/v0.134.1...v0.134.2)
8
+
9
+ - Generate message log URLs for messages [`#770`](https://github.com/nyaruka/temba-components/pull/770)
10
+ - Generate message log URLs for messages created within a specified number of days. [`1e6433d`](https://github.com/nyaruka/temba-components/commit/1e6433dcaccf3a8cf1e07f5865eda16db7f16e70)
11
+ - Use Date type property on Chat component [`cf244e1`](https://github.com/nyaruka/temba-components/commit/cf244e102fbb2aaa22eb688eeda9172270ddfb70)
12
+ - Apply suggestions from code review [`9ceae6a`](https://github.com/nyaruka/temba-components/commit/9ceae6a95aed669824d771c8cefeb7745f7628af)
13
+
14
+ #### [v0.134.1](https://github.com/nyaruka/temba-components/compare/v0.134.0...v0.134.1)
15
+
16
+ > 27 November 2025
17
+
18
+ - Fix rendering of note added events when no user [`#769`](https://github.com/nyaruka/temba-components/pull/769)
19
+
7
20
  #### [v0.134.0](https://github.com/nyaruka/temba-components/compare/v0.133.0...v0.134.0)
8
21
 
22
+ > 26 November 2025
23
+
9
24
  - Switch chat to use standard events [`#768`](https://github.com/nyaruka/temba-components/pull/768)
10
25
  - Add collision detection and automatic node reflow in flow editor [`#764`](https://github.com/nyaruka/temba-components/pull/764)
11
26
  - Fix rerouting edge case and complete test coverage for node removal [`#766`](https://github.com/nyaruka/temba-components/pull/766)