@nyaruka/temba-components 0.120.0 → 0.120.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 +8 -0
- package/dist/temba-components.js +1 -0
- package/dist/temba-components.js.map +1 -1
- package/localize.config.json +1 -0
- package/out-tsc/src/compose/Compose.js +1 -0
- package/out-tsc/src/compose/Compose.js.map +1 -1
- package/out-tsc/src/select/Select.js +2 -0
- package/out-tsc/src/select/Select.js.map +1 -1
- package/package.json +2 -2
- package/rollup.components.mjs +19 -0
- package/src/compose/Compose.ts +1 -0
- package/src/select/Select.ts +3 -0
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.120.1](https://github.com/nyaruka/temba-components/compare/v0.120.0...v0.120.1)
|
|
8
|
+
|
|
9
|
+
- Consider value key for optins [`#487`](https://github.com/nyaruka/temba-components/pull/487)
|
|
10
|
+
- Ignore some build warnings we don't control [`c444ecc`](https://github.com/nyaruka/temba-components/commit/c444ecc28d666f622fae3875b89d38ef1ed56874)
|
|
11
|
+
- Don't echo locale build [`cc13969`](https://github.com/nyaruka/temba-components/commit/cc139697f6d9cc84246983275058e6370e84b6d6)
|
|
12
|
+
|
|
7
13
|
#### [v0.120.0](https://github.com/nyaruka/temba-components/compare/v0.119.2...v0.120.0)
|
|
8
14
|
|
|
15
|
+
> 2 April 2025
|
|
16
|
+
|
|
9
17
|
- Propagate checkbox click events [`#484`](https://github.com/nyaruka/temba-components/pull/484)
|
|
10
18
|
|
|
11
19
|
#### [v0.119.2](https://github.com/nyaruka/temba-components/compare/v0.119.1...v0.119.2)
|
package/dist/temba-components.js
CHANGED
|
@@ -6335,6 +6335,7 @@ let fr=Ks,vr=!1;const br=["es","fr","pt"],yr="data:image/png;base64,iVBORw0KGgoA
|
|
|
6335
6335
|
@change=${this.handleOptInChange}
|
|
6336
6336
|
.values=${this.currentOptin}
|
|
6337
6337
|
endpoint="${this.optinEndpoint}"
|
|
6338
|
+
valueKey="uuid"
|
|
6338
6339
|
class="optins"
|
|
6339
6340
|
searchable
|
|
6340
6341
|
clearable
|