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