@nyaruka/temba-components 0.108.3 → 0.108.4
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 -10
- package/dist/static/svg/index.svg +1 -1
- package/dist/temba-components.js +2 -2
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +3 -1
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/vectoricon/index.ts +3 -1
- package/static/svg/index.svg +1 -1
- package/static/svg/work/traced/message-dots-circle.svg +1 -0
- package/static/svg/work/used/message-dots-circle.svg +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ 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.4](https://github.com/nyaruka/temba-components/compare/v0.108.3...v0.108.4)
|
|
8
|
+
|
|
9
|
+
- Add icons for team and shortcut [`e9b219b`](https://github.com/nyaruka/temba-components/commit/e9b219b53e202dd00747521de626798719eca233)
|
|
10
|
+
|
|
7
11
|
#### [v0.108.3](https://github.com/nyaruka/temba-components/compare/v0.108.2...v0.108.3)
|
|
8
12
|
|
|
13
|
+
> 27 September 2024
|
|
14
|
+
|
|
9
15
|
- Don't wrap messages in progress bar [`e975df1`](https://github.com/nyaruka/temba-components/commit/e975df1dbdca45e9e41a31de10becea026eebd01)
|
|
10
16
|
|
|
11
17
|
#### [v0.108.2](https://github.com/nyaruka/temba-components/compare/v0.108.1...v0.108.2)
|
|
@@ -127,17 +133,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
127
133
|
|
|
128
134
|
- Use base_template instead of array [`#442`](https://github.com/nyaruka/temba-components/pull/442)
|
|
129
135
|
|
|
130
|
-
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.
|
|
136
|
+
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.97.0)
|
|
131
137
|
|
|
132
138
|
> 11 July 2024
|
|
133
139
|
|
|
134
140
|
- Make location fields have select box [`#441`](https://github.com/nyaruka/temba-components/pull/441)
|
|
135
141
|
- Update select searching [`5d2b096`](https://github.com/nyaruka/temba-components/commit/5d2b09639eaf6aae37876a8b30f0e8d41c663cd9)
|
|
136
142
|
|
|
137
|
-
#### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0)
|
|
138
|
-
|
|
139
|
-
> 11 July 2024
|
|
140
|
-
|
|
141
143
|
#### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0)
|
|
142
144
|
|
|
143
145
|
> 3 July 2024
|
|
@@ -642,16 +644,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
642
644
|
- Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364)
|
|
643
645
|
- Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365)
|
|
644
646
|
|
|
645
|
-
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.
|
|
647
|
+
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.8)
|
|
646
648
|
|
|
647
649
|
> 28 September 2023
|
|
648
650
|
|
|
649
651
|
- Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d)
|
|
650
652
|
|
|
651
|
-
#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7)
|
|
652
|
-
|
|
653
|
-
> 28 September 2023
|
|
654
|
-
|
|
655
653
|
#### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6)
|
|
656
654
|
|
|
657
655
|
> 28 September 2023
|