@haus-storefront-react/order-lines 1.0.4-next.15 → 1.0.4-next.2
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 +0 -146
- package/index.js +45 -22
- package/index.mjs +7652 -4128
- package/lib/order-lines.d.ts +0 -2
- package/lib/use-order-lines-props.d.ts +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,149 +1,3 @@
|
|
|
1
|
-
## 1.0.4-next.14 (2026-03-26)
|
|
2
|
-
|
|
3
|
-
### 🧱 Updated Dependencies
|
|
4
|
-
|
|
5
|
-
- Updated store/hooks to 1.0.4-next.14
|
|
6
|
-
- Updated core to 1.0.4-next.14
|
|
7
|
-
- Updated common/utils to 1.0.4-next.14
|
|
8
|
-
- Updated common/ui to 1.0.4-next.14
|
|
9
|
-
- Updated shared/types to 1.0.4-next.14
|
|
10
|
-
|
|
11
|
-
## 1.0.4-next.13 (2026-03-24)
|
|
12
|
-
|
|
13
|
-
### 🧱 Updated Dependencies
|
|
14
|
-
|
|
15
|
-
- Updated store/hooks to 1.0.4-next.13
|
|
16
|
-
- Updated core to 1.0.4-next.13
|
|
17
|
-
- Updated common/utils to 1.0.4-next.13
|
|
18
|
-
- Updated common/ui to 1.0.4-next.13
|
|
19
|
-
- Updated shared/types to 1.0.4-next.13
|
|
20
|
-
|
|
21
|
-
## 1.0.4-next.12 (2026-03-19)
|
|
22
|
-
|
|
23
|
-
### 🚀 Features
|
|
24
|
-
|
|
25
|
-
- add preRemove callback support for order line removal
|
|
26
|
-
|
|
27
|
-
### 🧱 Updated Dependencies
|
|
28
|
-
|
|
29
|
-
- Updated store/hooks to 1.0.4-next.12
|
|
30
|
-
- Updated core to 1.0.4-next.12
|
|
31
|
-
- Updated common/utils to 1.0.4-next.12
|
|
32
|
-
- Updated common/ui to 1.0.4-next.12
|
|
33
|
-
- Updated shared/types to 1.0.4-next.12
|
|
34
|
-
|
|
35
|
-
## 1.0.4-next.11 (2026-03-18)
|
|
36
|
-
|
|
37
|
-
### 🧱 Updated Dependencies
|
|
38
|
-
|
|
39
|
-
- Updated store/hooks to 1.0.4-next.11
|
|
40
|
-
- Updated core to 1.0.4-next.11
|
|
41
|
-
- Updated common/utils to 1.0.4-next.11
|
|
42
|
-
- Updated common/ui to 1.0.4-next.11
|
|
43
|
-
- Updated shared/types to 1.0.4-next.11
|
|
44
|
-
|
|
45
|
-
## 1.0.4-next.10 (2026-03-18)
|
|
46
|
-
|
|
47
|
-
### 🧱 Updated Dependencies
|
|
48
|
-
|
|
49
|
-
- Updated store/hooks to 1.0.4-next.10
|
|
50
|
-
- Updated core to 1.0.4-next.10
|
|
51
|
-
- Updated common/utils to 1.0.4-next.10
|
|
52
|
-
- Updated common/ui to 1.0.4-next.10
|
|
53
|
-
- Updated shared/types to 1.0.4-next.10
|
|
54
|
-
|
|
55
|
-
## 1.0.4-next.9 (2026-03-16)
|
|
56
|
-
|
|
57
|
-
### 🧱 Updated Dependencies
|
|
58
|
-
|
|
59
|
-
- Updated store/hooks to 1.0.4-next.9
|
|
60
|
-
- Updated core to 1.0.4-next.9
|
|
61
|
-
- Updated common/utils to 1.0.4-next.9
|
|
62
|
-
- Updated common/ui to 1.0.4-next.9
|
|
63
|
-
- Updated shared/types to 1.0.4-next.9
|
|
64
|
-
|
|
65
|
-
## 1.0.4-next.8 (2026-03-13)
|
|
66
|
-
|
|
67
|
-
### 🧱 Updated Dependencies
|
|
68
|
-
|
|
69
|
-
- Updated store/hooks to 1.0.4-next.8
|
|
70
|
-
- Updated core to 1.0.4-next.8
|
|
71
|
-
- Updated common/utils to 1.0.4-next.8
|
|
72
|
-
- Updated common/ui to 1.0.4-next.8
|
|
73
|
-
- Updated shared/types to 1.0.4-next.8
|
|
74
|
-
|
|
75
|
-
## 1.0.4-next.7 (2026-03-11)
|
|
76
|
-
|
|
77
|
-
### 🚀 Features
|
|
78
|
-
|
|
79
|
-
- enhance form handling and component props across various modules
|
|
80
|
-
- add CartPage component for managing shopping cart functionality
|
|
81
|
-
- add order confirmation route and related components
|
|
82
|
-
- add ProductBadge component for enhanced product presentation
|
|
83
|
-
- add preAdd and preAdjust callbacks for order line and item adjustments
|
|
84
|
-
|
|
85
|
-
### 🩹 Fixes
|
|
86
|
-
|
|
87
|
-
- update default minimum quantity to 0 in various components
|
|
88
|
-
|
|
89
|
-
### 🧱 Updated Dependencies
|
|
90
|
-
|
|
91
|
-
- Updated store/hooks to 1.0.4-next.7
|
|
92
|
-
- Updated core to 1.0.4-next.7
|
|
93
|
-
- Updated common/utils to 1.0.4-next.7
|
|
94
|
-
- Updated common/ui to 1.0.4-next.7
|
|
95
|
-
- Updated shared/types to 1.0.4-next.7
|
|
96
|
-
|
|
97
|
-
## 1.0.4-next.6 (2026-03-09)
|
|
98
|
-
|
|
99
|
-
### 🧱 Updated Dependencies
|
|
100
|
-
|
|
101
|
-
- Updated store/hooks to 1.0.4-next.6
|
|
102
|
-
- Updated core to 1.0.4-next.6
|
|
103
|
-
- Updated common/utils to 1.0.4-next.6
|
|
104
|
-
- Updated common/ui to 1.0.4-next.6
|
|
105
|
-
- Updated shared/types to 1.0.4-next.6
|
|
106
|
-
|
|
107
|
-
## 1.0.4-next.5 (2026-03-09)
|
|
108
|
-
|
|
109
|
-
### 🧱 Updated Dependencies
|
|
110
|
-
|
|
111
|
-
- Updated store/hooks to 1.0.4-next.5
|
|
112
|
-
- Updated core to 1.0.4-next.5
|
|
113
|
-
- Updated common/utils to 1.0.4-next.5
|
|
114
|
-
- Updated common/ui to 1.0.4-next.5
|
|
115
|
-
- Updated shared/types to 1.0.4-next.5
|
|
116
|
-
|
|
117
|
-
## 1.0.4-next.4 (2026-03-09)
|
|
118
|
-
|
|
119
|
-
### 🧱 Updated Dependencies
|
|
120
|
-
|
|
121
|
-
- Updated store/hooks to 1.0.4-next.4
|
|
122
|
-
- Updated core to 1.0.4-next.4
|
|
123
|
-
- Updated common/utils to 1.0.4-next.4
|
|
124
|
-
- Updated common/ui to 1.0.4-next.4
|
|
125
|
-
- Updated shared/types to 1.0.4-next.4
|
|
126
|
-
|
|
127
|
-
## 1.0.4-next.3 (2026-03-06)
|
|
128
|
-
|
|
129
|
-
### 🧱 Updated Dependencies
|
|
130
|
-
|
|
131
|
-
- Updated store/hooks to 1.0.4-next.3
|
|
132
|
-
- Updated core to 1.0.4-next.3
|
|
133
|
-
- Updated common/utils to 1.0.4-next.3
|
|
134
|
-
- Updated common/ui to 1.0.4-next.3
|
|
135
|
-
- Updated shared/types to 1.0.4-next.3
|
|
136
|
-
|
|
137
|
-
## 1.0.4-next.2 (2026-03-04)
|
|
138
|
-
|
|
139
|
-
### 🧱 Updated Dependencies
|
|
140
|
-
|
|
141
|
-
- Updated store/hooks to 1.0.4-next.2
|
|
142
|
-
- Updated core to 1.0.4-next.2
|
|
143
|
-
- Updated common/utils to 1.0.4-next.2
|
|
144
|
-
- Updated common/ui to 1.0.4-next.2
|
|
145
|
-
- Updated shared/types to 1.0.4-next.2
|
|
146
|
-
|
|
147
1
|
## 1.0.4-next.1 (2026-03-04)
|
|
148
2
|
|
|
149
3
|
### 🚀 Features
|