@haus-storefront-react/order-lines 0.0.50 → 0.0.52-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +376 -261
- package/index.js +29 -29
- package/index.mjs +3002 -2896
- package/package.json +6 -6
- package/README.md +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,118 @@
|
|
|
1
|
+
## 0.0.52-2 (2025-12-12)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- enhance form handling and component props across various modules
|
|
6
|
+
- add CartPage component for managing shopping cart functionality
|
|
7
|
+
- add order confirmation route and related components
|
|
8
|
+
- add ProductBadge component for enhanced product presentation
|
|
9
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- update default minimum quantity to 0 in various components
|
|
14
|
+
|
|
15
|
+
### 🧱 Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- Updated store/hooks to 0.0.52-2
|
|
18
|
+
- Updated core to 0.0.52-2
|
|
19
|
+
- Updated common/utils to 0.0.52-2
|
|
20
|
+
- Updated common/ui to 0.0.52-2
|
|
21
|
+
- Updated shared/types to 0.0.52-2
|
|
22
|
+
|
|
23
|
+
## 0.0.52-1 (2025-12-11)
|
|
24
|
+
|
|
25
|
+
### 🚀 Features
|
|
26
|
+
|
|
27
|
+
- enhance form handling and component props across various modules
|
|
28
|
+
- add CartPage component for managing shopping cart functionality
|
|
29
|
+
- add order confirmation route and related components
|
|
30
|
+
- add ProductBadge component for enhanced product presentation
|
|
31
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
32
|
+
|
|
33
|
+
### 🩹 Fixes
|
|
34
|
+
|
|
35
|
+
- update default minimum quantity to 0 in various components
|
|
36
|
+
|
|
37
|
+
### 🧱 Updated Dependencies
|
|
38
|
+
|
|
39
|
+
- Updated store/hooks to 0.0.52-1
|
|
40
|
+
- Updated core to 0.0.52-1
|
|
41
|
+
- Updated common/utils to 0.0.52-1
|
|
42
|
+
- Updated common/ui to 0.0.52-1
|
|
43
|
+
- Updated shared/types to 0.0.52-1
|
|
44
|
+
|
|
45
|
+
## 0.0.52 (2025-12-11)
|
|
46
|
+
|
|
47
|
+
### 🚀 Features
|
|
48
|
+
|
|
49
|
+
- enhance form handling and component props across various modules
|
|
50
|
+
- add CartPage component for managing shopping cart functionality
|
|
51
|
+
- add order confirmation route and related components
|
|
52
|
+
- add ProductBadge component for enhanced product presentation
|
|
53
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
54
|
+
|
|
55
|
+
### 🩹 Fixes
|
|
56
|
+
|
|
57
|
+
- update default minimum quantity to 0 in various components
|
|
58
|
+
|
|
59
|
+
### 🧱 Updated Dependencies
|
|
60
|
+
|
|
61
|
+
- Updated store/hooks to 0.0.52
|
|
62
|
+
- Updated core to 0.0.52
|
|
63
|
+
- Updated common/utils to 0.0.52
|
|
64
|
+
- Updated common/ui to 0.0.52
|
|
65
|
+
- Updated shared/types to 0.0.52
|
|
66
|
+
|
|
67
|
+
## 0.0.51-0 (2025-12-11)
|
|
68
|
+
|
|
69
|
+
### 🚀 Features
|
|
70
|
+
|
|
71
|
+
- enhance form handling and component props across various modules
|
|
72
|
+
- add CartPage component for managing shopping cart functionality
|
|
73
|
+
- add order confirmation route and related components
|
|
74
|
+
- add ProductBadge component for enhanced product presentation
|
|
75
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
76
|
+
|
|
77
|
+
### 🩹 Fixes
|
|
78
|
+
|
|
79
|
+
- update default minimum quantity to 0 in various components
|
|
80
|
+
|
|
81
|
+
### 🧱 Updated Dependencies
|
|
82
|
+
|
|
83
|
+
- Updated store/hooks to 0.0.51-0
|
|
84
|
+
- Updated core to 0.0.51-0
|
|
85
|
+
- Updated common/utils to 0.0.51-0
|
|
86
|
+
- Updated common/ui to 0.0.51-0
|
|
87
|
+
- Updated shared/types to 0.0.51-0
|
|
88
|
+
|
|
89
|
+
## 0.0.50 (2025-11-25)
|
|
90
|
+
|
|
91
|
+
### 🚀 Features
|
|
92
|
+
|
|
93
|
+
- enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
|
|
94
|
+
- add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
|
|
95
|
+
- add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
|
|
96
|
+
- add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
|
|
97
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
|
|
98
|
+
|
|
99
|
+
### 🩹 Fixes
|
|
100
|
+
|
|
101
|
+
- update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
|
|
102
|
+
|
|
103
|
+
### 🧱 Updated Dependencies
|
|
104
|
+
|
|
105
|
+
- Updated store/hooks to 0.0.50
|
|
106
|
+
- Updated core to 0.0.50
|
|
107
|
+
- Updated common/utils to 0.0.50
|
|
108
|
+
- Updated common/ui to 0.0.50
|
|
109
|
+
- Updated shared/types to 0.0.50
|
|
110
|
+
|
|
111
|
+
### ❤️ Thank You
|
|
112
|
+
|
|
113
|
+
- Johanna Bertils @johannabertils
|
|
114
|
+
- Mathias Saxenstrand
|
|
115
|
+
|
|
1
116
|
## 0.0.49 (2025-11-25)
|
|
2
117
|
|
|
3
118
|
### 🚀 Features
|
|
@@ -29,15 +144,15 @@
|
|
|
29
144
|
|
|
30
145
|
### 🚀 Features
|
|
31
146
|
|
|
32
|
-
- enhance form handling and component props across various modules
|
|
33
|
-
- add CartPage component for managing shopping cart functionality
|
|
34
|
-
- add order confirmation route and related components
|
|
35
|
-
- add ProductBadge component for enhanced product presentation
|
|
36
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
147
|
+
- enhance form handling and component props across various modules
|
|
148
|
+
- add CartPage component for managing shopping cart functionality
|
|
149
|
+
- add order confirmation route and related components
|
|
150
|
+
- add ProductBadge component for enhanced product presentation
|
|
151
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
37
152
|
|
|
38
153
|
### 🩹 Fixes
|
|
39
154
|
|
|
40
|
-
- update default minimum quantity to 0 in various components
|
|
155
|
+
- update default minimum quantity to 0 in various components
|
|
41
156
|
|
|
42
157
|
### 🧱 Updated Dependencies
|
|
43
158
|
|
|
@@ -56,15 +171,15 @@
|
|
|
56
171
|
|
|
57
172
|
### 🚀 Features
|
|
58
173
|
|
|
59
|
-
- enhance form handling and component props across various modules
|
|
60
|
-
- add CartPage component for managing shopping cart functionality
|
|
61
|
-
- add order confirmation route and related components
|
|
62
|
-
- add ProductBadge component for enhanced product presentation
|
|
63
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
174
|
+
- enhance form handling and component props across various modules
|
|
175
|
+
- add CartPage component for managing shopping cart functionality
|
|
176
|
+
- add order confirmation route and related components
|
|
177
|
+
- add ProductBadge component for enhanced product presentation
|
|
178
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
64
179
|
|
|
65
180
|
### 🩹 Fixes
|
|
66
181
|
|
|
67
|
-
- update default minimum quantity to 0 in various components
|
|
182
|
+
- update default minimum quantity to 0 in various components
|
|
68
183
|
|
|
69
184
|
### 🧱 Updated Dependencies
|
|
70
185
|
|
|
@@ -83,15 +198,15 @@
|
|
|
83
198
|
|
|
84
199
|
### 🚀 Features
|
|
85
200
|
|
|
86
|
-
- enhance form handling and component props across various modules
|
|
87
|
-
- add CartPage component for managing shopping cart functionality
|
|
88
|
-
- add order confirmation route and related components
|
|
89
|
-
- add ProductBadge component for enhanced product presentation
|
|
90
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
201
|
+
- enhance form handling and component props across various modules
|
|
202
|
+
- add CartPage component for managing shopping cart functionality
|
|
203
|
+
- add order confirmation route and related components
|
|
204
|
+
- add ProductBadge component for enhanced product presentation
|
|
205
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
91
206
|
|
|
92
207
|
### 🩹 Fixes
|
|
93
208
|
|
|
94
|
-
- update default minimum quantity to 0 in various components
|
|
209
|
+
- update default minimum quantity to 0 in various components
|
|
95
210
|
|
|
96
211
|
### 🧱 Updated Dependencies
|
|
97
212
|
|
|
@@ -110,15 +225,15 @@
|
|
|
110
225
|
|
|
111
226
|
### 🚀 Features
|
|
112
227
|
|
|
113
|
-
- enhance form handling and component props across various modules
|
|
114
|
-
- add CartPage component for managing shopping cart functionality
|
|
115
|
-
- add order confirmation route and related components
|
|
116
|
-
- add ProductBadge component for enhanced product presentation
|
|
117
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
228
|
+
- enhance form handling and component props across various modules
|
|
229
|
+
- add CartPage component for managing shopping cart functionality
|
|
230
|
+
- add order confirmation route and related components
|
|
231
|
+
- add ProductBadge component for enhanced product presentation
|
|
232
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
118
233
|
|
|
119
234
|
### 🩹 Fixes
|
|
120
235
|
|
|
121
|
-
- update default minimum quantity to 0 in various components
|
|
236
|
+
- update default minimum quantity to 0 in various components
|
|
122
237
|
|
|
123
238
|
### 🧱 Updated Dependencies
|
|
124
239
|
|
|
@@ -137,15 +252,15 @@
|
|
|
137
252
|
|
|
138
253
|
### 🚀 Features
|
|
139
254
|
|
|
140
|
-
- enhance form handling and component props across various modules
|
|
141
|
-
- add CartPage component for managing shopping cart functionality
|
|
142
|
-
- add order confirmation route and related components
|
|
143
|
-
- add ProductBadge component for enhanced product presentation
|
|
144
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
255
|
+
- enhance form handling and component props across various modules
|
|
256
|
+
- add CartPage component for managing shopping cart functionality
|
|
257
|
+
- add order confirmation route and related components
|
|
258
|
+
- add ProductBadge component for enhanced product presentation
|
|
259
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
145
260
|
|
|
146
261
|
### 🩹 Fixes
|
|
147
262
|
|
|
148
|
-
- update default minimum quantity to 0 in various components
|
|
263
|
+
- update default minimum quantity to 0 in various components
|
|
149
264
|
|
|
150
265
|
### 🧱 Updated Dependencies
|
|
151
266
|
|
|
@@ -164,15 +279,15 @@
|
|
|
164
279
|
|
|
165
280
|
### 🚀 Features
|
|
166
281
|
|
|
167
|
-
- enhance form handling and component props across various modules
|
|
168
|
-
- add CartPage component for managing shopping cart functionality
|
|
169
|
-
- add order confirmation route and related components
|
|
170
|
-
- add ProductBadge component for enhanced product presentation
|
|
171
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
282
|
+
- enhance form handling and component props across various modules
|
|
283
|
+
- add CartPage component for managing shopping cart functionality
|
|
284
|
+
- add order confirmation route and related components
|
|
285
|
+
- add ProductBadge component for enhanced product presentation
|
|
286
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
172
287
|
|
|
173
288
|
### 🩹 Fixes
|
|
174
289
|
|
|
175
|
-
- update default minimum quantity to 0 in various components
|
|
290
|
+
- update default minimum quantity to 0 in various components
|
|
176
291
|
|
|
177
292
|
### 🧱 Updated Dependencies
|
|
178
293
|
|
|
@@ -191,15 +306,15 @@
|
|
|
191
306
|
|
|
192
307
|
### 🚀 Features
|
|
193
308
|
|
|
194
|
-
- enhance form handling and component props across various modules
|
|
195
|
-
- add CartPage component for managing shopping cart functionality
|
|
196
|
-
- add order confirmation route and related components
|
|
197
|
-
- add ProductBadge component for enhanced product presentation
|
|
198
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
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
|
|
199
314
|
|
|
200
315
|
### 🩹 Fixes
|
|
201
316
|
|
|
202
|
-
- update default minimum quantity to 0 in various components
|
|
317
|
+
- update default minimum quantity to 0 in various components
|
|
203
318
|
|
|
204
319
|
### 🧱 Updated Dependencies
|
|
205
320
|
|
|
@@ -218,15 +333,15 @@
|
|
|
218
333
|
|
|
219
334
|
### 🚀 Features
|
|
220
335
|
|
|
221
|
-
- enhance form handling and component props across various modules
|
|
222
|
-
- add CartPage component for managing shopping cart functionality
|
|
223
|
-
- add order confirmation route and related components
|
|
224
|
-
- add ProductBadge component for enhanced product presentation
|
|
225
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
336
|
+
- enhance form handling and component props across various modules
|
|
337
|
+
- add CartPage component for managing shopping cart functionality
|
|
338
|
+
- add order confirmation route and related components
|
|
339
|
+
- add ProductBadge component for enhanced product presentation
|
|
340
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
226
341
|
|
|
227
342
|
### 🩹 Fixes
|
|
228
343
|
|
|
229
|
-
- update default minimum quantity to 0 in various components
|
|
344
|
+
- update default minimum quantity to 0 in various components
|
|
230
345
|
|
|
231
346
|
### 🧱 Updated Dependencies
|
|
232
347
|
|
|
@@ -245,15 +360,15 @@
|
|
|
245
360
|
|
|
246
361
|
### 🚀 Features
|
|
247
362
|
|
|
248
|
-
- enhance form handling and component props across various modules
|
|
249
|
-
- add CartPage component for managing shopping cart functionality
|
|
250
|
-
- add order confirmation route and related components
|
|
251
|
-
- add ProductBadge component for enhanced product presentation
|
|
252
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
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
|
|
253
368
|
|
|
254
369
|
### 🩹 Fixes
|
|
255
370
|
|
|
256
|
-
- update default minimum quantity to 0 in various components
|
|
371
|
+
- update default minimum quantity to 0 in various components
|
|
257
372
|
|
|
258
373
|
### 🧱 Updated Dependencies
|
|
259
374
|
|
|
@@ -272,15 +387,15 @@
|
|
|
272
387
|
|
|
273
388
|
### 🚀 Features
|
|
274
389
|
|
|
275
|
-
- enhance form handling and component props across various modules
|
|
276
|
-
- add CartPage component for managing shopping cart functionality
|
|
277
|
-
- add order confirmation route and related components
|
|
278
|
-
- add ProductBadge component for enhanced product presentation
|
|
279
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
390
|
+
- enhance form handling and component props across various modules
|
|
391
|
+
- add CartPage component for managing shopping cart functionality
|
|
392
|
+
- add order confirmation route and related components
|
|
393
|
+
- add ProductBadge component for enhanced product presentation
|
|
394
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
280
395
|
|
|
281
396
|
### 🩹 Fixes
|
|
282
397
|
|
|
283
|
-
- update default minimum quantity to 0 in various components
|
|
398
|
+
- update default minimum quantity to 0 in various components
|
|
284
399
|
|
|
285
400
|
### 🧱 Updated Dependencies
|
|
286
401
|
|
|
@@ -299,15 +414,15 @@
|
|
|
299
414
|
|
|
300
415
|
### 🚀 Features
|
|
301
416
|
|
|
302
|
-
- enhance form handling and component props across various modules
|
|
303
|
-
- add CartPage component for managing shopping cart functionality
|
|
304
|
-
- add order confirmation route and related components
|
|
305
|
-
- add ProductBadge component for enhanced product presentation
|
|
306
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
417
|
+
- enhance form handling and component props across various modules
|
|
418
|
+
- add CartPage component for managing shopping cart functionality
|
|
419
|
+
- add order confirmation route and related components
|
|
420
|
+
- add ProductBadge component for enhanced product presentation
|
|
421
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
307
422
|
|
|
308
423
|
### 🩹 Fixes
|
|
309
424
|
|
|
310
|
-
- update default minimum quantity to 0 in various components
|
|
425
|
+
- update default minimum quantity to 0 in various components
|
|
311
426
|
|
|
312
427
|
### 🧱 Updated Dependencies
|
|
313
428
|
|
|
@@ -326,15 +441,15 @@
|
|
|
326
441
|
|
|
327
442
|
### 🚀 Features
|
|
328
443
|
|
|
329
|
-
- enhance form handling and component props across various modules
|
|
330
|
-
- add CartPage component for managing shopping cart functionality
|
|
331
|
-
- add order confirmation route and related components
|
|
332
|
-
- add ProductBadge component for enhanced product presentation
|
|
333
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
444
|
+
- enhance form handling and component props across various modules
|
|
445
|
+
- add CartPage component for managing shopping cart functionality
|
|
446
|
+
- add order confirmation route and related components
|
|
447
|
+
- add ProductBadge component for enhanced product presentation
|
|
448
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
334
449
|
|
|
335
450
|
### 🩹 Fixes
|
|
336
451
|
|
|
337
|
-
- update default minimum quantity to 0 in various components
|
|
452
|
+
- update default minimum quantity to 0 in various components
|
|
338
453
|
|
|
339
454
|
### 🧱 Updated Dependencies
|
|
340
455
|
|
|
@@ -353,15 +468,15 @@
|
|
|
353
468
|
|
|
354
469
|
### 🚀 Features
|
|
355
470
|
|
|
356
|
-
- enhance form handling and component props across various modules
|
|
357
|
-
- add CartPage component for managing shopping cart functionality
|
|
358
|
-
- add order confirmation route and related components
|
|
359
|
-
- add ProductBadge component for enhanced product presentation
|
|
360
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
471
|
+
- enhance form handling and component props across various modules
|
|
472
|
+
- add CartPage component for managing shopping cart functionality
|
|
473
|
+
- add order confirmation route and related components
|
|
474
|
+
- add ProductBadge component for enhanced product presentation
|
|
475
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
361
476
|
|
|
362
477
|
### 🩹 Fixes
|
|
363
478
|
|
|
364
|
-
- update default minimum quantity to 0 in various components
|
|
479
|
+
- update default minimum quantity to 0 in various components
|
|
365
480
|
|
|
366
481
|
### 🧱 Updated Dependencies
|
|
367
482
|
|
|
@@ -380,15 +495,15 @@
|
|
|
380
495
|
|
|
381
496
|
### 🚀 Features
|
|
382
497
|
|
|
383
|
-
- enhance form handling and component props across various modules
|
|
384
|
-
- add CartPage component for managing shopping cart functionality
|
|
385
|
-
- add order confirmation route and related components
|
|
386
|
-
- add ProductBadge component for enhanced product presentation
|
|
387
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
498
|
+
- enhance form handling and component props across various modules
|
|
499
|
+
- add CartPage component for managing shopping cart functionality
|
|
500
|
+
- add order confirmation route and related components
|
|
501
|
+
- add ProductBadge component for enhanced product presentation
|
|
502
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
388
503
|
|
|
389
504
|
### 🩹 Fixes
|
|
390
505
|
|
|
391
|
-
- update default minimum quantity to 0 in various components
|
|
506
|
+
- update default minimum quantity to 0 in various components
|
|
392
507
|
|
|
393
508
|
### 🧱 Updated Dependencies
|
|
394
509
|
|
|
@@ -407,15 +522,15 @@
|
|
|
407
522
|
|
|
408
523
|
### 🚀 Features
|
|
409
524
|
|
|
410
|
-
- enhance form handling and component props across various modules
|
|
411
|
-
- add CartPage component for managing shopping cart functionality
|
|
412
|
-
- add order confirmation route and related components
|
|
413
|
-
- add ProductBadge component for enhanced product presentation
|
|
414
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
525
|
+
- enhance form handling and component props across various modules
|
|
526
|
+
- add CartPage component for managing shopping cart functionality
|
|
527
|
+
- add order confirmation route and related components
|
|
528
|
+
- add ProductBadge component for enhanced product presentation
|
|
529
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
415
530
|
|
|
416
531
|
### 🩹 Fixes
|
|
417
532
|
|
|
418
|
-
- update default minimum quantity to 0 in various components
|
|
533
|
+
- update default minimum quantity to 0 in various components
|
|
419
534
|
|
|
420
535
|
### 🧱 Updated Dependencies
|
|
421
536
|
|
|
@@ -434,15 +549,15 @@
|
|
|
434
549
|
|
|
435
550
|
### 🚀 Features
|
|
436
551
|
|
|
437
|
-
- enhance form handling and component props across various modules
|
|
438
|
-
- add CartPage component for managing shopping cart functionality
|
|
439
|
-
- add order confirmation route and related components
|
|
440
|
-
- add ProductBadge component for enhanced product presentation
|
|
441
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
552
|
+
- enhance form handling and component props across various modules
|
|
553
|
+
- add CartPage component for managing shopping cart functionality
|
|
554
|
+
- add order confirmation route and related components
|
|
555
|
+
- add ProductBadge component for enhanced product presentation
|
|
556
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
442
557
|
|
|
443
558
|
### 🩹 Fixes
|
|
444
559
|
|
|
445
|
-
- update default minimum quantity to 0 in various components
|
|
560
|
+
- update default minimum quantity to 0 in various components
|
|
446
561
|
|
|
447
562
|
### 🧱 Updated Dependencies
|
|
448
563
|
|
|
@@ -461,15 +576,15 @@
|
|
|
461
576
|
|
|
462
577
|
### 🚀 Features
|
|
463
578
|
|
|
464
|
-
- enhance form handling and component props across various modules
|
|
465
|
-
- add CartPage component for managing shopping cart functionality
|
|
466
|
-
- add order confirmation route and related components
|
|
467
|
-
- add ProductBadge component for enhanced product presentation
|
|
468
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
579
|
+
- enhance form handling and component props across various modules
|
|
580
|
+
- add CartPage component for managing shopping cart functionality
|
|
581
|
+
- add order confirmation route and related components
|
|
582
|
+
- add ProductBadge component for enhanced product presentation
|
|
583
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
469
584
|
|
|
470
585
|
### 🩹 Fixes
|
|
471
586
|
|
|
472
|
-
- update default minimum quantity to 0 in various components
|
|
587
|
+
- update default minimum quantity to 0 in various components
|
|
473
588
|
|
|
474
589
|
### 🧱 Updated Dependencies
|
|
475
590
|
|
|
@@ -488,15 +603,15 @@
|
|
|
488
603
|
|
|
489
604
|
### 🚀 Features
|
|
490
605
|
|
|
491
|
-
- enhance form handling and component props across various modules
|
|
492
|
-
- add CartPage component for managing shopping cart functionality
|
|
493
|
-
- add order confirmation route and related components
|
|
494
|
-
- add ProductBadge component for enhanced product presentation
|
|
495
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
606
|
+
- enhance form handling and component props across various modules
|
|
607
|
+
- add CartPage component for managing shopping cart functionality
|
|
608
|
+
- add order confirmation route and related components
|
|
609
|
+
- add ProductBadge component for enhanced product presentation
|
|
610
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
496
611
|
|
|
497
612
|
### 🩹 Fixes
|
|
498
613
|
|
|
499
|
-
- update default minimum quantity to 0 in various components
|
|
614
|
+
- update default minimum quantity to 0 in various components
|
|
500
615
|
|
|
501
616
|
### 🧱 Updated Dependencies
|
|
502
617
|
|
|
@@ -515,15 +630,15 @@
|
|
|
515
630
|
|
|
516
631
|
### 🚀 Features
|
|
517
632
|
|
|
518
|
-
- enhance form handling and component props across various modules
|
|
519
|
-
- add CartPage component for managing shopping cart functionality
|
|
520
|
-
- add order confirmation route and related components
|
|
521
|
-
- add ProductBadge component for enhanced product presentation
|
|
522
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
633
|
+
- enhance form handling and component props across various modules
|
|
634
|
+
- add CartPage component for managing shopping cart functionality
|
|
635
|
+
- add order confirmation route and related components
|
|
636
|
+
- add ProductBadge component for enhanced product presentation
|
|
637
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
523
638
|
|
|
524
639
|
### 🩹 Fixes
|
|
525
640
|
|
|
526
|
-
- update default minimum quantity to 0 in various components
|
|
641
|
+
- update default minimum quantity to 0 in various components
|
|
527
642
|
|
|
528
643
|
### 🧱 Updated Dependencies
|
|
529
644
|
|
|
@@ -542,15 +657,15 @@
|
|
|
542
657
|
|
|
543
658
|
### 🚀 Features
|
|
544
659
|
|
|
545
|
-
- enhance form handling and component props across various modules
|
|
546
|
-
- add CartPage component for managing shopping cart functionality
|
|
547
|
-
- add order confirmation route and related components
|
|
548
|
-
- add ProductBadge component for enhanced product presentation
|
|
549
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
660
|
+
- enhance form handling and component props across various modules
|
|
661
|
+
- add CartPage component for managing shopping cart functionality
|
|
662
|
+
- add order confirmation route and related components
|
|
663
|
+
- add ProductBadge component for enhanced product presentation
|
|
664
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
550
665
|
|
|
551
666
|
### 🩹 Fixes
|
|
552
667
|
|
|
553
|
-
- update default minimum quantity to 0 in various components
|
|
668
|
+
- update default minimum quantity to 0 in various components
|
|
554
669
|
|
|
555
670
|
### 🧱 Updated Dependencies
|
|
556
671
|
|
|
@@ -569,15 +684,15 @@
|
|
|
569
684
|
|
|
570
685
|
### 🚀 Features
|
|
571
686
|
|
|
572
|
-
- enhance form handling and component props across various modules
|
|
573
|
-
- add CartPage component for managing shopping cart functionality
|
|
574
|
-
- add order confirmation route and related components
|
|
575
|
-
- add ProductBadge component for enhanced product presentation
|
|
576
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
687
|
+
- enhance form handling and component props across various modules
|
|
688
|
+
- add CartPage component for managing shopping cart functionality
|
|
689
|
+
- add order confirmation route and related components
|
|
690
|
+
- add ProductBadge component for enhanced product presentation
|
|
691
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
577
692
|
|
|
578
693
|
### 🩹 Fixes
|
|
579
694
|
|
|
580
|
-
- update default minimum quantity to 0 in various components
|
|
695
|
+
- update default minimum quantity to 0 in various components
|
|
581
696
|
|
|
582
697
|
### 🧱 Updated Dependencies
|
|
583
698
|
|
|
@@ -596,15 +711,15 @@
|
|
|
596
711
|
|
|
597
712
|
### 🚀 Features
|
|
598
713
|
|
|
599
|
-
- enhance form handling and component props across various modules
|
|
600
|
-
- add CartPage component for managing shopping cart functionality
|
|
601
|
-
- add order confirmation route and related components
|
|
602
|
-
- add ProductBadge component for enhanced product presentation
|
|
603
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
714
|
+
- enhance form handling and component props across various modules
|
|
715
|
+
- add CartPage component for managing shopping cart functionality
|
|
716
|
+
- add order confirmation route and related components
|
|
717
|
+
- add ProductBadge component for enhanced product presentation
|
|
718
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
604
719
|
|
|
605
720
|
### 🩹 Fixes
|
|
606
721
|
|
|
607
|
-
- update default minimum quantity to 0 in various components
|
|
722
|
+
- update default minimum quantity to 0 in various components
|
|
608
723
|
|
|
609
724
|
### 🧱 Updated Dependencies
|
|
610
725
|
|
|
@@ -623,15 +738,15 @@
|
|
|
623
738
|
|
|
624
739
|
### 🚀 Features
|
|
625
740
|
|
|
626
|
-
- enhance form handling and component props across various modules
|
|
627
|
-
- add CartPage component for managing shopping cart functionality
|
|
628
|
-
- add order confirmation route and related components
|
|
629
|
-
- add ProductBadge component for enhanced product presentation
|
|
630
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
741
|
+
- enhance form handling and component props across various modules
|
|
742
|
+
- add CartPage component for managing shopping cart functionality
|
|
743
|
+
- add order confirmation route and related components
|
|
744
|
+
- add ProductBadge component for enhanced product presentation
|
|
745
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
631
746
|
|
|
632
747
|
### 🩹 Fixes
|
|
633
748
|
|
|
634
|
-
- update default minimum quantity to 0 in various components
|
|
749
|
+
- update default minimum quantity to 0 in various components
|
|
635
750
|
|
|
636
751
|
### 🧱 Updated Dependencies
|
|
637
752
|
|
|
@@ -650,15 +765,15 @@
|
|
|
650
765
|
|
|
651
766
|
### 🚀 Features
|
|
652
767
|
|
|
653
|
-
- enhance form handling and component props across various modules
|
|
654
|
-
- add CartPage component for managing shopping cart functionality
|
|
655
|
-
- add order confirmation route and related components
|
|
656
|
-
- add ProductBadge component for enhanced product presentation
|
|
657
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
768
|
+
- enhance form handling and component props across various modules
|
|
769
|
+
- add CartPage component for managing shopping cart functionality
|
|
770
|
+
- add order confirmation route and related components
|
|
771
|
+
- add ProductBadge component for enhanced product presentation
|
|
772
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
658
773
|
|
|
659
774
|
### 🩹 Fixes
|
|
660
775
|
|
|
661
|
-
- update default minimum quantity to 0 in various components
|
|
776
|
+
- update default minimum quantity to 0 in various components
|
|
662
777
|
|
|
663
778
|
### 🧱 Updated Dependencies
|
|
664
779
|
|
|
@@ -677,15 +792,15 @@
|
|
|
677
792
|
|
|
678
793
|
### 🚀 Features
|
|
679
794
|
|
|
680
|
-
- enhance form handling and component props across various modules
|
|
681
|
-
- add CartPage component for managing shopping cart functionality
|
|
682
|
-
- add order confirmation route and related components
|
|
683
|
-
- add ProductBadge component for enhanced product presentation
|
|
684
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
795
|
+
- enhance form handling and component props across various modules
|
|
796
|
+
- add CartPage component for managing shopping cart functionality
|
|
797
|
+
- add order confirmation route and related components
|
|
798
|
+
- add ProductBadge component for enhanced product presentation
|
|
799
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
685
800
|
|
|
686
801
|
### 🩹 Fixes
|
|
687
802
|
|
|
688
|
-
- update default minimum quantity to 0 in various components
|
|
803
|
+
- update default minimum quantity to 0 in various components
|
|
689
804
|
|
|
690
805
|
### 🧱 Updated Dependencies
|
|
691
806
|
|
|
@@ -704,15 +819,15 @@
|
|
|
704
819
|
|
|
705
820
|
### 🚀 Features
|
|
706
821
|
|
|
707
|
-
- enhance form handling and component props across various modules
|
|
708
|
-
- add CartPage component for managing shopping cart functionality
|
|
709
|
-
- add order confirmation route and related components
|
|
710
|
-
- add ProductBadge component for enhanced product presentation
|
|
711
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
822
|
+
- enhance form handling and component props across various modules
|
|
823
|
+
- add CartPage component for managing shopping cart functionality
|
|
824
|
+
- add order confirmation route and related components
|
|
825
|
+
- add ProductBadge component for enhanced product presentation
|
|
826
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
712
827
|
|
|
713
828
|
### 🩹 Fixes
|
|
714
829
|
|
|
715
|
-
- update default minimum quantity to 0 in various components
|
|
830
|
+
- update default minimum quantity to 0 in various components
|
|
716
831
|
|
|
717
832
|
### 🧱 Updated Dependencies
|
|
718
833
|
|
|
@@ -731,15 +846,15 @@
|
|
|
731
846
|
|
|
732
847
|
### 🚀 Features
|
|
733
848
|
|
|
734
|
-
- enhance form handling and component props across various modules
|
|
735
|
-
- add CartPage component for managing shopping cart functionality
|
|
736
|
-
- add order confirmation route and related components
|
|
737
|
-
- add ProductBadge component for enhanced product presentation
|
|
738
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
849
|
+
- enhance form handling and component props across various modules
|
|
850
|
+
- add CartPage component for managing shopping cart functionality
|
|
851
|
+
- add order confirmation route and related components
|
|
852
|
+
- add ProductBadge component for enhanced product presentation
|
|
853
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
739
854
|
|
|
740
855
|
### 🩹 Fixes
|
|
741
856
|
|
|
742
|
-
- update default minimum quantity to 0 in various components
|
|
857
|
+
- update default minimum quantity to 0 in various components
|
|
743
858
|
|
|
744
859
|
### 🧱 Updated Dependencies
|
|
745
860
|
|
|
@@ -758,15 +873,15 @@
|
|
|
758
873
|
|
|
759
874
|
### 🚀 Features
|
|
760
875
|
|
|
761
|
-
- enhance form handling and component props across various modules
|
|
762
|
-
- add CartPage component for managing shopping cart functionality
|
|
763
|
-
- add order confirmation route and related components
|
|
764
|
-
- add ProductBadge component for enhanced product presentation
|
|
765
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
876
|
+
- enhance form handling and component props across various modules
|
|
877
|
+
- add CartPage component for managing shopping cart functionality
|
|
878
|
+
- add order confirmation route and related components
|
|
879
|
+
- add ProductBadge component for enhanced product presentation
|
|
880
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
766
881
|
|
|
767
882
|
### 🩹 Fixes
|
|
768
883
|
|
|
769
|
-
- update default minimum quantity to 0 in various components
|
|
884
|
+
- update default minimum quantity to 0 in various components
|
|
770
885
|
|
|
771
886
|
### 🧱 Updated Dependencies
|
|
772
887
|
|
|
@@ -785,15 +900,15 @@
|
|
|
785
900
|
|
|
786
901
|
### 🚀 Features
|
|
787
902
|
|
|
788
|
-
- enhance form handling and component props across various modules
|
|
789
|
-
- add CartPage component for managing shopping cart functionality
|
|
790
|
-
- add order confirmation route and related components
|
|
791
|
-
- add ProductBadge component for enhanced product presentation
|
|
792
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
903
|
+
- enhance form handling and component props across various modules
|
|
904
|
+
- add CartPage component for managing shopping cart functionality
|
|
905
|
+
- add order confirmation route and related components
|
|
906
|
+
- add ProductBadge component for enhanced product presentation
|
|
907
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
793
908
|
|
|
794
909
|
### 🩹 Fixes
|
|
795
910
|
|
|
796
|
-
- update default minimum quantity to 0 in various components
|
|
911
|
+
- update default minimum quantity to 0 in various components
|
|
797
912
|
|
|
798
913
|
### 🧱 Updated Dependencies
|
|
799
914
|
|
|
@@ -812,15 +927,15 @@
|
|
|
812
927
|
|
|
813
928
|
### 🚀 Features
|
|
814
929
|
|
|
815
|
-
- enhance form handling and component props across various modules
|
|
816
|
-
- add CartPage component for managing shopping cart functionality
|
|
817
|
-
- add order confirmation route and related components
|
|
818
|
-
- add ProductBadge component for enhanced product presentation
|
|
819
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
930
|
+
- enhance form handling and component props across various modules
|
|
931
|
+
- add CartPage component for managing shopping cart functionality
|
|
932
|
+
- add order confirmation route and related components
|
|
933
|
+
- add ProductBadge component for enhanced product presentation
|
|
934
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
820
935
|
|
|
821
936
|
### 🩹 Fixes
|
|
822
937
|
|
|
823
|
-
- update default minimum quantity to 0 in various components
|
|
938
|
+
- update default minimum quantity to 0 in various components
|
|
824
939
|
|
|
825
940
|
### 🧱 Updated Dependencies
|
|
826
941
|
|
|
@@ -839,15 +954,15 @@
|
|
|
839
954
|
|
|
840
955
|
### 🚀 Features
|
|
841
956
|
|
|
842
|
-
- enhance form handling and component props across various modules
|
|
843
|
-
- add CartPage component for managing shopping cart functionality
|
|
844
|
-
- add order confirmation route and related components
|
|
845
|
-
- add ProductBadge component for enhanced product presentation
|
|
846
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
957
|
+
- enhance form handling and component props across various modules
|
|
958
|
+
- add CartPage component for managing shopping cart functionality
|
|
959
|
+
- add order confirmation route and related components
|
|
960
|
+
- add ProductBadge component for enhanced product presentation
|
|
961
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
847
962
|
|
|
848
963
|
### 🩹 Fixes
|
|
849
964
|
|
|
850
|
-
- update default minimum quantity to 0 in various components
|
|
965
|
+
- update default minimum quantity to 0 in various components
|
|
851
966
|
|
|
852
967
|
### 🧱 Updated Dependencies
|
|
853
968
|
|
|
@@ -866,15 +981,15 @@
|
|
|
866
981
|
|
|
867
982
|
### 🚀 Features
|
|
868
983
|
|
|
869
|
-
- enhance form handling and component props across various modules
|
|
870
|
-
- add CartPage component for managing shopping cart functionality
|
|
871
|
-
- add order confirmation route and related components
|
|
872
|
-
- add ProductBadge component for enhanced product presentation
|
|
873
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
984
|
+
- enhance form handling and component props across various modules
|
|
985
|
+
- add CartPage component for managing shopping cart functionality
|
|
986
|
+
- add order confirmation route and related components
|
|
987
|
+
- add ProductBadge component for enhanced product presentation
|
|
988
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
874
989
|
|
|
875
990
|
### 🩹 Fixes
|
|
876
991
|
|
|
877
|
-
- update default minimum quantity to 0 in various components
|
|
992
|
+
- update default minimum quantity to 0 in various components
|
|
878
993
|
|
|
879
994
|
### 🧱 Updated Dependencies
|
|
880
995
|
|
|
@@ -893,15 +1008,15 @@
|
|
|
893
1008
|
|
|
894
1009
|
### 🚀 Features
|
|
895
1010
|
|
|
896
|
-
- enhance form handling and component props across various modules
|
|
897
|
-
- add CartPage component for managing shopping cart functionality
|
|
898
|
-
- add order confirmation route and related components
|
|
899
|
-
- add ProductBadge component for enhanced product presentation
|
|
900
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1011
|
+
- enhance form handling and component props across various modules
|
|
1012
|
+
- add CartPage component for managing shopping cart functionality
|
|
1013
|
+
- add order confirmation route and related components
|
|
1014
|
+
- add ProductBadge component for enhanced product presentation
|
|
1015
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
901
1016
|
|
|
902
1017
|
### 🩹 Fixes
|
|
903
1018
|
|
|
904
|
-
- update default minimum quantity to 0 in various components
|
|
1019
|
+
- update default minimum quantity to 0 in various components
|
|
905
1020
|
|
|
906
1021
|
### 🧱 Updated Dependencies
|
|
907
1022
|
|
|
@@ -920,15 +1035,15 @@
|
|
|
920
1035
|
|
|
921
1036
|
### 🚀 Features
|
|
922
1037
|
|
|
923
|
-
- enhance form handling and component props across various modules
|
|
924
|
-
- add CartPage component for managing shopping cart functionality
|
|
925
|
-
- add order confirmation route and related components
|
|
926
|
-
- add ProductBadge component for enhanced product presentation
|
|
927
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1038
|
+
- enhance form handling and component props across various modules
|
|
1039
|
+
- add CartPage component for managing shopping cart functionality
|
|
1040
|
+
- add order confirmation route and related components
|
|
1041
|
+
- add ProductBadge component for enhanced product presentation
|
|
1042
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
928
1043
|
|
|
929
1044
|
### 🩹 Fixes
|
|
930
1045
|
|
|
931
|
-
- update default minimum quantity to 0 in various components
|
|
1046
|
+
- update default minimum quantity to 0 in various components
|
|
932
1047
|
|
|
933
1048
|
### 🧱 Updated Dependencies
|
|
934
1049
|
|
|
@@ -947,15 +1062,15 @@
|
|
|
947
1062
|
|
|
948
1063
|
### 🚀 Features
|
|
949
1064
|
|
|
950
|
-
- enhance form handling and component props across various modules
|
|
951
|
-
- add CartPage component for managing shopping cart functionality
|
|
952
|
-
- add order confirmation route and related components
|
|
953
|
-
- add ProductBadge component for enhanced product presentation
|
|
954
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1065
|
+
- enhance form handling and component props across various modules
|
|
1066
|
+
- add CartPage component for managing shopping cart functionality
|
|
1067
|
+
- add order confirmation route and related components
|
|
1068
|
+
- add ProductBadge component for enhanced product presentation
|
|
1069
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
955
1070
|
|
|
956
1071
|
### 🩹 Fixes
|
|
957
1072
|
|
|
958
|
-
- update default minimum quantity to 0 in various components
|
|
1073
|
+
- update default minimum quantity to 0 in various components
|
|
959
1074
|
|
|
960
1075
|
### 🧱 Updated Dependencies
|
|
961
1076
|
|
|
@@ -974,15 +1089,15 @@
|
|
|
974
1089
|
|
|
975
1090
|
### 🚀 Features
|
|
976
1091
|
|
|
977
|
-
- enhance form handling and component props across various modules
|
|
978
|
-
- add CartPage component for managing shopping cart functionality
|
|
979
|
-
- add order confirmation route and related components
|
|
980
|
-
- add ProductBadge component for enhanced product presentation
|
|
981
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1092
|
+
- enhance form handling and component props across various modules
|
|
1093
|
+
- add CartPage component for managing shopping cart functionality
|
|
1094
|
+
- add order confirmation route and related components
|
|
1095
|
+
- add ProductBadge component for enhanced product presentation
|
|
1096
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
982
1097
|
|
|
983
1098
|
### 🩹 Fixes
|
|
984
1099
|
|
|
985
|
-
- update default minimum quantity to 0 in various components
|
|
1100
|
+
- update default minimum quantity to 0 in various components
|
|
986
1101
|
|
|
987
1102
|
### 🧱 Updated Dependencies
|
|
988
1103
|
|
|
@@ -1001,15 +1116,15 @@
|
|
|
1001
1116
|
|
|
1002
1117
|
### 🚀 Features
|
|
1003
1118
|
|
|
1004
|
-
- enhance form handling and component props across various modules
|
|
1005
|
-
- add CartPage component for managing shopping cart functionality
|
|
1006
|
-
- add order confirmation route and related components
|
|
1007
|
-
- add ProductBadge component for enhanced product presentation
|
|
1008
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1119
|
+
- enhance form handling and component props across various modules
|
|
1120
|
+
- add CartPage component for managing shopping cart functionality
|
|
1121
|
+
- add order confirmation route and related components
|
|
1122
|
+
- add ProductBadge component for enhanced product presentation
|
|
1123
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1009
1124
|
|
|
1010
1125
|
### 🩹 Fixes
|
|
1011
1126
|
|
|
1012
|
-
- update default minimum quantity to 0 in various components
|
|
1127
|
+
- update default minimum quantity to 0 in various components
|
|
1013
1128
|
|
|
1014
1129
|
### 🧱 Updated Dependencies
|
|
1015
1130
|
|
|
@@ -1066,7 +1181,7 @@
|
|
|
1066
1181
|
|
|
1067
1182
|
### 🚀 Features
|
|
1068
1183
|
|
|
1069
|
-
- enhance form handling and component props across various modules
|
|
1184
|
+
- enhance form handling and component props across various modules
|
|
1070
1185
|
|
|
1071
1186
|
### 🧱 Updated Dependencies
|
|
1072
1187
|
|
|
@@ -1084,15 +1199,15 @@
|
|
|
1084
1199
|
|
|
1085
1200
|
### 🚀 Features
|
|
1086
1201
|
|
|
1087
|
-
- enhance form handling and component props across various modules
|
|
1088
|
-
- add CartPage component for managing shopping cart functionality
|
|
1089
|
-
- add order confirmation route and related components
|
|
1090
|
-
- add ProductBadge component for enhanced product presentation
|
|
1091
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1202
|
+
- enhance form handling and component props across various modules
|
|
1203
|
+
- add CartPage component for managing shopping cart functionality
|
|
1204
|
+
- add order confirmation route and related components
|
|
1205
|
+
- add ProductBadge component for enhanced product presentation
|
|
1206
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1092
1207
|
|
|
1093
1208
|
### 🩹 Fixes
|
|
1094
1209
|
|
|
1095
|
-
- update default minimum quantity to 0 in various components
|
|
1210
|
+
- update default minimum quantity to 0 in various components
|
|
1096
1211
|
|
|
1097
1212
|
### 🧱 Updated Dependencies
|
|
1098
1213
|
|
|
@@ -1111,15 +1226,15 @@
|
|
|
1111
1226
|
|
|
1112
1227
|
### 🚀 Features
|
|
1113
1228
|
|
|
1114
|
-
- enhance form handling and component props across various modules
|
|
1115
|
-
- add CartPage component for managing shopping cart functionality
|
|
1116
|
-
- add order confirmation route and related components
|
|
1117
|
-
- add ProductBadge component for enhanced product presentation
|
|
1118
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1229
|
+
- enhance form handling and component props across various modules
|
|
1230
|
+
- add CartPage component for managing shopping cart functionality
|
|
1231
|
+
- add order confirmation route and related components
|
|
1232
|
+
- add ProductBadge component for enhanced product presentation
|
|
1233
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1119
1234
|
|
|
1120
1235
|
### 🩹 Fixes
|
|
1121
1236
|
|
|
1122
|
-
- update default minimum quantity to 0 in various components
|
|
1237
|
+
- update default minimum quantity to 0 in various components
|
|
1123
1238
|
|
|
1124
1239
|
### 🧱 Updated Dependencies
|
|
1125
1240
|
|
|
@@ -1168,7 +1283,7 @@
|
|
|
1168
1283
|
|
|
1169
1284
|
### 🩹 Fixes
|
|
1170
1285
|
|
|
1171
|
-
- update default minimum quantity to 0 in various components
|
|
1286
|
+
- update default minimum quantity to 0 in various components
|
|
1172
1287
|
|
|
1173
1288
|
### 🧱 Updated Dependencies
|
|
1174
1289
|
|
|
@@ -1196,7 +1311,7 @@
|
|
|
1196
1311
|
|
|
1197
1312
|
### 🚀 Features
|
|
1198
1313
|
|
|
1199
|
-
- add CartPage component for managing shopping cart functionality
|
|
1314
|
+
- add CartPage component for managing shopping cart functionality
|
|
1200
1315
|
|
|
1201
1316
|
### 🧱 Updated Dependencies
|
|
1202
1317
|
|
|
@@ -1224,7 +1339,7 @@
|
|
|
1224
1339
|
|
|
1225
1340
|
### 🚀 Features
|
|
1226
1341
|
|
|
1227
|
-
- add order confirmation route and related components
|
|
1342
|
+
- add order confirmation route and related components
|
|
1228
1343
|
|
|
1229
1344
|
### 🧱 Updated Dependencies
|
|
1230
1345
|
|
|
@@ -1242,8 +1357,8 @@
|
|
|
1242
1357
|
|
|
1243
1358
|
### 🚀 Features
|
|
1244
1359
|
|
|
1245
|
-
- add ProductBadge component for enhanced product presentation
|
|
1246
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1360
|
+
- add ProductBadge component for enhanced product presentation
|
|
1361
|
+
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
1247
1362
|
|
|
1248
1363
|
### 🧱 Updated Dependencies
|
|
1249
1364
|
|
|
@@ -1411,18 +1526,18 @@
|
|
|
1411
1526
|
|
|
1412
1527
|
### 🚀 Features
|
|
1413
1528
|
|
|
1414
|
-
- enhance cart functionality with AddItemToOrder component
|
|
1415
|
-
- add AddItemToOrder component for managing cart items
|
|
1416
|
-
- add react-native-web support and update Vite configurations
|
|
1417
|
-
- implement platform-aware components and utilities
|
|
1418
|
-
- generate project graph and update package.json files
|
|
1419
|
-
- integrate React Compiler and update dependencies across the project
|
|
1420
|
-
- **quantity-buttons:** integrate AsChildProps for flexible component rendering
|
|
1421
|
-
- **order-lines:** introduce OrderLines component for managing cart items
|
|
1529
|
+
- enhance cart functionality with AddItemToOrder component
|
|
1530
|
+
- add AddItemToOrder component for managing cart items
|
|
1531
|
+
- add react-native-web support and update Vite configurations
|
|
1532
|
+
- implement platform-aware components and utilities
|
|
1533
|
+
- generate project graph and update package.json files
|
|
1534
|
+
- integrate React Compiler and update dependencies across the project
|
|
1535
|
+
- **quantity-buttons:** integrate AsChildProps for flexible component rendering
|
|
1536
|
+
- **order-lines:** introduce OrderLines component for managing cart items
|
|
1422
1537
|
|
|
1423
1538
|
### 🩹 Fixes
|
|
1424
1539
|
|
|
1425
|
-
- adjust quantity validation in useOrderLinesProps
|
|
1540
|
+
- adjust quantity validation in useOrderLinesProps
|
|
1426
1541
|
|
|
1427
1542
|
### 🧱 Updated Dependencies
|
|
1428
1543
|
|
|
@@ -1521,7 +1636,7 @@ This was a version bump only for store/components/order-lines to align it with o
|
|
|
1521
1636
|
- Updated common/ui to 2.0.1
|
|
1522
1637
|
- Updated shared/types to 2.0.1
|
|
1523
1638
|
|
|
1524
|
-
|
|
1639
|
+
## 2.0.0 (2025-06-25)
|
|
1525
1640
|
|
|
1526
1641
|
### 🧱 Updated Dependencies
|
|
1527
1642
|
|
|
@@ -1535,16 +1650,16 @@ This was a version bump only for store/components/order-lines to align it with o
|
|
|
1535
1650
|
|
|
1536
1651
|
### 🚀 Features
|
|
1537
1652
|
|
|
1538
|
-
- introduce haus-storefront-components-react-native app
|
|
1539
|
-
- add FetchClient for API interactions and configure VSCode settings
|
|
1540
|
-
- enhance cart functionality with AddItemToOrder component
|
|
1541
|
-
- add AddItemToOrder component for managing cart items
|
|
1542
|
-
- add react-native-web support and update Vite configurations
|
|
1543
|
-
- implement platform-aware components and utilities
|
|
1653
|
+
- introduce haus-storefront-components-react-native app
|
|
1654
|
+
- add FetchClient for API interactions and configure VSCode settings
|
|
1655
|
+
- enhance cart functionality with AddItemToOrder component
|
|
1656
|
+
- add AddItemToOrder component for managing cart items
|
|
1657
|
+
- add react-native-web support and update Vite configurations
|
|
1658
|
+
- implement platform-aware components and utilities
|
|
1544
1659
|
|
|
1545
1660
|
### 🩹 Fixes
|
|
1546
1661
|
|
|
1547
|
-
- adjust quantity validation in useOrderLinesProps
|
|
1662
|
+
- adjust quantity validation in useOrderLinesProps
|
|
1548
1663
|
|
|
1549
1664
|
### 🧱 Updated Dependencies
|
|
1550
1665
|
|
|
@@ -1573,10 +1688,10 @@ This was a version bump only for store/components/order-lines to align it with o
|
|
|
1573
1688
|
|
|
1574
1689
|
### 🚀 Features
|
|
1575
1690
|
|
|
1576
|
-
- generate project graph and update package.json files
|
|
1577
|
-
- integrate React Compiler and update dependencies across the project
|
|
1578
|
-
- **quantity-buttons:** integrate AsChildProps for flexible component rendering
|
|
1579
|
-
- **order-lines:** introduce OrderLines component for managing cart items
|
|
1691
|
+
- generate project graph and update package.json files
|
|
1692
|
+
- integrate React Compiler and update dependencies across the project
|
|
1693
|
+
- **quantity-buttons:** integrate AsChildProps for flexible component rendering
|
|
1694
|
+
- **order-lines:** introduce OrderLines component for managing cart items
|
|
1580
1695
|
|
|
1581
1696
|
### 🧱 Updated Dependencies
|
|
1582
1697
|
|