@nyaruka/temba-components 0.76.0 → 0.78.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 +15 -5
- package/dist/{3c275eb2.js → 736dd89d.js} +62 -59
- package/dist/index.js +62 -59
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/templates/components-body.html +1 -1
- package/dist/templates/components-head.html +1 -1
- package/out-tsc/src/date/TembaDate.js +10 -16
- package/out-tsc/src/date/TembaDate.js.map +1 -1
- package/out-tsc/src/templates/TemplateEditor.js +53 -89
- package/out-tsc/src/templates/TemplateEditor.js.map +1 -1
- package/out-tsc/test/temba-date.test.js +11 -1
- package/out-tsc/test/temba-date.test.js.map +1 -1
- package/package.json +1 -1
- package/screenshots/truth/date/date-inline.png +0 -0
- package/screenshots/truth/date/date.png +0 -0
- package/screenshots/truth/date/datetime.png +0 -0
- package/screenshots/truth/date/duration.png +0 -0
- package/src/date/TembaDate.ts +11 -16
- package/src/templates/TemplateEditor.ts +62 -100
- package/static/api/templates.json +104 -68
- package/test/temba-date.test.ts +16 -4
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.78.0](https://github.com/nyaruka/temba-components/compare/v0.77.0...v0.78.0)
|
|
8
|
+
|
|
9
|
+
- Rework `temba-date` to be inline span instead of div [`#406`](https://github.com/nyaruka/temba-components/pull/406)
|
|
10
|
+
- Add test to ensure date renders inline [`abcbc1f`](https://github.com/nyaruka/temba-components/commit/abcbc1f226e59a39b6f53d00d9178adb68df852d)
|
|
11
|
+
- Rework temba-date to be inline [`78af86e`](https://github.com/nyaruka/temba-components/commit/78af86e22b92cd2546b62bfc7bd46250250b84cf)
|
|
12
|
+
|
|
13
|
+
#### [v0.77.0](https://github.com/nyaruka/temba-components/compare/v0.76.0...v0.77.0)
|
|
14
|
+
|
|
15
|
+
> 29 March 2024
|
|
16
|
+
|
|
17
|
+
- Updates for template components as a list [`#405`](https://github.com/nyaruka/temba-components/pull/405)
|
|
18
|
+
|
|
7
19
|
#### [v0.76.0](https://github.com/nyaruka/temba-components/compare/v0.75.3...v0.76.0)
|
|
8
20
|
|
|
21
|
+
> 21 March 2024
|
|
22
|
+
|
|
9
23
|
- Flags for mobile-only menu options [`#404`](https://github.com/nyaruka/temba-components/pull/404)
|
|
10
24
|
|
|
11
25
|
#### [v0.75.3](https://github.com/nyaruka/temba-components/compare/v0.75.1...v0.75.3)
|
|
@@ -258,16 +272,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
258
272
|
- Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364)
|
|
259
273
|
- Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365)
|
|
260
274
|
|
|
261
|
-
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.
|
|
275
|
+
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.8)
|
|
262
276
|
|
|
263
277
|
> 28 September 2023
|
|
264
278
|
|
|
265
279
|
- Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d)
|
|
266
280
|
|
|
267
|
-
#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7)
|
|
268
|
-
|
|
269
|
-
> 28 September 2023
|
|
270
|
-
|
|
271
281
|
#### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6)
|
|
272
282
|
|
|
273
283
|
> 28 September 2023
|