@nyaruka/temba-components 0.156.12 → 0.156.14
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 +14 -0
- package/dist/temba-components.js +399 -219
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/display/Button.ts +9 -4
- package/src/display/Options.ts +13 -0
- package/src/flow/AutoTranslate.ts +726 -0
- package/src/flow/Editor.ts +49 -299
- package/src/flow/EditorToolbar.ts +38 -2
- package/src/flow/flow-translations.ts +229 -0
- package/src/flow/flow-utils.ts +17 -0
- package/src/flow/nodes/split_by_llm.ts +3 -1
- package/src/flow/nodes/split_by_llm_categorize.ts +3 -1
- package/src/flow/types.ts +2 -1
- package/src/form/RichEditor.ts +4 -1
- package/src/layout/Dialog.ts +24 -3
- package/static/api/llms.json +11 -2
- package/temba-modules.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,22 @@ 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.156.14](https://github.com/nyaruka/temba-components/compare/v0.156.13...v0.156.14)
|
|
8
|
+
|
|
9
|
+
- Fix arrow keys and Ctrl+Y yank in rich editor [`#992`](https://github.com/nyaruka/temba-components/pull/992)
|
|
10
|
+
- Filter LLMs by role for flow editing vs auto-translate [`#991`](https://github.com/nyaruka/temba-components/pull/991)
|
|
11
|
+
- Dedupe auto-translate payloads and reuse existing translations [`#990`](https://github.com/nyaruka/temba-components/pull/990)
|
|
12
|
+
|
|
13
|
+
#### [v0.156.13](https://github.com/nyaruka/temba-components/compare/v0.156.12...v0.156.13)
|
|
14
|
+
|
|
15
|
+
> 23 April 2026
|
|
16
|
+
|
|
17
|
+
- Re-enable auto translate using new bulk LLM endpoint [`#989`](https://github.com/nyaruka/temba-components/pull/989)
|
|
18
|
+
|
|
7
19
|
#### [v0.156.12](https://github.com/nyaruka/temba-components/compare/v0.156.11...v0.156.12)
|
|
8
20
|
|
|
21
|
+
> 23 April 2026
|
|
22
|
+
|
|
9
23
|
- Bump uuid from 13.0.0 to 14.0.0 [`#987`](https://github.com/nyaruka/temba-components/pull/987)
|
|
10
24
|
- Fix field error styling on temba-compose [`#988`](https://github.com/nyaruka/temba-components/pull/988)
|
|
11
25
|
|