@nyaruka/temba-components 0.96.0 → 0.98.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 +13 -0
- package/dist/temba-components.js +169 -147
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/contacts/ContactFieldEditor.js +139 -62
- package/out-tsc/src/contacts/ContactFieldEditor.js.map +1 -1
- package/out-tsc/src/contacts/ContactFields.js +2 -5
- package/out-tsc/src/contacts/ContactFields.js.map +1 -1
- package/out-tsc/src/options/Options.js +1 -0
- package/out-tsc/src/options/Options.js.map +1 -1
- package/out-tsc/src/select/Select.js +69 -68
- package/out-tsc/src/select/Select.js.map +1 -1
- package/out-tsc/src/templates/TemplateEditor.js +2 -10
- package/out-tsc/src/templates/TemplateEditor.js.map +1 -1
- package/out-tsc/test/temba-template-editor.test.js +2 -18
- package/out-tsc/test/temba-template-editor.test.js.map +1 -1
- package/package.json +1 -1
- package/screenshots/truth/select/disabled-multi-selection.png +0 -0
- package/screenshots/truth/select/disabled-selection.png +0 -0
- package/screenshots/truth/select/disabled.png +0 -0
- package/screenshots/truth/select/embedded.png +0 -0
- package/screenshots/truth/select/expression-selected.png +0 -0
- package/screenshots/truth/select/expressions.png +0 -0
- package/screenshots/truth/select/functions.png +0 -0
- package/screenshots/truth/select/local-options.png +0 -0
- package/screenshots/truth/select/remote-options.png +0 -0
- package/screenshots/truth/select/search-enabled.png +0 -0
- package/screenshots/truth/select/search-multi-no-matches.png +0 -0
- package/screenshots/truth/select/search-selected-focus.png +0 -0
- package/screenshots/truth/select/search-selected.png +0 -0
- package/screenshots/truth/select/search-with-selected.png +0 -0
- package/screenshots/truth/select/searching.png +0 -0
- package/screenshots/truth/select/selected-multi.png +0 -0
- package/screenshots/truth/select/selected-single.png +0 -0
- package/screenshots/truth/select/selection-clearable.png +0 -0
- package/screenshots/truth/select/truncated-selection.png +0 -0
- package/screenshots/truth/select/with-placeholder.png +0 -0
- package/screenshots/truth/select/without-placeholder.png +0 -0
- package/screenshots/truth/templates/default.png +0 -0
- package/screenshots/truth/templates/unapproved.png +0 -0
- package/src/contacts/ContactFieldEditor.ts +150 -62
- package/src/contacts/ContactFields.ts +2 -5
- package/src/options/Options.ts +1 -0
- package/src/select/Select.ts +65 -72
- package/src/templates/TemplateEditor.ts +3 -16
- package/static/api/templates.json +116 -201
- package/test/temba-template-editor.test.ts +2 -22
- package/screenshots/truth/templates/french.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,21 @@ 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.98.0](https://github.com/nyaruka/temba-components/compare/v0.97.0...v0.98.0)
|
|
8
|
+
|
|
9
|
+
- Use base_template instead of array [`#442`](https://github.com/nyaruka/temba-components/pull/442)
|
|
10
|
+
|
|
11
|
+
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.96.0...v0.97.0)
|
|
12
|
+
|
|
13
|
+
> 11 July 2024
|
|
14
|
+
|
|
15
|
+
- Make location fields have select box [`#441`](https://github.com/nyaruka/temba-components/pull/441)
|
|
16
|
+
- Update select searching [`5d2b096`](https://github.com/nyaruka/temba-components/commit/5d2b09639eaf6aae37876a8b30f0e8d41c663cd9)
|
|
17
|
+
|
|
7
18
|
#### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0)
|
|
8
19
|
|
|
20
|
+
> 11 July 2024
|
|
21
|
+
|
|
9
22
|
#### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0)
|
|
10
23
|
|
|
11
24
|
> 3 July 2024
|