@nyaruka/temba-components 0.29.0 → 0.30.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.
Files changed (170) hide show
  1. package/.eslintrc.js +1 -0
  2. package/.yarnrc +1 -1
  3. package/.yarnrc.yml +1 -0
  4. package/CHANGELOG.md +105 -57
  5. package/dist/{64e63814.js → dd72d92e.js} +305 -148
  6. package/dist/index.js +305 -148
  7. package/dist/static/icons/symbol-defs.svg +10 -20
  8. package/dist/sw.js +1 -1
  9. package/dist/sw.js.map +1 -1
  10. package/dist/templates/components-body.html +1 -1
  11. package/dist/templates/components-head.html +1 -1
  12. package/dist/workbox-80efdfd1.js.map +1 -1
  13. package/out-tsc/src/contacts/ContactBadges.js +2 -9
  14. package/out-tsc/src/contacts/ContactBadges.js.map +1 -1
  15. package/out-tsc/src/contacts/ContactChat.js +3 -0
  16. package/out-tsc/src/contacts/ContactChat.js.map +1 -1
  17. package/out-tsc/src/contacts/ContactName.js +19 -16
  18. package/out-tsc/src/contacts/ContactName.js.map +1 -1
  19. package/out-tsc/src/contacts/ContactNameFetch.js +36 -0
  20. package/out-tsc/src/contacts/ContactNameFetch.js.map +1 -0
  21. package/out-tsc/src/contacts/ContactStoreElement.js +9 -2
  22. package/out-tsc/src/contacts/ContactStoreElement.js.map +1 -1
  23. package/out-tsc/src/contacts/ContactUrn.js +12 -1
  24. package/out-tsc/src/contacts/ContactUrn.js.map +1 -1
  25. package/out-tsc/src/contacts/events.js +0 -3
  26. package/out-tsc/src/contacts/events.js.map +1 -1
  27. package/out-tsc/src/flow/FlowStoreElement.js +43 -0
  28. package/out-tsc/src/flow/FlowStoreElement.js.map +1 -0
  29. package/out-tsc/src/interfaces.js.map +1 -1
  30. package/out-tsc/src/label/Label.js +29 -42
  31. package/out-tsc/src/label/Label.js.map +1 -1
  32. package/out-tsc/src/list/RunList.js +317 -0
  33. package/out-tsc/src/list/RunList.js.map +1 -0
  34. package/out-tsc/src/list/TembaList.js +38 -14
  35. package/out-tsc/src/list/TembaList.js.map +1 -1
  36. package/out-tsc/src/options/Options.js +18 -2
  37. package/out-tsc/src/options/Options.js.map +1 -1
  38. package/out-tsc/src/slider/TembaSlider.js +9 -1
  39. package/out-tsc/src/slider/TembaSlider.js.map +1 -1
  40. package/out-tsc/src/sms/gsmvalidator.js +9 -138
  41. package/out-tsc/src/sms/gsmvalidator.js.map +1 -1
  42. package/out-tsc/src/store/Store.js +13 -3
  43. package/out-tsc/src/store/Store.js.map +1 -1
  44. package/out-tsc/src/tabpane/TabPane.js +3 -1
  45. package/out-tsc/src/tabpane/TabPane.js.map +1 -1
  46. package/out-tsc/src/utils/index.js +1 -0
  47. package/out-tsc/src/utils/index.js.map +1 -1
  48. package/out-tsc/src/vectoricon/VectorIcon.js +6 -11
  49. package/out-tsc/src/vectoricon/VectorIcon.js.map +1 -1
  50. package/out-tsc/temba-components.js +1 -2
  51. package/out-tsc/temba-components.js.map +1 -1
  52. package/out-tsc/temba-modules.js +7 -1
  53. package/out-tsc/temba-modules.js.map +1 -1
  54. package/out-tsc/test/MouseHelper.js +47 -0
  55. package/out-tsc/test/MouseHelper.js.map +1 -0
  56. package/out-tsc/test/temba-contact-badges.test.js +23 -0
  57. package/out-tsc/test/temba-contact-badges.test.js.map +1 -0
  58. package/out-tsc/test/temba-contact-chat.test.js +111 -7
  59. package/out-tsc/test/temba-contact-chat.test.js.map +1 -1
  60. package/out-tsc/test/temba-contact-history.test.js +6 -6
  61. package/out-tsc/test/temba-contact-history.test.js.map +1 -1
  62. package/out-tsc/test/temba-dialog.test.js +1 -1
  63. package/out-tsc/test/temba-dialog.test.js.map +1 -1
  64. package/out-tsc/test/temba-label.test.js +66 -0
  65. package/out-tsc/test/temba-label.test.js.map +1 -0
  66. package/out-tsc/test/temba-list.test.js +1 -1
  67. package/out-tsc/test/temba-list.test.js.map +1 -1
  68. package/out-tsc/test/temba-menu.test.js +1 -1
  69. package/out-tsc/test/temba-menu.test.js.map +1 -1
  70. package/out-tsc/test/temba-select.test.js +1 -6
  71. package/out-tsc/test/temba-select.test.js.map +1 -1
  72. package/out-tsc/test/temba-slider.test.js +151 -8
  73. package/out-tsc/test/temba-slider.test.js.map +1 -1
  74. package/out-tsc/test/temba-textinput.test.js +3 -4
  75. package/out-tsc/test/temba-textinput.test.js.map +1 -1
  76. package/out-tsc/test/temba-tip.test.js +1 -1
  77. package/out-tsc/test/temba-tip.test.js.map +1 -1
  78. package/out-tsc/test/utils.test.js +26 -14
  79. package/out-tsc/test/utils.test.js.map +1 -1
  80. package/package.json +5 -4
  81. package/screenshots/truth/contacts/badges.png +0 -0
  82. package/screenshots/truth/contacts/contact-active-default.png +0 -0
  83. package/screenshots/truth/contacts/contact-active-show-chat-history.png +0 -0
  84. package/screenshots/truth/contacts/contact-active-show-chat-msg.png +0 -0
  85. package/screenshots/truth/contacts/contact-archived-hide-chat-msg.png +0 -0
  86. package/screenshots/truth/contacts/contact-archived-show-chat-history.png +0 -0
  87. package/screenshots/truth/contacts/contact-blocked-hide-chat-msg.png +0 -0
  88. package/screenshots/truth/contacts/contact-blocked-show-chat-history.png +0 -0
  89. package/screenshots/truth/contacts/contact-stopped-hide-chat-msg.png +0 -0
  90. package/screenshots/truth/contacts/contact-stopped-show-chat-history.png +0 -0
  91. package/screenshots/truth/contacts/history-expanded.png +0 -0
  92. package/screenshots/truth/contacts/history.png +0 -0
  93. package/screenshots/truth/label/custom.png +0 -0
  94. package/screenshots/truth/label/danger.png +0 -0
  95. package/screenshots/truth/label/dark.png +0 -0
  96. package/screenshots/truth/label/default-icon.png +0 -0
  97. package/screenshots/truth/label/no-icon.png +0 -0
  98. package/screenshots/truth/label/primary.png +0 -0
  99. package/screenshots/truth/label/secondary.png +0 -0
  100. package/screenshots/truth/label/shadow.png +0 -0
  101. package/screenshots/truth/label/tertiary.png +0 -0
  102. package/screenshots/truth/slider/custom-min-custom-max-valid-value.png +0 -0
  103. package/screenshots/truth/slider/custom-min-default-max-no-value.png +0 -0
  104. package/screenshots/truth/slider/default-min-custom-max-no-value.png +0 -0
  105. package/screenshots/truth/slider/default-min-default-max-invalid-value.png +0 -0
  106. package/screenshots/truth/slider/default-min-default-max-valid-value.png +0 -0
  107. package/screenshots/truth/slider/default.png +0 -0
  108. package/screenshots/truth/slider/no-visible-range-invalid-value.png +0 -0
  109. package/screenshots/truth/slider/no-visible-range-no-value.png +0 -0
  110. package/screenshots/truth/slider/no-visible-range-valid-value.png +0 -0
  111. package/screenshots/truth/slider/update-slider-on-circle-dragged.png +0 -0
  112. package/screenshots/truth/slider/update-slider-on-track-clicked.png +0 -0
  113. package/screenshots/truth/slider/update-slider-on-value-change.png +0 -0
  114. package/src/contacts/ContactBadges.ts +2 -9
  115. package/src/contacts/ContactChat.ts +3 -0
  116. package/src/contacts/ContactName.ts +19 -17
  117. package/src/contacts/ContactNameFetch.ts +32 -0
  118. package/src/contacts/ContactStoreElement.ts +5 -2
  119. package/src/contacts/ContactUrn.ts +12 -1
  120. package/src/contacts/events.ts +0 -3
  121. package/src/flow/FlowStoreElement.ts +42 -0
  122. package/src/interfaces.ts +19 -0
  123. package/src/label/Label.ts +31 -43
  124. package/src/list/RunList.ts +353 -0
  125. package/src/list/TembaList.ts +50 -14
  126. package/src/options/Options.ts +17 -2
  127. package/src/slider/TembaSlider.ts +8 -1
  128. package/src/sms/gsmvalidator.ts +9 -138
  129. package/src/store/Store.ts +20 -3
  130. package/src/tabpane/TabPane.ts +3 -1
  131. package/src/untyped.d.ts +3 -0
  132. package/src/utils/index.ts +3 -0
  133. package/src/vectoricon/VectorIcon.ts +5 -10
  134. package/static/css/temba-components.css +4 -9
  135. package/static/icons/Read Me.txt +15 -15
  136. package/static/icons/SVG/credits.svg +5 -0
  137. package/static/icons/SVG/hourglass.svg +5 -0
  138. package/static/icons/demo-external-svg.html +142 -157
  139. package/static/icons/demo-files/demo.css +4 -4
  140. package/static/icons/demo.html +152 -177
  141. package/static/icons/selection.json +396 -339
  142. package/static/icons/style.css +0 -4
  143. package/static/icons/symbol-defs.svg +10 -20
  144. package/temba-components.ts +1 -2
  145. package/temba-modules.ts +7 -1
  146. package/test/MouseHelper.ts +47 -0
  147. package/test/temba-contact-badges.test.ts +33 -0
  148. package/test/temba-contact-chat.test.ts +202 -6
  149. package/test/temba-contact-history.test.ts +6 -6
  150. package/test/temba-dialog.test.ts +1 -1
  151. package/test/temba-label.test.ts +75 -0
  152. package/test/temba-list.test.ts +1 -1
  153. package/test/temba-menu.test.ts +1 -0
  154. package/test/temba-select.test.ts +6 -10
  155. package/test/temba-slider.test.ts +204 -8
  156. package/test/temba-textinput.test.ts +3 -4
  157. package/test/temba-tip.test.ts +1 -1
  158. package/test/utils.test.ts +34 -16
  159. package/test-assets/contacts/contact-barak-archived +40 -0
  160. package/test-assets/contacts/contact-dave-active +52 -0
  161. package/test-assets/contacts/contact-michelle-blocked +40 -0
  162. package/test-assets/contacts/contact-tim-stopped +52 -0
  163. package/test-assets/store/groups.json +29 -0
  164. package/test-assets/store/languages.json +290 -0
  165. package/test-assets/style.css +2 -0
  166. package/web-test-runner.config.mjs +16 -0
  167. package/.yarn/releases/yarn-1.22.10.cjs +0 -147392
  168. package/out-tsc/src/contacts/ContactGroups.js +0 -40
  169. package/out-tsc/src/contacts/ContactGroups.js.map +0 -1
  170. package/src/contacts/ContactGroups.ts +0 -42
package/.eslintrc.js CHANGED
@@ -11,6 +11,7 @@ module.exports = {
11
11
  ],
12
12
  rules: {
13
13
  // disable the rule for all files
14
+ '@typescript-eslint/camelcase': 'off',
14
15
  '@typescript-eslint/explicit-module-boundary-types': 'off',
15
16
  '@typescript-eslint/no-explicit-any': 'off',
16
17
  '@typescript-eslint/explicit-function-return-type': 'off',
package/.yarnrc CHANGED
@@ -2,4 +2,4 @@
2
2
  # yarn lockfile v1
3
3
 
4
4
 
5
- yarn-path ".yarn/releases/yarn-1.22.10.cjs"
5
+ # yarn-path ".yarn/releases/yarn-1.22.10.cjs"
package/.yarnrc.yml ADDED
@@ -0,0 +1 @@
1
+ nodeLinker: node-modules
package/CHANGELOG.md CHANGED
@@ -4,9 +4,46 @@ 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.30.0](https://github.com/nyaruka/temba-components/compare/v0.29.3...v0.30.0)
8
+
9
+ - Add RunList component [`4135992`](https://github.com/nyaruka/temba-components/commit/41359924c09ed0b75f73207e7f182bebb325b5e3)
10
+ - Remove comment, tweak formatting [`f31ac4b`](https://github.com/nyaruka/temba-components/commit/f31ac4b423b38d0feaf59a05a254f8aac726f4da)
11
+ - Reduce wait for screenshot a bit [`1ef77ae`](https://github.com/nyaruka/temba-components/commit/1ef77aecb941e2cc0442308e580aa6a55920d127)
12
+
13
+ #### [v0.29.3](https://github.com/nyaruka/temba-components/compare/v0.29.2...v0.29.3)
14
+
15
+ > 12 August 2022
16
+
17
+ - archived contact cannot send msg [`#189`](https://github.com/nyaruka/temba-components/pull/189)
18
+ - archived, blocked, and stopped contacts cannot send msg [`8929d60`](https://github.com/nyaruka/temba-components/commit/8929d6052c7658f93ca194f1acc8a47217e5b15c)
19
+ - Load contact using static fetch [`a11e03d`](https://github.com/nyaruka/temba-components/commit/a11e03d5ef442cbfab42f6d75f17ed4aca11b1cc)
20
+ - Remove incompatible yarn plugin [`6bd49ba`](https://github.com/nyaruka/temba-components/commit/6bd49baacc210dfcbd025ba0e3156c3250ce1e57)
21
+
22
+ #### [v0.29.2](https://github.com/nyaruka/temba-components/compare/v0.29.1...v0.29.2)
23
+
24
+ > 11 August 2022
25
+
26
+ - Downgrade yarn [`240e084`](https://github.com/nyaruka/temba-components/commit/240e0840745a76436a2a51472e81dec624fb0ddb)
27
+ - Downgrade yarn [`6edfac0`](https://github.com/nyaruka/temba-components/commit/6edfac0fc004cae66f9ca8ef328fa1ff4365d33c)
28
+ - Add git plugin for yarn [`7f1eda2`](https://github.com/nyaruka/temba-components/commit/7f1eda2a9fa671ecc1c05a49f322576ca7e79f5e)
29
+
30
+ #### [v0.29.1](https://github.com/nyaruka/temba-components/compare/v0.29.0...v0.29.1)
31
+
32
+ > 11 August 2022
33
+
34
+ - Update label background options [`#188`](https://github.com/nyaruka/temba-components/pull/188)
35
+ - Updates for yarn 3 [`#185`](https://github.com/nyaruka/temba-components/pull/185)
36
+ - Bump terser from 4.8.0 to 4.8.1 [`#186`](https://github.com/nyaruka/temba-components/pull/186)
37
+ - Add mouse-helper to help with mouse-moving tests [`#184`](https://github.com/nyaruka/temba-components/pull/184)
38
+ - Fix slider update tests [`#183`](https://github.com/nyaruka/temba-components/pull/183)
39
+ - added render tests, update tests in progress [`#181`](https://github.com/nyaruka/temba-components/pull/181)
40
+ - Update auto-changelog [`72a5b66`](https://github.com/nyaruka/temba-components/commit/72a5b66038b0bac320d23590dbd690a797e97389)
41
+ - Add test for label shadow [`386e5b8`](https://github.com/nyaruka/temba-components/commit/386e5b8bde632662519aa6fc7cda558f10d1a362)
42
+ - merge [`fc6b29b`](https://github.com/nyaruka/temba-components/commit/fc6b29b512673fba007df5a91549d77f64c60ab2)
43
+
7
44
  #### [v0.29.0](https://github.com/nyaruka/temba-components/compare/v0.28.3...v0.29.0)
8
45
 
9
- > 13 July 2022
46
+ > 12 July 2022
10
47
 
11
48
  - Expose postUrl on temba-store for use in pages [`#182`](https://github.com/nyaruka/temba-components/pull/182)
12
49
  - Add postUrl test [`4402616`](https://github.com/nyaruka/temba-components/commit/44026160722d053b69284aeefb7aaf9eefe63bcb)
@@ -25,7 +62,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
25
62
 
26
63
  #### [v0.28.1](https://github.com/nyaruka/temba-components/compare/v0.28.0...v0.28.1)
27
64
 
28
- > 8 July 2022
65
+ > 7 July 2022
29
66
 
30
67
  - Fix margin on menu collapse [`#180`](https://github.com/nyaruka/temba-components/pull/180)
31
68
 
@@ -40,7 +77,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
40
77
 
41
78
  #### [v0.27.2](https://github.com/nyaruka/temba-components/compare/v0.27.1...v0.27.2)
42
79
 
43
- > 2 July 2022
80
+ > 1 July 2022
44
81
 
45
82
  - Update contact search to work with start preview [`#177`](https://github.com/nyaruka/temba-components/pull/177)
46
83
  - temba-slider component [`#176`](https://github.com/nyaruka/temba-components/pull/176)
@@ -55,7 +92,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55
92
 
56
93
  #### [v0.27.0](https://github.com/nyaruka/temba-components/compare/v0.26.11...v0.27.0)
57
94
 
58
- > 17 June 2022
95
+ > 16 June 2022
59
96
 
60
97
  - Pending events [`#173`](https://github.com/nyaruka/temba-components/pull/173)
61
98
  - Add pending events component [`ae49fb0`](https://github.com/nyaruka/temba-components/commit/ae49fb0ed9c0a076c4940e6b5da5b1be187c4d7c)
@@ -63,7 +100,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
63
100
 
64
101
  #### [v0.26.11](https://github.com/nyaruka/temba-components/compare/v0.26.10...v0.26.11)
65
102
 
66
- > 14 June 2022
103
+ > 13 June 2022
67
104
 
68
105
  - Use status names for badges [`26526fc`](https://github.com/nyaruka/temba-components/commit/26526fc339dc2fd1b2b9a3f3a724616f4f5aa8d7)
69
106
 
@@ -78,7 +115,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
78
115
 
79
116
  #### [v0.26.9](https://github.com/nyaruka/temba-components/compare/v0.26.8...v0.26.9)
80
117
 
81
- > 10 June 2022
118
+ > 9 June 2022
82
119
 
83
120
  - Nicer media embeds in ContactChat [`#171`](https://github.com/nyaruka/temba-components/pull/171)
84
121
  - Add better user-facing date format on contact fields [`#170`](https://github.com/nyaruka/temba-components/pull/170)
@@ -90,7 +127,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
90
127
 
91
128
  #### [v0.26.8](https://github.com/nyaruka/temba-components/compare/v0.26.7...v0.26.8)
92
129
 
93
- > 1 June 2022
130
+ > 31 May 2022
94
131
 
95
132
  - Encode query for contact search summary [`#168`](https://github.com/nyaruka/temba-components/pull/168)
96
133
  - Display failed reason for failed msg_created events [`#166`](https://github.com/nyaruka/temba-components/pull/166)
@@ -153,13 +190,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
153
190
 
154
191
  #### [v0.26.0](https://github.com/nyaruka/temba-components/compare/v0.25.2...v0.26.0)
155
192
 
156
- > 4 March 2022
193
+ > 3 March 2022
157
194
 
158
195
  - Bump marked from 0.7.0 to 4.0.10 [`#147`](https://github.com/nyaruka/temba-components/pull/147)
159
196
  - Bump node-fetch from 2.6.1 to 2.6.7 [`#149`](https://github.com/nyaruka/temba-components/pull/149)
160
197
  - Bump prismjs from 1.25.0 to 1.27.0 [`#153`](https://github.com/nyaruka/temba-components/pull/153)
161
198
  - Menu buttons [`#154`](https://github.com/nyaruka/temba-components/pull/154)
162
199
  - Add buttons to TembaMenu. Prefix for VectorIcon. [`f71c5ff`](https://github.com/nyaruka/temba-components/commit/f71c5ffa1a7f93614df15f72d058df4d877b733f)
200
+ - Add simple collapse to menu [`d12448e`](https://github.com/nyaruka/temba-components/commit/d12448e7158e75502c8400cc03e017c9a206dbe3)
163
201
 
164
202
  #### [v0.25.2](https://github.com/nyaruka/temba-components/compare/v0.25.1...v0.25.2)
165
203
 
@@ -173,7 +211,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
173
211
 
174
212
  - Hold focus on options until mouse up [`#151`](https://github.com/nyaruka/temba-components/pull/151)
175
213
  - Select format [`#150`](https://github.com/nyaruka/temba-components/pull/150)
176
- - Add simple collapse to menu [`d12448e`](https://github.com/nyaruka/temba-components/commit/d12448e7158e75502c8400cc03e017c9a206dbe3)
177
214
  - Pixel pushing on the select widget [`fb57486`](https://github.com/nyaruka/temba-components/commit/fb57486cc65e682809968815420fd717bd1489bc)
178
215
  - Update screenshots [`c2b4223`](https://github.com/nyaruka/temba-components/commit/c2b4223d286531797315309323f2f67a7858751b)
179
216
 
@@ -185,7 +222,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
185
222
 
186
223
  #### [v0.24.1](https://github.com/nyaruka/temba-components/compare/v0.24.0...v0.24.1)
187
224
 
188
- > 15 January 2022
225
+ > 14 January 2022
189
226
 
190
227
  - Remove spurious div [`4897f25`](https://github.com/nyaruka/temba-components/commit/4897f258fa5bdb3f2974afbb12dee1b38156aeaa)
191
228
 
@@ -201,7 +238,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
201
238
 
202
239
  #### [v0.23.0](https://github.com/nyaruka/temba-components/compare/v0.22.0...v0.23.0)
203
240
 
204
- > 30 November 2021
241
+ > 29 November 2021
205
242
 
206
243
  - Add temba-anchor [`#144`](https://github.com/nyaruka/temba-components/pull/144)
207
244
 
@@ -216,7 +253,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
216
253
 
217
254
  #### [v0.21.0](https://github.com/nyaruka/temba-components/compare/v0.20.0...v0.21.0)
218
255
 
219
- > 6 November 2021
256
+ > 5 November 2021
220
257
 
221
258
  - Collapsed nesting [`#141`](https://github.com/nyaruka/temba-components/pull/141)
222
259
  - Add collapsed nesting support to menu [`2974eb3`](https://github.com/nyaruka/temba-components/commit/2974eb3b2d2e9047655dcfcfe0e340581a38f456)
@@ -254,7 +291,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
254
291
  > 4 October 2021
255
292
 
256
293
  - ContactChat improvements [`#133`](https://github.com/nyaruka/temba-components/pull/133)
257
- - * Modify scroll title positioning to work sans scrollbars [`caffc39`](https://github.com/nyaruka/temba-components/commit/caffc3964a1d9f9014cb9ead2b06a4f39834c002)
294
+ - * Modify scroll title positioning to work sans scrollbars [`caffc39`](https://github.com/nyaruka/temba-components/commit/caffc3964a1d9f9014cb9ead2b06a4f39834c002)
258
295
  - Update tests [`c7e8875`](https://github.com/nyaruka/temba-components/commit/c7e88759eed3c5dfebc45ebe4702ff7aad7b3271)
259
296
  - Remove prepush temp [`f609243`](https://github.com/nyaruka/temba-components/commit/f609243e7f808cbe00b86e079c9ff461a9f81b63)
260
297
 
@@ -266,7 +303,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
266
303
 
267
304
  #### [v0.16.2](https://github.com/nyaruka/temba-components/compare/v0.16.1...v0.16.2)
268
305
 
269
- > 24 September 2021
306
+ > 23 September 2021
270
307
 
271
308
  - Render cleared fields properly [`#131`](https://github.com/nyaruka/temba-components/pull/131)
272
309
 
@@ -285,6 +322,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
285
322
  - Conditional load of custom elements [`#128`](https://github.com/nyaruka/temba-components/pull/128)
286
323
  - Fix pending menu options on load [`#124`](https://github.com/nyaruka/temba-components/pull/124)
287
324
  - Select first option with endpoints without placeholders [`#127`](https://github.com/nyaruka/temba-components/pull/127)
325
+ - Fix setting of pending path, add option to have menu wait for selection [`a96a22b`](https://github.com/nyaruka/temba-components/commit/a96a22b963e82555ec19f989d8d0bc8f9e1d2a36)
288
326
 
289
327
  #### [v0.15.4](https://github.com/nyaruka/temba-components/compare/v0.15.3...v0.15.4)
290
328
 
@@ -292,7 +330,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
292
330
 
293
331
  - Fix wrapping and network fetch asplode [`#126`](https://github.com/nyaruka/temba-components/pull/126)
294
332
  - Somebody did a thing [`#125`](https://github.com/nyaruka/temba-components/pull/125)
295
- - Fix setting of pending path, add option to have menu wait for selection [`a96a22b`](https://github.com/nyaruka/temba-components/commit/a96a22b963e82555ec19f989d8d0bc8f9e1d2a36)
296
333
 
297
334
  #### [v0.15.3](https://github.com/nyaruka/temba-components/compare/v0.15.2...v0.15.3)
298
335
 
@@ -302,7 +339,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
302
339
 
303
340
  #### [v0.15.2](https://github.com/nyaruka/temba-components/compare/v0.15.1...v0.15.2)
304
341
 
305
- > 1 September 2021
342
+ > 31 August 2021
306
343
 
307
344
  - Remove debug [`ea1936c`](https://github.com/nyaruka/temba-components/commit/ea1936c2d11388f5a68b3383dfadde3b15d1b244)
308
345
 
@@ -316,7 +353,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
316
353
 
317
354
  #### [v0.15.0](https://github.com/nyaruka/temba-components/compare/v0.14.5...v0.15.0)
318
355
 
319
- > 31 August 2021
356
+ > 30 August 2021
320
357
 
321
358
  - Add more general menu component [`#120`](https://github.com/nyaruka/temba-components/pull/120)
322
359
  - Remove css comments [`b9b078f`](https://github.com/nyaruka/temba-components/commit/b9b078fb29382060b4f8ad3c9dc72100d5fd888f)
@@ -339,7 +376,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
339
376
 
340
377
  #### [v0.14.3](https://github.com/nyaruka/temba-components/compare/v0.14.2...v0.14.3)
341
378
 
342
- > 29 July 2021
379
+ > 28 July 2021
343
380
 
344
381
  - initialize select value on temba-option evaluation [`#108`](https://github.com/nyaruka/temba-components/pull/108)
345
382
  - Don't embed omnibox in a field as it uses temba-select underneath [`#112`](https://github.com/nyaruka/temba-components/pull/112)
@@ -352,7 +389,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
352
389
 
353
390
  #### [v0.14.2](https://github.com/nyaruka/temba-components/compare/v0.14.1...v0.14.2)
354
391
 
355
- > 27 July 2021
392
+ > 26 July 2021
356
393
 
357
394
  - Reset secondary button on modal close [`#106`](https://github.com/nyaruka/temba-components/pull/106)
358
395
  - Fix widths for scrollbar hiders, consistent border radii [`#105`](https://github.com/nyaruka/temba-components/pull/105)
@@ -418,7 +455,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
418
455
 
419
456
  #### [v0.11.17](https://github.com/nyaruka/temba-components/compare/v0.11.16...v0.11.17)
420
457
 
421
- > 15 June 2021
458
+ > 14 June 2021
422
459
 
423
460
  - Only focus text inputs on dialog open [`#87`](https://github.com/nyaruka/temba-components/pull/87)
424
461
 
@@ -447,7 +484,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
447
484
 
448
485
  #### [v0.11.13](https://github.com/nyaruka/temba-components/compare/v0.11.11...v0.11.13)
449
486
 
450
- > 3 June 2021
487
+ > 2 June 2021
451
488
 
452
489
  - Use merged mailroom endpoint [`#82`](https://github.com/nyaruka/temba-components/pull/82)
453
490
 
@@ -474,7 +511,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
474
511
 
475
512
  #### [v0.11.8](https://github.com/nyaruka/temba-components/compare/v0.11.7...v0.11.8)
476
513
 
477
- > 8 May 2021
514
+ > 7 May 2021
478
515
 
479
516
  - Bump hosted-git-info from 2.8.8 to 2.8.9 [`#76`](https://github.com/nyaruka/temba-components/pull/76)
480
517
  - Default checkbox [`#77`](https://github.com/nyaruka/temba-components/pull/77)
@@ -483,10 +520,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
483
520
 
484
521
  #### [v0.11.7](https://github.com/nyaruka/temba-components/compare/v0.11.6...v0.11.7)
485
522
 
486
- > 8 May 2021
523
+ > 7 May 2021
487
524
 
488
525
  - Increase size of default checkbox [`4de970d`](https://github.com/nyaruka/temba-components/commit/4de970d515a0407ea7f5af0062f85b5b4c0c4da1)
489
- - Bump hosted-git-info from 2.8.8 to 2.8.9 [`01679c0`](https://github.com/nyaruka/temba-components/commit/01679c062311ade1ceff243c67c4b1d98de51afd)
490
526
 
491
527
  #### [v0.11.6](https://github.com/nyaruka/temba-components/compare/v0.11.5...v0.11.6)
492
528
 
@@ -521,13 +557,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
521
557
 
522
558
  - Create index build [`68cff93`](https://github.com/nyaruka/temba-components/commit/68cff937919ff4dec7a7764a9b60363d33f1209a)
523
559
 
524
- #### [v0.11.1](https://github.com/nyaruka/temba-components/compare/v0.10.3...v0.11.1)
560
+ #### [v0.11.1](https://github.com/nyaruka/temba-components/compare/v0.11.0...v0.11.1)
525
561
 
526
562
  > 27 April 2021
527
563
 
528
564
  - Revert "Create bundle index" [`94b11ca`](https://github.com/nyaruka/temba-components/commit/94b11caecf0004f53c75780720548e0f1240908d)
529
- - Create bundle index [`c39f230`](https://github.com/nyaruka/temba-components/commit/c39f2304271f2c437e87eab6918babe8191371de)
530
565
  - Revert "version" [`ea3cd27`](https://github.com/nyaruka/temba-components/commit/ea3cd27f218c970b8ef018275c05d0802bd202b2)
566
+ - version [`6a211a0`](https://github.com/nyaruka/temba-components/commit/6a211a0447d7f2c14954e8d9b97843daf8bca15b)
567
+
568
+ #### [v0.11.0](https://github.com/nyaruka/temba-components/compare/v0.10.3...v0.11.0)
569
+
570
+ > 27 April 2021
571
+
572
+ - Create bundle index [`c39f230`](https://github.com/nyaruka/temba-components/commit/c39f2304271f2c437e87eab6918babe8191371de)
531
573
 
532
574
  #### [v0.10.3](https://github.com/nyaruka/temba-components/compare/v0.10.2...v0.10.3)
533
575
 
@@ -571,7 +613,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
571
613
  - More updates to work toward agents. [`#55`](https://github.com/nyaruka/temba-components/pull/55)
572
614
  - Lots of progress on ticket controls, refreshing, rendering, etc [`ba35ac7`](https://github.com/nyaruka/temba-components/commit/ba35ac7ce707e2da1de26c904c692f2cf63fc636)
573
615
  - Dueling refreshes between contacts and history [`56ecbe2`](https://github.com/nyaruka/temba-components/commit/56ecbe2987abb73984d06ebd81104ebe9b62a5bd)
574
- - More event types, TemplateResult support on oxford fns [`0ae91ea`](https://github.com/nyaruka/temba-components/commit/0ae91eaede3ce2e6dceaa76db70fc57cd7bc30a4)
616
+ - Add rearward infinite scroll for contact history. [`12a63b3`](https://github.com/nyaruka/temba-components/commit/12a63b35db3e0bf298da74a3918696c36c693807)
575
617
 
576
618
  #### [v0.8.15](https://github.com/nyaruka/temba-components/compare/v0.8.14...v0.8.15)
577
619
 
@@ -579,9 +621,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
579
621
 
580
622
  - Multi select expressions [`#56`](https://github.com/nyaruka/temba-components/pull/56)
581
623
  - Add disabled state on TextInput [`#54`](https://github.com/nyaruka/temba-components/pull/54)
582
- - More updates to work toward agents. [`c5e91fe`](https://github.com/nyaruka/temba-components/commit/c5e91febc1aed9e6de50f686244da6ac10549497)
583
- - Add rearward infinite scroll for contact history. [`12a63b3`](https://github.com/nyaruka/temba-components/commit/12a63b35db3e0bf298da74a3918696c36c693807)
584
- - Add message sending and recent message polling [`fb780c0`](https://github.com/nyaruka/temba-components/commit/fb780c0b2c98080c24cc168a1ceadbd597c07fe9)
624
+ - Auto select on completion if its basic expression [`bfadc4b`](https://github.com/nyaruka/temba-components/commit/bfadc4bf2915e8a0648247a24e49230f9c03ed59)
625
+ - Update tests [`238a5cf`](https://github.com/nyaruka/temba-components/commit/238a5cf2221b1de023ed9d7d503e9176a66b68dd)
626
+ - Add text parameters to getInputHTML [`9bd3a88`](https://github.com/nyaruka/temba-components/commit/9bd3a8819f54ffc4be5ca849d8b7e6f8c0a22cba)
585
627
 
586
628
  #### [v0.8.14](https://github.com/nyaruka/temba-components/compare/v0.8.13...v0.8.14)
587
629
 
@@ -592,18 +634,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
592
634
  - Update to newer version of open-wc/testing-karma [`#51`](https://github.com/nyaruka/temba-components/pull/51)
593
635
  - Modax should hide on redirect [`#50`](https://github.com/nyaruka/temba-components/pull/50)
594
636
  - Roughed in components to support agents [`#46`](https://github.com/nyaruka/temba-components/pull/46)
637
+ - Deal with missing package in npm [`fdcfc6a`](https://github.com/nyaruka/temba-components/commit/fdcfc6a8aa9c598a5fc0a4fb70e0d7b253f97857)
638
+ - Revert yarn.lock [`54708a9`](https://github.com/nyaruka/temba-components/commit/54708a9c4c82d21c8e9fb264572280f47609386f)
595
639
  - Modax should hide on redirect, add tests [`790ea7e`](https://github.com/nyaruka/temba-components/commit/790ea7e137b155c2115bb8bfd5fab1722585b95b)
596
- - Simplify build [`86ddb45`](https://github.com/nyaruka/temba-components/commit/86ddb45dc880e07b059fb2282382caa8a07aefc7)
597
- - remove build dependency [`c50db62`](https://github.com/nyaruka/temba-components/commit/c50db624f1db3a5e8d9e74b02cb171e16befb865)
598
640
 
599
641
  #### [v0.8.13](https://github.com/nyaruka/temba-components/compare/v0.8.12...v0.8.13)
600
642
 
601
643
  > 21 January 2021
602
644
 
603
645
  - Add '@resume' to expression parsing [`#49`](https://github.com/nyaruka/temba-components/pull/49)
604
- - Revert yarn.lock [`54708a9`](https://github.com/nyaruka/temba-components/commit/54708a9c4c82d21c8e9fb264572280f47609386f)
605
- - Add some tests [`2f87241`](https://github.com/nyaruka/temba-components/commit/2f87241e71b2e9f6eba2b5efa1fddc5b36c67fb4)
606
- - Move coverage to screenshot build [`e56c79f`](https://github.com/nyaruka/temba-components/commit/e56c79f13d33725dd11fa1483f4beeb84c01fc46)
607
646
 
608
647
  #### [v0.8.12](https://github.com/nyaruka/temba-components/compare/v0.8.11...v0.8.12)
609
648
 
@@ -611,9 +650,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
611
650
 
612
651
  - Add node as allowed top-level for autocompletion [`#47`](https://github.com/nyaruka/temba-components/pull/47)
613
652
  - Bump axios from 0.20.0 to 0.21.1 [`#45`](https://github.com/nyaruka/temba-components/pull/45)
614
- - merge [`06af111`](https://github.com/nyaruka/temba-components/commit/06af11100126143a8428d2906531fbfea20f03c3)
615
- - Deal with missing package in npm [`fdcfc6a`](https://github.com/nyaruka/temba-components/commit/fdcfc6a8aa9c598a5fc0a4fb70e0d7b253f97857)
616
- - Roughed in components to support agents [`c5f7d94`](https://github.com/nyaruka/temba-components/commit/c5f7d94f4d2263e163c1d98fdbf4274fec0190a1)
617
653
 
618
654
  #### [v0.8.11](https://github.com/nyaruka/temba-components/compare/v0.8.10...v0.8.11)
619
655
 
@@ -655,12 +691,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
655
691
  - Add unit tests for dialog [`0e53b98`](https://github.com/nyaruka/temba-components/commit/0e53b98598e85e13994fd8ad75de0c13daf6490b)
656
692
  - Fix tests [`4614074`](https://github.com/nyaruka/temba-components/commit/46140742370b8afff408ad840af75c6142e06e2c)
657
693
 
658
- #### [v0.8.5](https://github.com/nyaruka/temba-components/compare/v0.8.3...v0.8.5)
694
+ #### [v0.8.5](https://github.com/nyaruka/temba-components/compare/v0.8.4...v0.8.5)
659
695
 
660
696
  > 10 November 2020
661
697
 
662
698
  - Pass down errors for omnibox [`#33`](https://github.com/nyaruka/temba-components/pull/33)
663
699
 
700
+ #### [v0.8.4](https://github.com/nyaruka/temba-components/compare/v0.8.3...v0.8.4)
701
+
702
+ > 10 November 2020
703
+
704
+ - Pass down errors for omnibox [`d76a3a2`](https://github.com/nyaruka/temba-components/commit/d76a3a2dfffda00c54bdadf16e3f8f5985187e32)
705
+
664
706
  #### [v0.8.3](https://github.com/nyaruka/temba-components/compare/v0.8.2...v0.8.3)
665
707
 
666
708
  > 28 October 2020
@@ -721,13 +763,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
721
763
 
722
764
  - Select expressions [`#17`](https://github.com/nyaruka/temba-components/pull/17)
723
765
  - Support for expressions within select. Add arbitrary select objects. [`ec69ec5`](https://github.com/nyaruka/temba-components/commit/ec69ec53ab30307708ff6e60c19c620c81901f49)
766
+ - Add screenshot test for searching with multiple selections [`200eda3`](https://github.com/nyaruka/temba-components/commit/200eda3bdf6918e95cfd61576aac4c1c98c4785f)
724
767
 
725
768
  #### [v0.5.0](https://github.com/nyaruka/temba-components/compare/v0.4.1...v0.5.0)
726
769
 
727
770
  > 21 September 2020
728
771
 
729
772
  - add disabled state for temba-field and temba-checkbox [`#16`](https://github.com/nyaruka/temba-components/pull/16)
730
- - Add screenshot test for searching with multiple selections [`200eda3`](https://github.com/nyaruka/temba-components/commit/200eda3bdf6918e95cfd61576aac4c1c98c4785f)
731
773
  - Fix security alert [`594711b`](https://github.com/nyaruka/temba-components/commit/594711b27bf8f9716920649d4f3d72a6cbfd30f7)
732
774
  - let temba-field set color, disable cursor [`fb48afd`](https://github.com/nyaruka/temba-components/commit/fb48afd1b2a8d73e7097d0d5ef8133f7c0d3201c)
733
775
 
@@ -759,13 +801,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
759
801
 
760
802
  #### [v0.3.8](https://github.com/nyaruka/temba-components/compare/v0.3.7...v0.3.8)
761
803
 
762
- > 1 September 2020
804
+ > 31 August 2020
763
805
 
764
806
  - Remove cruft [`bf952a7`](https://github.com/nyaruka/temba-components/commit/bf952a7f2823a49af9a656a404394539ce532f48)
765
807
 
766
808
  #### [v0.3.7](https://github.com/nyaruka/temba-components/compare/v0.3.6...v0.3.7)
767
809
 
768
- > 1 September 2020
810
+ > 31 August 2020
769
811
 
770
812
  - Initialize date picker to provided date [`621b2eb`](https://github.com/nyaruka/temba-components/commit/621b2eb599179753aa77e9395c73dd0e5bd6d312)
771
813
  - Dialog loading animation placement [`f9a1308`](https://github.com/nyaruka/temba-components/commit/f9a13084990062e246e4817300e665460e269a2e)
@@ -778,7 +820,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
778
820
 
779
821
  #### [v0.3.5](https://github.com/nyaruka/temba-components/compare/v0.3.4...v0.3.5)
780
822
 
781
- > 28 August 2020
823
+ > 27 August 2020
782
824
 
783
825
  - Remove debug [`edb3d17`](https://github.com/nyaruka/temba-components/commit/edb3d17f9e5b346062b9dbc6219e915b00170ffc)
784
826
 
@@ -790,14 +832,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
790
832
 
791
833
  #### [v0.3.3](https://github.com/nyaruka/temba-components/compare/v0.3.2...v0.3.3)
792
834
 
793
- > 27 August 2020
835
+ > 26 August 2020
794
836
 
795
837
  - Add specificity to deal with shadycss conflicts [`5337569`](https://github.com/nyaruka/temba-components/commit/53375699b409f8973db7715c8a00c73ab27561f4)
796
838
  - Make select the same height as inputs [`1ea7230`](https://github.com/nyaruka/temba-components/commit/1ea72305fcf828a7aaafdbb0682bcecd24b83777)
797
839
 
798
840
  #### [v0.3.2](https://github.com/nyaruka/temba-components/compare/v0.3.1...v0.3.2)
799
841
 
800
- > 23 August 2020
842
+ > 22 August 2020
801
843
 
802
844
  - Bump serialize-javascript from 3.0.0 to 3.1.0 [`#9`](https://github.com/nyaruka/temba-components/pull/9)
803
845
  - Support default datetimes, add clearable for TextInput [`1e53b38`](https://github.com/nyaruka/temba-components/commit/1e53b38c8aca05b18be0db409f23317966905c3d)
@@ -820,31 +862,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
820
862
 
821
863
  #### [v0.2.1](https://github.com/nyaruka/temba-components/compare/v0.2.0...v0.2.1)
822
864
 
823
- > 30 July 2020
865
+ > 29 July 2020
824
866
 
825
867
  - Better support for destructive modax and redirects [`1c950eb`](https://github.com/nyaruka/temba-components/commit/1c950eb6d3a19f0bc790a83b6f9f898648c171a8)
826
868
 
827
869
  #### [v0.2.0](https://github.com/nyaruka/temba-components/compare/v0.1.8...v0.2.0)
828
870
 
829
- > 27 July 2020
871
+ > 26 July 2020
830
872
 
831
873
  - Support for rp refresh [`#7`](https://github.com/nyaruka/temba-components/pull/7)
832
874
  - Add datepicker option to textinput, lots of styling tweaks [`e7a87f8`](https://github.com/nyaruka/temba-components/commit/e7a87f852f8c1b209ce31e10134815373e785768)
833
875
  - Tag support for multi select [`457b191`](https://github.com/nyaruka/temba-components/commit/457b1917396460209cc7c6ec31b1b8a6479e5e2e)
834
- - Bump lodash from 4.17.15 to 4.17.19 [`8d70b81`](https://github.com/nyaruka/temba-components/commit/8d70b81657ffc4e53e83d8bd2ccc2f48b718be29)
876
+ - Temporary transform to support animation without breaking fixed [`95f6079`](https://github.com/nyaruka/temba-components/commit/95f6079b2e5810e7f056a0caae7dc35589506947)
835
877
 
836
878
  #### [v0.1.8](https://github.com/nyaruka/temba-components/compare/v0.1.7...v0.1.8)
837
879
 
838
- > 18 June 2020
880
+ > 17 June 2020
839
881
 
840
- - Bump websocket-extensions from 0.1.3 to 0.1.4 [`bd4b634`](https://github.com/nyaruka/temba-components/commit/bd4b6346ffc07a1c2286effd2ebd95d661f7010c)
841
882
  - Add event hooks for textinput [`12f37f0`](https://github.com/nyaruka/temba-components/commit/12f37f0fed5a736eff283ccd41daa815c7b188f0)
842
883
 
843
- #### [v0.1.7](https://github.com/nyaruka/temba-components/compare/v0.1.5...v0.1.7)
884
+ #### [v0.1.7](https://github.com/nyaruka/temba-components/compare/v0.1.6...v0.1.7)
844
885
 
845
- > 2 June 2020
886
+ > 1 June 2020
846
887
 
847
888
  - General styling updates [`#4`](https://github.com/nyaruka/temba-components/pull/4)
889
+
890
+ #### [v0.1.6](https://github.com/nyaruka/temba-components/compare/v0.1.5...v0.1.6)
891
+
892
+ > 1 June 2020
893
+
848
894
  - More tweaks for edge [`#3`](https://github.com/nyaruka/temba-components/pull/3)
849
895
  - Add disabled select, and extra styling options for button [`ef6942f`](https://github.com/nyaruka/temba-components/commit/ef6942f83eaa13905c18c247e9b02ec20fc5fe52)
850
896
 
@@ -883,7 +929,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
883
929
 
884
930
  #### [v0.1.0](https://github.com/nyaruka/temba-components/compare/v0.0.19...v0.1.0)
885
931
 
886
- > 12 March 2020
932
+ > 11 March 2020
887
933
 
888
934
  - Update include replacement pattern [`0be3a97`](https://github.com/nyaruka/temba-components/commit/0be3a972076a221a9c713a12153131f0f5645187)
889
935
 
@@ -921,21 +967,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
921
967
 
922
968
  > 11 March 2020
923
969
 
970
+ - Update publish.yml [`a8d5bb4`](https://github.com/nyaruka/temba-components/commit/a8d5bb45489a4adffd339a7ebe08ae661d7a84b8)
971
+
924
972
  #### [v0.0.13](https://github.com/nyaruka/temba-components/compare/v0.0.12...v0.0.13)
925
973
 
926
974
  > 11 March 2020
927
975
 
928
- - Update publish.yml [`a8d5bb4`](https://github.com/nyaruka/temba-components/commit/a8d5bb45489a4adffd339a7ebe08ae661d7a84b8)
929
-
930
976
  #### [v0.0.12](https://github.com/nyaruka/temba-components/compare/v0.0.11...v0.0.12)
931
977
 
932
978
  > 11 March 2020
933
979
 
980
+ - Create publish.yml [`022aa78`](https://github.com/nyaruka/temba-components/commit/022aa781310870a9e5786ad6128fc3491fceb4ed)
981
+
934
982
  #### [v0.0.11](https://github.com/nyaruka/temba-components/compare/v0.0.10...v0.0.11)
935
983
 
936
984
  > 11 March 2020
937
985
 
938
- - Create publish.yml [`022aa78`](https://github.com/nyaruka/temba-components/commit/022aa781310870a9e5786ad6128fc3491fceb4ed)
986
+ - Create LICENSE.md [`a6574fc`](https://github.com/nyaruka/temba-components/commit/a6574fc2c3e5b57d5fda0c3aaecedd30faaf01a3)
939
987
 
940
988
  #### v0.0.10
941
989
 
@@ -944,4 +992,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
944
992
  - Bump axios from 0.18.0 to 0.18.1 [`#1`](https://github.com/nyaruka/temba-components/pull/1)
945
993
  - Initial temba components [`86e8cce`](https://github.com/nyaruka/temba-components/commit/86e8cce2bae797da8851d2c2caa4e005c137f279)
946
994
  - package audit [`6e613a9`](https://github.com/nyaruka/temba-components/commit/6e613a956abf091ff1f17898f8b31440c93b0bdc)
947
- - Create LICENSE.md [`a6574fc`](https://github.com/nyaruka/temba-components/commit/a6574fc2c3e5b57d5fda0c3aaecedd30faaf01a3)
995
+ - Prep for npm publishing [`66f3f44`](https://github.com/nyaruka/temba-components/commit/66f3f442049da4bb6874436240bdeb9e5d4872e6)