@storybook/addon-onboarding 2.0.0-next.2 → 8.0.0-rc.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,686 @@
1
+ # v1.0.11 (Tue Jan 23 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix z-index bug by adding a wrapper [#82](https://github.com/storybookjs/addon-onboarding/pull/82) ([@ndelangen](https://github.com/ndelangen))
6
+ - Make selectors Storybook 8 compatible [#81](https://github.com/storybookjs/addon-onboarding/pull/81) ([@yannbf](https://github.com/yannbf))
7
+ - UI: Fix z-index in modal elements [#78](https://github.com/storybookjs/addon-onboarding/pull/78) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf))
8
+
9
+ #### Authors: 3
10
+
11
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
12
+ - Norbert de Langen ([@ndelangen](https://github.com/ndelangen))
13
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
14
+
15
+ ---
16
+
17
+ # v1.0.10 (Mon Dec 11 2023)
18
+
19
+ #### 🐛 Bug Fix
20
+
21
+ - Fix Yarn remove command in README [#80](https://github.com/storybookjs/addon-onboarding/pull/80) ([@githrdw](https://github.com/githrdw))
22
+
23
+ #### Authors: 1
24
+
25
+ - [@githrdw](https://github.com/githrdw)
26
+
27
+ ---
28
+
29
+ # v1.0.9 (Fri Dec 01 2023)
30
+
31
+ #### 🐛 Bug Fix
32
+
33
+ - update telemetry version [#79](https://github.com/storybookjs/addon-onboarding/pull/79) ([@yannbf](https://github.com/yannbf))
34
+
35
+ #### Authors: 1
36
+
37
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
38
+
39
+ ---
40
+
41
+ # v1.0.8 (Thu Jul 20 2023)
42
+
43
+ #### ⚠️ Pushed to `main`
44
+
45
+ - Create CODEOWNERS ([@valentinpalkovic](https://github.com/valentinpalkovic))
46
+
47
+ #### Authors: 1
48
+
49
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
50
+
51
+ ---
52
+
53
+ # v1.0.7 (Tue Jul 11 2023)
54
+
55
+ #### 🐛 Bug Fix
56
+
57
+ - Replace chevron icon on Configure page to avoid @storybook/components usage [#77](https://github.com/storybookjs/addon-onboarding/pull/77) ([@valentinpalkovic](https://github.com/valentinpalkovic))
58
+
59
+ #### Authors: 1
60
+
61
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
62
+
63
+ ---
64
+
65
+ # v1.0.6 (Mon Jul 10 2023)
66
+
67
+ #### 🐛 Bug Fix
68
+
69
+ - Fix language detection [#76](https://github.com/storybookjs/addon-onboarding/pull/76) ([@valentinpalkovic](https://github.com/valentinpalkovic))
70
+
71
+ #### Authors: 1
72
+
73
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
74
+
75
+ ---
76
+
77
+ # v1.0.5 (Mon Jul 10 2023)
78
+
79
+ #### 🐛 Bug Fix
80
+
81
+ - Remove nextjs-specific code [#75](https://github.com/storybookjs/addon-onboarding/pull/75) ([@yannbf](https://github.com/yannbf))
82
+
83
+ #### Authors: 1
84
+
85
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
86
+
87
+ ---
88
+
89
+ # v1.0.4 (Thu Jul 06 2023)
90
+
91
+ #### 🐛 Bug Fix
92
+
93
+ - Update Configure page design [#74](https://github.com/storybookjs/addon-onboarding/pull/74) ([@JReinhold](https://github.com/JReinhold) [@cdedreuille](https://github.com/cdedreuille))
94
+
95
+ #### Authors: 2
96
+
97
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
98
+ - Jeppe Reinhold ([@JReinhold](https://github.com/JReinhold))
99
+
100
+ ---
101
+
102
+ # v1.0.3 (Fri Jun 23 2023)
103
+
104
+ #### 🐛 Bug Fix
105
+
106
+ - Display the button story filename in tooltip [#73](https://github.com/storybookjs/addon-onboarding/pull/73) ([@yannbf](https://github.com/yannbf))
107
+
108
+ #### Authors: 1
109
+
110
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
111
+
112
+ ---
113
+
114
+ # v1.0.2 (Thu Jun 22 2023)
115
+
116
+ #### 🐛 Bug Fix
117
+
118
+ - Fix package.json version extraction [#72](https://github.com/storybookjs/addon-onboarding/pull/72) ([@valentinpalkovic](https://github.com/valentinpalkovic))
119
+
120
+ #### Authors: 1
121
+
122
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
123
+
124
+ ---
125
+
126
+ # v1.0.1 (Thu Jun 22 2023)
127
+
128
+ #### 🐛 Bug Fix
129
+
130
+ - Fix build assets [#71](https://github.com/storybookjs/addon-onboarding/pull/71) ([@valentinpalkovic](https://github.com/valentinpalkovic))
131
+
132
+ #### Authors: 1
133
+
134
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
135
+
136
+ ---
137
+
138
+ # v1.0.0 (Thu Jun 22 2023)
139
+
140
+ #### 💥 Breaking Change
141
+
142
+ - Release 1.0.0 [#70](https://github.com/storybookjs/addon-onboarding/pull/70) ([@valentinpalkovic](https://github.com/valentinpalkovic))
143
+
144
+ #### 🐛 Bug Fix
145
+
146
+ - Fix text for Javascript Projects [#68](https://github.com/storybookjs/addon-onboarding/pull/68) ([@valentinpalkovic](https://github.com/valentinpalkovic))
147
+
148
+ #### Authors: 1
149
+
150
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
151
+
152
+ ---
153
+
154
+ # v0.0.43 (Thu Jun 22 2023)
155
+
156
+ #### 🐛 Bug Fix
157
+
158
+ - Fix react joyride in yarn pnp mode [#69](https://github.com/storybookjs/addon-onboarding/pull/69) ([@valentinpalkovic](https://github.com/valentinpalkovic))
159
+ - fix links in configure.mdx [#67](https://github.com/storybookjs/addon-onboarding/pull/67) ([@yannbf](https://github.com/yannbf))
160
+
161
+ #### Authors: 2
162
+
163
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
164
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
165
+
166
+ ---
167
+
168
+ # v0.0.42 (Wed Jun 21 2023)
169
+
170
+ #### 🐛 Bug Fix
171
+
172
+ - Fix nextjs code steps [#66](https://github.com/storybookjs/addon-onboarding/pull/66) ([@yannbf](https://github.com/yannbf))
173
+
174
+ #### Authors: 1
175
+
176
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
177
+
178
+ ---
179
+
180
+ # v0.0.41 (Wed Jun 21 2023)
181
+
182
+ #### 🐛 Bug Fix
183
+
184
+ - Minor improvements [#65](https://github.com/storybookjs/addon-onboarding/pull/65) ([@valentinpalkovic](https://github.com/valentinpalkovic))
185
+
186
+ #### Authors: 1
187
+
188
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
189
+
190
+ ---
191
+
192
+ # v0.0.40 (Tue Jun 20 2023)
193
+
194
+ #### 🐛 Bug Fix
195
+
196
+ - Fix preset.js entry point [#63](https://github.com/storybookjs/addon-onboarding/pull/63) ([@valentinpalkovic](https://github.com/valentinpalkovic))
197
+
198
+ #### Authors: 1
199
+
200
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
201
+
202
+ ---
203
+
204
+ # v0.0.39 (Tue Jun 20 2023)
205
+
206
+ #### 🐛 Bug Fix
207
+
208
+ - Fix comment in code section [#64](https://github.com/storybookjs/addon-onboarding/pull/64) ([@valentinpalkovic](https://github.com/valentinpalkovic))
209
+
210
+ #### Authors: 1
211
+
212
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
213
+
214
+ ---
215
+
216
+ # v0.0.38 (Mon Jun 19 2023)
217
+
218
+ #### 🐛 Bug Fix
219
+
220
+ - Pass addon version in telemetry event [#62](https://github.com/storybookjs/addon-onboarding/pull/62) ([@yannbf](https://github.com/yannbf))
221
+
222
+ #### Authors: 1
223
+
224
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
225
+
226
+ ---
227
+
228
+ # v0.0.37 (Mon Jun 19 2023)
229
+
230
+ #### 🐛 Bug Fix
231
+
232
+ - UI Fixes [#61](https://github.com/storybookjs/addon-onboarding/pull/61) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille))
233
+
234
+ #### Authors: 2
235
+
236
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
237
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
238
+
239
+ ---
240
+
241
+ # v0.0.36 (Fri Jun 16 2023)
242
+
243
+ #### 🐛 Bug Fix
244
+
245
+ - Improve dark mode [#58](https://github.com/storybookjs/addon-onboarding/pull/58) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf))
246
+
247
+ #### Authors: 2
248
+
249
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
250
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
251
+
252
+ ---
253
+
254
+ # v0.0.35 (Fri Jun 16 2023)
255
+
256
+ #### 🐛 Bug Fix
257
+
258
+ - Add dark mode styles to tooltip [#54](https://github.com/storybookjs/addon-onboarding/pull/54) ([@yannbf](https://github.com/yannbf))
259
+ - UI fixes [#56](https://github.com/storybookjs/addon-onboarding/pull/56) ([@yannbf](https://github.com/yannbf))
260
+ - Fix watch mode [#55](https://github.com/storybookjs/addon-onboarding/pull/55) ([@yannbf](https://github.com/yannbf))
261
+
262
+ #### Authors: 1
263
+
264
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
265
+
266
+ ---
267
+
268
+ # v0.0.34 (Wed Jun 14 2023)
269
+
270
+ #### 🐛 Bug Fix
271
+
272
+ - Fix configure page's layout [#53](https://github.com/storybookjs/addon-onboarding/pull/53) ([@cdedreuille](https://github.com/cdedreuille))
273
+
274
+ #### Authors: 1
275
+
276
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
277
+
278
+ ---
279
+
280
+ # v0.0.33 (Wed Jun 14 2023)
281
+
282
+ #### 🐛 Bug Fix
283
+
284
+ - Improve story detection [#52](https://github.com/storybookjs/addon-onboarding/pull/52) ([@yannbf](https://github.com/yannbf))
285
+
286
+ #### Authors: 1
287
+
288
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
289
+
290
+ ---
291
+
292
+ # v0.0.32 (Wed Jun 14 2023)
293
+
294
+ #### 🐛 Bug Fix
295
+
296
+ - Fixes on syntax highlighter [#51](https://github.com/storybookjs/addon-onboarding/pull/51) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf))
297
+
298
+ #### Authors: 2
299
+
300
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
301
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
302
+
303
+ ---
304
+
305
+ # v0.0.31 (Wed Jun 14 2023)
306
+
307
+ #### 🐛 Bug Fix
308
+
309
+ - Improve instructions [#50](https://github.com/storybookjs/addon-onboarding/pull/50) ([@shilman](https://github.com/shilman))
310
+
311
+ #### Authors: 1
312
+
313
+ - Michael Shilman ([@shilman](https://github.com/shilman))
314
+
315
+ ---
316
+
317
+ # v0.0.30 (Tue Jun 13 2023)
318
+
319
+ #### 🐛 Bug Fix
320
+
321
+ - Add core server events for telemetry [#40](https://github.com/storybookjs/addon-onboarding/pull/40) ([@valentinpalkovic](https://github.com/valentinpalkovic) [@yannbf](https://github.com/yannbf))
322
+
323
+ #### Authors: 2
324
+
325
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
326
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
327
+
328
+ ---
329
+
330
+ # v0.0.29 (Tue Jun 13 2023)
331
+
332
+ #### ⚠️ Pushed to `main`
333
+
334
+ - cleanup dependencies ([@yannbf](https://github.com/yannbf))
335
+
336
+ #### Authors: 1
337
+
338
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
339
+
340
+ ---
341
+
342
+ # v0.0.28 (Mon Jun 12 2023)
343
+
344
+ #### 🐛 Bug Fix
345
+
346
+ - Feat/overall improvements [#49](https://github.com/storybookjs/addon-onboarding/pull/49) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille))
347
+
348
+ #### Authors: 2
349
+
350
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
351
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
352
+
353
+ ---
354
+
355
+ # v0.0.27 (Fri Jun 09 2023)
356
+
357
+ #### 🐛 Bug Fix
358
+
359
+ - Add previous button to write stories modal [#48](https://github.com/storybookjs/addon-onboarding/pull/48) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille))
360
+
361
+ #### Authors: 2
362
+
363
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
364
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
365
+
366
+ ---
367
+
368
+ # v0.0.26 (Thu Jun 08 2023)
369
+
370
+ #### 🐛 Bug Fix
371
+
372
+ - Remove animation modal [#47](https://github.com/storybookjs/addon-onboarding/pull/47) ([@cdedreuille](https://github.com/cdedreuille))
373
+
374
+ #### Authors: 1
375
+
376
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
377
+
378
+ ---
379
+
380
+ # v0.0.25 (Thu Jun 08 2023)
381
+
382
+ #### 🐛 Bug Fix
383
+
384
+ - Improve addon bootstrapping [#46](https://github.com/storybookjs/addon-onboarding/pull/46) ([@yannbf](https://github.com/yannbf))
385
+
386
+ #### Authors: 1
387
+
388
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
389
+
390
+ ---
391
+
392
+ # v0.0.24 (Thu Jun 08 2023)
393
+
394
+ #### 🐛 Bug Fix
395
+
396
+ - Use the correct event to detect args change [#45](https://github.com/storybookjs/addon-onboarding/pull/45) ([@yannbf](https://github.com/yannbf))
397
+
398
+ #### Authors: 1
399
+
400
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
401
+
402
+ ---
403
+
404
+ # v0.0.23 (Thu Jun 08 2023)
405
+
406
+ #### 🐛 Bug Fix
407
+
408
+ - Various improvements [#44](https://github.com/storybookjs/addon-onboarding/pull/44) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille))
409
+
410
+ #### Authors: 2
411
+
412
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
413
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
414
+
415
+ ---
416
+
417
+ # v0.0.22 (Thu Jun 08 2023)
418
+
419
+ #### 🐛 Bug Fix
420
+
421
+ - Improve confetti colors and shapes [#43](https://github.com/storybookjs/addon-onboarding/pull/43) ([@yannbf](https://github.com/yannbf) [@cdedreuille](https://github.com/cdedreuille))
422
+
423
+ #### Authors: 2
424
+
425
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
426
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
427
+
428
+ ---
429
+
430
+ # v0.0.21 (Thu Jun 08 2023)
431
+
432
+ #### 🐛 Bug Fix
433
+
434
+ - Improve modal animation [#42](https://github.com/storybookjs/addon-onboarding/pull/42) ([@cdedreuille](https://github.com/cdedreuille))
435
+
436
+ #### Authors: 1
437
+
438
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
439
+
440
+ ---
441
+
442
+ # v0.0.20 (Wed Jun 07 2023)
443
+
444
+ #### 🐛 Bug Fix
445
+
446
+ - Change code for Javascript projects [#41](https://github.com/storybookjs/addon-onboarding/pull/41) ([@valentinpalkovic](https://github.com/valentinpalkovic))
447
+
448
+ #### Authors: 1
449
+
450
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
451
+
452
+ ---
453
+
454
+ # v0.0.19 (Wed Jun 07 2023)
455
+
456
+ #### 🐛 Bug Fix
457
+
458
+ - Improve write a story modal [#38](https://github.com/storybookjs/addon-onboarding/pull/38) ([@cdedreuille](https://github.com/cdedreuille))
459
+
460
+ #### Authors: 1
461
+
462
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
463
+
464
+ ---
465
+
466
+ # v0.0.18 (Wed Jun 07 2023)
467
+
468
+ #### 🐛 Bug Fix
469
+
470
+ - Implement "How to write your Story" flow [#33](https://github.com/storybookjs/addon-onboarding/pull/33) ([@valentinpalkovic](https://github.com/valentinpalkovic))
471
+
472
+ #### Authors: 1
473
+
474
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
475
+
476
+ ---
477
+
478
+ # v0.0.17 (Wed Jun 07 2023)
479
+
480
+ #### 🐛 Bug Fix
481
+
482
+ - use onboarding parameter in conjunction with onboarding path [#37](https://github.com/storybookjs/addon-onboarding/pull/37) ([@yannbf](https://github.com/yannbf))
483
+
484
+ #### Authors: 1
485
+
486
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
487
+
488
+ ---
489
+
490
+ # v0.0.16 (Tue Jun 06 2023)
491
+
492
+ #### 🐛 Bug Fix
493
+
494
+ - Improve guided tour [#35](https://github.com/storybookjs/addon-onboarding/pull/35) ([@cdedreuille](https://github.com/cdedreuille) [@yannbf](https://github.com/yannbf))
495
+
496
+ #### Authors: 2
497
+
498
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
499
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
500
+
501
+ ---
502
+
503
+ # v0.0.15 (Tue Jun 06 2023)
504
+
505
+ #### 🐛 Bug Fix
506
+
507
+ - Trigger via `/onboarding` path instead of query parameter [#21](https://github.com/storybookjs/addon-onboarding/pull/21) ([@yannbf](https://github.com/yannbf))
508
+ - Welcome modal animation [#34](https://github.com/storybookjs/addon-onboarding/pull/34) ([@cdedreuille](https://github.com/cdedreuille))
509
+
510
+ #### Authors: 2
511
+
512
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
513
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
514
+
515
+ ---
516
+
517
+ # v0.0.14 (Mon Jun 05 2023)
518
+
519
+ #### 🐛 Bug Fix
520
+
521
+ - Modal improvements [#22](https://github.com/storybookjs/addon-onboarding/pull/22) ([@cdedreuille](https://github.com/cdedreuille))
522
+
523
+ #### Authors: 1
524
+
525
+ - Charles de Dreuille ([@cdedreuille](https://github.com/cdedreuille))
526
+
527
+ ---
528
+
529
+ # v0.0.13 (Mon Jun 05 2023)
530
+
531
+ #### 🐛 Bug Fix
532
+
533
+ - Implement syntax highlighter [#20](https://github.com/storybookjs/addon-onboarding/pull/20) ([@valentinpalkovic](https://github.com/valentinpalkovic))
534
+
535
+ #### Authors: 1
536
+
537
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
538
+
539
+ ---
540
+
541
+ # v0.0.12 (Thu Jun 01 2023)
542
+
543
+ #### 🐛 Bug Fix
544
+
545
+ - Implemented bare minimum list component [#19](https://github.com/storybookjs/addon-onboarding/pull/19) ([@valentinpalkovic](https://github.com/valentinpalkovic))
546
+
547
+ #### Authors: 1
548
+
549
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
550
+
551
+ ---
552
+
553
+ # v0.0.11 (Thu Jun 01 2023)
554
+
555
+ #### 🐛 Bug Fix
556
+
557
+ - Add guided tour example [#5](https://github.com/storybookjs/addon-onboarding/pull/5) ([@yannbf](https://github.com/yannbf))
558
+
559
+ #### Authors: 1
560
+
561
+ - Yann Braga ([@yannbf](https://github.com/yannbf))
562
+
563
+ ---
564
+
565
+ # v0.0.10 (Tue May 30 2023)
566
+
567
+ #### ⚠️ Pushed to `main`
568
+
569
+ - Rename confett to Confetti ([@valentinpalkovic](https://github.com/valentinpalkovic))
570
+ - Rename confetti to confett ([@valentinpalkovic](https://github.com/valentinpalkovic))
571
+
572
+ #### Authors: 1
573
+
574
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
575
+
576
+ ---
577
+
578
+ # v0.0.9 (Tue May 30 2023)
579
+
580
+ #### 🐛 Bug Fix
581
+
582
+ - Implement bare minimum modal component [#18](https://github.com/storybookjs/addon-onboarding/pull/18) ([@valentinpalkovic](https://github.com/valentinpalkovic))
583
+
584
+ #### Authors: 1
585
+
586
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
587
+
588
+ ---
589
+
590
+ # v0.0.8 (Tue May 30 2023)
591
+
592
+ #### 🐛 Bug Fix
593
+
594
+ - Implement bare minimum confetti component [#7](https://github.com/storybookjs/addon-onboarding/pull/7) ([@valentinpalkovic](https://github.com/valentinpalkovic))
595
+
596
+ #### Authors: 1
597
+
598
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
599
+
600
+ ---
601
+
602
+ # v0.0.7 (Thu May 25 2023)
603
+
604
+ #### 🐛 Bug Fix
605
+
606
+ - Init Storybook Theme Provider [#6](https://github.com/storybookjs/addon-onboarding/pull/6) ([@valentinpalkovic](https://github.com/valentinpalkovic))
607
+
608
+ #### Authors: 1
609
+
610
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
611
+
612
+ ---
613
+
614
+ # v0.0.6 (Tue May 23 2023)
615
+
616
+ #### 🐛 Bug Fix
617
+
618
+ - Add minimum React Application [#3](https://github.com/storybookjs/addon-onboarding/pull/3) ([@valentinpalkovic](https://github.com/valentinpalkovic))
619
+
620
+ #### Authors: 1
621
+
622
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
623
+
624
+ ---
625
+
626
+ # v0.0.5 (Tue May 23 2023)
627
+
628
+ #### ⚠️ Pushed to `main`
629
+
630
+ - Add clean package.json ([@valentinpalkovic](https://github.com/valentinpalkovic))
631
+
632
+ #### Authors: 1
633
+
634
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
635
+
636
+ ---
637
+
638
+ # v0.0.4 (Tue May 23 2023)
639
+
640
+ #### ⚠️ Pushed to `main`
641
+
642
+ - Cleanup ([@valentinpalkovic](https://github.com/valentinpalkovic))
643
+
644
+ #### Authors: 1
645
+
646
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
647
+
648
+ ---
649
+
650
+ # v0.0.3 (Tue May 23 2023)
651
+
652
+ #### 🐛 Bug Fix
653
+
654
+ - Setup Chromatic [#2](https://github.com/storybookjs/addon-onboarding/pull/2) ([@valentinpalkovic](https://github.com/valentinpalkovic))
655
+
656
+ #### Authors: 1
657
+
658
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
659
+
660
+ ---
661
+
662
+ # v0.0.2 (Tue May 23 2023)
663
+
664
+ #### 🐛 Bug Fix
665
+
666
+ - Remove unnecessary files [#1](https://github.com/storybookjs/addon-onboarding/pull/1) ([@valentinpalkovic](https://github.com/valentinpalkovic))
667
+
668
+ #### Authors: 1
669
+
670
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))
671
+
672
+ ---
673
+
674
+ # v0.0.1 (Tue May 23 2023)
675
+
676
+ #### ⚠️ Pushed to `main`
677
+
678
+ - Fix manager.ts and add export {} ([@valentinpalkovic](https://github.com/valentinpalkovic))
679
+ - Add auto.config.js ([@valentinpalkovic](https://github.com/valentinpalkovic))
680
+ - Init Addon Onboarding ([@valentinpalkovic](https://github.com/valentinpalkovic))
681
+ - project setup ([@valentinpalkovic](https://github.com/valentinpalkovic))
682
+ - Initial commit ([@valentinpalkovic](https://github.com/valentinpalkovic))
683
+
684
+ #### Authors: 1
685
+
686
+ - Valentin Palkovic ([@valentinpalkovic](https://github.com/valentinpalkovic))