@nyaruka/temba-components 0.50.1 → 0.50.3
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/{45774738.js → 24955309.js} +16 -16
- package/dist/index.js +16 -16
- 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/compose/Compose.js +1 -3
- package/out-tsc/src/compose/Compose.js.map +1 -1
- package/out-tsc/src/dialog/Modax.js +11 -9
- package/out-tsc/src/dialog/Modax.js.map +1 -1
- package/out-tsc/src/interfaces.js +0 -2
- package/out-tsc/src/interfaces.js.map +1 -1
- package/package.json +1 -1
- package/src/compose/Compose.ts +1 -3
- package/src/dialog/Modax.ts +10 -11
- package/src/interfaces.ts +0 -2
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.50.3](https://github.com/nyaruka/temba-components/compare/v0.50.2...v0.50.3)
|
|
8
|
+
|
|
9
|
+
- Clear out modax on close [`#331`](https://github.com/nyaruka/temba-components/pull/331)
|
|
10
|
+
|
|
11
|
+
#### [v0.50.2](https://github.com/nyaruka/temba-components/compare/v0.50.1...v0.50.2)
|
|
12
|
+
|
|
13
|
+
> 10 May 2023
|
|
14
|
+
|
|
15
|
+
- Use compose component for Send To Somebody Else action [`#315`](https://github.com/nyaruka/temba-components/pull/315)
|
|
16
|
+
- - removed temba-attachment-added and temba-attachment-removed in favor of just using temba-content-changed [`e151413`](https://github.com/nyaruka/temba-components/commit/e1514138917578db390a5d4d68853dc6d34bcf2d)
|
|
17
|
+
|
|
7
18
|
#### [v0.50.1](https://github.com/nyaruka/temba-components/compare/v0.50.0...v0.50.1)
|
|
8
19
|
|
|
20
|
+
> 9 May 2023
|
|
21
|
+
|
|
9
22
|
- Add partial checkbox representation [`#328`](https://github.com/nyaruka/temba-components/pull/328)
|
|
10
23
|
|
|
11
24
|
#### [v0.50.0](https://github.com/nyaruka/temba-components/compare/v0.49.4...v0.50.0)
|