@nyaruka/temba-components 0.170.0 → 0.171.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 +8 -0
- package/dist/temba-components.js +766 -744
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/flow/Editor.ts +202 -42
- package/src/flow/dependencies.ts +115 -0
- package/src/form/RangePicker.ts +129 -97
- package/src/list/ContentList.ts +7 -1
- package/src/list/FlowList.ts +82 -0
- package/src/live/Realtime.ts +22 -0
- package/src/store/AppState.ts +97 -10
- package/src/store/Store.ts +495 -6
- package/src/store/identity.ts +28 -0
- package/src/utils.ts +10 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,16 @@ 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.171.0](https://github.com/nyaruka/temba-components/compare/v0.170.0...v0.171.0)
|
|
8
|
+
|
|
9
|
+
- Show canonical asset names in the flow editor and flow list [`#1095`](https://github.com/nyaruka/temba-components/pull/1095)
|
|
10
|
+
- Refresh the range picker and fix its clipped selection border [`#1094`](https://github.com/nyaruka/temba-components/pull/1094)
|
|
11
|
+
- Derive the period hover wash from --text-1 [`3d60b41`](https://github.com/nyaruka/temba-components/commit/3d60b41a2a3508a3f7f9a0eb80a3979dc2749c83)
|
|
12
|
+
|
|
7
13
|
#### [v0.170.0](https://github.com/nyaruka/temba-components/compare/v0.169.0...v0.170.0)
|
|
8
14
|
|
|
15
|
+
> 29 July 2026
|
|
16
|
+
|
|
9
17
|
- Fix quick reply entry and display for broadcasts [`#1092`](https://github.com/nyaruka/temba-components/pull/1092)
|
|
10
18
|
- Raise content menu dropdown above floating windows [`#1091`](https://github.com/nyaruka/temba-components/pull/1091)
|
|
11
19
|
- Show open and closed tickets in a single list [`#1086`](https://github.com/nyaruka/temba-components/pull/1086)
|