@nyaruka/temba-components 0.156.3 → 0.156.4
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 +11 -0
- package/dist/temba-components.js +395 -286
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/flow/CanvasNode.ts +20 -0
- package/src/flow/Editor.ts +260 -502
- package/src/flow/EditorToolbar.ts +566 -0
- package/src/flow/StickyNote.ts +29 -5
- package/src/flow/actions/set_contact_language.ts +4 -13
- package/src/flow/utils.ts +11 -0
- package/temba-modules.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,19 @@ 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.4](https://github.com/nyaruka/temba-components/compare/v0.156.3...v0.156.4)
|
|
8
|
+
|
|
9
|
+
- Bump serialize-javascript from 7.0.4 to 7.0.5 [`#946`](https://github.com/nyaruka/temba-components/pull/946)
|
|
10
|
+
- Commit missing simulator screenshot truth [`#964`](https://github.com/nyaruka/temba-components/pull/964)
|
|
11
|
+
- Improve shift+drag clone discoverability [`#963`](https://github.com/nyaruka/temba-components/pull/963)
|
|
12
|
+
- Extract EditorToolbar into its own component [`#962`](https://github.com/nyaruka/temba-components/pull/962)
|
|
13
|
+
- Fix sticky notes uneditable on Windows touchscreen laptops [`#961`](https://github.com/nyaruka/temba-components/pull/961)
|
|
14
|
+
- Display "Unknown" instead of "und" for undetermined language [`#960`](https://github.com/nyaruka/temba-components/pull/960)
|
|
15
|
+
|
|
7
16
|
#### [v0.156.3](https://github.com/nyaruka/temba-components/compare/v0.156.2...v0.156.3)
|
|
8
17
|
|
|
18
|
+
> 8 April 2026
|
|
19
|
+
|
|
9
20
|
- Fix flaky textinput test by resetting mouse state before click [`#959`](https://github.com/nyaruka/temba-components/pull/959)
|
|
10
21
|
- Show green background for fully translated languages [`#958`](https://github.com/nyaruka/temba-components/pull/958)
|
|
11
22
|
- Add localization support and maxLength constraints for more actions [`#956`](https://github.com/nyaruka/temba-components/pull/956)
|