@nyaruka/temba-components 0.108.1 → 0.108.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 +12 -0
- package/dist/temba-components.js +71 -75
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/RapidElement.js +13 -0
- package/out-tsc/src/RapidElement.js.map +1 -1
- package/out-tsc/src/progress/ProgressBar.js +2 -1
- package/out-tsc/src/progress/ProgressBar.js.map +1 -1
- package/out-tsc/src/progress/StartProgress.js +1 -1
- package/out-tsc/src/progress/StartProgress.js.map +1 -1
- package/out-tsc/src/utils/index.js +4 -4
- package/out-tsc/src/utils/index.js.map +1 -1
- package/package.json +1 -1
- package/src/RapidElement.ts +14 -0
- package/src/progress/ProgressBar.ts +2 -1
- package/src/progress/StartProgress.ts +1 -1
- package/src/utils/index.ts +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,20 @@ 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.108.3](https://github.com/nyaruka/temba-components/compare/v0.108.2...v0.108.3)
|
|
8
|
+
|
|
9
|
+
- Don't wrap messages in progress bar [`e975df1`](https://github.com/nyaruka/temba-components/commit/e975df1dbdca45e9e41a31de10becea026eebd01)
|
|
10
|
+
|
|
11
|
+
#### [v0.108.2](https://github.com/nyaruka/temba-components/compare/v0.108.1...v0.108.2)
|
|
12
|
+
|
|
13
|
+
> 26 September 2024
|
|
14
|
+
|
|
15
|
+
- Add service header property for RapidElement [`#457`](https://github.com/nyaruka/temba-components/pull/457)
|
|
16
|
+
|
|
7
17
|
#### [v0.108.1](https://github.com/nyaruka/temba-components/compare/v0.108.0...v0.108.1)
|
|
8
18
|
|
|
19
|
+
> 26 September 2024
|
|
20
|
+
|
|
9
21
|
- Don't show interrupt without endpoint [`c784162`](https://github.com/nyaruka/temba-components/commit/c7841623fc74dc7d5d302c334950d07ed60ec81c)
|
|
10
22
|
|
|
11
23
|
#### [v0.108.0](https://github.com/nyaruka/temba-components/compare/v0.107.1...v0.108.0)
|