@betty-blocks/cli 25.8.0 → 25.11.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 (85) hide show
  1. package/build/bb-bundle-init.js +6 -6
  2. package/build/bb-bundle-init.js.map +1 -1
  3. package/build/bb-components-build.js +16 -11
  4. package/build/bb-components-build.js.map +1 -1
  5. package/build/bb-components-create.js +7 -7
  6. package/build/bb-components-create.js.map +1 -1
  7. package/build/bb-components-generate.js +3 -5
  8. package/build/bb-components-generate.js.map +1 -1
  9. package/build/bb-components-publish.js +8 -5
  10. package/build/bb-components-publish.js.map +1 -1
  11. package/build/bb-components-serve.js +3 -2
  12. package/build/bb-components-serve.js.map +1 -1
  13. package/build/bb-functions-build.js +1 -0
  14. package/build/bb-functions-build.js.map +1 -1
  15. package/build/bb-functions-init.js +1 -0
  16. package/build/bb-functions-init.js.map +1 -1
  17. package/build/bb-functions-login.js +2 -1
  18. package/build/bb-functions-login.js.map +1 -1
  19. package/build/bb-functions-new.js +4 -5
  20. package/build/bb-functions-new.js.map +1 -1
  21. package/build/bb-functions-publish.js +5 -5
  22. package/build/bb-functions-publish.js.map +1 -1
  23. package/build/bb-functions-validate.js +4 -3
  24. package/build/bb-functions-validate.js.map +1 -1
  25. package/build/bb-interactions-generate.js +3 -5
  26. package/build/bb-interactions-generate.js.map +1 -1
  27. package/build/bb.js +1 -1
  28. package/build/bb.js.map +1 -1
  29. package/build/components/comments.js +8 -7
  30. package/build/components/comments.js.map +1 -1
  31. package/build/components/compatibility.js +7 -14
  32. package/build/components/compatibility.js.map +1 -1
  33. package/build/components/transformers/index.js +3 -4
  34. package/build/components/transformers/index.js.map +1 -1
  35. package/build/functions/acquireAppFunctionsProject.js +1 -1
  36. package/build/functions/acquireAppFunctionsProject.js.map +1 -1
  37. package/build/functions/acquireCustomFunctionsProject.js +1 -1
  38. package/build/functions/acquireCustomFunctionsProject.js.map +1 -1
  39. package/build/functions/config.js +2 -2
  40. package/build/functions/config.js.map +1 -1
  41. package/build/functions/functionDefinitions.js +4 -2
  42. package/build/functions/functionDefinitions.js.map +1 -1
  43. package/build/functions/publishAppFunctions.js +7 -4
  44. package/build/functions/publishAppFunctions.js.map +1 -1
  45. package/build/functions/publishCustomFunctions.js +6 -6
  46. package/build/functions/publishCustomFunctions.js.map +1 -1
  47. package/build/functions/publishFunctions.js +12 -8
  48. package/build/functions/publishFunctions.js.map +1 -1
  49. package/build/functions/validations.js +18 -19
  50. package/build/functions/validations.js.map +1 -1
  51. package/build/interactions/compatibility.js +1 -1
  52. package/build/interactions/compatibility.js.map +1 -1
  53. package/build/interactions/diagnostics.js +1 -1
  54. package/build/interactions/diagnostics.js.map +1 -1
  55. package/build/utils/checkUpdateAvailable.js +3 -1
  56. package/build/utils/checkUpdateAvailable.js.map +1 -1
  57. package/build/utils/fusionAuth.js +8 -5
  58. package/build/utils/fusionAuth.js.map +1 -1
  59. package/build/utils/hash.js +1 -4
  60. package/build/utils/hash.js.map +1 -1
  61. package/build/utils/ide.js +4 -2
  62. package/build/utils/ide.js.map +1 -1
  63. package/build/utils/login.js +4 -4
  64. package/build/utils/login.js.map +1 -1
  65. package/build/utils/serveComponentSet.js +3 -1
  66. package/build/utils/serveComponentSet.js.map +1 -1
  67. package/build/utils/transpile.js +1 -0
  68. package/build/utils/transpile.js.map +1 -1
  69. package/build/utils/uploadBlob.js +2 -0
  70. package/build/utils/uploadBlob.js.map +1 -1
  71. package/build/utils/validation.js.map +1 -1
  72. package/build/validations/component.js +1 -3
  73. package/build/validations/component.js.map +1 -1
  74. package/build/validations/constants.js +1 -0
  75. package/build/validations/constants.js.map +1 -1
  76. package/build/validations/prefab/action.js +2 -6
  77. package/build/validations/prefab/action.js.map +1 -1
  78. package/build/validations/prefab/component.js +4 -12
  79. package/build/validations/prefab/component.js.map +1 -1
  80. package/build/validations/prefab/variable.js +3 -9
  81. package/build/validations/prefab/variable.js.map +1 -1
  82. package/build/validations/prefab.js +3 -9
  83. package/build/validations/prefab.js.map +1 -1
  84. package/package.json +22 -22
  85. package/CHANGELOG.md +0 -1220
package/CHANGELOG.md DELETED
@@ -1,1220 +0,0 @@
1
- # [25.8.0](https://github.com/bettyblocks/cli/compare/v25.7.0...v25.8.0) (2021-11-25)
2
-
3
-
4
- ### Features
5
-
6
- * add actionjs component option ([a2f86d9](https://github.com/bettyblocks/cli/commit/a2f86d9))
7
-
8
- # [25.7.0](https://github.com/bettyblocks/cli/compare/v25.6.0...v25.7.0) (2021-11-02)
9
-
10
-
11
- ### Features
12
-
13
- * add ICON option support ([#261](https://github.com/bettyblocks/cli/issues/261)) ([5f44d5a](https://github.com/bettyblocks/cli/commit/5f44d5a))
14
-
15
- # [25.6.0](https://github.com/bettyblocks/cli/compare/v25.5.0...v25.6.0) (2021-10-25)
16
-
17
-
18
- ### Features
19
-
20
- * update function json for tests ([5c03135](https://github.com/bettyblocks/cli/commit/5c03135))
21
-
22
- # [25.5.0](https://github.com/bettyblocks/cli/compare/v25.4.0...v25.5.0) (2021-10-11)
23
-
24
-
25
- ### Features
26
-
27
- * log results of function publish ([8cbc5f1](https://github.com/bettyblocks/cli/commit/8cbc5f1))
28
- * move duplicate logResult code to validation module ([e6ae7eb](https://github.com/bettyblocks/cli/commit/e6ae7eb))
29
- * rename validated to valid ([f73f466](https://github.com/bettyblocks/cli/commit/f73f466))
30
-
31
- # [25.4.0](https://github.com/bettyblocks/cli/compare/v25.3.0...v25.4.0) (2021-09-27)
32
-
33
-
34
- ### Features
35
-
36
- * use buildDir to build and publish CustomFunctions ([#255](https://github.com/bettyblocks/cli/issues/255)) ([c698125](https://github.com/bettyblocks/cli/commit/c698125))
37
-
38
- # [25.3.0](https://github.com/bettyblocks/cli/compare/v25.2.0...v25.3.0) (2021-09-23)
39
-
40
-
41
- ### Features
42
-
43
- * add FunctionValidator class ([4755bb4](https://github.com/bettyblocks/cli/commit/4755bb4))
44
-
45
- # [25.2.0](https://github.com/bettyblocks/cli/compare/v25.1.1...v25.2.0) (2021-09-23)
46
-
47
-
48
- ### Features
49
-
50
- * make dynamic validation based on component styleType ([#250](https://github.com/bettyblocks/cli/issues/250)) ([4f1d606](https://github.com/bettyblocks/cli/commit/4f1d606))
51
-
52
- ## [25.1.1](https://github.com/bettyblocks/cli/compare/v25.1.0...v25.1.1) (2021-09-15)
53
-
54
-
55
- ### Bug Fixes
56
-
57
- * remove unused 'io' option in blueprint template ([#242](https://github.com/bettyblocks/cli/issues/242)) ([684e4c0](https://github.com/bettyblocks/cli/commit/684e4c0))
58
-
59
- # [25.1.0](https://github.com/bettyblocks/cli/compare/v25.0.0...v25.1.0) (2021-09-14)
60
-
61
-
62
- ### Features
63
-
64
- * add style name to structure in prefab ([#248](https://github.com/bettyblocks/cli/issues/248)) ([6c659c8](https://github.com/bettyblocks/cli/commit/6c659c8))
65
-
66
- # [25.0.0](https://github.com/bettyblocks/cli/compare/v24.0.0...v25.0.0) (2021-09-10)
67
-
68
-
69
- ### Bug Fixes
70
-
71
- * unable to reload v2 property option page 787 ([#247](https://github.com/bettyblocks/cli/issues/247)) ([cf1b1b9](https://github.com/bettyblocks/cli/commit/cf1b1b9))
72
-
73
-
74
- ### BREAKING CHANGES
75
-
76
- * users can no longer use apiVersion v1 for options with
77
- type 'PROPERTY'
78
-
79
- Co-authored-by: Lars Hisken <lars.hisken@bettyblocks.com>
80
- Co-authored-by: DylanBetty <dylan.carver@bettyblocks.com>
81
-
82
- # [24.0.0](https://github.com/bettyblocks/cli/compare/v23.53.0...v24.0.0) (2021-08-27)
83
-
84
-
85
- ### Bug Fixes
86
-
87
- * remove components preview ([5b3fca4](https://github.com/bettyblocks/cli/commit/5b3fca4))
88
-
89
-
90
- ### BREAKING CHANGES
91
-
92
- * users can no longer use the components preview
93
-
94
- # [23.53.0](https://github.com/bettyblocks/cli/compare/v23.52.0...v23.53.0) (2021-08-25)
95
-
96
-
97
- ### Features
98
-
99
- * added the locale type ([#241](https://github.com/bettyblocks/cli/issues/241)) ([3fa4cf7](https://github.com/bettyblocks/cli/commit/3fa4cf7))
100
-
101
- # [23.52.0](https://github.com/bettyblocks/cli/compare/v23.51.0...v23.52.0) (2021-08-23)
102
-
103
-
104
- ### Features
105
-
106
- * uppercase yield defaults ([416e250](https://github.com/bettyblocks/cli/commit/416e250))
107
-
108
- # [23.51.0](https://github.com/bettyblocks/cli/compare/v23.50.0...v23.51.0) (2021-08-23)
109
-
110
-
111
- ### Features
112
-
113
- * allow any 200-ish to be seen as successful login ([#239](https://github.com/bettyblocks/cli/issues/239)) ([ca1fa74](https://github.com/bettyblocks/cli/commit/ca1fa74))
114
-
115
- # [23.50.0](https://github.com/bettyblocks/cli/compare/v23.49.0...v23.50.0) (2021-08-12)
116
-
117
-
118
- ### Features
119
-
120
- * add `bb functions new` and update `bb functions publish` ([#234](https://github.com/bettyblocks/cli/issues/234)) ([3ae7999](https://github.com/bettyblocks/cli/commit/3ae7999))
121
-
122
- # [23.49.0](https://github.com/bettyblocks/cli/compare/v23.48.0...v23.49.0) (2021-08-09)
123
-
124
-
125
- ### Features
126
-
127
- * increase interaction limit to 60 ([#231](https://github.com/bettyblocks/cli/issues/231)) ([b995d66](https://github.com/bettyblocks/cli/commit/b995d66))
128
-
129
- # [23.48.0](https://github.com/bettyblocks/cli/compare/v23.47.0...v23.48.0) (2021-07-28)
130
-
131
-
132
- ### Features
133
-
134
- * add `bb functions validate` command ([#228](https://github.com/bettyblocks/cli/issues/228)) ([77aeb2f](https://github.com/bettyblocks/cli/commit/77aeb2f))
135
-
136
- # [23.47.0](https://github.com/bettyblocks/cli/compare/v23.46.0...v23.47.0) (2021-06-15)
137
-
138
-
139
- ### Features
140
-
141
- * add-new-icons-for-componentset ([#226](https://github.com/bettyblocks/cli/issues/226)) ([36c7862](https://github.com/bettyblocks/cli/commit/36c7862))
142
-
143
- # [23.46.0](https://github.com/bettyblocks/cli/compare/v23.45.0...v23.46.0) (2021-05-25)
144
-
145
-
146
- ### Features
147
-
148
- * add Zone detection to functions publish ([#222](https://github.com/bettyblocks/cli/issues/222)) ([d1c2e8f](https://github.com/bettyblocks/cli/commit/d1c2e8f))
149
-
150
- # [23.45.0](https://github.com/bettyblocks/cli/compare/v23.44.0...v23.45.0) (2021-05-21)
151
-
152
-
153
- ### Features
154
-
155
- * increase interaction limit to 30 ([#221](https://github.com/bettyblocks/cli/issues/221)) ([1ff3856](https://github.com/bettyblocks/cli/commit/1ff3856))
156
-
157
- # [23.44.0](https://github.com/bettyblocks/cli/compare/v23.43.0...v23.44.0) (2021-05-18)
158
-
159
-
160
- ### Features
161
-
162
- * update sayHello template to reflect latest ActionsJS ([#220](https://github.com/bettyblocks/cli/issues/220)) ([892837a](https://github.com/bettyblocks/cli/commit/892837a))
163
-
164
- # [23.43.0](https://github.com/bettyblocks/cli/compare/v23.42.0...v23.43.0) (2021-05-14)
165
-
166
-
167
- ### Features
168
-
169
- * release publishing app functions and FusionAuth authentication ([2e532de](https://github.com/bettyblocks/cli/commit/2e532de))
170
-
171
- # [23.42.0](https://github.com/bettyblocks/cli/compare/v23.41.0...v23.42.0) (2021-05-11)
172
-
173
-
174
- ### Features
175
-
176
- * add preview info to prefabs ([448bc0e](https://github.com/bettyblocks/cli/commit/448bc0e))
177
-
178
- # [23.41.0](https://github.com/bettyblocks/cli/compare/v23.40.1...v23.41.0) (2021-04-02)
179
-
180
-
181
- ### Features
182
-
183
- * support logging in with FusionAuth ([#213](https://github.com/bettyblocks/cli/issues/213)) ([b5216f7](https://github.com/bettyblocks/cli/commit/b5216f7))
184
-
185
- ## [23.40.1](https://github.com/bettyblocks/cli/compare/v23.40.0...v23.40.1) (2021-03-24)
186
-
187
-
188
- ### Bug Fixes
189
-
190
- * keywords type ([#210](https://github.com/bettyblocks/cli/issues/210)) ([8807fe3](https://github.com/bettyblocks/cli/commit/8807fe3))
191
-
192
- # [23.40.0](https://github.com/bettyblocks/cli/compare/v23.39.0...v23.40.0) (2021-03-23)
193
-
194
-
195
- ### Features
196
-
197
- * **ta-2353:** adds the keywords property to prefab type ([#209](https://github.com/bettyblocks/cli/issues/209)) ([8d01235](https://github.com/bettyblocks/cli/commit/8d01235))
198
-
199
- # [23.39.0](https://github.com/bettyblocks/cli/compare/v23.38.0...v23.39.0) (2021-03-22)
200
-
201
-
202
- ### Features
203
-
204
- * add hash to component pndjs 2328 work 385 ([#208](https://github.com/bettyblocks/cli/issues/208)) ([01a2f93](https://github.com/bettyblocks/cli/commit/01a2f93))
205
-
206
- # [23.38.0](https://github.com/bettyblocks/cli/compare/v23.37.0...v23.38.0) (2021-03-22)
207
-
208
-
209
- ### Features
210
-
211
- * extract custom interaction parameters using jsdoc comments ([#206](https://github.com/bettyblocks/cli/issues/206)) ([a83f7fb](https://github.com/bettyblocks/cli/commit/a83f7fb))
212
-
213
- # [23.37.0](https://github.com/bettyblocks/cli/compare/v23.36.1...v23.37.0) (2021-03-19)
214
-
215
-
216
- ### Features
217
-
218
- * add host option to bb functions publish ([#207](https://github.com/bettyblocks/cli/issues/207)) ([2463219](https://github.com/bettyblocks/cli/commit/2463219))
219
-
220
- ## [23.36.1](https://github.com/bettyblocks/cli/compare/v23.36.0...v23.36.1) (2021-03-08)
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * switch icon name to match ide one ([#205](https://github.com/bettyblocks/cli/issues/205)) ([3d75a7c](https://github.com/bettyblocks/cli/commit/3d75a7c))
226
-
227
- # [23.36.0](https://github.com/bettyblocks/cli/compare/v23.35.0...v23.36.0) (2021-02-26)
228
-
229
-
230
- ### Features
231
-
232
- * remove THEME option type ([2916455](https://github.com/bettyblocks/cli/commit/2916455))
233
-
234
- # [23.35.0](https://github.com/bettyblocks/cli/compare/v23.34.0...v23.35.0) (2021-02-19)
235
-
236
-
237
- ### Features
238
-
239
- * **ta-2245:** adds openPage button icon ([#202](https://github.com/bettyblocks/cli/issues/202)) ([35ab07e](https://github.com/bettyblocks/cli/commit/35ab07e))
240
-
241
- # [23.34.0](https://github.com/bettyblocks/cli/compare/v23.33.0...v23.34.0) (2021-02-11)
242
-
243
-
244
- ### Features
245
-
246
- * add logout prefab ([#201](https://github.com/bettyblocks/cli/issues/201)) ([75a41b0](https://github.com/bettyblocks/cli/commit/75a41b0))
247
-
248
- # [23.33.0](https://github.com/bettyblocks/cli/compare/v23.32.2...v23.33.0) (2021-02-05)
249
-
250
-
251
- ### Features
252
-
253
- * allow styleType on component ([d341f99](https://github.com/bettyblocks/cli/commit/d341f99))
254
-
255
- ## [23.32.2](https://github.com/bettyblocks/cli/compare/v23.32.1...v23.32.2) (2021-02-01)
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * remove travis file ([#197](https://github.com/bettyblocks/cli/issues/197)) ([3c1c8db](https://github.com/bettyblocks/cli/commit/3c1c8db))
261
-
262
- ## [23.32.1](https://github.com/bettyblocks/cli/compare/v23.32.0...v23.32.1) (2021-01-28)
263
-
264
-
265
- ### Bug Fixes
266
-
267
- * add Integer to allowed variable_kinds and allow pageId for variable ([#194](https://github.com/bettyblocks/cli/issues/194)) ([a970605](https://github.com/bettyblocks/cli/commit/a970605))
268
-
269
- # [23.32.0](https://github.com/bettyblocks/cli/compare/v23.31.0...v23.32.0) (2021-01-28)
270
-
271
-
272
- ### Features
273
-
274
- * add menu icons to validation ([4e27050](https://github.com/bettyblocks/cli/commit/4e27050))
275
-
276
- # [23.31.0](https://github.com/bettyblocks/cli/compare/v23.30.0...v23.31.0) (2021-01-26)
277
-
278
-
279
- ### Features
280
-
281
- * **ART-2788:** Make action-name optional in prefabs. ([#192](https://github.com/bettyblocks/cli/issues/192)) ([9c5bf63](https://github.com/bettyblocks/cli/commit/9c5bf63))
282
-
283
- # [23.30.0](https://github.com/bettyblocks/cli/compare/v23.29.0...v23.30.0) (2021-01-21)
284
-
285
-
286
- ### Features
287
-
288
- * add list with data icon ([3440376](https://github.com/bettyblocks/cli/commit/3440376))
289
- * add switch icon ([0131c28](https://github.com/bettyblocks/cli/commit/0131c28))
290
-
291
- # [23.29.0](https://github.com/bettyblocks/cli/compare/v23.28.0...v23.29.0) (2021-01-19)
292
-
293
-
294
- ### Features
295
-
296
- * support delete record icon ([#190](https://github.com/bettyblocks/cli/issues/190)) ([ea47c23](https://github.com/bettyblocks/cli/commit/ea47c23))
297
-
298
- # [23.28.0](https://github.com/bettyblocks/cli/compare/v23.27.0...v23.28.0) (2021-01-18)
299
-
300
-
301
- ### Features
302
-
303
- * publish page prefabs ([#189](https://github.com/bettyblocks/cli/issues/189)) ([ff62d11](https://github.com/bettyblocks/cli/commit/ff62d11))
304
-
305
- # [23.27.0](https://github.com/bettyblocks/cli/compare/v23.26.0...v23.27.0) (2021-01-12)
306
-
307
-
308
- ### Features
309
-
310
- * build page prefabs to separate file ([dc7b15d](https://github.com/bettyblocks/cli/commit/dc7b15d))
311
-
312
- # [23.26.0](https://github.com/bettyblocks/cli/compare/v23.25.1...v23.26.0) (2021-01-06)
313
-
314
-
315
- ### Features
316
-
317
- * global void type interactions are now valid ([#187](https://github.com/bettyblocks/cli/issues/187)) ([dfedb7a](https://github.com/bettyblocks/cli/commit/dfedb7a))
318
-
319
- ## [23.25.1](https://github.com/bettyblocks/cli/compare/v23.25.0...v23.25.1) (2021-01-05)
320
-
321
-
322
- ### Bug Fixes
323
-
324
- * parameter interaction validation and add tests ([#186](https://github.com/bettyblocks/cli/issues/186)) ([6798dc2](https://github.com/bettyblocks/cli/commit/6798dc2))
325
-
326
- # [23.25.0](https://github.com/bettyblocks/cli/compare/v23.24.0...v23.25.0) (2020-12-31)
327
-
328
-
329
- ### Features
330
-
331
- * support either component ref or id option in global interaction ([#183](https://github.com/bettyblocks/cli/issues/183)) ([9c3e968](https://github.com/bettyblocks/cli/commit/9c3e968))
332
-
333
- # [23.24.0](https://github.com/bettyblocks/cli/compare/v23.23.0...v23.24.0) (2020-12-29)
334
-
335
-
336
- ### Features
337
-
338
- * support delete action event ([#185](https://github.com/bettyblocks/cli/issues/185)) ([3937c3d](https://github.com/bettyblocks/cli/commit/3937c3d))
339
-
340
- # [23.23.0](https://github.com/bettyblocks/cli/compare/v23.22.0...v23.23.0) (2020-12-29)
341
-
342
-
343
- ### Features
344
-
345
- * login form icon ([#184](https://github.com/bettyblocks/cli/issues/184)) ([1f215b6](https://github.com/bettyblocks/cli/commit/1f215b6))
346
-
347
- # [23.22.0](https://github.com/bettyblocks/cli/compare/v23.21.1...v23.22.0) (2020-12-24)
348
-
349
-
350
- ### Features
351
-
352
- * support fields for login prefab ([#182](https://github.com/bettyblocks/cli/issues/182)) ([b77c124](https://github.com/bettyblocks/cli/commit/b77c124))
353
-
354
- ## [23.21.1](https://github.com/bettyblocks/cli/compare/v23.21.0...v23.21.1) (2020-12-24)
355
-
356
-
357
- ### Bug Fixes
358
-
359
- * allow empty string for variable name ([#175](https://github.com/bettyblocks/cli/issues/175)) ([5e58d83](https://github.com/bettyblocks/cli/commit/5e58d83))
360
- * replace travis with github actions ([e5f6591](https://github.com/bettyblocks/cli/commit/e5f6591))
361
- * switch to github actions ([#177](https://github.com/bettyblocks/cli/issues/177)) ([34c7261](https://github.com/bettyblocks/cli/commit/34c7261))
362
-
363
- # [23.21.0](https://github.com/bettyblocks/cli/compare/v23.20.0...v23.21.0) (2020-12-16)
364
-
365
-
366
- ### Features
367
-
368
- * bump cli version in boilerplate package.json ([5dc22e6](https://github.com/bettyblocks/cli/commit/5dc22e6))
369
-
370
- # [23.20.0](https://github.com/bettyblocks/cli/compare/v23.19.2...v23.20.0) (2020-12-16)
371
-
372
-
373
- ### Features
374
-
375
- * add icons for update form and create form ([8b8ab06](https://github.com/bettyblocks/cli/commit/8b8ab06))
376
-
377
- ## [23.19.2](https://github.com/bettyblocks/cli/compare/v23.19.1...v23.19.2) (2020-12-14)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * configurable event options art 2744 ([#171](https://github.com/bettyblocks/cli/issues/171)) ([8009272](https://github.com/bettyblocks/cli/commit/8009272))
383
-
384
- ## [23.19.1](https://github.com/bettyblocks/cli/compare/v23.19.0...v23.19.1) (2020-11-30)
385
-
386
-
387
- ### Bug Fixes
388
-
389
- * drop node-libcurl in favor of node-fetch ([9e8d281](https://github.com/bettyblocks/cli/commit/9e8d281))
390
-
391
- # [23.19.0](https://github.com/bettyblocks/cli/compare/v23.18.2...v23.19.0) (2020-11-26)
392
-
393
-
394
- ### Features
395
-
396
- * create action from prefab ([b557586](https://github.com/bettyblocks/cli/commit/b557586))
397
-
398
- ## [23.18.2](https://github.com/bettyblocks/cli/compare/v23.18.1...v23.18.2) (2020-11-10)
399
-
400
-
401
- ### Bug Fixes
402
-
403
- * updates nodemon structure to watch ts files too ([#163](https://github.com/bettyblocks/cli/issues/163)) ([931eff4](https://github.com/bettyblocks/cli/commit/931eff4))
404
-
405
- ## [23.18.1](https://github.com/bettyblocks/cli/compare/v23.18.0...v23.18.1) (2020-10-30)
406
-
407
-
408
- ### Bug Fixes
409
-
410
- * pushing custom code art 2504 ([#161](https://github.com/bettyblocks/cli/issues/161)) ([27f67b7](https://github.com/bettyblocks/cli/commit/27f67b7))
411
-
412
- # [23.18.0](https://github.com/bettyblocks/cli/compare/v23.17.0...v23.18.0) (2020-10-28)
413
-
414
-
415
- ### Features
416
-
417
- * add visibility option type ([#162](https://github.com/bettyblocks/cli/issues/162)) ([a8c9113](https://github.com/bettyblocks/cli/commit/a8c9113))
418
-
419
- # [23.17.0](https://github.com/bettyblocks/cli/compare/v23.16.1...v23.17.0) (2020-10-21)
420
-
421
-
422
- ### Features
423
-
424
- * add snackbar icon ([bd9f322](https://github.com/bettyblocks/cli/commit/bd9f322))
425
-
426
- ## [23.16.1](https://github.com/bettyblocks/cli/compare/v23.16.0...v23.16.1) (2020-10-15)
427
-
428
-
429
- ### Bug Fixes
430
-
431
- * windows support with building json ([10e036b](https://github.com/bettyblocks/cli/commit/10e036b))
432
-
433
- # [23.16.0](https://github.com/bettyblocks/cli/compare/v23.15.0...v23.16.0) (2020-10-14)
434
-
435
-
436
- ### Features
437
-
438
- * introduce beforeCreate hook for prefab ([e4aa1ed](https://github.com/bettyblocks/cli/commit/e4aa1ed))
439
-
440
- # [23.15.0](https://github.com/bettyblocks/cli/compare/v23.14.0...v23.15.0) (2020-10-02)
441
-
442
-
443
- ### Features
444
-
445
- * allow actionProperties as an option ([#156](https://github.com/bettyblocks/cli/issues/156)) ([746e84c](https://github.com/bettyblocks/cli/commit/746e84c))
446
-
447
- # [23.14.0](https://github.com/bettyblocks/cli/compare/v23.13.0...v23.14.0) (2020-09-22)
448
-
449
-
450
- ### Features
451
-
452
- * add form data option ([8afc50f](https://github.com/bettyblocks/cli/commit/8afc50f))
453
-
454
- # [23.13.0](https://github.com/bettyblocks/cli/compare/v23.12.0...v23.13.0) (2020-09-18)
455
-
456
-
457
- ### Features
458
-
459
- * add DecimalInputIcon ([#154](https://github.com/bettyblocks/cli/issues/154)) ([d0b76a1](https://github.com/bettyblocks/cli/commit/d0b76a1))
460
-
461
- # [23.12.0](https://github.com/bettyblocks/cli/compare/v23.11.0...v23.12.0) (2020-09-02)
462
-
463
-
464
- ### Bug Fixes
465
-
466
- * * is sufficient because there is no auth ([9247b63](https://github.com/bettyblocks/cli/commit/9247b63))
467
- * eslint warnings ([e4d6978](https://github.com/bettyblocks/cli/commit/e4d6978))
468
- * use correct createserver for http/https ([8c06bc8](https://github.com/bettyblocks/cli/commit/8c06bc8))
469
-
470
-
471
- ### Features
472
-
473
- * add support for https and different hostname ([d5d8bda](https://github.com/bettyblocks/cli/commit/d5d8bda))
474
- * define serveoptions type for serve arguments ([29b57c4](https://github.com/bettyblocks/cli/commit/29b57c4))
475
- * support https, proper error handling ([0551bd1](https://github.com/bettyblocks/cli/commit/0551bd1))
476
-
477
- # [23.11.0](https://github.com/bettyblocks/cli/compare/v23.10.0...v23.11.0) (2020-09-01)
478
-
479
-
480
- ### Features
481
-
482
- * add custom model attribute to build validation ([a68af9c](https://github.com/bettyblocks/cli/commit/a68af9c))
483
-
484
- # [23.10.0](https://github.com/bettyblocks/cli/compare/v23.9.3...v23.10.0) (2020-08-31)
485
-
486
-
487
- ### Features
488
-
489
- * check if value of options with type FILTER is an object ([dbfa51e](https://github.com/bettyblocks/cli/commit/dbfa51e))
490
-
491
- ## [23.9.3](https://github.com/bettyblocks/cli/compare/v23.9.2...v23.9.3) (2020-08-18)
492
-
493
-
494
- ### Bug Fixes
495
-
496
- * resolve vulnerability warnings ([#149](https://github.com/bettyblocks/cli/issues/149)) ([6da7ea4](https://github.com/bettyblocks/cli/commit/6da7ea4))
497
-
498
- ## [23.9.2](https://github.com/bettyblocks/cli/compare/v23.9.1...v23.9.2) (2020-08-12)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * exclude interactions compile and no longer emit program. fixes [#145](https://github.com/bettyblocks/cli/issues/145) ([#147](https://github.com/bettyblocks/cli/issues/147)) ([1d126a7](https://github.com/bettyblocks/cli/commit/1d126a7))
504
-
505
- ## [23.9.1](https://github.com/bettyblocks/cli/compare/v23.9.0...v23.9.1) (2020-08-11)
506
-
507
-
508
- ### Bug Fixes
509
-
510
- * example parameters to object ([94c1a41](https://github.com/bettyblocks/cli/commit/94c1a41))
511
-
512
- # [23.9.0](https://github.com/bettyblocks/cli/compare/v23.8.0...v23.9.0) (2020-08-03)
513
-
514
-
515
- ### Features
516
-
517
- * adds strict programmatically ([#142](https://github.com/bettyblocks/cli/issues/142)) ([6d4f0e1](https://github.com/bettyblocks/cli/commit/6d4f0e1))
518
-
519
- # [23.8.0](https://github.com/bettyblocks/cli/compare/v23.7.0...v23.8.0) (2020-08-03)
520
-
521
-
522
- ### Features
523
-
524
- * add diagnostic reporting for interactions pndjs 1337 ([#141](https://github.com/bettyblocks/cli/issues/141)) ([8adaa60](https://github.com/bettyblocks/cli/commit/8adaa60))
525
-
526
- # [23.7.0](https://github.com/bettyblocks/cli/compare/v23.6.0...v23.7.0) (2020-07-31)
527
-
528
-
529
- ### Features
530
-
531
- * global interactions type object ([679917d](https://github.com/bettyblocks/cli/commit/679917d))
532
-
533
- # [23.6.0](https://github.com/bettyblocks/cli/compare/v23.5.0...v23.6.0) (2020-07-29)
534
-
535
-
536
- ### Features
537
-
538
- * allow option type AUTHENTICATION_PROFILE ([89c1c32](https://github.com/bettyblocks/cli/commit/89c1c32))
539
-
540
- # [23.5.0](https://github.com/bettyblocks/cli/compare/v23.4.0...v23.5.0) (2020-06-11)
541
-
542
-
543
- ### Features
544
-
545
- * add step, dialog and conditional icon ([fc7eb23](https://github.com/bettyblocks/cli/commit/fc7eb23))
546
-
547
- # [23.4.0](https://github.com/bettyblocks/cli/compare/v23.3.2...v23.4.0) (2020-06-02)
548
-
549
-
550
- ### Features
551
-
552
- * add stepper, avatar, drawer and checkboxgroup icons ([2c317cf](https://github.com/bettyblocks/cli/commit/2c317cf))
553
-
554
- ## [23.3.2](https://github.com/bettyblocks/cli/compare/v23.3.1...v23.3.2) (2020-05-29)
555
-
556
-
557
- ### Bug Fixes
558
-
559
- * inline triggers ([#126](https://github.com/bettyblocks/cli/issues/126)) ([a13e8a3](https://github.com/bettyblocks/cli/commit/a13e8a3))
560
-
561
- ## [23.3.1](https://github.com/bettyblocks/cli/compare/v23.3.0...v23.3.1) (2020-05-29)
562
-
563
-
564
- ### Bug Fixes
565
-
566
- * isolate identifier ([#124](https://github.com/bettyblocks/cli/issues/124)) ([984ebaa](https://github.com/bettyblocks/cli/commit/984ebaa))
567
-
568
- # [23.3.0](https://github.com/bettyblocks/cli/compare/v23.2.6...v23.3.0) (2020-05-27)
569
-
570
-
571
- ### Features
572
-
573
- * bumper ([#123](https://github.com/bettyblocks/cli/issues/123)) ([9f57725](https://github.com/bettyblocks/cli/commit/9f57725))
574
-
575
- ## [23.2.6](https://github.com/bettyblocks/cli/compare/v23.2.5...v23.2.6) (2020-05-15)
576
-
577
-
578
- ### Bug Fixes
579
-
580
- * bump for semantic release fix ([00041a4](https://github.com/bettyblocks/cli/commit/00041a4))
581
-
582
- ## [23.2.4](https://github.com/bettyblocks/cli/compare/v23.2.3...v23.2.4) (2020-05-07)
583
-
584
-
585
- ### Bug Fixes
586
-
587
- * make interactions directory optional ([#117](https://github.com/bettyblocks/cli/issues/117)) ([96d74fd](https://github.com/bettyblocks/cli/commit/96d74fd))
588
-
589
- ## [23.2.3](https://github.com/bettyblocks/cli/compare/v23.2.2...v23.2.3) (2020-05-07)
590
-
591
-
592
- ### Bug Fixes
593
-
594
- * add exit code 1 to error of building ([bcea37b](https://github.com/bettyblocks/cli/commit/bcea37b))
595
-
596
- ## [23.2.2](https://github.com/bettyblocks/cli/compare/v23.2.1...v23.2.2) (2020-05-03)
597
-
598
-
599
- ### Bug Fixes
600
-
601
- * change key to something more descriptive ([612a0a5](https://github.com/bettyblocks/cli/commit/612a0a5))
602
-
603
- ## [23.2.1](https://github.com/bettyblocks/cli/compare/v23.2.0...v23.2.1) (2020-05-01)
604
-
605
-
606
- ### Bug Fixes
607
-
608
- * change key to avoid double negative ([5fa27b2](https://github.com/bettyblocks/cli/commit/5fa27b2))
609
-
610
- # [23.2.0](https://github.com/bettyblocks/cli/compare/v23.1.0...v23.2.0) (2020-05-01)
611
-
612
-
613
- ### Features
614
-
615
- * add custom model configuration to the validation ([22d755c](https://github.com/bettyblocks/cli/commit/22d755c))
616
-
617
- # [23.1.0](https://github.com/bettyblocks/cli/compare/v23.0.0...v23.1.0) (2020-04-23)
618
-
619
-
620
- ### Bug Fixes
621
-
622
- * remove duplicate tabs icon ([0089c9c](https://github.com/bettyblocks/cli/commit/0089c9c))
623
- * semantic release ([57a4d6f](https://github.com/bettyblocks/cli/commit/57a4d6f))
624
- * upgrade eslint, jest and semantic-release ([a2c7541](https://github.com/bettyblocks/cli/commit/a2c7541))
625
-
626
-
627
- ### Features
628
-
629
- * add new icons for the material component set ([9a673d9](https://github.com/bettyblocks/cli/commit/9a673d9))
630
-
631
- # [23.0.0](https://github.com/bettyblocks/cli/compare/v22.39.1...v23.0.0) (2020-03-11)
632
-
633
-
634
- ### Bug Fixes
635
-
636
- * lowercase option keys when validating ([f0dc4f2](https://github.com/bettyblocks/cli/commit/f0dc4f2))
637
-
638
-
639
- ### BREAKING CHANGES
640
-
641
- * Option keys like 'Hello' and 'hELLO' on the same prefab are no longer allowed
642
-
643
- ## [22.39.1](https://github.com/bettyblocks/cli/compare/v22.39.0...v22.39.1) (2020-03-10)
644
-
645
-
646
- ### Bug Fixes
647
-
648
- * disallow multiline as option type ([3e05d3c](https://github.com/bettyblocks/cli/commit/3e05d3c))
649
-
650
- # [22.39.0](https://github.com/bettyblocks/cli/compare/v22.38.0...v22.39.0) (2020-02-07)
651
-
652
-
653
- ### Features
654
-
655
- * validate conditional comparators ([93e92f7](https://github.com/bettyblocks/cli/commit/93e92f7))
656
-
657
- # [22.38.0](https://github.com/bettyblocks/cli/compare/v22.37.2...v22.38.0) (2020-01-30)
658
-
659
-
660
- ### Features
661
-
662
- * add data list and sidebar left icons ([9415567](https://github.com/bettyblocks/cli/commit/9415567))
663
-
664
- ## [22.37.2](https://github.com/bettyblocks/cli/compare/v22.37.1...v22.37.2) (2020-01-23)
665
-
666
-
667
- ### Bug Fixes
668
-
669
- * added apiVersion configuration to prefab validation ([414708c](https://github.com/bettyblocks/cli/commit/414708c))
670
-
671
- ## [22.37.1](https://github.com/bettyblocks/cli/compare/v22.37.0...v22.37.1) (2020-01-16)
672
-
673
-
674
- ### Bug Fixes
675
-
676
- * linter warning ([510f65d](https://github.com/bettyblocks/cli/commit/510f65d))
677
-
678
- # [22.37.0](https://github.com/bettyblocks/cli/compare/v22.36.5...v22.37.0) (2020-01-15)
679
-
680
-
681
- ### Features
682
-
683
- * add ACTION and ACTION_INPUT as valid option types ([f4b0dd2](https://github.com/bettyblocks/cli/commit/f4b0dd2))
684
-
685
- ## [22.36.5](https://github.com/bettyblocks/cli/compare/v22.36.4...v22.36.5) (2020-01-10)
686
-
687
-
688
- ### Bug Fixes
689
-
690
- * raise error when a component/prefab doesn't return anything ([#90](https://github.com/bettyblocks/cli/issues/90)) ([3bf433d](https://github.com/bettyblocks/cli/commit/3bf433d))
691
-
692
- ## [22.36.4](https://github.com/bettyblocks/cli/compare/v22.36.3...v22.36.4) (2020-01-03)
693
-
694
-
695
- ### Bug Fixes
696
-
697
- * update README with cli@22 ([d662ccd](https://github.com/bettyblocks/cli/commit/d662ccd))
698
-
699
- ## [22.36.3](https://github.com/bettyblocks/cli/compare/v22.36.2...v22.36.3) (2019-12-20)
700
-
701
-
702
- ### Bug Fixes
703
-
704
- * awaiting the version check before running the command ([a6260d9](https://github.com/bettyblocks/cli/commit/a6260d9))
705
-
706
- ## [22.36.2](https://github.com/bettyblocks/cli/compare/v22.36.1...v22.36.2) (2019-12-19)
707
-
708
-
709
- ### Bug Fixes
710
-
711
- * property missing from prefab validation ([#81](https://github.com/bettyblocks/cli/issues/81)) ([2862ebb](https://github.com/bettyblocks/cli/commit/2862ebb))
712
-
713
- ## [22.36.1](https://github.com/bettyblocks/cli/compare/v22.36.0...v22.36.1) (2019-12-19)
714
-
715
-
716
- ### Bug Fixes
717
-
718
- * resolved cli warnings while installing ([#80](https://github.com/bettyblocks/cli/issues/80)) ([61952c6](https://github.com/bettyblocks/cli/commit/61952c6))
719
-
720
- # [22.36.0](https://github.com/bettyblocks/cli/compare/v22.35.0...v22.36.0) (2019-12-16)
721
-
722
-
723
- ### Features
724
-
725
- * add THEME option type ([ca2b99b](https://github.com/bettyblocks/cli/commit/ca2b99b))
726
-
727
- # [22.35.0](https://github.com/bettyblocks/cli/compare/v22.34.0...v22.35.0) (2019-12-12)
728
-
729
-
730
- ### Features
731
-
732
- * improve error feedback ([d6afb88](https://github.com/bettyblocks/cli/commit/d6afb88))
733
-
734
- # [22.34.0](https://github.com/bettyblocks/cli/compare/v22.33.0...v22.34.0) (2019-12-11)
735
-
736
-
737
- ### Features
738
-
739
- * generate boilerplate components ([3e862a2](https://github.com/bettyblocks/cli/commit/3e862a2))
740
-
741
- # [22.33.0](https://github.com/bettyblocks/cli/compare/v22.32.2...v22.33.0) (2019-12-11)
742
-
743
-
744
- ### Bug Fixes
745
-
746
- * huskyrc remove prettier pre-comit ([3d743f9](https://github.com/bettyblocks/cli/commit/3d743f9))
747
- * typo fix in test case and double type declaration in test case ([19709da](https://github.com/bettyblocks/cli/commit/19709da))
748
-
749
-
750
- ### Features
751
-
752
- * add feedback for duplicate option keys ([8df2e91](https://github.com/bettyblocks/cli/commit/8df2e91))
753
- * improve CLI build step validation ([8f96d10](https://github.com/bettyblocks/cli/commit/8f96d10))
754
-
755
- ## [22.32.2](https://github.com/bettyblocks/cli/compare/v22.32.1...v22.32.2) (2019-12-11)
756
-
757
-
758
- ### Bug Fixes
759
-
760
- * change boilerplate component icon to a valid icon ([d9b80bf](https://github.com/bettyblocks/cli/commit/d9b80bf))
761
-
762
- ## [22.32.1](https://github.com/bettyblocks/cli/compare/v22.32.0...v22.32.1) (2019-12-11)
763
-
764
-
765
- ### Bug Fixes
766
-
767
- * remove partials from publish command ([8a43171](https://github.com/bettyblocks/cli/commit/8a43171))
768
-
769
- # [22.32.0](https://github.com/bettyblocks/cli/compare/v22.31.2...v22.32.0) (2019-12-10)
770
-
771
-
772
- ### Features
773
-
774
- * validate icons with enum ([8296b97](https://github.com/bettyblocks/cli/commit/8296b97))
775
-
776
- ## [22.31.2](https://github.com/bettyblocks/cli/compare/v22.31.1...v22.31.2) (2019-12-09)
777
-
778
-
779
- ### Bug Fixes
780
-
781
- * preview version bump ([#65](https://github.com/bettyblocks/cli/issues/65)) ([0e278b1](https://github.com/bettyblocks/cli/commit/0e278b1))
782
-
783
- ## [22.31.1](https://github.com/bettyblocks/cli/compare/v22.31.0...v22.31.1) (2019-12-03)
784
-
785
-
786
- ### Bug Fixes
787
-
788
- * directory check ([275475d](https://github.com/bettyblocks/cli/commit/275475d))
789
- * replace generic types with concrete types ([e91b295](https://github.com/bettyblocks/cli/commit/e91b295))
790
- * simplify/fix path check ([bb5b84e](https://github.com/bettyblocks/cli/commit/bb5b84e))
791
- * type bug in error feedback ([f787e77](https://github.com/bettyblocks/cli/commit/f787e77))
792
-
793
- # [22.31.0](https://github.com/bettyblocks/cli/compare/v22.30.0...v22.31.0) (2019-12-02)
794
-
795
-
796
- ### Features
797
-
798
- * init a bundle project ([78baf18](https://github.com/bettyblocks/cli/commit/78baf18))
799
-
800
- # [22.30.0](https://github.com/bettyblocks/cli/compare/v22.29.2...v22.30.0) (2019-11-21)
801
-
802
-
803
- ### Features
804
-
805
- * update preview version to 1.1.1 ([#55](https://github.com/bettyblocks/cli/issues/55)) ([6390a26](https://github.com/bettyblocks/cli/commit/6390a26))
806
-
807
- ## [22.29.2](https://github.com/bettyblocks/cli/compare/v22.29.1...v22.29.2) (2019-11-15)
808
-
809
-
810
- ### Bug Fixes
811
-
812
- * path to preview ([9479d40](https://github.com/bettyblocks/cli/commit/9479d40))
813
-
814
- ## [22.29.1](https://github.com/bettyblocks/cli/compare/v22.29.0...v22.29.1) (2019-11-15)
815
-
816
-
817
- ### Bug Fixes
818
-
819
- * path to preview and added preview to boilerplate ([25c93c3](https://github.com/bettyblocks/cli/commit/25c93c3))
820
-
821
- # [22.29.0](https://github.com/bettyblocks/cli/compare/v22.28.2...v22.29.0) (2019-11-14)
822
-
823
-
824
- ### Bug Fixes
825
-
826
- * bump preview ([30f652c](https://github.com/bettyblocks/cli/commit/30f652c))
827
- * make preview work ([19c0bf7](https://github.com/bettyblocks/cli/commit/19c0bf7))
828
- * prepare preview ([296e387](https://github.com/bettyblocks/cli/commit/296e387))
829
-
830
-
831
- ### Features
832
-
833
- * added preview ([315bd3e](https://github.com/bettyblocks/cli/commit/315bd3e))
834
-
835
- ## [22.28.2](https://github.com/bettyblocks/cli/compare/v22.28.1...v22.28.2) (2019-10-17)
836
-
837
-
838
- ### Bug Fixes
839
-
840
- * add cache-control header to dev server ([e336411](https://github.com/bettyblocks/cli/commit/e336411)), closes [#32](https://github.com/bettyblocks/cli/issues/32)
841
-
842
- ## [22.28.1](https://github.com/bettyblocks/cli/compare/v22.28.0...v22.28.1) (2019-10-14)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * version command ([b8543f0](https://github.com/bettyblocks/cli/commit/b8543f0))
848
-
849
- # [22.28.0](https://github.com/bettyblocks/cli/compare/v22.27.1...v22.28.0) (2019-10-14)
850
-
851
-
852
- ### Features
853
-
854
- * add component ref name reference check ([2376a00](https://github.com/bettyblocks/cli/commit/2376a00))
855
-
856
- ## [22.27.1](https://github.com/bettyblocks/cli/compare/v22.27.0...v22.27.1) (2019-10-14)
857
-
858
-
859
- ### Bug Fixes
860
-
861
- * async build step ([b6c338f](https://github.com/bettyblocks/cli/commit/b6c338f))
862
-
863
- # Change Log
864
-
865
- All notable changes to this project will be documented in this file.
866
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
867
-
868
- # [22.6.0](https://gitlab.betty.services/code/js-mono/compare/v22.5.0...v22.6.0) (2019-09-11)
869
-
870
-
871
- ### Features
872
-
873
- * **cli:** update component helpers ([a25ff4b](https://gitlab.betty.services/code/js-mono/commit/a25ff4b))
874
-
875
-
876
-
877
-
878
-
879
- # [22.4.0](https://gitlab.betty.services/code/js-mono/compare/v22.3.0...v22.4.0) (2019-09-10)
880
-
881
-
882
- ### Bug Fixes
883
-
884
- * describe hooks ([8109912](https://gitlab.betty.services/code/js-mono/commit/8109912))
885
- * fix useState example ([c575236](https://gitlab.betty.services/code/js-mono/commit/c575236))
886
- * incorporate comments by Niek ([48f0f94](https://gitlab.betty.services/code/js-mono/commit/48f0f94))
887
-
888
-
889
- ### Features
890
-
891
- * explain data stuff ([9cd4b39](https://gitlab.betty.services/code/js-mono/commit/9cd4b39))
892
- * link within API documentation ([380daad](https://gitlab.betty.services/code/js-mono/commit/380daad))
893
-
894
-
895
-
896
-
897
-
898
- # [22.0.0](https://gitlab.betty.services/code/js-mono/compare/v21.4.11...v22.0.0) (2019-09-05)
899
-
900
- **Note:** Version bump only for package @betty-blocks/cli
901
-
902
-
903
-
904
-
905
-
906
- ## [21.4.5](https://gitlab.betty.services/code/js-mono/compare/v21.4.4...v21.4.5) (2019-09-03)
907
-
908
- **Note:** Version bump only for package @betty-blocks/cli
909
-
910
-
911
-
912
-
913
-
914
- ## [21.4.1](https://gitlab.betty.services/code/js-mono/compare/v21.4.0...v21.4.1) (2019-08-30)
915
-
916
- **Note:** Version bump only for package @betty-blocks/cli
917
-
918
-
919
-
920
-
921
-
922
- # [21.4.0](https://gitlab.betty.services/code/js-mono/compare/v21.3.0...v21.4.0) (2019-08-30)
923
-
924
-
925
- ### Bug Fixes
926
-
927
- * **cli:** fix tests ([b0e07ed](https://gitlab.betty.services/code/js-mono/commit/b0e07ed))
928
- * **cli:** throw error if any component miss req props ([5c704ed](https://gitlab.betty.services/code/js-mono/commit/5c704ed))
929
-
930
-
931
- ### Features
932
-
933
- * **cli:** throw error when required props are missing ([8af3bc9](https://gitlab.betty.services/code/js-mono/commit/8af3bc9))
934
-
935
-
936
-
937
-
938
-
939
- # [21.2.0](https://gitlab.betty.services/code/js-mono/compare/v21.1.0...v21.2.0) (2019-08-29)
940
-
941
-
942
- ### Features
943
-
944
- * **cli:** update betty cli in boilerplate assets ([add5422](https://gitlab.betty.services/code/js-mono/commit/add5422))
945
-
946
-
947
-
948
-
949
-
950
- # [21.1.0](https://gitlab.betty.services/code/js-mono/compare/v21.0.1...v21.1.0) (2019-08-29)
951
-
952
-
953
- ### Features
954
-
955
- * **cli:** add history, location and match to globals in component set ([8a8482c](https://gitlab.betty.services/code/js-mono/commit/8a8482c))
956
-
957
-
958
-
959
-
960
-
961
- # [21.0.0](https://gitlab.betty.services/code/js-mono/compare/v20.32.1...v21.0.0) (2019-08-27)
962
-
963
-
964
- ### Bug Fixes
965
-
966
- * **cli build:** outputs are json ([6b7123e](https://gitlab.betty.services/code/js-mono/commit/6b7123e))
967
-
968
-
969
- ### BREAKING CHANGES
970
-
971
- * **cli build:** components sets now will be a truly json file
972
-
973
-
974
-
975
-
976
-
977
- ## [20.26.3](https://gitlab.betty.services/code/js-mono/compare/v20.26.2...v20.26.3) (2019-08-19)
978
-
979
-
980
- ### Bug Fixes
981
-
982
- * **cli:** exit process when publish fail ([49deae9](https://gitlab.betty.services/code/js-mono/commit/49deae9))
983
-
984
-
985
-
986
-
987
-
988
- ## [20.26.1](https://gitlab.betty.services/code/js-mono/compare/v20.26.0...v20.26.1) (2019-08-19)
989
-
990
- **Note:** Version bump only for package @betty-blocks/cli
991
-
992
-
993
-
994
-
995
-
996
- # [20.23.0](https://gitlab.betty.services/code/js-mono/compare/v20.22.1...v20.23.0) (2019-08-16)
997
-
998
-
999
- ### Features
1000
-
1001
- * **cli:** exit process when build fail ([be34f2c](https://gitlab.betty.services/code/js-mono/commit/be34f2c))
1002
-
1003
-
1004
-
1005
-
1006
-
1007
- # [20.22.0](https://gitlab.betty.services/code/js-mono/compare/v20.21.0...v20.22.0) (2019-08-16)
1008
-
1009
-
1010
- ### Features
1011
-
1012
- * disable focus state canvas ([0e9d6c1](https://gitlab.betty.services/code/js-mono/commit/0e9d6c1))
1013
-
1014
-
1015
-
1016
-
1017
-
1018
- # [20.20.0](https://gitlab.betty.services/code/js-mono/compare/v20.19.0...v20.20.0) (2019-08-15)
1019
-
1020
-
1021
- ### Features
1022
-
1023
- * update publish script ([4d5a11f](https://gitlab.betty.services/code/js-mono/commit/4d5a11f))
1024
-
1025
-
1026
-
1027
-
1028
-
1029
- # [20.19.0](https://gitlab.betty.services/code/js-mono/compare/v20.18.0...v20.19.0) (2019-08-14)
1030
-
1031
-
1032
- ### Features
1033
-
1034
- * add partials build script ([815ab6c](https://gitlab.betty.services/code/js-mono/commit/815ab6c))
1035
-
1036
-
1037
-
1038
-
1039
-
1040
- ## [20.17.1](https://gitlab.betty.services/code/js-mono/compare/v20.17.0...v20.17.1) (2019-08-13)
1041
-
1042
-
1043
- ### Bug Fixes
1044
-
1045
- * **cli:** pin bb cli version in the asset ([e0c1191](https://gitlab.betty.services/code/js-mono/commit/e0c1191))
1046
-
1047
-
1048
-
1049
-
1050
-
1051
- ## [20.14.1](https://gitlab.betty.services/code/js-mono/compare/v20.14.0...v20.14.1) (2019-08-12)
1052
-
1053
-
1054
- ### Bug Fixes
1055
-
1056
- * **cli publish:** dont allow publish empty bucket name ([722fefe](https://gitlab.betty.services/code/js-mono/commit/722fefe))
1057
-
1058
-
1059
-
1060
-
1061
-
1062
- # [20.14.0](https://gitlab.betty.services/code/js-mono/compare/v20.13.0...v20.14.0) (2019-08-09)
1063
-
1064
-
1065
- ### Features
1066
-
1067
- * **cli:** add feedback with unknow commands ([6ab4f4f](https://gitlab.betty.services/code/js-mono/commit/6ab4f4f))
1068
-
1069
-
1070
-
1071
-
1072
-
1073
- ## [20.12.3](https://gitlab.betty.services/code/js-mono/compare/v20.12.2...v20.12.3) (2019-08-09)
1074
-
1075
- **Note:** Version bump only for package @betty-blocks/cli
1076
-
1077
-
1078
-
1079
-
1080
-
1081
- ## [20.12.2](https://gitlab.betty.services/code/js-mono/compare/v20.12.1...v20.12.2) (2019-08-09)
1082
-
1083
-
1084
- ### Bug Fixes
1085
-
1086
- * serialize component sets ([7bfb411](https://gitlab.betty.services/code/js-mono/commit/7bfb411))
1087
- * typo ([e41ee21](https://gitlab.betty.services/code/js-mono/commit/e41ee21))
1088
-
1089
-
1090
-
1091
-
1092
-
1093
- ## [20.12.1](https://gitlab.betty.services/code/js-mono/compare/v20.12.0...v20.12.1) (2019-08-09)
1094
-
1095
- **Note:** Version bump only for package @betty-blocks/cli
1096
-
1097
-
1098
-
1099
-
1100
-
1101
- # [20.12.0](https://gitlab.betty.services/code/js-mono/compare/v20.11.0...v20.12.0) (2019-08-08)
1102
-
1103
-
1104
- ### Features
1105
-
1106
- * **cli serve:** add port option ([398b4ad](https://gitlab.betty.services/code/js-mono/commit/398b4ad))
1107
- * **cli serve:** show dirname as feedback ([2d051a4](https://gitlab.betty.services/code/js-mono/commit/2d051a4))
1108
-
1109
-
1110
-
1111
-
1112
-
1113
- # [20.9.0](https://gitlab.betty.services/code/js-mono/compare/v20.8.1...v20.9.0) (2019-08-08)
1114
-
1115
-
1116
- ### Features
1117
-
1118
- * **cli publish:** humanize error logs ([0831452](https://gitlab.betty.services/code/js-mono/commit/0831452))
1119
-
1120
-
1121
-
1122
-
1123
-
1124
- ## [20.8.1](https://gitlab.betty.services/code/js-mono/compare/v20.8.0...v20.8.1) (2019-08-08)
1125
-
1126
-
1127
- ### Bug Fixes
1128
-
1129
- * **cli publish:** add cors rules before publishing ([0befa55](https://gitlab.betty.services/code/js-mono/commit/0befa55))
1130
- * **cli publish:** allow all origins and only get verb ([8c77580](https://gitlab.betty.services/code/js-mono/commit/8c77580))
1131
- * **cli publish:** fix typescript error in publish command ([5f01711](https://gitlab.betty.services/code/js-mono/commit/5f01711))
1132
-
1133
-
1134
-
1135
-
1136
-
1137
- # [20.8.0](https://gitlab.betty.services/code/js-mono/compare/v20.7.1...v20.8.0) (2019-08-08)
1138
-
1139
-
1140
- ### Features
1141
-
1142
- * **cli publish:** make path optional and default to dist ([55e75b6](https://gitlab.betty.services/code/js-mono/commit/55e75b6))
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- # [20.7.0](https://gitlab.betty.services/code/js-mono/compare/v20.6.0...v20.7.0) (2019-08-07)
1149
-
1150
-
1151
- ### Features
1152
-
1153
- * **cli publish:** show url feedbak when succesful upload ([9d03c57](https://gitlab.betty.services/code/js-mono/commit/9d03c57))
1154
-
1155
-
1156
-
1157
-
1158
-
1159
- # [20.5.0](https://gitlab.betty.services/code/js-mono/compare/v20.4.5...v20.5.0) (2019-08-07)
1160
-
1161
-
1162
- ### Features
1163
-
1164
- * **cli:** add bb cli to component set boilerplate ([451a20e](https://gitlab.betty.services/code/js-mono/commit/451a20e))
1165
-
1166
-
1167
-
1168
-
1169
-
1170
- ## [20.4.3](https://gitlab.betty.services/code/js-mono/compare/v20.4.2...v20.4.3) (2019-08-06)
1171
-
1172
-
1173
- ### Bug Fixes
1174
-
1175
- * cli ([5b7af79](https://gitlab.betty.services/code/js-mono/commit/5b7af79))
1176
-
1177
-
1178
-
1179
-
1180
-
1181
- ## [20.4.2](https://gitlab.betty.services/code/js-mono/compare/v20.4.1...v20.4.2) (2019-08-06)
1182
-
1183
-
1184
- ### Bug Fixes
1185
-
1186
- * just works ([ed5876f](https://gitlab.betty.services/code/js-mono/commit/ed5876f))
1187
-
1188
-
1189
-
1190
-
1191
-
1192
- ## [20.4.1](https://gitlab.betty.services/code/js-mono/compare/v20.4.0...v20.4.1) (2019-08-05)
1193
-
1194
-
1195
- ### Bug Fixes
1196
-
1197
- * **cli:** don't use relative path for assets ([1fe9f0e](https://gitlab.betty.services/code/js-mono/commit/1fe9f0e))
1198
-
1199
-
1200
-
1201
-
1202
-
1203
- # [20.4.0](https://gitlab.betty.services/code/js-mono/compare/v20.3.1...v20.4.0) (2019-08-05)
1204
-
1205
-
1206
- ### Bug Fixes
1207
-
1208
- * **cli:** fix Lars ([4cff140](https://gitlab.betty.services/code/js-mono/commit/4cff140))
1209
- * no moar any ([ffd2bb5](https://gitlab.betty.services/code/js-mono/commit/ffd2bb5))
1210
-
1211
-
1212
- ### Features
1213
-
1214
- * publish your component set to a blob storage ([54e14fc](https://gitlab.betty.services/code/js-mono/commit/54e14fc))
1215
- * **cli:** add and restructure component set boilerplate ([a6be609](https://gitlab.betty.services/code/js-mono/commit/a6be609))
1216
- * **cli:** add bin option, check for existence of directory ([d3cf5e3](https://gitlab.betty.services/code/js-mono/commit/d3cf5e3))
1217
- * **cli:** add build command ([5feb6bb](https://gitlab.betty.services/code/js-mono/commit/5feb6bb))
1218
- * **cli:** add serve! ([1cf4d01](https://gitlab.betty.services/code/js-mono/commit/1cf4d01))
1219
- * setup commander basics ([dc084e4](https://gitlab.betty.services/code/js-mono/commit/dc084e4))
1220
- * **cli:** replace oclif by commanderjs ([8bdf350](https://gitlab.betty.services/code/js-mono/commit/8bdf350))