@haus-storefront-react/order-lines 1.0.4-next.6 → 1.0.4-next.7

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 (4) hide show
  1. package/CHANGELOG.md +2064 -2054
  2. package/index.js +4 -4
  3. package/index.mjs +84 -84
  4. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,2054 +1,2064 @@
1
- ## 1.0.4-next.5 (2026-03-09)
2
-
3
- ### 🧱 Updated Dependencies
4
-
5
- - Updated store/hooks to 1.0.4-next.5
6
- - Updated core to 1.0.4-next.5
7
- - Updated common/utils to 1.0.4-next.5
8
- - Updated common/ui to 1.0.4-next.5
9
- - Updated shared/types to 1.0.4-next.5
10
-
11
- ## 1.0.4-next.4 (2026-03-09)
12
-
13
- ### 🧱 Updated Dependencies
14
-
15
- - Updated store/hooks to 1.0.4-next.4
16
- - Updated core to 1.0.4-next.4
17
- - Updated common/utils to 1.0.4-next.4
18
- - Updated common/ui to 1.0.4-next.4
19
- - Updated shared/types to 1.0.4-next.4
20
-
21
- ## 1.0.4-next.3 (2026-03-06)
22
-
23
- ### 🧱 Updated Dependencies
24
-
25
- - Updated store/hooks to 1.0.4-next.3
26
- - Updated core to 1.0.4-next.3
27
- - Updated common/utils to 1.0.4-next.3
28
- - Updated common/ui to 1.0.4-next.3
29
- - Updated shared/types to 1.0.4-next.3
30
-
31
- ## 1.0.4-next.2 (2026-03-04)
32
-
33
- ### 🧱 Updated Dependencies
34
-
35
- - Updated store/hooks to 1.0.4-next.2
36
- - Updated core to 1.0.4-next.2
37
- - Updated common/utils to 1.0.4-next.2
38
- - Updated common/ui to 1.0.4-next.2
39
- - Updated shared/types to 1.0.4-next.2
40
-
41
- ## 1.0.4-next.1 (2026-03-04)
42
-
43
- ### 🚀 Features
44
-
45
- - enhance form handling and component props across various modules
46
- - add CartPage component for managing shopping cart functionality
47
- - add order confirmation route and related components
48
- - add ProductBadge component for enhanced product presentation
49
- - add preAdd and preAdjust callbacks for order line and item adjustments
50
-
51
- ### 🩹 Fixes
52
-
53
- - update default minimum quantity to 0 in various components
54
-
55
- ### 🧱 Updated Dependencies
56
-
57
- - Updated store/hooks to 1.0.4-next.1
58
- - Updated core to 1.0.4-next.1
59
- - Updated common/utils to 1.0.4-next.1
60
- - Updated common/ui to 1.0.4-next.1
61
- - Updated shared/types to 1.0.4-next.1
62
-
63
- ## 1.0.4-next.0 (2026-03-02)
64
-
65
- ### 🚀 Features
66
-
67
- - enhance form handling and component props across various modules
68
- - add CartPage component for managing shopping cart functionality
69
- - add order confirmation route and related components
70
- - add ProductBadge component for enhanced product presentation
71
- - add preAdd and preAdjust callbacks for order line and item adjustments
72
-
73
- ### 🩹 Fixes
74
-
75
- - update default minimum quantity to 0 in various components
76
-
77
- ### 🧱 Updated Dependencies
78
-
79
- - Updated store/hooks to 1.0.4-next.0
80
- - Updated core to 1.0.4-next.0
81
- - Updated common/utils to 1.0.4-next.0
82
- - Updated common/ui to 1.0.4-next.0
83
- - Updated shared/types to 1.0.4-next.0
84
-
85
- ## 1.0.0-next.15 (2026-02-17)
86
-
87
- ### 🚀 Features
88
-
89
- - enhance form handling and component props across various modules
90
- - add CartPage component for managing shopping cart functionality
91
- - add order confirmation route and related components
92
- - add ProductBadge component for enhanced product presentation
93
- - add preAdd and preAdjust callbacks for order line and item adjustments
94
-
95
- ### 🩹 Fixes
96
-
97
- - update default minimum quantity to 0 in various components
98
-
99
- ### 🧱 Updated Dependencies
100
-
101
- - Updated store/hooks to 1.0.0-next.15
102
- - Updated core to 1.0.0-next.15
103
- - Updated common/utils to 1.0.0-next.15
104
- - Updated common/ui to 1.0.0-next.15
105
- - Updated shared/types to 1.0.0-next.15
106
-
107
- ## 1.0.0-next.14 (2026-02-13)
108
-
109
- ### 🚀 Features
110
-
111
- - enhance form handling and component props across various modules
112
- - add CartPage component for managing shopping cart functionality
113
- - add order confirmation route and related components
114
- - add ProductBadge component for enhanced product presentation
115
- - add preAdd and preAdjust callbacks for order line and item adjustments
116
-
117
- ### 🩹 Fixes
118
-
119
- - update default minimum quantity to 0 in various components
120
-
121
- ### 🧱 Updated Dependencies
122
-
123
- - Updated store/hooks to 1.0.0-next.14
124
- - Updated core to 1.0.0-next.14
125
- - Updated common/utils to 1.0.0-next.14
126
- - Updated common/ui to 1.0.0-next.14
127
- - Updated shared/types to 1.0.0-next.14
128
-
129
- ## 1.0.0-next.13 (2026-02-12)
130
-
131
- ### 🚀 Features
132
-
133
- - enhance form handling and component props across various modules
134
- - add CartPage component for managing shopping cart functionality
135
- - add order confirmation route and related components
136
- - add ProductBadge component for enhanced product presentation
137
- - add preAdd and preAdjust callbacks for order line and item adjustments
138
-
139
- ### 🩹 Fixes
140
-
141
- - update default minimum quantity to 0 in various components
142
-
143
- ### 🧱 Updated Dependencies
144
-
145
- - Updated store/hooks to 1.0.0-next.13
146
- - Updated core to 1.0.0-next.13
147
- - Updated common/utils to 1.0.0-next.13
148
- - Updated common/ui to 1.0.0-next.13
149
- - Updated shared/types to 1.0.0-next.13
150
-
151
- ## 1.0.0-next.12 (2026-02-12)
152
-
153
- ### 🚀 Features
154
-
155
- - enhance form handling and component props across various modules
156
- - add CartPage component for managing shopping cart functionality
157
- - add order confirmation route and related components
158
- - add ProductBadge component for enhanced product presentation
159
- - add preAdd and preAdjust callbacks for order line and item adjustments
160
-
161
- ### 🩹 Fixes
162
-
163
- - update default minimum quantity to 0 in various components
164
-
165
- ### 🧱 Updated Dependencies
166
-
167
- - Updated store/hooks to 1.0.0-next.12
168
- - Updated core to 1.0.0-next.12
169
- - Updated common/utils to 1.0.0-next.12
170
- - Updated common/ui to 1.0.0-next.12
171
- - Updated shared/types to 1.0.0-next.12
172
-
173
- ## 1.0.0-next.11 (2026-02-09)
174
-
175
- ### 🚀 Features
176
-
177
- - enhance form handling and component props across various modules
178
- - add CartPage component for managing shopping cart functionality
179
- - add order confirmation route and related components
180
- - add ProductBadge component for enhanced product presentation
181
- - add preAdd and preAdjust callbacks for order line and item adjustments
182
-
183
- ### 🩹 Fixes
184
-
185
- - update default minimum quantity to 0 in various components
186
-
187
- ### 🧱 Updated Dependencies
188
-
189
- - Updated store/hooks to 1.0.0-next.11
190
- - Updated core to 1.0.0-next.11
191
- - Updated common/utils to 1.0.0-next.11
192
- - Updated common/ui to 1.0.0-next.11
193
- - Updated shared/types to 1.0.0-next.11
194
-
195
- ## 1.0.0-next.10 (2026-02-05)
196
-
197
- ### 🧱 Updated Dependencies
198
-
199
- - Updated store/hooks to 1.0.0-next.10
200
- - Updated core to 1.0.0-next.10
201
- - Updated common/utils to 1.0.0-next.10
202
- - Updated common/ui to 1.0.0-next.10
203
- - Updated shared/types to 1.0.0-next.10
204
-
205
- ## 1.0.0-next.9 (2026-02-05)
206
-
207
- ### 🧱 Updated Dependencies
208
-
209
- - Updated store/hooks to 1.0.0-next.9
210
- - Updated core to 1.0.0-next.9
211
- - Updated common/utils to 1.0.0-next.9
212
- - Updated common/ui to 1.0.0-next.9
213
- - Updated shared/types to 1.0.0-next.9
214
-
215
- ## 1.0.0-next.8 (2026-02-05)
216
-
217
- ### 🧱 Updated Dependencies
218
-
219
- - Updated store/hooks to 1.0.0-next.8
220
- - Updated core to 1.0.0-next.8
221
- - Updated common/utils to 1.0.0-next.8
222
- - Updated common/ui to 1.0.0-next.8
223
- - Updated shared/types to 1.0.0-next.8
224
-
225
- ## 1.0.0-next.7 (2026-01-27)
226
-
227
- ### 🧱 Updated Dependencies
228
-
229
- - Updated store/hooks to 1.0.0-next.7
230
- - Updated core to 1.0.0-next.7
231
- - Updated common/utils to 1.0.0-next.7
232
- - Updated common/ui to 1.0.0-next.7
233
- - Updated shared/types to 1.0.0-next.7
234
-
235
- ## 1.0.0-next.6 (2026-01-23)
236
-
237
- ### 🧱 Updated Dependencies
238
-
239
- - Updated store/hooks to 1.0.0-next.6
240
- - Updated core to 1.0.0-next.6
241
- - Updated common/utils to 1.0.0-next.6
242
- - Updated common/ui to 1.0.0-next.6
243
- - Updated shared/types to 1.0.0-next.6
244
-
245
- ## 1.0.0-next.5 (2026-01-22)
246
-
247
- ### 🧱 Updated Dependencies
248
-
249
- - Updated store/hooks to 1.0.0-next.5
250
- - Updated core to 1.0.0-next.5
251
- - Updated common/utils to 1.0.0-next.5
252
- - Updated common/ui to 1.0.0-next.5
253
- - Updated shared/types to 1.0.0-next.5
254
-
255
- ## 1.0.0-next.4 (2026-01-22)
256
-
257
- ### 🧱 Updated Dependencies
258
-
259
- - Updated store/hooks to 1.0.0-next.4
260
- - Updated core to 1.0.0-next.4
261
- - Updated common/utils to 1.0.0-next.4
262
- - Updated common/ui to 1.0.0-next.4
263
- - Updated shared/types to 1.0.0-next.4
264
-
265
- ## 1.0.0-next.3 (2026-01-14)
266
-
267
- ### 🧱 Updated Dependencies
268
-
269
- - Updated store/hooks to 1.0.0-next.3
270
- - Updated core to 1.0.0-next.3
271
- - Updated common/utils to 1.0.0-next.3
272
- - Updated common/ui to 1.0.0-next.3
273
- - Updated shared/types to 1.0.0-next.3
274
-
275
- ## 1.0.0-next.2 (2025-12-30)
276
-
277
- ### 🧱 Updated Dependencies
278
-
279
- - Updated store/hooks to 1.0.0-next.2
280
- - Updated core to 1.0.0-next.2
281
- - Updated common/utils to 1.0.0-next.2
282
- - Updated common/ui to 1.0.0-next.2
283
- - Updated shared/types to 1.0.0-next.2
284
-
285
- ## 1.0.0-next.1 (2025-12-30)
286
-
287
- ### 🧱 Updated Dependencies
288
-
289
- - Updated store/hooks to 1.0.0-next.1
290
- - Updated core to 1.0.0-next.1
291
- - Updated common/utils to 1.0.0-next.1
292
- - Updated common/ui to 1.0.0-next.1
293
- - Updated shared/types to 1.0.0-next.1
294
-
295
- ## 1.0.0-next.0 (2025-12-30)
296
-
297
- ### 🧱 Updated Dependencies
298
-
299
- - Updated store/hooks to 1.0.0-next.0
300
- - Updated core to 1.0.0-next.0
301
- - Updated common/utils to 1.0.0-next.0
302
- - Updated common/ui to 1.0.0-next.0
303
- - Updated shared/types to 1.0.0-next.0
304
-
305
- ## 0.0.52-4 (2025-12-15)
306
-
307
- ### 🚀 Features
308
-
309
- - enhance form handling and component props across various modules
310
- - add CartPage component for managing shopping cart functionality
311
- - add order confirmation route and related components
312
- - add ProductBadge component for enhanced product presentation
313
- - add preAdd and preAdjust callbacks for order line and item adjustments
314
-
315
- ### 🩹 Fixes
316
-
317
- - update default minimum quantity to 0 in various components
318
-
319
- ### 🧱 Updated Dependencies
320
-
321
- - Updated store/hooks to 0.0.52-4
322
- - Updated core to 0.0.52-4
323
- - Updated common/utils to 0.0.52-4
324
- - Updated common/ui to 0.0.52-4
325
- - Updated shared/types to 0.0.52-4
326
-
327
- ## 0.0.52-3 (2025-12-12)
328
-
329
- ### 🚀 Features
330
-
331
- - enhance form handling and component props across various modules
332
- - add CartPage component for managing shopping cart functionality
333
- - add order confirmation route and related components
334
- - add ProductBadge component for enhanced product presentation
335
- - add preAdd and preAdjust callbacks for order line and item adjustments
336
-
337
- ### 🩹 Fixes
338
-
339
- - update default minimum quantity to 0 in various components
340
-
341
- ### 🧱 Updated Dependencies
342
-
343
- - Updated store/hooks to 0.0.52-3
344
- - Updated core to 0.0.52-3
345
- - Updated common/utils to 0.0.52-3
346
- - Updated common/ui to 0.0.52-3
347
- - Updated shared/types to 0.0.52-3
348
-
349
- ## 0.0.52-2 (2025-12-12)
350
-
351
- ### 🚀 Features
352
-
353
- - enhance form handling and component props across various modules
354
- - add CartPage component for managing shopping cart functionality
355
- - add order confirmation route and related components
356
- - add ProductBadge component for enhanced product presentation
357
- - add preAdd and preAdjust callbacks for order line and item adjustments
358
-
359
- ### 🩹 Fixes
360
-
361
- - update default minimum quantity to 0 in various components
362
-
363
- ### 🧱 Updated Dependencies
364
-
365
- - Updated store/hooks to 0.0.52-2
366
- - Updated core to 0.0.52-2
367
- - Updated common/utils to 0.0.52-2
368
- - Updated common/ui to 0.0.52-2
369
- - Updated shared/types to 0.0.52-2
370
-
371
- ## 0.0.52-1 (2025-12-11)
372
-
373
- ### 🚀 Features
374
-
375
- - enhance form handling and component props across various modules
376
- - add CartPage component for managing shopping cart functionality
377
- - add order confirmation route and related components
378
- - add ProductBadge component for enhanced product presentation
379
- - add preAdd and preAdjust callbacks for order line and item adjustments
380
-
381
- ### 🩹 Fixes
382
-
383
- - update default minimum quantity to 0 in various components
384
-
385
- ### 🧱 Updated Dependencies
386
-
387
- - Updated store/hooks to 0.0.52-1
388
- - Updated core to 0.0.52-1
389
- - Updated common/utils to 0.0.52-1
390
- - Updated common/ui to 0.0.52-1
391
- - Updated shared/types to 0.0.52-1
392
-
393
- ## 0.0.52 (2025-12-11)
394
-
395
- ### 🚀 Features
396
-
397
- - enhance form handling and component props across various modules
398
- - add CartPage component for managing shopping cart functionality
399
- - add order confirmation route and related components
400
- - add ProductBadge component for enhanced product presentation
401
- - add preAdd and preAdjust callbacks for order line and item adjustments
402
-
403
- ### 🩹 Fixes
404
-
405
- - update default minimum quantity to 0 in various components
406
-
407
- ### 🧱 Updated Dependencies
408
-
409
- - Updated store/hooks to 0.0.52
410
- - Updated core to 0.0.52
411
- - Updated common/utils to 0.0.52
412
- - Updated common/ui to 0.0.52
413
- - Updated shared/types to 0.0.52
414
-
415
- ## 0.0.51-0 (2025-12-11)
416
-
417
- ### 🚀 Features
418
-
419
- - enhance form handling and component props across various modules
420
- - add CartPage component for managing shopping cart functionality
421
- - add order confirmation route and related components
422
- - add ProductBadge component for enhanced product presentation
423
- - add preAdd and preAdjust callbacks for order line and item adjustments
424
-
425
- ### 🩹 Fixes
426
-
427
- - update default minimum quantity to 0 in various components
428
-
429
- ### 🧱 Updated Dependencies
430
-
431
- - Updated store/hooks to 0.0.51-0
432
- - Updated core to 0.0.51-0
433
- - Updated common/utils to 0.0.51-0
434
- - Updated common/ui to 0.0.51-0
435
- - Updated shared/types to 0.0.51-0
436
-
437
- ## 0.0.50 (2025-11-25)
438
-
439
- ### 🚀 Features
440
-
441
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
442
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
443
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
444
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
445
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
446
-
447
- ### 🩹 Fixes
448
-
449
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
450
-
451
- ### 🧱 Updated Dependencies
452
-
453
- - Updated store/hooks to 0.0.50
454
- - Updated core to 0.0.50
455
- - Updated common/utils to 0.0.50
456
- - Updated common/ui to 0.0.50
457
- - Updated shared/types to 0.0.50
458
-
459
- ### ❤️ Thank You
460
-
461
- - Johanna Bertils @johannabertils
462
- - Mathias Saxenstrand
463
-
464
- ## 0.0.49 (2025-11-25)
465
-
466
- ### 🚀 Features
467
-
468
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
469
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
470
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
471
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
472
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
473
-
474
- ### 🩹 Fixes
475
-
476
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
477
-
478
- ### 🧱 Updated Dependencies
479
-
480
- - Updated store/hooks to 0.0.49
481
- - Updated core to 0.0.49
482
- - Updated common/utils to 0.0.49
483
- - Updated common/ui to 0.0.49
484
- - Updated shared/types to 0.0.49
485
-
486
- ### ❤️ Thank You
487
-
488
- - Johanna Bertils @johannabertils
489
- - Mathias Saxenstrand
490
-
491
- ## 0.0.48 (2025-11-07)
492
-
493
- ### 🚀 Features
494
-
495
- - enhance form handling and component props across various modules
496
- - add CartPage component for managing shopping cart functionality
497
- - add order confirmation route and related components
498
- - add ProductBadge component for enhanced product presentation
499
- - add preAdd and preAdjust callbacks for order line and item adjustments
500
-
501
- ### 🩹 Fixes
502
-
503
- - update default minimum quantity to 0 in various components
504
-
505
- ### 🧱 Updated Dependencies
506
-
507
- - Updated store/hooks to 0.0.48
508
- - Updated core to 0.0.48
509
- - Updated common/utils to 0.0.48
510
- - Updated common/ui to 0.0.48
511
- - Updated shared/types to 0.0.48
512
-
513
- ### ❤️ Thank You
514
-
515
- - Johanna Bertils @johannabertils
516
- - Mathias Saxenstrand
517
-
518
- ## 0.0.47 (2025-10-08)
519
-
520
- ### 🚀 Features
521
-
522
- - enhance form handling and component props across various modules
523
- - add CartPage component for managing shopping cart functionality
524
- - add order confirmation route and related components
525
- - add ProductBadge component for enhanced product presentation
526
- - add preAdd and preAdjust callbacks for order line and item adjustments
527
-
528
- ### 🩹 Fixes
529
-
530
- - update default minimum quantity to 0 in various components
531
-
532
- ### 🧱 Updated Dependencies
533
-
534
- - Updated store/hooks to 0.0.47
535
- - Updated core to 0.0.47
536
- - Updated common/utils to 0.0.47
537
- - Updated common/ui to 0.0.47
538
- - Updated shared/types to 0.0.47
539
-
540
- ### ❤️ Thank You
541
-
542
- - Johanna Bertils @johannabertils
543
- - Mathias Saxenstrand
544
-
545
- ## 0.0.46 (2025-10-08)
546
-
547
- ### 🚀 Features
548
-
549
- - enhance form handling and component props across various modules
550
- - add CartPage component for managing shopping cart functionality
551
- - add order confirmation route and related components
552
- - add ProductBadge component for enhanced product presentation
553
- - add preAdd and preAdjust callbacks for order line and item adjustments
554
-
555
- ### 🩹 Fixes
556
-
557
- - update default minimum quantity to 0 in various components
558
-
559
- ### 🧱 Updated Dependencies
560
-
561
- - Updated store/hooks to 0.0.46
562
- - Updated core to 0.0.46
563
- - Updated common/utils to 0.0.46
564
- - Updated common/ui to 0.0.46
565
- - Updated shared/types to 0.0.46
566
-
567
- ### ❤️ Thank You
568
-
569
- - Johanna Bertils @johannabertils
570
- - Mathias Saxenstrand
571
-
572
- ## 0.0.45 (2025-10-06)
573
-
574
- ### 🚀 Features
575
-
576
- - enhance form handling and component props across various modules
577
- - add CartPage component for managing shopping cart functionality
578
- - add order confirmation route and related components
579
- - add ProductBadge component for enhanced product presentation
580
- - add preAdd and preAdjust callbacks for order line and item adjustments
581
-
582
- ### 🩹 Fixes
583
-
584
- - update default minimum quantity to 0 in various components
585
-
586
- ### 🧱 Updated Dependencies
587
-
588
- - Updated store/hooks to 0.0.45
589
- - Updated core to 0.0.45
590
- - Updated common/utils to 0.0.45
591
- - Updated common/ui to 0.0.45
592
- - Updated shared/types to 0.0.45
593
-
594
- ### ❤️ Thank You
595
-
596
- - Johanna Bertils @johannabertils
597
- - Mathias Saxenstrand
598
-
599
- ## 0.0.44 (2025-10-02)
600
-
601
- ### 🚀 Features
602
-
603
- - enhance form handling and component props across various modules
604
- - add CartPage component for managing shopping cart functionality
605
- - add order confirmation route and related components
606
- - add ProductBadge component for enhanced product presentation
607
- - add preAdd and preAdjust callbacks for order line and item adjustments
608
-
609
- ### 🩹 Fixes
610
-
611
- - update default minimum quantity to 0 in various components
612
-
613
- ### 🧱 Updated Dependencies
614
-
615
- - Updated store/hooks to 0.0.44
616
- - Updated core to 0.0.44
617
- - Updated common/utils to 0.0.44
618
- - Updated common/ui to 0.0.44
619
- - Updated shared/types to 0.0.44
620
-
621
- ### ❤️ Thank You
622
-
623
- - Johanna Bertils @johannabertils
624
- - Mathias Saxenstrand
625
-
626
- ## 0.0.43 (2025-09-30)
627
-
628
- ### 🚀 Features
629
-
630
- - enhance form handling and component props across various modules
631
- - add CartPage component for managing shopping cart functionality
632
- - add order confirmation route and related components
633
- - add ProductBadge component for enhanced product presentation
634
- - add preAdd and preAdjust callbacks for order line and item adjustments
635
-
636
- ### 🩹 Fixes
637
-
638
- - update default minimum quantity to 0 in various components
639
-
640
- ### 🧱 Updated Dependencies
641
-
642
- - Updated store/hooks to 0.0.43
643
- - Updated core to 0.0.43
644
- - Updated common/utils to 0.0.43
645
- - Updated common/ui to 0.0.43
646
- - Updated shared/types to 0.0.43
647
-
648
- ### ❤️ Thank You
649
-
650
- - Johanna Bertils @johannabertils
651
- - Mathias Saxenstrand
652
-
653
- ## 0.0.42 (2025-09-29)
654
-
655
- ### 🚀 Features
656
-
657
- - enhance form handling and component props across various modules
658
- - add CartPage component for managing shopping cart functionality
659
- - add order confirmation route and related components
660
- - add ProductBadge component for enhanced product presentation
661
- - add preAdd and preAdjust callbacks for order line and item adjustments
662
-
663
- ### 🩹 Fixes
664
-
665
- - update default minimum quantity to 0 in various components
666
-
667
- ### 🧱 Updated Dependencies
668
-
669
- - Updated store/hooks to 0.0.42
670
- - Updated core to 0.0.42
671
- - Updated common/utils to 0.0.42
672
- - Updated common/ui to 0.0.42
673
- - Updated shared/types to 0.0.42
674
-
675
- ### ❤️ Thank You
676
-
677
- - Johanna Bertils @johannabertils
678
- - Mathias Saxenstrand
679
-
680
- ## 0.0.41 (2025-09-26)
681
-
682
- ### 🚀 Features
683
-
684
- - enhance form handling and component props across various modules
685
- - add CartPage component for managing shopping cart functionality
686
- - add order confirmation route and related components
687
- - add ProductBadge component for enhanced product presentation
688
- - add preAdd and preAdjust callbacks for order line and item adjustments
689
-
690
- ### 🩹 Fixes
691
-
692
- - update default minimum quantity to 0 in various components
693
-
694
- ### 🧱 Updated Dependencies
695
-
696
- - Updated store/hooks to 0.0.41
697
- - Updated core to 0.0.41
698
- - Updated common/utils to 0.0.41
699
- - Updated common/ui to 0.0.41
700
- - Updated shared/types to 0.0.41
701
-
702
- ### ❤️ Thank You
703
-
704
- - Johanna Bertils @johannabertils
705
- - Mathias Saxenstrand
706
-
707
- ## 0.0.40-0 (2025-09-26)
708
-
709
- ### 🚀 Features
710
-
711
- - enhance form handling and component props across various modules
712
- - add CartPage component for managing shopping cart functionality
713
- - add order confirmation route and related components
714
- - add ProductBadge component for enhanced product presentation
715
- - add preAdd and preAdjust callbacks for order line and item adjustments
716
-
717
- ### 🩹 Fixes
718
-
719
- - update default minimum quantity to 0 in various components
720
-
721
- ### 🧱 Updated Dependencies
722
-
723
- - Updated store/hooks to 0.0.40-0
724
- - Updated core to 0.0.40-0
725
- - Updated common/utils to 0.0.40-0
726
- - Updated common/ui to 0.0.40-0
727
- - Updated shared/types to 0.0.40-0
728
-
729
- ### ❤️ Thank You
730
-
731
- - Johanna Bertils @johannabertils
732
- - Mathias Saxenstrand
733
-
734
- ## 0.0.39 (2025-09-26)
735
-
736
- ### 🚀 Features
737
-
738
- - enhance form handling and component props across various modules
739
- - add CartPage component for managing shopping cart functionality
740
- - add order confirmation route and related components
741
- - add ProductBadge component for enhanced product presentation
742
- - add preAdd and preAdjust callbacks for order line and item adjustments
743
-
744
- ### 🩹 Fixes
745
-
746
- - update default minimum quantity to 0 in various components
747
-
748
- ### 🧱 Updated Dependencies
749
-
750
- - Updated store/hooks to 0.0.39
751
- - Updated core to 0.0.39
752
- - Updated common/utils to 0.0.39
753
- - Updated common/ui to 0.0.39
754
- - Updated shared/types to 0.0.39
755
-
756
- ### ❤️ Thank You
757
-
758
- - Johanna Bertils @johannabertils
759
- - Mathias Saxenstrand
760
-
761
- ## 0.0.38-1 (2025-09-26)
762
-
763
- ### 🚀 Features
764
-
765
- - enhance form handling and component props across various modules
766
- - add CartPage component for managing shopping cart functionality
767
- - add order confirmation route and related components
768
- - add ProductBadge component for enhanced product presentation
769
- - add preAdd and preAdjust callbacks for order line and item adjustments
770
-
771
- ### 🩹 Fixes
772
-
773
- - update default minimum quantity to 0 in various components
774
-
775
- ### 🧱 Updated Dependencies
776
-
777
- - Updated store/hooks to 0.0.38-1
778
- - Updated core to 0.0.38-1
779
- - Updated common/utils to 0.0.38-1
780
- - Updated common/ui to 0.0.38-1
781
- - Updated shared/types to 0.0.38-1
782
-
783
- ### ❤️ Thank You
784
-
785
- - Johanna Bertils @johannabertils
786
- - Mathias Saxenstrand
787
-
788
- ## 0.0.38-0 (2025-09-25)
789
-
790
- ### 🚀 Features
791
-
792
- - enhance form handling and component props across various modules
793
- - add CartPage component for managing shopping cart functionality
794
- - add order confirmation route and related components
795
- - add ProductBadge component for enhanced product presentation
796
- - add preAdd and preAdjust callbacks for order line and item adjustments
797
-
798
- ### 🩹 Fixes
799
-
800
- - update default minimum quantity to 0 in various components
801
-
802
- ### 🧱 Updated Dependencies
803
-
804
- - Updated store/hooks to 0.0.38-0
805
- - Updated core to 0.0.38-0
806
- - Updated common/utils to 0.0.38-0
807
- - Updated common/ui to 0.0.38-0
808
- - Updated shared/types to 0.0.38-0
809
-
810
- ### ❤️ Thank You
811
-
812
- - Johanna Bertils @johannabertils
813
- - Mathias Saxenstrand
814
-
815
- ## 0.0.37 (2025-09-25)
816
-
817
- ### 🚀 Features
818
-
819
- - enhance form handling and component props across various modules
820
- - add CartPage component for managing shopping cart functionality
821
- - add order confirmation route and related components
822
- - add ProductBadge component for enhanced product presentation
823
- - add preAdd and preAdjust callbacks for order line and item adjustments
824
-
825
- ### 🩹 Fixes
826
-
827
- - update default minimum quantity to 0 in various components
828
-
829
- ### 🧱 Updated Dependencies
830
-
831
- - Updated store/hooks to 0.0.37
832
- - Updated core to 0.0.37
833
- - Updated common/utils to 0.0.37
834
- - Updated common/ui to 0.0.37
835
- - Updated shared/types to 0.0.37
836
-
837
- ### ❤️ Thank You
838
-
839
- - Johanna Bertils @johannabertils
840
- - Mathias Saxenstrand
841
-
842
- ## 0.0.36 (2025-09-25)
843
-
844
- ### 🚀 Features
845
-
846
- - enhance form handling and component props across various modules
847
- - add CartPage component for managing shopping cart functionality
848
- - add order confirmation route and related components
849
- - add ProductBadge component for enhanced product presentation
850
- - add preAdd and preAdjust callbacks for order line and item adjustments
851
-
852
- ### 🩹 Fixes
853
-
854
- - update default minimum quantity to 0 in various components
855
-
856
- ### 🧱 Updated Dependencies
857
-
858
- - Updated store/hooks to 0.0.36
859
- - Updated core to 0.0.36
860
- - Updated common/utils to 0.0.36
861
- - Updated common/ui to 0.0.36
862
- - Updated shared/types to 0.0.36
863
-
864
- ### ❤️ Thank You
865
-
866
- - Johanna Bertils @johannabertils
867
- - Mathias Saxenstrand
868
-
869
- ## 0.0.36-0 (2025-09-25)
870
-
871
- ### 🚀 Features
872
-
873
- - enhance form handling and component props across various modules
874
- - add CartPage component for managing shopping cart functionality
875
- - add order confirmation route and related components
876
- - add ProductBadge component for enhanced product presentation
877
- - add preAdd and preAdjust callbacks for order line and item adjustments
878
-
879
- ### 🩹 Fixes
880
-
881
- - update default minimum quantity to 0 in various components
882
-
883
- ### 🧱 Updated Dependencies
884
-
885
- - Updated store/hooks to 0.0.36-0
886
- - Updated core to 0.0.36-0
887
- - Updated common/utils to 0.0.36-0
888
- - Updated common/ui to 0.0.36-0
889
- - Updated shared/types to 0.0.36-0
890
-
891
- ### ❤️ Thank You
892
-
893
- - Johanna Bertils @johannabertils
894
- - Mathias Saxenstrand
895
-
896
- ## 0.0.35 (2025-09-25)
897
-
898
- ### 🚀 Features
899
-
900
- - enhance form handling and component props across various modules
901
- - add CartPage component for managing shopping cart functionality
902
- - add order confirmation route and related components
903
- - add ProductBadge component for enhanced product presentation
904
- - add preAdd and preAdjust callbacks for order line and item adjustments
905
-
906
- ### 🩹 Fixes
907
-
908
- - update default minimum quantity to 0 in various components
909
-
910
- ### 🧱 Updated Dependencies
911
-
912
- - Updated store/hooks to 0.0.35
913
- - Updated core to 0.0.35
914
- - Updated common/utils to 0.0.35
915
- - Updated common/ui to 0.0.35
916
- - Updated shared/types to 0.0.35
917
-
918
- ### ❤️ Thank You
919
-
920
- - Johanna Bertils @johannabertils
921
- - Mathias Saxenstrand
922
-
923
- ## 0.0.34-0 (2025-09-24)
924
-
925
- ### 🚀 Features
926
-
927
- - enhance form handling and component props across various modules
928
- - add CartPage component for managing shopping cart functionality
929
- - add order confirmation route and related components
930
- - add ProductBadge component for enhanced product presentation
931
- - add preAdd and preAdjust callbacks for order line and item adjustments
932
-
933
- ### 🩹 Fixes
934
-
935
- - update default minimum quantity to 0 in various components
936
-
937
- ### 🧱 Updated Dependencies
938
-
939
- - Updated store/hooks to 0.0.34-0
940
- - Updated core to 0.0.34-0
941
- - Updated common/utils to 0.0.34-0
942
- - Updated common/ui to 0.0.34-0
943
- - Updated shared/types to 0.0.34-0
944
-
945
- ### ❤️ Thank You
946
-
947
- - Johanna Bertils @johannabertils
948
- - Mathias Saxenstrand
949
-
950
- ## 0.0.33 (2025-09-24)
951
-
952
- ### 🚀 Features
953
-
954
- - enhance form handling and component props across various modules
955
- - add CartPage component for managing shopping cart functionality
956
- - add order confirmation route and related components
957
- - add ProductBadge component for enhanced product presentation
958
- - add preAdd and preAdjust callbacks for order line and item adjustments
959
-
960
- ### 🩹 Fixes
961
-
962
- - update default minimum quantity to 0 in various components
963
-
964
- ### 🧱 Updated Dependencies
965
-
966
- - Updated store/hooks to 0.0.33
967
- - Updated core to 0.0.33
968
- - Updated common/utils to 0.0.33
969
- - Updated common/ui to 0.0.33
970
- - Updated shared/types to 0.0.33
971
-
972
- ### ❤️ Thank You
973
-
974
- - Johanna Bertils @johannabertils
975
- - Mathias Saxenstrand
976
-
977
- ## 0.0.32 (2025-09-24)
978
-
979
- ### 🚀 Features
980
-
981
- - enhance form handling and component props across various modules
982
- - add CartPage component for managing shopping cart functionality
983
- - add order confirmation route and related components
984
- - add ProductBadge component for enhanced product presentation
985
- - add preAdd and preAdjust callbacks for order line and item adjustments
986
-
987
- ### 🩹 Fixes
988
-
989
- - update default minimum quantity to 0 in various components
990
-
991
- ### 🧱 Updated Dependencies
992
-
993
- - Updated store/hooks to 0.0.32
994
- - Updated core to 0.0.32
995
- - Updated common/utils to 0.0.32
996
- - Updated common/ui to 0.0.32
997
- - Updated shared/types to 0.0.32
998
-
999
- ### ❤️ Thank You
1000
-
1001
- - Johanna Bertils @johannabertils
1002
- - Mathias Saxenstrand
1003
-
1004
- ## 0.0.32-10 (2025-09-23)
1005
-
1006
- ### 🚀 Features
1007
-
1008
- - enhance form handling and component props across various modules
1009
- - add CartPage component for managing shopping cart functionality
1010
- - add order confirmation route and related components
1011
- - add ProductBadge component for enhanced product presentation
1012
- - add preAdd and preAdjust callbacks for order line and item adjustments
1013
-
1014
- ### 🩹 Fixes
1015
-
1016
- - update default minimum quantity to 0 in various components
1017
-
1018
- ### 🧱 Updated Dependencies
1019
-
1020
- - Updated store/hooks to 0.0.32-10
1021
- - Updated core to 0.0.32-10
1022
- - Updated common/utils to 0.0.32-10
1023
- - Updated common/ui to 0.0.32-10
1024
- - Updated shared/types to 0.0.32-10
1025
-
1026
- ### ❤️ Thank You
1027
-
1028
- - Johanna Bertils @johannabertils
1029
- - Mathias Saxenstrand
1030
-
1031
- ## 0.0.32-9 (2025-09-23)
1032
-
1033
- ### 🚀 Features
1034
-
1035
- - enhance form handling and component props across various modules
1036
- - add CartPage component for managing shopping cart functionality
1037
- - add order confirmation route and related components
1038
- - add ProductBadge component for enhanced product presentation
1039
- - add preAdd and preAdjust callbacks for order line and item adjustments
1040
-
1041
- ### 🩹 Fixes
1042
-
1043
- - update default minimum quantity to 0 in various components
1044
-
1045
- ### 🧱 Updated Dependencies
1046
-
1047
- - Updated store/hooks to 0.0.32-9
1048
- - Updated core to 0.0.32-9
1049
- - Updated common/utils to 0.0.32-9
1050
- - Updated common/ui to 0.0.32-9
1051
- - Updated shared/types to 0.0.32-9
1052
-
1053
- ### ❤️ Thank You
1054
-
1055
- - Johanna Bertils @johannabertils
1056
- - Mathias Saxenstrand
1057
-
1058
- ## 0.0.32-8 (2025-09-23)
1059
-
1060
- ### 🚀 Features
1061
-
1062
- - enhance form handling and component props across various modules
1063
- - add CartPage component for managing shopping cart functionality
1064
- - add order confirmation route and related components
1065
- - add ProductBadge component for enhanced product presentation
1066
- - add preAdd and preAdjust callbacks for order line and item adjustments
1067
-
1068
- ### 🩹 Fixes
1069
-
1070
- - update default minimum quantity to 0 in various components
1071
-
1072
- ### 🧱 Updated Dependencies
1073
-
1074
- - Updated store/hooks to 0.0.32-8
1075
- - Updated core to 0.0.32-8
1076
- - Updated common/utils to 0.0.32-8
1077
- - Updated common/ui to 0.0.32-8
1078
- - Updated shared/types to 0.0.32-8
1079
-
1080
- ### ❤️ Thank You
1081
-
1082
- - Johanna Bertils @johannabertils
1083
- - Mathias Saxenstrand
1084
-
1085
- ## 0.0.32-7 (2025-09-17)
1086
-
1087
- ### 🚀 Features
1088
-
1089
- - enhance form handling and component props across various modules
1090
- - add CartPage component for managing shopping cart functionality
1091
- - add order confirmation route and related components
1092
- - add ProductBadge component for enhanced product presentation
1093
- - add preAdd and preAdjust callbacks for order line and item adjustments
1094
-
1095
- ### 🩹 Fixes
1096
-
1097
- - update default minimum quantity to 0 in various components
1098
-
1099
- ### 🧱 Updated Dependencies
1100
-
1101
- - Updated store/hooks to 0.0.32-7
1102
- - Updated core to 0.0.32-7
1103
- - Updated common/utils to 0.0.32-7
1104
- - Updated common/ui to 0.0.32-7
1105
- - Updated shared/types to 0.0.32-7
1106
-
1107
- ### ❤️ Thank You
1108
-
1109
- - Johanna Bertils @johannabertils
1110
- - Mathias Saxenstrand
1111
-
1112
- ## 0.0.32-6 (2025-09-17)
1113
-
1114
- ### 🚀 Features
1115
-
1116
- - enhance form handling and component props across various modules
1117
- - add CartPage component for managing shopping cart functionality
1118
- - add order confirmation route and related components
1119
- - add ProductBadge component for enhanced product presentation
1120
- - add preAdd and preAdjust callbacks for order line and item adjustments
1121
-
1122
- ### 🩹 Fixes
1123
-
1124
- - update default minimum quantity to 0 in various components
1125
-
1126
- ### 🧱 Updated Dependencies
1127
-
1128
- - Updated store/hooks to 0.0.32-6
1129
- - Updated core to 0.0.32-6
1130
- - Updated common/utils to 0.0.32-6
1131
- - Updated common/ui to 0.0.32-6
1132
- - Updated shared/types to 0.0.32-6
1133
-
1134
- ### ❤️ Thank You
1135
-
1136
- - Johanna Bertils @johannabertils
1137
- - Mathias Saxenstrand
1138
-
1139
- ## 0.0.32-5 (2025-09-17)
1140
-
1141
- ### 🚀 Features
1142
-
1143
- - enhance form handling and component props across various modules
1144
- - add CartPage component for managing shopping cart functionality
1145
- - add order confirmation route and related components
1146
- - add ProductBadge component for enhanced product presentation
1147
- - add preAdd and preAdjust callbacks for order line and item adjustments
1148
-
1149
- ### 🩹 Fixes
1150
-
1151
- - update default minimum quantity to 0 in various components
1152
-
1153
- ### 🧱 Updated Dependencies
1154
-
1155
- - Updated store/hooks to 0.0.32-5
1156
- - Updated core to 0.0.32-5
1157
- - Updated common/utils to 0.0.32-5
1158
- - Updated common/ui to 0.0.32-5
1159
- - Updated shared/types to 0.0.32-5
1160
-
1161
- ### ❤️ Thank You
1162
-
1163
- - Johanna Bertils @johannabertils
1164
- - Mathias Saxenstrand
1165
-
1166
- ## 0.0.32-4 (2025-09-16)
1167
-
1168
- ### 🚀 Features
1169
-
1170
- - enhance form handling and component props across various modules
1171
- - add CartPage component for managing shopping cart functionality
1172
- - add order confirmation route and related components
1173
- - add ProductBadge component for enhanced product presentation
1174
- - add preAdd and preAdjust callbacks for order line and item adjustments
1175
-
1176
- ### 🩹 Fixes
1177
-
1178
- - update default minimum quantity to 0 in various components
1179
-
1180
- ### 🧱 Updated Dependencies
1181
-
1182
- - Updated store/hooks to 0.0.32-4
1183
- - Updated core to 0.0.32-4
1184
- - Updated common/utils to 0.0.32-4
1185
- - Updated common/ui to 0.0.32-4
1186
- - Updated shared/types to 0.0.32-4
1187
-
1188
- ### ❤️ Thank You
1189
-
1190
- - Johanna Bertils @johannabertils
1191
- - Mathias Saxenstrand
1192
-
1193
- ## 0.0.32-3 (2025-09-16)
1194
-
1195
- ### 🚀 Features
1196
-
1197
- - enhance form handling and component props across various modules
1198
- - add CartPage component for managing shopping cart functionality
1199
- - add order confirmation route and related components
1200
- - add ProductBadge component for enhanced product presentation
1201
- - add preAdd and preAdjust callbacks for order line and item adjustments
1202
-
1203
- ### 🩹 Fixes
1204
-
1205
- - update default minimum quantity to 0 in various components
1206
-
1207
- ### 🧱 Updated Dependencies
1208
-
1209
- - Updated store/hooks to 0.0.32-3
1210
- - Updated core to 0.0.32-3
1211
- - Updated common/utils to 0.0.32-3
1212
- - Updated common/ui to 0.0.32-3
1213
- - Updated shared/types to 0.0.32-3
1214
-
1215
- ### ❤️ Thank You
1216
-
1217
- - Johanna Bertils @johannabertils
1218
- - Mathias Saxenstrand
1219
-
1220
- ## 0.0.32-2 (2025-09-16)
1221
-
1222
- ### 🚀 Features
1223
-
1224
- - enhance form handling and component props across various modules
1225
- - add CartPage component for managing shopping cart functionality
1226
- - add order confirmation route and related components
1227
- - add ProductBadge component for enhanced product presentation
1228
- - add preAdd and preAdjust callbacks for order line and item adjustments
1229
-
1230
- ### 🩹 Fixes
1231
-
1232
- - update default minimum quantity to 0 in various components
1233
-
1234
- ### 🧱 Updated Dependencies
1235
-
1236
- - Updated store/hooks to 0.0.32-2
1237
- - Updated core to 0.0.32-2
1238
- - Updated common/utils to 0.0.32-2
1239
- - Updated common/ui to 0.0.32-2
1240
- - Updated shared/types to 0.0.32-2
1241
-
1242
- ### ❤️ Thank You
1243
-
1244
- - Johanna Bertils @johannabertils
1245
- - Mathias Saxenstrand
1246
-
1247
- ## 0.0.32-1 (2025-09-15)
1248
-
1249
- ### 🚀 Features
1250
-
1251
- - enhance form handling and component props across various modules
1252
- - add CartPage component for managing shopping cart functionality
1253
- - add order confirmation route and related components
1254
- - add ProductBadge component for enhanced product presentation
1255
- - add preAdd and preAdjust callbacks for order line and item adjustments
1256
-
1257
- ### 🩹 Fixes
1258
-
1259
- - update default minimum quantity to 0 in various components
1260
-
1261
- ### 🧱 Updated Dependencies
1262
-
1263
- - Updated store/hooks to 0.0.32-1
1264
- - Updated core to 0.0.32-1
1265
- - Updated common/utils to 0.0.32-1
1266
- - Updated common/ui to 0.0.32-1
1267
- - Updated shared/types to 0.0.32-1
1268
-
1269
- ### ❤️ Thank You
1270
-
1271
- - Johanna Bertils @johannabertils
1272
- - Mathias Saxenstrand
1273
-
1274
- ## 0.0.31 (2025-09-11)
1275
-
1276
- ### 🚀 Features
1277
-
1278
- - enhance form handling and component props across various modules
1279
- - add CartPage component for managing shopping cart functionality
1280
- - add order confirmation route and related components
1281
- - add ProductBadge component for enhanced product presentation
1282
- - add preAdd and preAdjust callbacks for order line and item adjustments
1283
-
1284
- ### 🩹 Fixes
1285
-
1286
- - update default minimum quantity to 0 in various components
1287
-
1288
- ### 🧱 Updated Dependencies
1289
-
1290
- - Updated store/hooks to 0.0.31
1291
- - Updated core to 0.0.31
1292
- - Updated common/utils to 0.0.31
1293
- - Updated common/ui to 0.0.31
1294
- - Updated shared/types to 0.0.31
1295
-
1296
- ### ❤️ Thank You
1297
-
1298
- - Johanna Bertils @johannabertils
1299
- - Mathias Saxenstrand
1300
-
1301
- ## 0.0.30 (2025-09-11)
1302
-
1303
- ### 🚀 Features
1304
-
1305
- - enhance form handling and component props across various modules
1306
- - add CartPage component for managing shopping cart functionality
1307
- - add order confirmation route and related components
1308
- - add ProductBadge component for enhanced product presentation
1309
- - add preAdd and preAdjust callbacks for order line and item adjustments
1310
-
1311
- ### 🩹 Fixes
1312
-
1313
- - update default minimum quantity to 0 in various components
1314
-
1315
- ### 🧱 Updated Dependencies
1316
-
1317
- - Updated store/hooks to 0.0.30
1318
- - Updated core to 0.0.30
1319
- - Updated common/utils to 0.0.30
1320
- - Updated common/ui to 0.0.30
1321
- - Updated shared/types to 0.0.30
1322
-
1323
- ### ❤️ Thank You
1324
-
1325
- - Johanna Bertils @johannabertils
1326
- - Mathias Saxenstrand
1327
-
1328
- ## 0.0.29 (2025-09-10)
1329
-
1330
- ### 🚀 Features
1331
-
1332
- - enhance form handling and component props across various modules
1333
- - add CartPage component for managing shopping cart functionality
1334
- - add order confirmation route and related components
1335
- - add ProductBadge component for enhanced product presentation
1336
- - add preAdd and preAdjust callbacks for order line and item adjustments
1337
-
1338
- ### 🩹 Fixes
1339
-
1340
- - update default minimum quantity to 0 in various components
1341
-
1342
- ### 🧱 Updated Dependencies
1343
-
1344
- - Updated store/hooks to 0.0.29
1345
- - Updated core to 0.0.29
1346
- - Updated common/utils to 0.0.29
1347
- - Updated common/ui to 0.0.29
1348
- - Updated shared/types to 0.0.29
1349
-
1350
- ### ❤️ Thank You
1351
-
1352
- - Johanna Bertils @johannabertils
1353
- - Mathias Saxenstrand
1354
-
1355
- ## 0.0.28 (2025-09-05)
1356
-
1357
- ### 🚀 Features
1358
-
1359
- - enhance form handling and component props across various modules
1360
- - add CartPage component for managing shopping cart functionality
1361
- - add order confirmation route and related components
1362
- - add ProductBadge component for enhanced product presentation
1363
- - add preAdd and preAdjust callbacks for order line and item adjustments
1364
-
1365
- ### 🩹 Fixes
1366
-
1367
- - update default minimum quantity to 0 in various components
1368
-
1369
- ### 🧱 Updated Dependencies
1370
-
1371
- - Updated store/hooks to 0.0.28
1372
- - Updated core to 0.0.28
1373
- - Updated common/utils to 0.0.28
1374
- - Updated common/ui to 0.0.28
1375
- - Updated shared/types to 0.0.28
1376
-
1377
- ### ❤️ Thank You
1378
-
1379
- - Johanna Bertils @johannabertils
1380
- - Mathias Saxenstrand
1381
-
1382
- ## 0.0.27 (2025-09-04)
1383
-
1384
- ### 🚀 Features
1385
-
1386
- - enhance form handling and component props across various modules
1387
- - add CartPage component for managing shopping cart functionality
1388
- - add order confirmation route and related components
1389
- - add ProductBadge component for enhanced product presentation
1390
- - add preAdd and preAdjust callbacks for order line and item adjustments
1391
-
1392
- ### 🩹 Fixes
1393
-
1394
- - update default minimum quantity to 0 in various components
1395
-
1396
- ### 🧱 Updated Dependencies
1397
-
1398
- - Updated store/hooks to 0.0.27
1399
- - Updated core to 0.0.27
1400
- - Updated common/utils to 0.0.27
1401
- - Updated common/ui to 0.0.27
1402
- - Updated shared/types to 0.0.27
1403
-
1404
- ### ❤️ Thank You
1405
-
1406
- - Johanna Bertils @johannabertils
1407
- - Mathias Saxenstrand
1408
-
1409
- ## 0.0.26 (2025-09-02)
1410
-
1411
- ### 🚀 Features
1412
-
1413
- - enhance form handling and component props across various modules
1414
- - add CartPage component for managing shopping cart functionality
1415
- - add order confirmation route and related components
1416
- - add ProductBadge component for enhanced product presentation
1417
- - add preAdd and preAdjust callbacks for order line and item adjustments
1418
-
1419
- ### 🩹 Fixes
1420
-
1421
- - update default minimum quantity to 0 in various components
1422
-
1423
- ### 🧱 Updated Dependencies
1424
-
1425
- - Updated store/hooks to 0.0.26
1426
- - Updated core to 0.0.26
1427
- - Updated common/utils to 0.0.26
1428
- - Updated common/ui to 0.0.26
1429
- - Updated shared/types to 0.0.26
1430
-
1431
- ### ❤️ Thank You
1432
-
1433
- - Johanna Bertils @johannabertils
1434
- - Mathias Saxenstrand
1435
-
1436
- ## 0.0.25 (2025-09-01)
1437
-
1438
- ### 🚀 Features
1439
-
1440
- - enhance form handling and component props across various modules
1441
- - add CartPage component for managing shopping cart functionality
1442
- - add order confirmation route and related components
1443
- - add ProductBadge component for enhanced product presentation
1444
- - add preAdd and preAdjust callbacks for order line and item adjustments
1445
-
1446
- ### 🩹 Fixes
1447
-
1448
- - update default minimum quantity to 0 in various components
1449
-
1450
- ### 🧱 Updated Dependencies
1451
-
1452
- - Updated store/hooks to 0.0.25
1453
- - Updated core to 0.0.25
1454
- - Updated common/utils to 0.0.25
1455
- - Updated common/ui to 0.0.25
1456
- - Updated shared/types to 0.0.25
1457
-
1458
- ### ❤️ Thank You
1459
-
1460
- - Johanna Bertils @johannabertils
1461
- - Mathias Saxenstrand
1462
-
1463
- ## 0.0.24 (2025-09-01)
1464
-
1465
- ### 🚀 Features
1466
-
1467
- - enhance form handling and component props across various modules
1468
- - add CartPage component for managing shopping cart functionality
1469
- - add order confirmation route and related components
1470
- - add ProductBadge component for enhanced product presentation
1471
- - add preAdd and preAdjust callbacks for order line and item adjustments
1472
-
1473
- ### 🩹 Fixes
1474
-
1475
- - update default minimum quantity to 0 in various components
1476
-
1477
- ### 🧱 Updated Dependencies
1478
-
1479
- - Updated store/hooks to 0.0.24
1480
- - Updated core to 0.0.24
1481
- - Updated common/utils to 0.0.24
1482
- - Updated common/ui to 0.0.24
1483
- - Updated shared/types to 0.0.24
1484
-
1485
- ### ❤️ Thank You
1486
-
1487
- - Johanna Bertils @johannabertils
1488
- - Mathias Saxenstrand
1489
-
1490
- ## 0.0.23 (2025-09-01)
1491
-
1492
- ### 🧱 Updated Dependencies
1493
-
1494
- - Updated store/hooks to 0.0.23
1495
- - Updated core to 0.0.23
1496
- - Updated common/utils to 0.0.23
1497
- - Updated common/ui to 0.0.23
1498
- - Updated shared/types to 0.0.23
1499
-
1500
- ## 0.0.22 (2025-09-01)
1501
-
1502
- ### 🧱 Updated Dependencies
1503
-
1504
- - Updated store/hooks to 0.0.22
1505
- - Updated core to 0.0.22-0
1506
- - Updated common/ui to 0.0.22
1507
-
1508
- ## 0.0.21 (2025-09-01)
1509
-
1510
- ### 🧱 Updated Dependencies
1511
-
1512
- - Updated store/hooks to 0.0.21
1513
- - Updated core to 0.0.21
1514
- - Updated common/utils to 0.0.21
1515
- - Updated common/ui to 0.0.21
1516
- - Updated shared/types to 0.0.21
1517
-
1518
- ## 0.0.20 (2025-08-26)
1519
-
1520
- ### 🧱 Updated Dependencies
1521
-
1522
- - Updated store/hooks to 0.0.20
1523
- - Updated core to 0.0.20
1524
- - Updated common/utils to 0.0.20
1525
- - Updated common/ui to 0.0.20
1526
- - Updated shared/types to 0.0.20
1527
-
1528
- ## 0.0.19 (2025-08-21)
1529
-
1530
- ### 🚀 Features
1531
-
1532
- - enhance form handling and component props across various modules
1533
-
1534
- ### 🧱 Updated Dependencies
1535
-
1536
- - Updated store/hooks to 0.0.19
1537
- - Updated core to 0.0.19
1538
- - Updated common/utils to 0.0.19
1539
- - Updated common/ui to 0.0.19
1540
- - Updated shared/types to 0.0.19
1541
-
1542
- ### ❤️ Thank You
1543
-
1544
- - Mathias Saxenstrand
1545
-
1546
- ## 0.0.18 (2025-08-21)
1547
-
1548
- ### 🚀 Features
1549
-
1550
- - enhance form handling and component props across various modules
1551
- - add CartPage component for managing shopping cart functionality
1552
- - add order confirmation route and related components
1553
- - add ProductBadge component for enhanced product presentation
1554
- - add preAdd and preAdjust callbacks for order line and item adjustments
1555
-
1556
- ### 🩹 Fixes
1557
-
1558
- - update default minimum quantity to 0 in various components
1559
-
1560
- ### 🧱 Updated Dependencies
1561
-
1562
- - Updated store/hooks to 0.0.18
1563
- - Updated core to 0.0.18
1564
- - Updated common/utils to 0.0.18
1565
- - Updated common/ui to 0.0.18
1566
- - Updated shared/types to 0.0.18
1567
-
1568
- ### ❤️ Thank You
1569
-
1570
- - Johanna Bertils @johannabertils
1571
- - Mathias Saxenstrand
1572
-
1573
- ## 0.0.17 (2025-08-21)
1574
-
1575
- ### 🚀 Features
1576
-
1577
- - enhance form handling and component props across various modules
1578
- - add CartPage component for managing shopping cart functionality
1579
- - add order confirmation route and related components
1580
- - add ProductBadge component for enhanced product presentation
1581
- - add preAdd and preAdjust callbacks for order line and item adjustments
1582
-
1583
- ### 🩹 Fixes
1584
-
1585
- - update default minimum quantity to 0 in various components
1586
-
1587
- ### 🧱 Updated Dependencies
1588
-
1589
- - Updated store/hooks to 0.0.17
1590
- - Updated core to 0.0.17
1591
- - Updated common/utils to 0.0.17
1592
- - Updated common/ui to 0.0.17
1593
- - Updated shared/types to 0.0.17
1594
-
1595
- ### ❤️ Thank You
1596
-
1597
- - Johanna Bertils @johannabertils
1598
- - Mathias Saxenstrand
1599
-
1600
- ## 0.0.16 (2025-08-14)
1601
-
1602
- ### 🧱 Updated Dependencies
1603
-
1604
- - Updated store/hooks to 0.0.16
1605
- - Updated core to 0.0.16
1606
- - Updated common/utils to 0.0.16
1607
- - Updated common/ui to 0.0.16
1608
- - Updated shared/types to 0.0.16
1609
-
1610
- ## 0.0.15 (2025-08-14)
1611
-
1612
- ### 🧱 Updated Dependencies
1613
-
1614
- - Updated store/hooks to 0.0.15
1615
- - Updated core to 0.0.15
1616
- - Updated common/utils to 0.0.15
1617
- - Updated common/ui to 0.0.15
1618
- - Updated shared/types to 0.0.15
1619
-
1620
- ## 0.0.14 (2025-07-11)
1621
-
1622
- ### 🧱 Updated Dependencies
1623
-
1624
- - Updated store/hooks to 0.0.14
1625
- - Updated core to 0.0.14
1626
- - Updated common/utils to 0.0.14
1627
- - Updated common/ui to 0.0.14
1628
- - Updated shared/types to 0.0.14
1629
-
1630
- ## 0.0.13 (2025-07-09)
1631
-
1632
- ### 🩹 Fixes
1633
-
1634
- - update default minimum quantity to 0 in various components
1635
-
1636
- ### 🧱 Updated Dependencies
1637
-
1638
- - Updated store/hooks to 0.0.13
1639
- - Updated core to 0.0.13
1640
- - Updated common/utils to 0.0.13
1641
- - Updated common/ui to 0.0.13
1642
- - Updated shared/types to 0.0.13
1643
-
1644
- ### ❤️ Thank You
1645
-
1646
- - Mathias Saxenstrand
1647
-
1648
- ## 0.0.12 (2025-07-04)
1649
-
1650
- ### 🧱 Updated Dependencies
1651
-
1652
- - Updated store/hooks to 0.0.12
1653
- - Updated core to 0.0.12
1654
- - Updated common/utils to 0.0.12
1655
- - Updated common/ui to 0.0.12
1656
- - Updated shared/types to 0.0.12
1657
-
1658
- ## 0.0.11 (2025-07-04)
1659
-
1660
- ### 🚀 Features
1661
-
1662
- - add CartPage component for managing shopping cart functionality
1663
-
1664
- ### 🧱 Updated Dependencies
1665
-
1666
- - Updated store/hooks to 0.0.11
1667
- - Updated core to 0.0.11
1668
- - Updated common/utils to 0.0.11
1669
- - Updated common/ui to 0.0.11
1670
- - Updated shared/types to 0.0.11
1671
-
1672
- ### ❤️ Thank You
1673
-
1674
- - Johanna Bertils @johannabertils
1675
-
1676
- ## 0.0.10 (2025-07-04)
1677
-
1678
- ### 🧱 Updated Dependencies
1679
-
1680
- - Updated store/hooks to 0.0.10
1681
- - Updated core to 0.0.10
1682
- - Updated common/utils to 0.0.10
1683
- - Updated common/ui to 0.0.10
1684
- - Updated shared/types to 0.0.10
1685
-
1686
- ## 0.0.9 (2025-07-04)
1687
-
1688
- ### 🚀 Features
1689
-
1690
- - add order confirmation route and related components
1691
-
1692
- ### 🧱 Updated Dependencies
1693
-
1694
- - Updated store/hooks to 0.0.9
1695
- - Updated core to 0.0.9
1696
- - Updated common/utils to 0.0.9
1697
- - Updated common/ui to 0.0.9
1698
- - Updated shared/types to 0.0.9
1699
-
1700
- ### ❤️ Thank You
1701
-
1702
- - Johanna Bertils @johannabertils
1703
-
1704
- ## 0.0.8 (2025-07-03)
1705
-
1706
- ### 🚀 Features
1707
-
1708
- - add ProductBadge component for enhanced product presentation
1709
- - add preAdd and preAdjust callbacks for order line and item adjustments
1710
-
1711
- ### 🧱 Updated Dependencies
1712
-
1713
- - Updated store/hooks to 0.0.8
1714
- - Updated core to 0.0.8
1715
- - Updated common/utils to 0.0.8
1716
- - Updated common/ui to 0.0.8
1717
- - Updated shared/types to 0.0.8
1718
-
1719
- ### ❤️ Thank You
1720
-
1721
- - Johanna Bertils @johannabertils
1722
-
1723
- ## 0.0.7 (2025-07-03)
1724
-
1725
- ### 🧱 Updated Dependencies
1726
-
1727
- - Updated store/hooks to 0.0.7
1728
- - Updated core to 0.0.7
1729
- - Updated common/utils to 0.0.7
1730
- - Updated common/ui to 0.0.7
1731
- - Updated shared/types to 0.0.7
1732
-
1733
- ## 0.0.7-7 (2025-07-03)
1734
-
1735
- ### 🧱 Updated Dependencies
1736
-
1737
- - Updated store/hooks to 0.0.7-7
1738
- - Updated core to 0.0.7-7
1739
- - Updated common/utils to 0.0.7-7
1740
- - Updated common/ui to 0.0.7-7
1741
- - Updated shared/types to 0.0.7-7
1742
-
1743
- ## 0.0.7-6 (2025-07-03)
1744
-
1745
- ### 🧱 Updated Dependencies
1746
-
1747
- - Updated store/hooks to 0.0.7-6
1748
- - Updated core to 0.0.7-6
1749
- - Updated common/utils to 0.0.7-6
1750
- - Updated common/ui to 0.0.7-6
1751
- - Updated shared/types to 0.0.7-6
1752
-
1753
- ## 0.0.7-5 (2025-07-03)
1754
-
1755
- ### 🧱 Updated Dependencies
1756
-
1757
- - Updated store/hooks to 0.0.7-5
1758
- - Updated core to 0.0.7-5
1759
- - Updated common/utils to 0.0.7-5
1760
- - Updated common/ui to 0.0.7-5
1761
- - Updated shared/types to 0.0.7-5
1762
-
1763
- ## 0.0.7-4 (2025-07-02)
1764
-
1765
- ### 🧱 Updated Dependencies
1766
-
1767
- - Updated store/hooks to 0.0.7-4
1768
- - Updated core to 0.0.7-4
1769
- - Updated common/utils to 0.0.7-4
1770
- - Updated common/ui to 0.0.7-4
1771
- - Updated shared/types to 0.0.7-4
1772
-
1773
- ## 0.0.7-3 (2025-07-02)
1774
-
1775
- ### 🧱 Updated Dependencies
1776
-
1777
- - Updated store/hooks to 0.0.7-3
1778
- - Updated core to 0.0.7-3
1779
- - Updated common/utils to 0.0.7-3
1780
- - Updated common/ui to 0.0.7-3
1781
- - Updated shared/types to 0.0.7-3
1782
-
1783
- ## 0.0.7-2 (2025-07-02)
1784
-
1785
- ### 🧱 Updated Dependencies
1786
-
1787
- - Updated store/hooks to 0.0.7-2
1788
- - Updated core to 0.0.7-2
1789
- - Updated common/utils to 0.0.7-2
1790
- - Updated common/ui to 0.0.7-2
1791
- - Updated shared/types to 0.0.7-2
1792
-
1793
- ## 0.0.7-1 (2025-07-02)
1794
-
1795
- ### 🧱 Updated Dependencies
1796
-
1797
- - Updated store/hooks to 0.0.7-1
1798
- - Updated core to 0.0.7-1
1799
- - Updated common/utils to 0.0.7-1
1800
- - Updated common/ui to 0.0.7-1
1801
- - Updated shared/types to 0.0.7-1
1802
-
1803
- ## 0.0.7-0 (2025-07-02)
1804
-
1805
- ### 🧱 Updated Dependencies
1806
-
1807
- - Updated store/hooks to 0.0.7-0
1808
- - Updated core to 0.0.7-0
1809
- - Updated common/utils to 0.0.7-0
1810
- - Updated common/ui to 0.0.7-0
1811
- - Updated shared/types to 0.0.7-0
1812
-
1813
- ## 0.0.6 (2025-07-01)
1814
-
1815
- ### 🧱 Updated Dependencies
1816
-
1817
- - Updated store/hooks to 0.0.6
1818
- - Updated core to 0.0.6
1819
- - Updated common/utils to 0.0.6
1820
- - Updated common/ui to 0.0.6
1821
- - Updated shared/types to 0.0.6
1822
-
1823
- ## 0.0.6-0 (2025-07-01)
1824
-
1825
- ### 🧱 Updated Dependencies
1826
-
1827
- - Updated store/hooks to 0.0.6-0
1828
- - Updated core to 0.0.6-0
1829
- - Updated common/utils to 0.0.6-0
1830
- - Updated common/ui to 0.0.6-0
1831
- - Updated shared/types to 0.0.6-0
1832
-
1833
- ## 0.0.5 (2025-07-01)
1834
-
1835
- ### 🧱 Updated Dependencies
1836
-
1837
- - Updated store/hooks to 0.0.5
1838
- - Updated core to 0.0.5
1839
- - Updated common/utils to 0.0.5
1840
- - Updated common/ui to 0.0.5
1841
- - Updated shared/types to 0.0.5
1842
-
1843
- ## 0.0.4 (2025-07-01)
1844
-
1845
- ### 🧱 Updated Dependencies
1846
-
1847
- - Updated store/hooks to 0.0.4
1848
- - Updated core to 0.0.4
1849
- - Updated common/utils to 0.0.4
1850
- - Updated common/ui to 0.0.4
1851
- - Updated shared/types to 0.0.4
1852
-
1853
- ## 0.0.3 (2025-07-01)
1854
-
1855
- ### 🧱 Updated Dependencies
1856
-
1857
- - Updated store/hooks to 0.0.3
1858
- - Updated core to 0.0.3
1859
- - Updated common/utils to 0.0.3
1860
- - Updated common/ui to 0.0.3
1861
- - Updated shared/types to 0.0.3
1862
-
1863
- ## 0.0.2 (2025-06-26)
1864
-
1865
- ### 🧱 Updated Dependencies
1866
-
1867
- - Updated store/hooks to 0.0.2
1868
- - Updated core to 0.0.2
1869
- - Updated common/utils to 0.0.2
1870
- - Updated common/ui to 0.0.2
1871
- - Updated shared/types to 0.0.2
1872
-
1873
- ## 0.0.1 (2025-06-26)
1874
-
1875
- ### 🚀 Features
1876
-
1877
- - enhance cart functionality with AddItemToOrder component
1878
- - add AddItemToOrder component for managing cart items
1879
- - add react-native-web support and update Vite configurations
1880
- - implement platform-aware components and utilities
1881
- - generate project graph and update package.json files
1882
- - integrate React Compiler and update dependencies across the project
1883
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1884
- - **order-lines:** introduce OrderLines component for managing cart items
1885
-
1886
- ### 🩹 Fixes
1887
-
1888
- - adjust quantity validation in useOrderLinesProps
1889
-
1890
- ### 🧱 Updated Dependencies
1891
-
1892
- - Updated store/hooks to 0.0.1
1893
- - Updated core to 0.0.1
1894
- - Updated common/utils to 0.0.1
1895
- - Updated common/ui to 0.0.1
1896
- - Updated shared/types to 0.0.1
1897
-
1898
- ### ❤️ Thank You
1899
-
1900
- - Johanna Bertils
1901
- - Mathias Saxenstrand
1902
-
1903
- ## 2.0.10 (2025-06-25)
1904
-
1905
- ### 🧱 Updated Dependencies
1906
-
1907
- - Updated store/hooks to 2.0.10
1908
- - Updated core to 2.0.10
1909
- - Updated common/utils to 2.0.10
1910
- - Updated common/ui to 2.0.10
1911
- - Updated shared/types to 2.0.10
1912
-
1913
- ## 2.0.9 (2025-06-25)
1914
-
1915
- ### 🧱 Updated Dependencies
1916
-
1917
- - Updated store/hooks to 2.0.9
1918
- - Updated core to 2.0.9
1919
- - Updated common/utils to 2.0.9
1920
- - Updated common/ui to 2.0.9
1921
- - Updated shared/types to 2.0.9
1922
-
1923
- ## 2.0.8 (2025-06-25)
1924
-
1925
- ### 🧱 Updated Dependencies
1926
-
1927
- - Updated store/hooks to 2.0.8
1928
- - Updated core to 2.0.8
1929
- - Updated common/utils to 2.0.8
1930
- - Updated common/ui to 2.0.8
1931
- - Updated shared/types to 2.0.8
1932
-
1933
- ## 2.0.7 (2025-06-25)
1934
-
1935
- ### 🧱 Updated Dependencies
1936
-
1937
- - Updated store/hooks to 2.0.7
1938
- - Updated core to 2.0.7
1939
- - Updated common/utils to 2.0.7
1940
- - Updated common/ui to 2.0.7
1941
- - Updated shared/types to 2.0.7
1942
-
1943
- ## 2.0.6 (2025-06-25)
1944
-
1945
- ### 🧱 Updated Dependencies
1946
-
1947
- - Updated store/hooks to 2.0.6
1948
- - Updated core to 2.0.6
1949
- - Updated common/utils to 2.0.6
1950
- - Updated common/ui to 2.0.6
1951
- - Updated shared/types to 2.0.6
1952
-
1953
- ## 2.0.5 (2025-06-25)
1954
-
1955
- ### 🧱 Updated Dependencies
1956
-
1957
- - Updated store/hooks to 2.0.5
1958
- - Updated core to 2.0.5
1959
- - Updated common/utils to 2.0.5
1960
- - Updated common/ui to 2.0.5
1961
- - Updated shared/types to 2.0.5
1962
-
1963
- ## 2.0.4 (2025-06-25)
1964
-
1965
- ### 🧱 Updated Dependencies
1966
-
1967
- - Updated store/hooks to 2.0.4
1968
- - Updated core to 2.0.4
1969
- - Updated common/utils to 2.0.4
1970
- - Updated common/ui to 2.0.4
1971
- - Updated shared/types to 2.0.4
1972
-
1973
- ## 2.0.3 (2025-06-25)
1974
-
1975
- This was a version bump only for store/components/order-lines to align it with other projects, there were no code changes.
1976
-
1977
- ## 2.0.1 (2025-06-25)
1978
-
1979
- ### 🧱 Updated Dependencies
1980
-
1981
- - Updated store/hooks to 2.0.1
1982
- - Updated core to 2.0.1
1983
- - Updated common/utils to 2.0.1
1984
- - Updated common/ui to 2.0.1
1985
- - Updated shared/types to 2.0.1
1986
-
1987
- ## 2.0.0 (2025-06-25)
1988
-
1989
- ### 🧱 Updated Dependencies
1990
-
1991
- - Updated store/hooks to 2.0.0
1992
- - Updated core to 2.0.0
1993
- - Updated common/utils to 2.0.0
1994
- - Updated common/ui to 2.0.0
1995
- - Updated shared/types to 2.0.0
1996
-
1997
- ## 1.0.3 (2025-06-05)
1998
-
1999
- ### 🚀 Features
2000
-
2001
- - introduce haus-storefront-components-react-native app
2002
- - add FetchClient for API interactions and configure VSCode settings
2003
- - enhance cart functionality with AddItemToOrder component
2004
- - add AddItemToOrder component for managing cart items
2005
- - add react-native-web support and update Vite configurations
2006
- - implement platform-aware components and utilities
2007
-
2008
- ### 🩹 Fixes
2009
-
2010
- - adjust quantity validation in useOrderLinesProps
2011
-
2012
- ### 🧱 Updated Dependencies
2013
-
2014
- - Updated store/hooks to 1.0.3
2015
- - Updated core to 1.0.3
2016
- - Updated common/utils to 1.0.3
2017
- - Updated common/ui to 1.0.3
2018
- - Updated shared/types to 1.0.3
2019
-
2020
- ### ❤️ Thank You
2021
-
2022
- - Johanna Bertils
2023
- - Mathias Saxenstrand
2024
-
2025
- ## 1.0.2 (2025-05-26)
2026
-
2027
- ### 🧱 Updated Dependencies
2028
-
2029
- - Updated store/hooks to 1.0.2
2030
- - Updated core to 1.0.2
2031
- - Updated common/utils to 1.0.2
2032
- - Updated common/ui to 1.0.2
2033
- - Updated shared/types to 1.0.2
2034
-
2035
- ## 1.0.1 (2025-05-23)
2036
-
2037
- ### 🚀 Features
2038
-
2039
- - generate project graph and update package.json files
2040
- - integrate React Compiler and update dependencies across the project
2041
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering
2042
- - **order-lines:** introduce OrderLines component for managing cart items
2043
-
2044
- ### 🧱 Updated Dependencies
2045
-
2046
- - Updated store/hooks to 1.0.1
2047
- - Updated core to 1.0.1
2048
- - Updated common/utils to 1.0.1
2049
- - Updated common/ui to 1.0.1
2050
- - Updated shared/types to 1.0.1
2051
-
2052
- ### ❤️ Thank You
2053
-
2054
- - Mathias Saxenstrand
1
+ ## 1.0.4-next.6 (2026-03-09)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/hooks to 1.0.4-next.6
6
+ - Updated core to 1.0.4-next.6
7
+ - Updated common/utils to 1.0.4-next.6
8
+ - Updated common/ui to 1.0.4-next.6
9
+ - Updated shared/types to 1.0.4-next.6
10
+
11
+ ## 1.0.4-next.5 (2026-03-09)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated store/hooks to 1.0.4-next.5
16
+ - Updated core to 1.0.4-next.5
17
+ - Updated common/utils to 1.0.4-next.5
18
+ - Updated common/ui to 1.0.4-next.5
19
+ - Updated shared/types to 1.0.4-next.5
20
+
21
+ ## 1.0.4-next.4 (2026-03-09)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated store/hooks to 1.0.4-next.4
26
+ - Updated core to 1.0.4-next.4
27
+ - Updated common/utils to 1.0.4-next.4
28
+ - Updated common/ui to 1.0.4-next.4
29
+ - Updated shared/types to 1.0.4-next.4
30
+
31
+ ## 1.0.4-next.3 (2026-03-06)
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated store/hooks to 1.0.4-next.3
36
+ - Updated core to 1.0.4-next.3
37
+ - Updated common/utils to 1.0.4-next.3
38
+ - Updated common/ui to 1.0.4-next.3
39
+ - Updated shared/types to 1.0.4-next.3
40
+
41
+ ## 1.0.4-next.2 (2026-03-04)
42
+
43
+ ### 🧱 Updated Dependencies
44
+
45
+ - Updated store/hooks to 1.0.4-next.2
46
+ - Updated core to 1.0.4-next.2
47
+ - Updated common/utils to 1.0.4-next.2
48
+ - Updated common/ui to 1.0.4-next.2
49
+ - Updated shared/types to 1.0.4-next.2
50
+
51
+ ## 1.0.4-next.1 (2026-03-04)
52
+
53
+ ### 🚀 Features
54
+
55
+ - enhance form handling and component props across various modules
56
+ - add CartPage component for managing shopping cart functionality
57
+ - add order confirmation route and related components
58
+ - add ProductBadge component for enhanced product presentation
59
+ - add preAdd and preAdjust callbacks for order line and item adjustments
60
+
61
+ ### 🩹 Fixes
62
+
63
+ - update default minimum quantity to 0 in various components
64
+
65
+ ### 🧱 Updated Dependencies
66
+
67
+ - Updated store/hooks to 1.0.4-next.1
68
+ - Updated core to 1.0.4-next.1
69
+ - Updated common/utils to 1.0.4-next.1
70
+ - Updated common/ui to 1.0.4-next.1
71
+ - Updated shared/types to 1.0.4-next.1
72
+
73
+ ## 1.0.4-next.0 (2026-03-02)
74
+
75
+ ### 🚀 Features
76
+
77
+ - enhance form handling and component props across various modules
78
+ - add CartPage component for managing shopping cart functionality
79
+ - add order confirmation route and related components
80
+ - add ProductBadge component for enhanced product presentation
81
+ - add preAdd and preAdjust callbacks for order line and item adjustments
82
+
83
+ ### 🩹 Fixes
84
+
85
+ - update default minimum quantity to 0 in various components
86
+
87
+ ### 🧱 Updated Dependencies
88
+
89
+ - Updated store/hooks to 1.0.4-next.0
90
+ - Updated core to 1.0.4-next.0
91
+ - Updated common/utils to 1.0.4-next.0
92
+ - Updated common/ui to 1.0.4-next.0
93
+ - Updated shared/types to 1.0.4-next.0
94
+
95
+ ## 1.0.0-next.15 (2026-02-17)
96
+
97
+ ### 🚀 Features
98
+
99
+ - enhance form handling and component props across various modules
100
+ - add CartPage component for managing shopping cart functionality
101
+ - add order confirmation route and related components
102
+ - add ProductBadge component for enhanced product presentation
103
+ - add preAdd and preAdjust callbacks for order line and item adjustments
104
+
105
+ ### 🩹 Fixes
106
+
107
+ - update default minimum quantity to 0 in various components
108
+
109
+ ### 🧱 Updated Dependencies
110
+
111
+ - Updated store/hooks to 1.0.0-next.15
112
+ - Updated core to 1.0.0-next.15
113
+ - Updated common/utils to 1.0.0-next.15
114
+ - Updated common/ui to 1.0.0-next.15
115
+ - Updated shared/types to 1.0.0-next.15
116
+
117
+ ## 1.0.0-next.14 (2026-02-13)
118
+
119
+ ### 🚀 Features
120
+
121
+ - enhance form handling and component props across various modules
122
+ - add CartPage component for managing shopping cart functionality
123
+ - add order confirmation route and related components
124
+ - add ProductBadge component for enhanced product presentation
125
+ - add preAdd and preAdjust callbacks for order line and item adjustments
126
+
127
+ ### 🩹 Fixes
128
+
129
+ - update default minimum quantity to 0 in various components
130
+
131
+ ### 🧱 Updated Dependencies
132
+
133
+ - Updated store/hooks to 1.0.0-next.14
134
+ - Updated core to 1.0.0-next.14
135
+ - Updated common/utils to 1.0.0-next.14
136
+ - Updated common/ui to 1.0.0-next.14
137
+ - Updated shared/types to 1.0.0-next.14
138
+
139
+ ## 1.0.0-next.13 (2026-02-12)
140
+
141
+ ### 🚀 Features
142
+
143
+ - enhance form handling and component props across various modules
144
+ - add CartPage component for managing shopping cart functionality
145
+ - add order confirmation route and related components
146
+ - add ProductBadge component for enhanced product presentation
147
+ - add preAdd and preAdjust callbacks for order line and item adjustments
148
+
149
+ ### 🩹 Fixes
150
+
151
+ - update default minimum quantity to 0 in various components
152
+
153
+ ### 🧱 Updated Dependencies
154
+
155
+ - Updated store/hooks to 1.0.0-next.13
156
+ - Updated core to 1.0.0-next.13
157
+ - Updated common/utils to 1.0.0-next.13
158
+ - Updated common/ui to 1.0.0-next.13
159
+ - Updated shared/types to 1.0.0-next.13
160
+
161
+ ## 1.0.0-next.12 (2026-02-12)
162
+
163
+ ### 🚀 Features
164
+
165
+ - enhance form handling and component props across various modules
166
+ - add CartPage component for managing shopping cart functionality
167
+ - add order confirmation route and related components
168
+ - add ProductBadge component for enhanced product presentation
169
+ - add preAdd and preAdjust callbacks for order line and item adjustments
170
+
171
+ ### 🩹 Fixes
172
+
173
+ - update default minimum quantity to 0 in various components
174
+
175
+ ### 🧱 Updated Dependencies
176
+
177
+ - Updated store/hooks to 1.0.0-next.12
178
+ - Updated core to 1.0.0-next.12
179
+ - Updated common/utils to 1.0.0-next.12
180
+ - Updated common/ui to 1.0.0-next.12
181
+ - Updated shared/types to 1.0.0-next.12
182
+
183
+ ## 1.0.0-next.11 (2026-02-09)
184
+
185
+ ### 🚀 Features
186
+
187
+ - enhance form handling and component props across various modules
188
+ - add CartPage component for managing shopping cart functionality
189
+ - add order confirmation route and related components
190
+ - add ProductBadge component for enhanced product presentation
191
+ - add preAdd and preAdjust callbacks for order line and item adjustments
192
+
193
+ ### 🩹 Fixes
194
+
195
+ - update default minimum quantity to 0 in various components
196
+
197
+ ### 🧱 Updated Dependencies
198
+
199
+ - Updated store/hooks to 1.0.0-next.11
200
+ - Updated core to 1.0.0-next.11
201
+ - Updated common/utils to 1.0.0-next.11
202
+ - Updated common/ui to 1.0.0-next.11
203
+ - Updated shared/types to 1.0.0-next.11
204
+
205
+ ## 1.0.0-next.10 (2026-02-05)
206
+
207
+ ### 🧱 Updated Dependencies
208
+
209
+ - Updated store/hooks to 1.0.0-next.10
210
+ - Updated core to 1.0.0-next.10
211
+ - Updated common/utils to 1.0.0-next.10
212
+ - Updated common/ui to 1.0.0-next.10
213
+ - Updated shared/types to 1.0.0-next.10
214
+
215
+ ## 1.0.0-next.9 (2026-02-05)
216
+
217
+ ### 🧱 Updated Dependencies
218
+
219
+ - Updated store/hooks to 1.0.0-next.9
220
+ - Updated core to 1.0.0-next.9
221
+ - Updated common/utils to 1.0.0-next.9
222
+ - Updated common/ui to 1.0.0-next.9
223
+ - Updated shared/types to 1.0.0-next.9
224
+
225
+ ## 1.0.0-next.8 (2026-02-05)
226
+
227
+ ### 🧱 Updated Dependencies
228
+
229
+ - Updated store/hooks to 1.0.0-next.8
230
+ - Updated core to 1.0.0-next.8
231
+ - Updated common/utils to 1.0.0-next.8
232
+ - Updated common/ui to 1.0.0-next.8
233
+ - Updated shared/types to 1.0.0-next.8
234
+
235
+ ## 1.0.0-next.7 (2026-01-27)
236
+
237
+ ### 🧱 Updated Dependencies
238
+
239
+ - Updated store/hooks to 1.0.0-next.7
240
+ - Updated core to 1.0.0-next.7
241
+ - Updated common/utils to 1.0.0-next.7
242
+ - Updated common/ui to 1.0.0-next.7
243
+ - Updated shared/types to 1.0.0-next.7
244
+
245
+ ## 1.0.0-next.6 (2026-01-23)
246
+
247
+ ### 🧱 Updated Dependencies
248
+
249
+ - Updated store/hooks to 1.0.0-next.6
250
+ - Updated core to 1.0.0-next.6
251
+ - Updated common/utils to 1.0.0-next.6
252
+ - Updated common/ui to 1.0.0-next.6
253
+ - Updated shared/types to 1.0.0-next.6
254
+
255
+ ## 1.0.0-next.5 (2026-01-22)
256
+
257
+ ### 🧱 Updated Dependencies
258
+
259
+ - Updated store/hooks to 1.0.0-next.5
260
+ - Updated core to 1.0.0-next.5
261
+ - Updated common/utils to 1.0.0-next.5
262
+ - Updated common/ui to 1.0.0-next.5
263
+ - Updated shared/types to 1.0.0-next.5
264
+
265
+ ## 1.0.0-next.4 (2026-01-22)
266
+
267
+ ### 🧱 Updated Dependencies
268
+
269
+ - Updated store/hooks to 1.0.0-next.4
270
+ - Updated core to 1.0.0-next.4
271
+ - Updated common/utils to 1.0.0-next.4
272
+ - Updated common/ui to 1.0.0-next.4
273
+ - Updated shared/types to 1.0.0-next.4
274
+
275
+ ## 1.0.0-next.3 (2026-01-14)
276
+
277
+ ### 🧱 Updated Dependencies
278
+
279
+ - Updated store/hooks to 1.0.0-next.3
280
+ - Updated core to 1.0.0-next.3
281
+ - Updated common/utils to 1.0.0-next.3
282
+ - Updated common/ui to 1.0.0-next.3
283
+ - Updated shared/types to 1.0.0-next.3
284
+
285
+ ## 1.0.0-next.2 (2025-12-30)
286
+
287
+ ### 🧱 Updated Dependencies
288
+
289
+ - Updated store/hooks to 1.0.0-next.2
290
+ - Updated core to 1.0.0-next.2
291
+ - Updated common/utils to 1.0.0-next.2
292
+ - Updated common/ui to 1.0.0-next.2
293
+ - Updated shared/types to 1.0.0-next.2
294
+
295
+ ## 1.0.0-next.1 (2025-12-30)
296
+
297
+ ### 🧱 Updated Dependencies
298
+
299
+ - Updated store/hooks to 1.0.0-next.1
300
+ - Updated core to 1.0.0-next.1
301
+ - Updated common/utils to 1.0.0-next.1
302
+ - Updated common/ui to 1.0.0-next.1
303
+ - Updated shared/types to 1.0.0-next.1
304
+
305
+ ## 1.0.0-next.0 (2025-12-30)
306
+
307
+ ### 🧱 Updated Dependencies
308
+
309
+ - Updated store/hooks to 1.0.0-next.0
310
+ - Updated core to 1.0.0-next.0
311
+ - Updated common/utils to 1.0.0-next.0
312
+ - Updated common/ui to 1.0.0-next.0
313
+ - Updated shared/types to 1.0.0-next.0
314
+
315
+ ## 0.0.52-4 (2025-12-15)
316
+
317
+ ### 🚀 Features
318
+
319
+ - enhance form handling and component props across various modules
320
+ - add CartPage component for managing shopping cart functionality
321
+ - add order confirmation route and related components
322
+ - add ProductBadge component for enhanced product presentation
323
+ - add preAdd and preAdjust callbacks for order line and item adjustments
324
+
325
+ ### 🩹 Fixes
326
+
327
+ - update default minimum quantity to 0 in various components
328
+
329
+ ### 🧱 Updated Dependencies
330
+
331
+ - Updated store/hooks to 0.0.52-4
332
+ - Updated core to 0.0.52-4
333
+ - Updated common/utils to 0.0.52-4
334
+ - Updated common/ui to 0.0.52-4
335
+ - Updated shared/types to 0.0.52-4
336
+
337
+ ## 0.0.52-3 (2025-12-12)
338
+
339
+ ### 🚀 Features
340
+
341
+ - enhance form handling and component props across various modules
342
+ - add CartPage component for managing shopping cart functionality
343
+ - add order confirmation route and related components
344
+ - add ProductBadge component for enhanced product presentation
345
+ - add preAdd and preAdjust callbacks for order line and item adjustments
346
+
347
+ ### 🩹 Fixes
348
+
349
+ - update default minimum quantity to 0 in various components
350
+
351
+ ### 🧱 Updated Dependencies
352
+
353
+ - Updated store/hooks to 0.0.52-3
354
+ - Updated core to 0.0.52-3
355
+ - Updated common/utils to 0.0.52-3
356
+ - Updated common/ui to 0.0.52-3
357
+ - Updated shared/types to 0.0.52-3
358
+
359
+ ## 0.0.52-2 (2025-12-12)
360
+
361
+ ### 🚀 Features
362
+
363
+ - enhance form handling and component props across various modules
364
+ - add CartPage component for managing shopping cart functionality
365
+ - add order confirmation route and related components
366
+ - add ProductBadge component for enhanced product presentation
367
+ - add preAdd and preAdjust callbacks for order line and item adjustments
368
+
369
+ ### 🩹 Fixes
370
+
371
+ - update default minimum quantity to 0 in various components
372
+
373
+ ### 🧱 Updated Dependencies
374
+
375
+ - Updated store/hooks to 0.0.52-2
376
+ - Updated core to 0.0.52-2
377
+ - Updated common/utils to 0.0.52-2
378
+ - Updated common/ui to 0.0.52-2
379
+ - Updated shared/types to 0.0.52-2
380
+
381
+ ## 0.0.52-1 (2025-12-11)
382
+
383
+ ### 🚀 Features
384
+
385
+ - enhance form handling and component props across various modules
386
+ - add CartPage component for managing shopping cart functionality
387
+ - add order confirmation route and related components
388
+ - add ProductBadge component for enhanced product presentation
389
+ - add preAdd and preAdjust callbacks for order line and item adjustments
390
+
391
+ ### 🩹 Fixes
392
+
393
+ - update default minimum quantity to 0 in various components
394
+
395
+ ### 🧱 Updated Dependencies
396
+
397
+ - Updated store/hooks to 0.0.52-1
398
+ - Updated core to 0.0.52-1
399
+ - Updated common/utils to 0.0.52-1
400
+ - Updated common/ui to 0.0.52-1
401
+ - Updated shared/types to 0.0.52-1
402
+
403
+ ## 0.0.52 (2025-12-11)
404
+
405
+ ### 🚀 Features
406
+
407
+ - enhance form handling and component props across various modules
408
+ - add CartPage component for managing shopping cart functionality
409
+ - add order confirmation route and related components
410
+ - add ProductBadge component for enhanced product presentation
411
+ - add preAdd and preAdjust callbacks for order line and item adjustments
412
+
413
+ ### 🩹 Fixes
414
+
415
+ - update default minimum quantity to 0 in various components
416
+
417
+ ### 🧱 Updated Dependencies
418
+
419
+ - Updated store/hooks to 0.0.52
420
+ - Updated core to 0.0.52
421
+ - Updated common/utils to 0.0.52
422
+ - Updated common/ui to 0.0.52
423
+ - Updated shared/types to 0.0.52
424
+
425
+ ## 0.0.51-0 (2025-12-11)
426
+
427
+ ### 🚀 Features
428
+
429
+ - enhance form handling and component props across various modules
430
+ - add CartPage component for managing shopping cart functionality
431
+ - add order confirmation route and related components
432
+ - add ProductBadge component for enhanced product presentation
433
+ - add preAdd and preAdjust callbacks for order line and item adjustments
434
+
435
+ ### 🩹 Fixes
436
+
437
+ - update default minimum quantity to 0 in various components
438
+
439
+ ### 🧱 Updated Dependencies
440
+
441
+ - Updated store/hooks to 0.0.51-0
442
+ - Updated core to 0.0.51-0
443
+ - Updated common/utils to 0.0.51-0
444
+ - Updated common/ui to 0.0.51-0
445
+ - Updated shared/types to 0.0.51-0
446
+
447
+ ## 0.0.50 (2025-11-25)
448
+
449
+ ### 🚀 Features
450
+
451
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
452
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
453
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
454
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
455
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
456
+
457
+ ### 🩹 Fixes
458
+
459
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
460
+
461
+ ### 🧱 Updated Dependencies
462
+
463
+ - Updated store/hooks to 0.0.50
464
+ - Updated core to 0.0.50
465
+ - Updated common/utils to 0.0.50
466
+ - Updated common/ui to 0.0.50
467
+ - Updated shared/types to 0.0.50
468
+
469
+ ### ❤️ Thank You
470
+
471
+ - Johanna Bertils @johannabertils
472
+ - Mathias Saxenstrand
473
+
474
+ ## 0.0.49 (2025-11-25)
475
+
476
+ ### 🚀 Features
477
+
478
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
479
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
480
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
481
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
482
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
483
+
484
+ ### 🩹 Fixes
485
+
486
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
487
+
488
+ ### 🧱 Updated Dependencies
489
+
490
+ - Updated store/hooks to 0.0.49
491
+ - Updated core to 0.0.49
492
+ - Updated common/utils to 0.0.49
493
+ - Updated common/ui to 0.0.49
494
+ - Updated shared/types to 0.0.49
495
+
496
+ ### ❤️ Thank You
497
+
498
+ - Johanna Bertils @johannabertils
499
+ - Mathias Saxenstrand
500
+
501
+ ## 0.0.48 (2025-11-07)
502
+
503
+ ### 🚀 Features
504
+
505
+ - enhance form handling and component props across various modules
506
+ - add CartPage component for managing shopping cart functionality
507
+ - add order confirmation route and related components
508
+ - add ProductBadge component for enhanced product presentation
509
+ - add preAdd and preAdjust callbacks for order line and item adjustments
510
+
511
+ ### 🩹 Fixes
512
+
513
+ - update default minimum quantity to 0 in various components
514
+
515
+ ### 🧱 Updated Dependencies
516
+
517
+ - Updated store/hooks to 0.0.48
518
+ - Updated core to 0.0.48
519
+ - Updated common/utils to 0.0.48
520
+ - Updated common/ui to 0.0.48
521
+ - Updated shared/types to 0.0.48
522
+
523
+ ### ❤️ Thank You
524
+
525
+ - Johanna Bertils @johannabertils
526
+ - Mathias Saxenstrand
527
+
528
+ ## 0.0.47 (2025-10-08)
529
+
530
+ ### 🚀 Features
531
+
532
+ - enhance form handling and component props across various modules
533
+ - add CartPage component for managing shopping cart functionality
534
+ - add order confirmation route and related components
535
+ - add ProductBadge component for enhanced product presentation
536
+ - add preAdd and preAdjust callbacks for order line and item adjustments
537
+
538
+ ### 🩹 Fixes
539
+
540
+ - update default minimum quantity to 0 in various components
541
+
542
+ ### 🧱 Updated Dependencies
543
+
544
+ - Updated store/hooks to 0.0.47
545
+ - Updated core to 0.0.47
546
+ - Updated common/utils to 0.0.47
547
+ - Updated common/ui to 0.0.47
548
+ - Updated shared/types to 0.0.47
549
+
550
+ ### ❤️ Thank You
551
+
552
+ - Johanna Bertils @johannabertils
553
+ - Mathias Saxenstrand
554
+
555
+ ## 0.0.46 (2025-10-08)
556
+
557
+ ### 🚀 Features
558
+
559
+ - enhance form handling and component props across various modules
560
+ - add CartPage component for managing shopping cart functionality
561
+ - add order confirmation route and related components
562
+ - add ProductBadge component for enhanced product presentation
563
+ - add preAdd and preAdjust callbacks for order line and item adjustments
564
+
565
+ ### 🩹 Fixes
566
+
567
+ - update default minimum quantity to 0 in various components
568
+
569
+ ### 🧱 Updated Dependencies
570
+
571
+ - Updated store/hooks to 0.0.46
572
+ - Updated core to 0.0.46
573
+ - Updated common/utils to 0.0.46
574
+ - Updated common/ui to 0.0.46
575
+ - Updated shared/types to 0.0.46
576
+
577
+ ### ❤️ Thank You
578
+
579
+ - Johanna Bertils @johannabertils
580
+ - Mathias Saxenstrand
581
+
582
+ ## 0.0.45 (2025-10-06)
583
+
584
+ ### 🚀 Features
585
+
586
+ - enhance form handling and component props across various modules
587
+ - add CartPage component for managing shopping cart functionality
588
+ - add order confirmation route and related components
589
+ - add ProductBadge component for enhanced product presentation
590
+ - add preAdd and preAdjust callbacks for order line and item adjustments
591
+
592
+ ### 🩹 Fixes
593
+
594
+ - update default minimum quantity to 0 in various components
595
+
596
+ ### 🧱 Updated Dependencies
597
+
598
+ - Updated store/hooks to 0.0.45
599
+ - Updated core to 0.0.45
600
+ - Updated common/utils to 0.0.45
601
+ - Updated common/ui to 0.0.45
602
+ - Updated shared/types to 0.0.45
603
+
604
+ ### ❤️ Thank You
605
+
606
+ - Johanna Bertils @johannabertils
607
+ - Mathias Saxenstrand
608
+
609
+ ## 0.0.44 (2025-10-02)
610
+
611
+ ### 🚀 Features
612
+
613
+ - enhance form handling and component props across various modules
614
+ - add CartPage component for managing shopping cart functionality
615
+ - add order confirmation route and related components
616
+ - add ProductBadge component for enhanced product presentation
617
+ - add preAdd and preAdjust callbacks for order line and item adjustments
618
+
619
+ ### 🩹 Fixes
620
+
621
+ - update default minimum quantity to 0 in various components
622
+
623
+ ### 🧱 Updated Dependencies
624
+
625
+ - Updated store/hooks to 0.0.44
626
+ - Updated core to 0.0.44
627
+ - Updated common/utils to 0.0.44
628
+ - Updated common/ui to 0.0.44
629
+ - Updated shared/types to 0.0.44
630
+
631
+ ### ❤️ Thank You
632
+
633
+ - Johanna Bertils @johannabertils
634
+ - Mathias Saxenstrand
635
+
636
+ ## 0.0.43 (2025-09-30)
637
+
638
+ ### 🚀 Features
639
+
640
+ - enhance form handling and component props across various modules
641
+ - add CartPage component for managing shopping cart functionality
642
+ - add order confirmation route and related components
643
+ - add ProductBadge component for enhanced product presentation
644
+ - add preAdd and preAdjust callbacks for order line and item adjustments
645
+
646
+ ### 🩹 Fixes
647
+
648
+ - update default minimum quantity to 0 in various components
649
+
650
+ ### 🧱 Updated Dependencies
651
+
652
+ - Updated store/hooks to 0.0.43
653
+ - Updated core to 0.0.43
654
+ - Updated common/utils to 0.0.43
655
+ - Updated common/ui to 0.0.43
656
+ - Updated shared/types to 0.0.43
657
+
658
+ ### ❤️ Thank You
659
+
660
+ - Johanna Bertils @johannabertils
661
+ - Mathias Saxenstrand
662
+
663
+ ## 0.0.42 (2025-09-29)
664
+
665
+ ### 🚀 Features
666
+
667
+ - enhance form handling and component props across various modules
668
+ - add CartPage component for managing shopping cart functionality
669
+ - add order confirmation route and related components
670
+ - add ProductBadge component for enhanced product presentation
671
+ - add preAdd and preAdjust callbacks for order line and item adjustments
672
+
673
+ ### 🩹 Fixes
674
+
675
+ - update default minimum quantity to 0 in various components
676
+
677
+ ### 🧱 Updated Dependencies
678
+
679
+ - Updated store/hooks to 0.0.42
680
+ - Updated core to 0.0.42
681
+ - Updated common/utils to 0.0.42
682
+ - Updated common/ui to 0.0.42
683
+ - Updated shared/types to 0.0.42
684
+
685
+ ### ❤️ Thank You
686
+
687
+ - Johanna Bertils @johannabertils
688
+ - Mathias Saxenstrand
689
+
690
+ ## 0.0.41 (2025-09-26)
691
+
692
+ ### 🚀 Features
693
+
694
+ - enhance form handling and component props across various modules
695
+ - add CartPage component for managing shopping cart functionality
696
+ - add order confirmation route and related components
697
+ - add ProductBadge component for enhanced product presentation
698
+ - add preAdd and preAdjust callbacks for order line and item adjustments
699
+
700
+ ### 🩹 Fixes
701
+
702
+ - update default minimum quantity to 0 in various components
703
+
704
+ ### 🧱 Updated Dependencies
705
+
706
+ - Updated store/hooks to 0.0.41
707
+ - Updated core to 0.0.41
708
+ - Updated common/utils to 0.0.41
709
+ - Updated common/ui to 0.0.41
710
+ - Updated shared/types to 0.0.41
711
+
712
+ ### ❤️ Thank You
713
+
714
+ - Johanna Bertils @johannabertils
715
+ - Mathias Saxenstrand
716
+
717
+ ## 0.0.40-0 (2025-09-26)
718
+
719
+ ### 🚀 Features
720
+
721
+ - enhance form handling and component props across various modules
722
+ - add CartPage component for managing shopping cart functionality
723
+ - add order confirmation route and related components
724
+ - add ProductBadge component for enhanced product presentation
725
+ - add preAdd and preAdjust callbacks for order line and item adjustments
726
+
727
+ ### 🩹 Fixes
728
+
729
+ - update default minimum quantity to 0 in various components
730
+
731
+ ### 🧱 Updated Dependencies
732
+
733
+ - Updated store/hooks to 0.0.40-0
734
+ - Updated core to 0.0.40-0
735
+ - Updated common/utils to 0.0.40-0
736
+ - Updated common/ui to 0.0.40-0
737
+ - Updated shared/types to 0.0.40-0
738
+
739
+ ### ❤️ Thank You
740
+
741
+ - Johanna Bertils @johannabertils
742
+ - Mathias Saxenstrand
743
+
744
+ ## 0.0.39 (2025-09-26)
745
+
746
+ ### 🚀 Features
747
+
748
+ - enhance form handling and component props across various modules
749
+ - add CartPage component for managing shopping cart functionality
750
+ - add order confirmation route and related components
751
+ - add ProductBadge component for enhanced product presentation
752
+ - add preAdd and preAdjust callbacks for order line and item adjustments
753
+
754
+ ### 🩹 Fixes
755
+
756
+ - update default minimum quantity to 0 in various components
757
+
758
+ ### 🧱 Updated Dependencies
759
+
760
+ - Updated store/hooks to 0.0.39
761
+ - Updated core to 0.0.39
762
+ - Updated common/utils to 0.0.39
763
+ - Updated common/ui to 0.0.39
764
+ - Updated shared/types to 0.0.39
765
+
766
+ ### ❤️ Thank You
767
+
768
+ - Johanna Bertils @johannabertils
769
+ - Mathias Saxenstrand
770
+
771
+ ## 0.0.38-1 (2025-09-26)
772
+
773
+ ### 🚀 Features
774
+
775
+ - enhance form handling and component props across various modules
776
+ - add CartPage component for managing shopping cart functionality
777
+ - add order confirmation route and related components
778
+ - add ProductBadge component for enhanced product presentation
779
+ - add preAdd and preAdjust callbacks for order line and item adjustments
780
+
781
+ ### 🩹 Fixes
782
+
783
+ - update default minimum quantity to 0 in various components
784
+
785
+ ### 🧱 Updated Dependencies
786
+
787
+ - Updated store/hooks to 0.0.38-1
788
+ - Updated core to 0.0.38-1
789
+ - Updated common/utils to 0.0.38-1
790
+ - Updated common/ui to 0.0.38-1
791
+ - Updated shared/types to 0.0.38-1
792
+
793
+ ### ❤️ Thank You
794
+
795
+ - Johanna Bertils @johannabertils
796
+ - Mathias Saxenstrand
797
+
798
+ ## 0.0.38-0 (2025-09-25)
799
+
800
+ ### 🚀 Features
801
+
802
+ - enhance form handling and component props across various modules
803
+ - add CartPage component for managing shopping cart functionality
804
+ - add order confirmation route and related components
805
+ - add ProductBadge component for enhanced product presentation
806
+ - add preAdd and preAdjust callbacks for order line and item adjustments
807
+
808
+ ### 🩹 Fixes
809
+
810
+ - update default minimum quantity to 0 in various components
811
+
812
+ ### 🧱 Updated Dependencies
813
+
814
+ - Updated store/hooks to 0.0.38-0
815
+ - Updated core to 0.0.38-0
816
+ - Updated common/utils to 0.0.38-0
817
+ - Updated common/ui to 0.0.38-0
818
+ - Updated shared/types to 0.0.38-0
819
+
820
+ ### ❤️ Thank You
821
+
822
+ - Johanna Bertils @johannabertils
823
+ - Mathias Saxenstrand
824
+
825
+ ## 0.0.37 (2025-09-25)
826
+
827
+ ### 🚀 Features
828
+
829
+ - enhance form handling and component props across various modules
830
+ - add CartPage component for managing shopping cart functionality
831
+ - add order confirmation route and related components
832
+ - add ProductBadge component for enhanced product presentation
833
+ - add preAdd and preAdjust callbacks for order line and item adjustments
834
+
835
+ ### 🩹 Fixes
836
+
837
+ - update default minimum quantity to 0 in various components
838
+
839
+ ### 🧱 Updated Dependencies
840
+
841
+ - Updated store/hooks to 0.0.37
842
+ - Updated core to 0.0.37
843
+ - Updated common/utils to 0.0.37
844
+ - Updated common/ui to 0.0.37
845
+ - Updated shared/types to 0.0.37
846
+
847
+ ### ❤️ Thank You
848
+
849
+ - Johanna Bertils @johannabertils
850
+ - Mathias Saxenstrand
851
+
852
+ ## 0.0.36 (2025-09-25)
853
+
854
+ ### 🚀 Features
855
+
856
+ - enhance form handling and component props across various modules
857
+ - add CartPage component for managing shopping cart functionality
858
+ - add order confirmation route and related components
859
+ - add ProductBadge component for enhanced product presentation
860
+ - add preAdd and preAdjust callbacks for order line and item adjustments
861
+
862
+ ### 🩹 Fixes
863
+
864
+ - update default minimum quantity to 0 in various components
865
+
866
+ ### 🧱 Updated Dependencies
867
+
868
+ - Updated store/hooks to 0.0.36
869
+ - Updated core to 0.0.36
870
+ - Updated common/utils to 0.0.36
871
+ - Updated common/ui to 0.0.36
872
+ - Updated shared/types to 0.0.36
873
+
874
+ ### ❤️ Thank You
875
+
876
+ - Johanna Bertils @johannabertils
877
+ - Mathias Saxenstrand
878
+
879
+ ## 0.0.36-0 (2025-09-25)
880
+
881
+ ### 🚀 Features
882
+
883
+ - enhance form handling and component props across various modules
884
+ - add CartPage component for managing shopping cart functionality
885
+ - add order confirmation route and related components
886
+ - add ProductBadge component for enhanced product presentation
887
+ - add preAdd and preAdjust callbacks for order line and item adjustments
888
+
889
+ ### 🩹 Fixes
890
+
891
+ - update default minimum quantity to 0 in various components
892
+
893
+ ### 🧱 Updated Dependencies
894
+
895
+ - Updated store/hooks to 0.0.36-0
896
+ - Updated core to 0.0.36-0
897
+ - Updated common/utils to 0.0.36-0
898
+ - Updated common/ui to 0.0.36-0
899
+ - Updated shared/types to 0.0.36-0
900
+
901
+ ### ❤️ Thank You
902
+
903
+ - Johanna Bertils @johannabertils
904
+ - Mathias Saxenstrand
905
+
906
+ ## 0.0.35 (2025-09-25)
907
+
908
+ ### 🚀 Features
909
+
910
+ - enhance form handling and component props across various modules
911
+ - add CartPage component for managing shopping cart functionality
912
+ - add order confirmation route and related components
913
+ - add ProductBadge component for enhanced product presentation
914
+ - add preAdd and preAdjust callbacks for order line and item adjustments
915
+
916
+ ### 🩹 Fixes
917
+
918
+ - update default minimum quantity to 0 in various components
919
+
920
+ ### 🧱 Updated Dependencies
921
+
922
+ - Updated store/hooks to 0.0.35
923
+ - Updated core to 0.0.35
924
+ - Updated common/utils to 0.0.35
925
+ - Updated common/ui to 0.0.35
926
+ - Updated shared/types to 0.0.35
927
+
928
+ ### ❤️ Thank You
929
+
930
+ - Johanna Bertils @johannabertils
931
+ - Mathias Saxenstrand
932
+
933
+ ## 0.0.34-0 (2025-09-24)
934
+
935
+ ### 🚀 Features
936
+
937
+ - enhance form handling and component props across various modules
938
+ - add CartPage component for managing shopping cart functionality
939
+ - add order confirmation route and related components
940
+ - add ProductBadge component for enhanced product presentation
941
+ - add preAdd and preAdjust callbacks for order line and item adjustments
942
+
943
+ ### 🩹 Fixes
944
+
945
+ - update default minimum quantity to 0 in various components
946
+
947
+ ### 🧱 Updated Dependencies
948
+
949
+ - Updated store/hooks to 0.0.34-0
950
+ - Updated core to 0.0.34-0
951
+ - Updated common/utils to 0.0.34-0
952
+ - Updated common/ui to 0.0.34-0
953
+ - Updated shared/types to 0.0.34-0
954
+
955
+ ### ❤️ Thank You
956
+
957
+ - Johanna Bertils @johannabertils
958
+ - Mathias Saxenstrand
959
+
960
+ ## 0.0.33 (2025-09-24)
961
+
962
+ ### 🚀 Features
963
+
964
+ - enhance form handling and component props across various modules
965
+ - add CartPage component for managing shopping cart functionality
966
+ - add order confirmation route and related components
967
+ - add ProductBadge component for enhanced product presentation
968
+ - add preAdd and preAdjust callbacks for order line and item adjustments
969
+
970
+ ### 🩹 Fixes
971
+
972
+ - update default minimum quantity to 0 in various components
973
+
974
+ ### 🧱 Updated Dependencies
975
+
976
+ - Updated store/hooks to 0.0.33
977
+ - Updated core to 0.0.33
978
+ - Updated common/utils to 0.0.33
979
+ - Updated common/ui to 0.0.33
980
+ - Updated shared/types to 0.0.33
981
+
982
+ ### ❤️ Thank You
983
+
984
+ - Johanna Bertils @johannabertils
985
+ - Mathias Saxenstrand
986
+
987
+ ## 0.0.32 (2025-09-24)
988
+
989
+ ### 🚀 Features
990
+
991
+ - enhance form handling and component props across various modules
992
+ - add CartPage component for managing shopping cart functionality
993
+ - add order confirmation route and related components
994
+ - add ProductBadge component for enhanced product presentation
995
+ - add preAdd and preAdjust callbacks for order line and item adjustments
996
+
997
+ ### 🩹 Fixes
998
+
999
+ - update default minimum quantity to 0 in various components
1000
+
1001
+ ### 🧱 Updated Dependencies
1002
+
1003
+ - Updated store/hooks to 0.0.32
1004
+ - Updated core to 0.0.32
1005
+ - Updated common/utils to 0.0.32
1006
+ - Updated common/ui to 0.0.32
1007
+ - Updated shared/types to 0.0.32
1008
+
1009
+ ### ❤️ Thank You
1010
+
1011
+ - Johanna Bertils @johannabertils
1012
+ - Mathias Saxenstrand
1013
+
1014
+ ## 0.0.32-10 (2025-09-23)
1015
+
1016
+ ### 🚀 Features
1017
+
1018
+ - enhance form handling and component props across various modules
1019
+ - add CartPage component for managing shopping cart functionality
1020
+ - add order confirmation route and related components
1021
+ - add ProductBadge component for enhanced product presentation
1022
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1023
+
1024
+ ### 🩹 Fixes
1025
+
1026
+ - update default minimum quantity to 0 in various components
1027
+
1028
+ ### 🧱 Updated Dependencies
1029
+
1030
+ - Updated store/hooks to 0.0.32-10
1031
+ - Updated core to 0.0.32-10
1032
+ - Updated common/utils to 0.0.32-10
1033
+ - Updated common/ui to 0.0.32-10
1034
+ - Updated shared/types to 0.0.32-10
1035
+
1036
+ ### ❤️ Thank You
1037
+
1038
+ - Johanna Bertils @johannabertils
1039
+ - Mathias Saxenstrand
1040
+
1041
+ ## 0.0.32-9 (2025-09-23)
1042
+
1043
+ ### 🚀 Features
1044
+
1045
+ - enhance form handling and component props across various modules
1046
+ - add CartPage component for managing shopping cart functionality
1047
+ - add order confirmation route and related components
1048
+ - add ProductBadge component for enhanced product presentation
1049
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1050
+
1051
+ ### 🩹 Fixes
1052
+
1053
+ - update default minimum quantity to 0 in various components
1054
+
1055
+ ### 🧱 Updated Dependencies
1056
+
1057
+ - Updated store/hooks to 0.0.32-9
1058
+ - Updated core to 0.0.32-9
1059
+ - Updated common/utils to 0.0.32-9
1060
+ - Updated common/ui to 0.0.32-9
1061
+ - Updated shared/types to 0.0.32-9
1062
+
1063
+ ### ❤️ Thank You
1064
+
1065
+ - Johanna Bertils @johannabertils
1066
+ - Mathias Saxenstrand
1067
+
1068
+ ## 0.0.32-8 (2025-09-23)
1069
+
1070
+ ### 🚀 Features
1071
+
1072
+ - enhance form handling and component props across various modules
1073
+ - add CartPage component for managing shopping cart functionality
1074
+ - add order confirmation route and related components
1075
+ - add ProductBadge component for enhanced product presentation
1076
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1077
+
1078
+ ### 🩹 Fixes
1079
+
1080
+ - update default minimum quantity to 0 in various components
1081
+
1082
+ ### 🧱 Updated Dependencies
1083
+
1084
+ - Updated store/hooks to 0.0.32-8
1085
+ - Updated core to 0.0.32-8
1086
+ - Updated common/utils to 0.0.32-8
1087
+ - Updated common/ui to 0.0.32-8
1088
+ - Updated shared/types to 0.0.32-8
1089
+
1090
+ ### ❤️ Thank You
1091
+
1092
+ - Johanna Bertils @johannabertils
1093
+ - Mathias Saxenstrand
1094
+
1095
+ ## 0.0.32-7 (2025-09-17)
1096
+
1097
+ ### 🚀 Features
1098
+
1099
+ - enhance form handling and component props across various modules
1100
+ - add CartPage component for managing shopping cart functionality
1101
+ - add order confirmation route and related components
1102
+ - add ProductBadge component for enhanced product presentation
1103
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1104
+
1105
+ ### 🩹 Fixes
1106
+
1107
+ - update default minimum quantity to 0 in various components
1108
+
1109
+ ### 🧱 Updated Dependencies
1110
+
1111
+ - Updated store/hooks to 0.0.32-7
1112
+ - Updated core to 0.0.32-7
1113
+ - Updated common/utils to 0.0.32-7
1114
+ - Updated common/ui to 0.0.32-7
1115
+ - Updated shared/types to 0.0.32-7
1116
+
1117
+ ### ❤️ Thank You
1118
+
1119
+ - Johanna Bertils @johannabertils
1120
+ - Mathias Saxenstrand
1121
+
1122
+ ## 0.0.32-6 (2025-09-17)
1123
+
1124
+ ### 🚀 Features
1125
+
1126
+ - enhance form handling and component props across various modules
1127
+ - add CartPage component for managing shopping cart functionality
1128
+ - add order confirmation route and related components
1129
+ - add ProductBadge component for enhanced product presentation
1130
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1131
+
1132
+ ### 🩹 Fixes
1133
+
1134
+ - update default minimum quantity to 0 in various components
1135
+
1136
+ ### 🧱 Updated Dependencies
1137
+
1138
+ - Updated store/hooks to 0.0.32-6
1139
+ - Updated core to 0.0.32-6
1140
+ - Updated common/utils to 0.0.32-6
1141
+ - Updated common/ui to 0.0.32-6
1142
+ - Updated shared/types to 0.0.32-6
1143
+
1144
+ ### ❤️ Thank You
1145
+
1146
+ - Johanna Bertils @johannabertils
1147
+ - Mathias Saxenstrand
1148
+
1149
+ ## 0.0.32-5 (2025-09-17)
1150
+
1151
+ ### 🚀 Features
1152
+
1153
+ - enhance form handling and component props across various modules
1154
+ - add CartPage component for managing shopping cart functionality
1155
+ - add order confirmation route and related components
1156
+ - add ProductBadge component for enhanced product presentation
1157
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1158
+
1159
+ ### 🩹 Fixes
1160
+
1161
+ - update default minimum quantity to 0 in various components
1162
+
1163
+ ### 🧱 Updated Dependencies
1164
+
1165
+ - Updated store/hooks to 0.0.32-5
1166
+ - Updated core to 0.0.32-5
1167
+ - Updated common/utils to 0.0.32-5
1168
+ - Updated common/ui to 0.0.32-5
1169
+ - Updated shared/types to 0.0.32-5
1170
+
1171
+ ### ❤️ Thank You
1172
+
1173
+ - Johanna Bertils @johannabertils
1174
+ - Mathias Saxenstrand
1175
+
1176
+ ## 0.0.32-4 (2025-09-16)
1177
+
1178
+ ### 🚀 Features
1179
+
1180
+ - enhance form handling and component props across various modules
1181
+ - add CartPage component for managing shopping cart functionality
1182
+ - add order confirmation route and related components
1183
+ - add ProductBadge component for enhanced product presentation
1184
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1185
+
1186
+ ### 🩹 Fixes
1187
+
1188
+ - update default minimum quantity to 0 in various components
1189
+
1190
+ ### 🧱 Updated Dependencies
1191
+
1192
+ - Updated store/hooks to 0.0.32-4
1193
+ - Updated core to 0.0.32-4
1194
+ - Updated common/utils to 0.0.32-4
1195
+ - Updated common/ui to 0.0.32-4
1196
+ - Updated shared/types to 0.0.32-4
1197
+
1198
+ ### ❤️ Thank You
1199
+
1200
+ - Johanna Bertils @johannabertils
1201
+ - Mathias Saxenstrand
1202
+
1203
+ ## 0.0.32-3 (2025-09-16)
1204
+
1205
+ ### 🚀 Features
1206
+
1207
+ - enhance form handling and component props across various modules
1208
+ - add CartPage component for managing shopping cart functionality
1209
+ - add order confirmation route and related components
1210
+ - add ProductBadge component for enhanced product presentation
1211
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1212
+
1213
+ ### 🩹 Fixes
1214
+
1215
+ - update default minimum quantity to 0 in various components
1216
+
1217
+ ### 🧱 Updated Dependencies
1218
+
1219
+ - Updated store/hooks to 0.0.32-3
1220
+ - Updated core to 0.0.32-3
1221
+ - Updated common/utils to 0.0.32-3
1222
+ - Updated common/ui to 0.0.32-3
1223
+ - Updated shared/types to 0.0.32-3
1224
+
1225
+ ### ❤️ Thank You
1226
+
1227
+ - Johanna Bertils @johannabertils
1228
+ - Mathias Saxenstrand
1229
+
1230
+ ## 0.0.32-2 (2025-09-16)
1231
+
1232
+ ### 🚀 Features
1233
+
1234
+ - enhance form handling and component props across various modules
1235
+ - add CartPage component for managing shopping cart functionality
1236
+ - add order confirmation route and related components
1237
+ - add ProductBadge component for enhanced product presentation
1238
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1239
+
1240
+ ### 🩹 Fixes
1241
+
1242
+ - update default minimum quantity to 0 in various components
1243
+
1244
+ ### 🧱 Updated Dependencies
1245
+
1246
+ - Updated store/hooks to 0.0.32-2
1247
+ - Updated core to 0.0.32-2
1248
+ - Updated common/utils to 0.0.32-2
1249
+ - Updated common/ui to 0.0.32-2
1250
+ - Updated shared/types to 0.0.32-2
1251
+
1252
+ ### ❤️ Thank You
1253
+
1254
+ - Johanna Bertils @johannabertils
1255
+ - Mathias Saxenstrand
1256
+
1257
+ ## 0.0.32-1 (2025-09-15)
1258
+
1259
+ ### 🚀 Features
1260
+
1261
+ - enhance form handling and component props across various modules
1262
+ - add CartPage component for managing shopping cart functionality
1263
+ - add order confirmation route and related components
1264
+ - add ProductBadge component for enhanced product presentation
1265
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1266
+
1267
+ ### 🩹 Fixes
1268
+
1269
+ - update default minimum quantity to 0 in various components
1270
+
1271
+ ### 🧱 Updated Dependencies
1272
+
1273
+ - Updated store/hooks to 0.0.32-1
1274
+ - Updated core to 0.0.32-1
1275
+ - Updated common/utils to 0.0.32-1
1276
+ - Updated common/ui to 0.0.32-1
1277
+ - Updated shared/types to 0.0.32-1
1278
+
1279
+ ### ❤️ Thank You
1280
+
1281
+ - Johanna Bertils @johannabertils
1282
+ - Mathias Saxenstrand
1283
+
1284
+ ## 0.0.31 (2025-09-11)
1285
+
1286
+ ### 🚀 Features
1287
+
1288
+ - enhance form handling and component props across various modules
1289
+ - add CartPage component for managing shopping cart functionality
1290
+ - add order confirmation route and related components
1291
+ - add ProductBadge component for enhanced product presentation
1292
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1293
+
1294
+ ### 🩹 Fixes
1295
+
1296
+ - update default minimum quantity to 0 in various components
1297
+
1298
+ ### 🧱 Updated Dependencies
1299
+
1300
+ - Updated store/hooks to 0.0.31
1301
+ - Updated core to 0.0.31
1302
+ - Updated common/utils to 0.0.31
1303
+ - Updated common/ui to 0.0.31
1304
+ - Updated shared/types to 0.0.31
1305
+
1306
+ ### ❤️ Thank You
1307
+
1308
+ - Johanna Bertils @johannabertils
1309
+ - Mathias Saxenstrand
1310
+
1311
+ ## 0.0.30 (2025-09-11)
1312
+
1313
+ ### 🚀 Features
1314
+
1315
+ - enhance form handling and component props across various modules
1316
+ - add CartPage component for managing shopping cart functionality
1317
+ - add order confirmation route and related components
1318
+ - add ProductBadge component for enhanced product presentation
1319
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1320
+
1321
+ ### 🩹 Fixes
1322
+
1323
+ - update default minimum quantity to 0 in various components
1324
+
1325
+ ### 🧱 Updated Dependencies
1326
+
1327
+ - Updated store/hooks to 0.0.30
1328
+ - Updated core to 0.0.30
1329
+ - Updated common/utils to 0.0.30
1330
+ - Updated common/ui to 0.0.30
1331
+ - Updated shared/types to 0.0.30
1332
+
1333
+ ### ❤️ Thank You
1334
+
1335
+ - Johanna Bertils @johannabertils
1336
+ - Mathias Saxenstrand
1337
+
1338
+ ## 0.0.29 (2025-09-10)
1339
+
1340
+ ### 🚀 Features
1341
+
1342
+ - enhance form handling and component props across various modules
1343
+ - add CartPage component for managing shopping cart functionality
1344
+ - add order confirmation route and related components
1345
+ - add ProductBadge component for enhanced product presentation
1346
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1347
+
1348
+ ### 🩹 Fixes
1349
+
1350
+ - update default minimum quantity to 0 in various components
1351
+
1352
+ ### 🧱 Updated Dependencies
1353
+
1354
+ - Updated store/hooks to 0.0.29
1355
+ - Updated core to 0.0.29
1356
+ - Updated common/utils to 0.0.29
1357
+ - Updated common/ui to 0.0.29
1358
+ - Updated shared/types to 0.0.29
1359
+
1360
+ ### ❤️ Thank You
1361
+
1362
+ - Johanna Bertils @johannabertils
1363
+ - Mathias Saxenstrand
1364
+
1365
+ ## 0.0.28 (2025-09-05)
1366
+
1367
+ ### 🚀 Features
1368
+
1369
+ - enhance form handling and component props across various modules
1370
+ - add CartPage component for managing shopping cart functionality
1371
+ - add order confirmation route and related components
1372
+ - add ProductBadge component for enhanced product presentation
1373
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1374
+
1375
+ ### 🩹 Fixes
1376
+
1377
+ - update default minimum quantity to 0 in various components
1378
+
1379
+ ### 🧱 Updated Dependencies
1380
+
1381
+ - Updated store/hooks to 0.0.28
1382
+ - Updated core to 0.0.28
1383
+ - Updated common/utils to 0.0.28
1384
+ - Updated common/ui to 0.0.28
1385
+ - Updated shared/types to 0.0.28
1386
+
1387
+ ### ❤️ Thank You
1388
+
1389
+ - Johanna Bertils @johannabertils
1390
+ - Mathias Saxenstrand
1391
+
1392
+ ## 0.0.27 (2025-09-04)
1393
+
1394
+ ### 🚀 Features
1395
+
1396
+ - enhance form handling and component props across various modules
1397
+ - add CartPage component for managing shopping cart functionality
1398
+ - add order confirmation route and related components
1399
+ - add ProductBadge component for enhanced product presentation
1400
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1401
+
1402
+ ### 🩹 Fixes
1403
+
1404
+ - update default minimum quantity to 0 in various components
1405
+
1406
+ ### 🧱 Updated Dependencies
1407
+
1408
+ - Updated store/hooks to 0.0.27
1409
+ - Updated core to 0.0.27
1410
+ - Updated common/utils to 0.0.27
1411
+ - Updated common/ui to 0.0.27
1412
+ - Updated shared/types to 0.0.27
1413
+
1414
+ ### ❤️ Thank You
1415
+
1416
+ - Johanna Bertils @johannabertils
1417
+ - Mathias Saxenstrand
1418
+
1419
+ ## 0.0.26 (2025-09-02)
1420
+
1421
+ ### 🚀 Features
1422
+
1423
+ - enhance form handling and component props across various modules
1424
+ - add CartPage component for managing shopping cart functionality
1425
+ - add order confirmation route and related components
1426
+ - add ProductBadge component for enhanced product presentation
1427
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1428
+
1429
+ ### 🩹 Fixes
1430
+
1431
+ - update default minimum quantity to 0 in various components
1432
+
1433
+ ### 🧱 Updated Dependencies
1434
+
1435
+ - Updated store/hooks to 0.0.26
1436
+ - Updated core to 0.0.26
1437
+ - Updated common/utils to 0.0.26
1438
+ - Updated common/ui to 0.0.26
1439
+ - Updated shared/types to 0.0.26
1440
+
1441
+ ### ❤️ Thank You
1442
+
1443
+ - Johanna Bertils @johannabertils
1444
+ - Mathias Saxenstrand
1445
+
1446
+ ## 0.0.25 (2025-09-01)
1447
+
1448
+ ### 🚀 Features
1449
+
1450
+ - enhance form handling and component props across various modules
1451
+ - add CartPage component for managing shopping cart functionality
1452
+ - add order confirmation route and related components
1453
+ - add ProductBadge component for enhanced product presentation
1454
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1455
+
1456
+ ### 🩹 Fixes
1457
+
1458
+ - update default minimum quantity to 0 in various components
1459
+
1460
+ ### 🧱 Updated Dependencies
1461
+
1462
+ - Updated store/hooks to 0.0.25
1463
+ - Updated core to 0.0.25
1464
+ - Updated common/utils to 0.0.25
1465
+ - Updated common/ui to 0.0.25
1466
+ - Updated shared/types to 0.0.25
1467
+
1468
+ ### ❤️ Thank You
1469
+
1470
+ - Johanna Bertils @johannabertils
1471
+ - Mathias Saxenstrand
1472
+
1473
+ ## 0.0.24 (2025-09-01)
1474
+
1475
+ ### 🚀 Features
1476
+
1477
+ - enhance form handling and component props across various modules
1478
+ - add CartPage component for managing shopping cart functionality
1479
+ - add order confirmation route and related components
1480
+ - add ProductBadge component for enhanced product presentation
1481
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1482
+
1483
+ ### 🩹 Fixes
1484
+
1485
+ - update default minimum quantity to 0 in various components
1486
+
1487
+ ### 🧱 Updated Dependencies
1488
+
1489
+ - Updated store/hooks to 0.0.24
1490
+ - Updated core to 0.0.24
1491
+ - Updated common/utils to 0.0.24
1492
+ - Updated common/ui to 0.0.24
1493
+ - Updated shared/types to 0.0.24
1494
+
1495
+ ### ❤️ Thank You
1496
+
1497
+ - Johanna Bertils @johannabertils
1498
+ - Mathias Saxenstrand
1499
+
1500
+ ## 0.0.23 (2025-09-01)
1501
+
1502
+ ### 🧱 Updated Dependencies
1503
+
1504
+ - Updated store/hooks to 0.0.23
1505
+ - Updated core to 0.0.23
1506
+ - Updated common/utils to 0.0.23
1507
+ - Updated common/ui to 0.0.23
1508
+ - Updated shared/types to 0.0.23
1509
+
1510
+ ## 0.0.22 (2025-09-01)
1511
+
1512
+ ### 🧱 Updated Dependencies
1513
+
1514
+ - Updated store/hooks to 0.0.22
1515
+ - Updated core to 0.0.22-0
1516
+ - Updated common/ui to 0.0.22
1517
+
1518
+ ## 0.0.21 (2025-09-01)
1519
+
1520
+ ### 🧱 Updated Dependencies
1521
+
1522
+ - Updated store/hooks to 0.0.21
1523
+ - Updated core to 0.0.21
1524
+ - Updated common/utils to 0.0.21
1525
+ - Updated common/ui to 0.0.21
1526
+ - Updated shared/types to 0.0.21
1527
+
1528
+ ## 0.0.20 (2025-08-26)
1529
+
1530
+ ### 🧱 Updated Dependencies
1531
+
1532
+ - Updated store/hooks to 0.0.20
1533
+ - Updated core to 0.0.20
1534
+ - Updated common/utils to 0.0.20
1535
+ - Updated common/ui to 0.0.20
1536
+ - Updated shared/types to 0.0.20
1537
+
1538
+ ## 0.0.19 (2025-08-21)
1539
+
1540
+ ### 🚀 Features
1541
+
1542
+ - enhance form handling and component props across various modules
1543
+
1544
+ ### 🧱 Updated Dependencies
1545
+
1546
+ - Updated store/hooks to 0.0.19
1547
+ - Updated core to 0.0.19
1548
+ - Updated common/utils to 0.0.19
1549
+ - Updated common/ui to 0.0.19
1550
+ - Updated shared/types to 0.0.19
1551
+
1552
+ ### ❤️ Thank You
1553
+
1554
+ - Mathias Saxenstrand
1555
+
1556
+ ## 0.0.18 (2025-08-21)
1557
+
1558
+ ### 🚀 Features
1559
+
1560
+ - enhance form handling and component props across various modules
1561
+ - add CartPage component for managing shopping cart functionality
1562
+ - add order confirmation route and related components
1563
+ - add ProductBadge component for enhanced product presentation
1564
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1565
+
1566
+ ### 🩹 Fixes
1567
+
1568
+ - update default minimum quantity to 0 in various components
1569
+
1570
+ ### 🧱 Updated Dependencies
1571
+
1572
+ - Updated store/hooks to 0.0.18
1573
+ - Updated core to 0.0.18
1574
+ - Updated common/utils to 0.0.18
1575
+ - Updated common/ui to 0.0.18
1576
+ - Updated shared/types to 0.0.18
1577
+
1578
+ ### ❤️ Thank You
1579
+
1580
+ - Johanna Bertils @johannabertils
1581
+ - Mathias Saxenstrand
1582
+
1583
+ ## 0.0.17 (2025-08-21)
1584
+
1585
+ ### 🚀 Features
1586
+
1587
+ - enhance form handling and component props across various modules
1588
+ - add CartPage component for managing shopping cart functionality
1589
+ - add order confirmation route and related components
1590
+ - add ProductBadge component for enhanced product presentation
1591
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1592
+
1593
+ ### 🩹 Fixes
1594
+
1595
+ - update default minimum quantity to 0 in various components
1596
+
1597
+ ### 🧱 Updated Dependencies
1598
+
1599
+ - Updated store/hooks to 0.0.17
1600
+ - Updated core to 0.0.17
1601
+ - Updated common/utils to 0.0.17
1602
+ - Updated common/ui to 0.0.17
1603
+ - Updated shared/types to 0.0.17
1604
+
1605
+ ### ❤️ Thank You
1606
+
1607
+ - Johanna Bertils @johannabertils
1608
+ - Mathias Saxenstrand
1609
+
1610
+ ## 0.0.16 (2025-08-14)
1611
+
1612
+ ### 🧱 Updated Dependencies
1613
+
1614
+ - Updated store/hooks to 0.0.16
1615
+ - Updated core to 0.0.16
1616
+ - Updated common/utils to 0.0.16
1617
+ - Updated common/ui to 0.0.16
1618
+ - Updated shared/types to 0.0.16
1619
+
1620
+ ## 0.0.15 (2025-08-14)
1621
+
1622
+ ### 🧱 Updated Dependencies
1623
+
1624
+ - Updated store/hooks to 0.0.15
1625
+ - Updated core to 0.0.15
1626
+ - Updated common/utils to 0.0.15
1627
+ - Updated common/ui to 0.0.15
1628
+ - Updated shared/types to 0.0.15
1629
+
1630
+ ## 0.0.14 (2025-07-11)
1631
+
1632
+ ### 🧱 Updated Dependencies
1633
+
1634
+ - Updated store/hooks to 0.0.14
1635
+ - Updated core to 0.0.14
1636
+ - Updated common/utils to 0.0.14
1637
+ - Updated common/ui to 0.0.14
1638
+ - Updated shared/types to 0.0.14
1639
+
1640
+ ## 0.0.13 (2025-07-09)
1641
+
1642
+ ### 🩹 Fixes
1643
+
1644
+ - update default minimum quantity to 0 in various components
1645
+
1646
+ ### 🧱 Updated Dependencies
1647
+
1648
+ - Updated store/hooks to 0.0.13
1649
+ - Updated core to 0.0.13
1650
+ - Updated common/utils to 0.0.13
1651
+ - Updated common/ui to 0.0.13
1652
+ - Updated shared/types to 0.0.13
1653
+
1654
+ ### ❤️ Thank You
1655
+
1656
+ - Mathias Saxenstrand
1657
+
1658
+ ## 0.0.12 (2025-07-04)
1659
+
1660
+ ### 🧱 Updated Dependencies
1661
+
1662
+ - Updated store/hooks to 0.0.12
1663
+ - Updated core to 0.0.12
1664
+ - Updated common/utils to 0.0.12
1665
+ - Updated common/ui to 0.0.12
1666
+ - Updated shared/types to 0.0.12
1667
+
1668
+ ## 0.0.11 (2025-07-04)
1669
+
1670
+ ### 🚀 Features
1671
+
1672
+ - add CartPage component for managing shopping cart functionality
1673
+
1674
+ ### 🧱 Updated Dependencies
1675
+
1676
+ - Updated store/hooks to 0.0.11
1677
+ - Updated core to 0.0.11
1678
+ - Updated common/utils to 0.0.11
1679
+ - Updated common/ui to 0.0.11
1680
+ - Updated shared/types to 0.0.11
1681
+
1682
+ ### ❤️ Thank You
1683
+
1684
+ - Johanna Bertils @johannabertils
1685
+
1686
+ ## 0.0.10 (2025-07-04)
1687
+
1688
+ ### 🧱 Updated Dependencies
1689
+
1690
+ - Updated store/hooks to 0.0.10
1691
+ - Updated core to 0.0.10
1692
+ - Updated common/utils to 0.0.10
1693
+ - Updated common/ui to 0.0.10
1694
+ - Updated shared/types to 0.0.10
1695
+
1696
+ ## 0.0.9 (2025-07-04)
1697
+
1698
+ ### 🚀 Features
1699
+
1700
+ - add order confirmation route and related components
1701
+
1702
+ ### 🧱 Updated Dependencies
1703
+
1704
+ - Updated store/hooks to 0.0.9
1705
+ - Updated core to 0.0.9
1706
+ - Updated common/utils to 0.0.9
1707
+ - Updated common/ui to 0.0.9
1708
+ - Updated shared/types to 0.0.9
1709
+
1710
+ ### ❤️ Thank You
1711
+
1712
+ - Johanna Bertils @johannabertils
1713
+
1714
+ ## 0.0.8 (2025-07-03)
1715
+
1716
+ ### 🚀 Features
1717
+
1718
+ - add ProductBadge component for enhanced product presentation
1719
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1720
+
1721
+ ### 🧱 Updated Dependencies
1722
+
1723
+ - Updated store/hooks to 0.0.8
1724
+ - Updated core to 0.0.8
1725
+ - Updated common/utils to 0.0.8
1726
+ - Updated common/ui to 0.0.8
1727
+ - Updated shared/types to 0.0.8
1728
+
1729
+ ### ❤️ Thank You
1730
+
1731
+ - Johanna Bertils @johannabertils
1732
+
1733
+ ## 0.0.7 (2025-07-03)
1734
+
1735
+ ### 🧱 Updated Dependencies
1736
+
1737
+ - Updated store/hooks to 0.0.7
1738
+ - Updated core to 0.0.7
1739
+ - Updated common/utils to 0.0.7
1740
+ - Updated common/ui to 0.0.7
1741
+ - Updated shared/types to 0.0.7
1742
+
1743
+ ## 0.0.7-7 (2025-07-03)
1744
+
1745
+ ### 🧱 Updated Dependencies
1746
+
1747
+ - Updated store/hooks to 0.0.7-7
1748
+ - Updated core to 0.0.7-7
1749
+ - Updated common/utils to 0.0.7-7
1750
+ - Updated common/ui to 0.0.7-7
1751
+ - Updated shared/types to 0.0.7-7
1752
+
1753
+ ## 0.0.7-6 (2025-07-03)
1754
+
1755
+ ### 🧱 Updated Dependencies
1756
+
1757
+ - Updated store/hooks to 0.0.7-6
1758
+ - Updated core to 0.0.7-6
1759
+ - Updated common/utils to 0.0.7-6
1760
+ - Updated common/ui to 0.0.7-6
1761
+ - Updated shared/types to 0.0.7-6
1762
+
1763
+ ## 0.0.7-5 (2025-07-03)
1764
+
1765
+ ### 🧱 Updated Dependencies
1766
+
1767
+ - Updated store/hooks to 0.0.7-5
1768
+ - Updated core to 0.0.7-5
1769
+ - Updated common/utils to 0.0.7-5
1770
+ - Updated common/ui to 0.0.7-5
1771
+ - Updated shared/types to 0.0.7-5
1772
+
1773
+ ## 0.0.7-4 (2025-07-02)
1774
+
1775
+ ### 🧱 Updated Dependencies
1776
+
1777
+ - Updated store/hooks to 0.0.7-4
1778
+ - Updated core to 0.0.7-4
1779
+ - Updated common/utils to 0.0.7-4
1780
+ - Updated common/ui to 0.0.7-4
1781
+ - Updated shared/types to 0.0.7-4
1782
+
1783
+ ## 0.0.7-3 (2025-07-02)
1784
+
1785
+ ### 🧱 Updated Dependencies
1786
+
1787
+ - Updated store/hooks to 0.0.7-3
1788
+ - Updated core to 0.0.7-3
1789
+ - Updated common/utils to 0.0.7-3
1790
+ - Updated common/ui to 0.0.7-3
1791
+ - Updated shared/types to 0.0.7-3
1792
+
1793
+ ## 0.0.7-2 (2025-07-02)
1794
+
1795
+ ### 🧱 Updated Dependencies
1796
+
1797
+ - Updated store/hooks to 0.0.7-2
1798
+ - Updated core to 0.0.7-2
1799
+ - Updated common/utils to 0.0.7-2
1800
+ - Updated common/ui to 0.0.7-2
1801
+ - Updated shared/types to 0.0.7-2
1802
+
1803
+ ## 0.0.7-1 (2025-07-02)
1804
+
1805
+ ### 🧱 Updated Dependencies
1806
+
1807
+ - Updated store/hooks to 0.0.7-1
1808
+ - Updated core to 0.0.7-1
1809
+ - Updated common/utils to 0.0.7-1
1810
+ - Updated common/ui to 0.0.7-1
1811
+ - Updated shared/types to 0.0.7-1
1812
+
1813
+ ## 0.0.7-0 (2025-07-02)
1814
+
1815
+ ### 🧱 Updated Dependencies
1816
+
1817
+ - Updated store/hooks to 0.0.7-0
1818
+ - Updated core to 0.0.7-0
1819
+ - Updated common/utils to 0.0.7-0
1820
+ - Updated common/ui to 0.0.7-0
1821
+ - Updated shared/types to 0.0.7-0
1822
+
1823
+ ## 0.0.6 (2025-07-01)
1824
+
1825
+ ### 🧱 Updated Dependencies
1826
+
1827
+ - Updated store/hooks to 0.0.6
1828
+ - Updated core to 0.0.6
1829
+ - Updated common/utils to 0.0.6
1830
+ - Updated common/ui to 0.0.6
1831
+ - Updated shared/types to 0.0.6
1832
+
1833
+ ## 0.0.6-0 (2025-07-01)
1834
+
1835
+ ### 🧱 Updated Dependencies
1836
+
1837
+ - Updated store/hooks to 0.0.6-0
1838
+ - Updated core to 0.0.6-0
1839
+ - Updated common/utils to 0.0.6-0
1840
+ - Updated common/ui to 0.0.6-0
1841
+ - Updated shared/types to 0.0.6-0
1842
+
1843
+ ## 0.0.5 (2025-07-01)
1844
+
1845
+ ### 🧱 Updated Dependencies
1846
+
1847
+ - Updated store/hooks to 0.0.5
1848
+ - Updated core to 0.0.5
1849
+ - Updated common/utils to 0.0.5
1850
+ - Updated common/ui to 0.0.5
1851
+ - Updated shared/types to 0.0.5
1852
+
1853
+ ## 0.0.4 (2025-07-01)
1854
+
1855
+ ### 🧱 Updated Dependencies
1856
+
1857
+ - Updated store/hooks to 0.0.4
1858
+ - Updated core to 0.0.4
1859
+ - Updated common/utils to 0.0.4
1860
+ - Updated common/ui to 0.0.4
1861
+ - Updated shared/types to 0.0.4
1862
+
1863
+ ## 0.0.3 (2025-07-01)
1864
+
1865
+ ### 🧱 Updated Dependencies
1866
+
1867
+ - Updated store/hooks to 0.0.3
1868
+ - Updated core to 0.0.3
1869
+ - Updated common/utils to 0.0.3
1870
+ - Updated common/ui to 0.0.3
1871
+ - Updated shared/types to 0.0.3
1872
+
1873
+ ## 0.0.2 (2025-06-26)
1874
+
1875
+ ### 🧱 Updated Dependencies
1876
+
1877
+ - Updated store/hooks to 0.0.2
1878
+ - Updated core to 0.0.2
1879
+ - Updated common/utils to 0.0.2
1880
+ - Updated common/ui to 0.0.2
1881
+ - Updated shared/types to 0.0.2
1882
+
1883
+ ## 0.0.1 (2025-06-26)
1884
+
1885
+ ### 🚀 Features
1886
+
1887
+ - enhance cart functionality with AddItemToOrder component
1888
+ - add AddItemToOrder component for managing cart items
1889
+ - add react-native-web support and update Vite configurations
1890
+ - implement platform-aware components and utilities
1891
+ - generate project graph and update package.json files
1892
+ - integrate React Compiler and update dependencies across the project
1893
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1894
+ - **order-lines:** introduce OrderLines component for managing cart items
1895
+
1896
+ ### 🩹 Fixes
1897
+
1898
+ - adjust quantity validation in useOrderLinesProps
1899
+
1900
+ ### 🧱 Updated Dependencies
1901
+
1902
+ - Updated store/hooks to 0.0.1
1903
+ - Updated core to 0.0.1
1904
+ - Updated common/utils to 0.0.1
1905
+ - Updated common/ui to 0.0.1
1906
+ - Updated shared/types to 0.0.1
1907
+
1908
+ ### ❤️ Thank You
1909
+
1910
+ - Johanna Bertils
1911
+ - Mathias Saxenstrand
1912
+
1913
+ ## 2.0.10 (2025-06-25)
1914
+
1915
+ ### 🧱 Updated Dependencies
1916
+
1917
+ - Updated store/hooks to 2.0.10
1918
+ - Updated core to 2.0.10
1919
+ - Updated common/utils to 2.0.10
1920
+ - Updated common/ui to 2.0.10
1921
+ - Updated shared/types to 2.0.10
1922
+
1923
+ ## 2.0.9 (2025-06-25)
1924
+
1925
+ ### 🧱 Updated Dependencies
1926
+
1927
+ - Updated store/hooks to 2.0.9
1928
+ - Updated core to 2.0.9
1929
+ - Updated common/utils to 2.0.9
1930
+ - Updated common/ui to 2.0.9
1931
+ - Updated shared/types to 2.0.9
1932
+
1933
+ ## 2.0.8 (2025-06-25)
1934
+
1935
+ ### 🧱 Updated Dependencies
1936
+
1937
+ - Updated store/hooks to 2.0.8
1938
+ - Updated core to 2.0.8
1939
+ - Updated common/utils to 2.0.8
1940
+ - Updated common/ui to 2.0.8
1941
+ - Updated shared/types to 2.0.8
1942
+
1943
+ ## 2.0.7 (2025-06-25)
1944
+
1945
+ ### 🧱 Updated Dependencies
1946
+
1947
+ - Updated store/hooks to 2.0.7
1948
+ - Updated core to 2.0.7
1949
+ - Updated common/utils to 2.0.7
1950
+ - Updated common/ui to 2.0.7
1951
+ - Updated shared/types to 2.0.7
1952
+
1953
+ ## 2.0.6 (2025-06-25)
1954
+
1955
+ ### 🧱 Updated Dependencies
1956
+
1957
+ - Updated store/hooks to 2.0.6
1958
+ - Updated core to 2.0.6
1959
+ - Updated common/utils to 2.0.6
1960
+ - Updated common/ui to 2.0.6
1961
+ - Updated shared/types to 2.0.6
1962
+
1963
+ ## 2.0.5 (2025-06-25)
1964
+
1965
+ ### 🧱 Updated Dependencies
1966
+
1967
+ - Updated store/hooks to 2.0.5
1968
+ - Updated core to 2.0.5
1969
+ - Updated common/utils to 2.0.5
1970
+ - Updated common/ui to 2.0.5
1971
+ - Updated shared/types to 2.0.5
1972
+
1973
+ ## 2.0.4 (2025-06-25)
1974
+
1975
+ ### 🧱 Updated Dependencies
1976
+
1977
+ - Updated store/hooks to 2.0.4
1978
+ - Updated core to 2.0.4
1979
+ - Updated common/utils to 2.0.4
1980
+ - Updated common/ui to 2.0.4
1981
+ - Updated shared/types to 2.0.4
1982
+
1983
+ ## 2.0.3 (2025-06-25)
1984
+
1985
+ This was a version bump only for store/components/order-lines to align it with other projects, there were no code changes.
1986
+
1987
+ ## 2.0.1 (2025-06-25)
1988
+
1989
+ ### 🧱 Updated Dependencies
1990
+
1991
+ - Updated store/hooks to 2.0.1
1992
+ - Updated core to 2.0.1
1993
+ - Updated common/utils to 2.0.1
1994
+ - Updated common/ui to 2.0.1
1995
+ - Updated shared/types to 2.0.1
1996
+
1997
+ ## 2.0.0 (2025-06-25)
1998
+
1999
+ ### 🧱 Updated Dependencies
2000
+
2001
+ - Updated store/hooks to 2.0.0
2002
+ - Updated core to 2.0.0
2003
+ - Updated common/utils to 2.0.0
2004
+ - Updated common/ui to 2.0.0
2005
+ - Updated shared/types to 2.0.0
2006
+
2007
+ ## 1.0.3 (2025-06-05)
2008
+
2009
+ ### 🚀 Features
2010
+
2011
+ - introduce haus-storefront-components-react-native app
2012
+ - add FetchClient for API interactions and configure VSCode settings
2013
+ - enhance cart functionality with AddItemToOrder component
2014
+ - add AddItemToOrder component for managing cart items
2015
+ - add react-native-web support and update Vite configurations
2016
+ - implement platform-aware components and utilities
2017
+
2018
+ ### 🩹 Fixes
2019
+
2020
+ - adjust quantity validation in useOrderLinesProps
2021
+
2022
+ ### 🧱 Updated Dependencies
2023
+
2024
+ - Updated store/hooks to 1.0.3
2025
+ - Updated core to 1.0.3
2026
+ - Updated common/utils to 1.0.3
2027
+ - Updated common/ui to 1.0.3
2028
+ - Updated shared/types to 1.0.3
2029
+
2030
+ ### ❤️ Thank You
2031
+
2032
+ - Johanna Bertils
2033
+ - Mathias Saxenstrand
2034
+
2035
+ ## 1.0.2 (2025-05-26)
2036
+
2037
+ ### 🧱 Updated Dependencies
2038
+
2039
+ - Updated store/hooks to 1.0.2
2040
+ - Updated core to 1.0.2
2041
+ - Updated common/utils to 1.0.2
2042
+ - Updated common/ui to 1.0.2
2043
+ - Updated shared/types to 1.0.2
2044
+
2045
+ ## 1.0.1 (2025-05-23)
2046
+
2047
+ ### 🚀 Features
2048
+
2049
+ - generate project graph and update package.json files
2050
+ - integrate React Compiler and update dependencies across the project
2051
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
2052
+ - **order-lines:** introduce OrderLines component for managing cart items
2053
+
2054
+ ### 🧱 Updated Dependencies
2055
+
2056
+ - Updated store/hooks to 1.0.1
2057
+ - Updated core to 1.0.1
2058
+ - Updated common/utils to 1.0.1
2059
+ - Updated common/ui to 1.0.1
2060
+ - Updated shared/types to 1.0.1
2061
+
2062
+ ### ❤️ Thank You
2063
+
2064
+ - Mathias Saxenstrand