@nyaruka/temba-components 0.134.0 → 0.134.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
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.134.1](https://github.com/nyaruka/temba-components/compare/v0.134.0...v0.134.1)
|
|
8
|
+
|
|
9
|
+
- Fix rendering of note added events when no user [`#769`](https://github.com/nyaruka/temba-components/pull/769)
|
|
10
|
+
|
|
7
11
|
#### [v0.134.0](https://github.com/nyaruka/temba-components/compare/v0.133.0...v0.134.0)
|
|
8
12
|
|
|
13
|
+
> 26 November 2025
|
|
14
|
+
|
|
9
15
|
- Switch chat to use standard events [`#768`](https://github.com/nyaruka/temba-components/pull/768)
|
|
10
16
|
- Add collision detection and automatic node reflow in flow editor [`#764`](https://github.com/nyaruka/temba-components/pull/764)
|
|
11
17
|
- Fix rerouting edge case and complete test coverage for node removal [`#766`](https://github.com/nyaruka/temba-components/pull/766)
|
package/dist/temba-components.js
CHANGED
|
@@ -2799,7 +2799,8 @@ const{I:th}=at,eh=()=>document.createComment(""),ih=(t,e,i)=>{const n=t._$AA.par
|
|
|
2799
2799
|
style="width:85%; background: #fffac3; padding: 1em;margin-bottom: 1em 0; border: 1px solid #ffe97f;border-radius: var(--curvature);"
|
|
2800
2800
|
>
|
|
2801
2801
|
<div style="color: #8e830fff; font-size: 1em;margin-bottom:0.25em">
|
|
2802
|
-
<strong>${t._user.name}</strong> added a
|
|
2802
|
+
<strong>${t._user?t._user.name:"Someone"}</strong> added a
|
|
2803
|
+
note
|
|
2803
2804
|
<temba-date
|
|
2804
2805
|
value=${t.created_on.toISOString()}
|
|
2805
2806
|
display="relative"
|