@haus-storefront-react/order-lines 0.0.1
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 +152 -0
- package/I3HPI4QX-djdwxmN0.mjs +8898 -0
- package/README.md +7 -0
- package/browser-ponyfill-CpN79AIW.mjs +341 -0
- package/index-Bkhe0b4T.mjs +8718 -0
- package/index.css +1 -0
- package/index.d.ts +2 -0
- package/index.mjs +6 -0
- package/lib/order-lines.d.ts +196 -0
- package/lib/use-order-lines-props.d.ts +26 -0
- package/package.json +20 -0
- package/production-qucZeWTC.mjs +2070 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
## 2.0.10 (2025-06-25)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated store/hooks to 2.0.10
|
|
6
|
+
- Updated core to 2.0.10
|
|
7
|
+
- Updated common/utils to 2.0.10
|
|
8
|
+
- Updated common/ui to 2.0.10
|
|
9
|
+
- Updated shared/types to 2.0.10
|
|
10
|
+
|
|
11
|
+
## 2.0.9 (2025-06-25)
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated store/hooks to 2.0.9
|
|
16
|
+
- Updated core to 2.0.9
|
|
17
|
+
- Updated common/utils to 2.0.9
|
|
18
|
+
- Updated common/ui to 2.0.9
|
|
19
|
+
- Updated shared/types to 2.0.9
|
|
20
|
+
|
|
21
|
+
## 2.0.8 (2025-06-25)
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated store/hooks to 2.0.8
|
|
26
|
+
- Updated core to 2.0.8
|
|
27
|
+
- Updated common/utils to 2.0.8
|
|
28
|
+
- Updated common/ui to 2.0.8
|
|
29
|
+
- Updated shared/types to 2.0.8
|
|
30
|
+
|
|
31
|
+
## 2.0.7 (2025-06-25)
|
|
32
|
+
|
|
33
|
+
### 🧱 Updated Dependencies
|
|
34
|
+
|
|
35
|
+
- Updated store/hooks to 2.0.7
|
|
36
|
+
- Updated core to 2.0.7
|
|
37
|
+
- Updated common/utils to 2.0.7
|
|
38
|
+
- Updated common/ui to 2.0.7
|
|
39
|
+
- Updated shared/types to 2.0.7
|
|
40
|
+
|
|
41
|
+
## 2.0.6 (2025-06-25)
|
|
42
|
+
|
|
43
|
+
### 🧱 Updated Dependencies
|
|
44
|
+
|
|
45
|
+
- Updated store/hooks to 2.0.6
|
|
46
|
+
- Updated core to 2.0.6
|
|
47
|
+
- Updated common/utils to 2.0.6
|
|
48
|
+
- Updated common/ui to 2.0.6
|
|
49
|
+
- Updated shared/types to 2.0.6
|
|
50
|
+
|
|
51
|
+
## 2.0.5 (2025-06-25)
|
|
52
|
+
|
|
53
|
+
### 🧱 Updated Dependencies
|
|
54
|
+
|
|
55
|
+
- Updated store/hooks to 2.0.5
|
|
56
|
+
- Updated core to 2.0.5
|
|
57
|
+
- Updated common/utils to 2.0.5
|
|
58
|
+
- Updated common/ui to 2.0.5
|
|
59
|
+
- Updated shared/types to 2.0.5
|
|
60
|
+
|
|
61
|
+
## 2.0.4 (2025-06-25)
|
|
62
|
+
|
|
63
|
+
### 🧱 Updated Dependencies
|
|
64
|
+
|
|
65
|
+
- Updated store/hooks to 2.0.4
|
|
66
|
+
- Updated core to 2.0.4
|
|
67
|
+
- Updated common/utils to 2.0.4
|
|
68
|
+
- Updated common/ui to 2.0.4
|
|
69
|
+
- Updated shared/types to 2.0.4
|
|
70
|
+
|
|
71
|
+
## 2.0.3 (2025-06-25)
|
|
72
|
+
|
|
73
|
+
This was a version bump only for store/components/order-lines to align it with other projects, there were no code changes.
|
|
74
|
+
|
|
75
|
+
## 2.0.1 (2025-06-25)
|
|
76
|
+
|
|
77
|
+
### 🧱 Updated Dependencies
|
|
78
|
+
|
|
79
|
+
- Updated store/hooks to 2.0.1
|
|
80
|
+
- Updated core to 2.0.1
|
|
81
|
+
- Updated common/utils to 2.0.1
|
|
82
|
+
- Updated common/ui to 2.0.1
|
|
83
|
+
- Updated shared/types to 2.0.1
|
|
84
|
+
|
|
85
|
+
# 2.0.0 (2025-06-25)
|
|
86
|
+
|
|
87
|
+
### 🧱 Updated Dependencies
|
|
88
|
+
|
|
89
|
+
- Updated store/hooks to 2.0.0
|
|
90
|
+
- Updated core to 2.0.0
|
|
91
|
+
- Updated common/utils to 2.0.0
|
|
92
|
+
- Updated common/ui to 2.0.0
|
|
93
|
+
- Updated shared/types to 2.0.0
|
|
94
|
+
|
|
95
|
+
## 1.0.3 (2025-06-05)
|
|
96
|
+
|
|
97
|
+
### 🚀 Features
|
|
98
|
+
|
|
99
|
+
- introduce haus-storefront-components-react-native app ([2bb6785](https://github.com/WeAreHausTech/haus-storefront-components/commit/2bb6785))
|
|
100
|
+
- add FetchClient for API interactions and configure VSCode settings ([422644b](https://github.com/WeAreHausTech/haus-storefront-components/commit/422644b))
|
|
101
|
+
- enhance cart functionality with AddItemToOrder component ([2af5f7a](https://github.com/WeAreHausTech/haus-storefront-components/commit/2af5f7a))
|
|
102
|
+
- add AddItemToOrder component for managing cart items ([0590e25](https://github.com/WeAreHausTech/haus-storefront-components/commit/0590e25))
|
|
103
|
+
- add react-native-web support and update Vite configurations ([5425f8a](https://github.com/WeAreHausTech/haus-storefront-components/commit/5425f8a))
|
|
104
|
+
- implement platform-aware components and utilities ([116a735](https://github.com/WeAreHausTech/haus-storefront-components/commit/116a735))
|
|
105
|
+
|
|
106
|
+
### 🩹 Fixes
|
|
107
|
+
|
|
108
|
+
- adjust quantity validation in useOrderLinesProps ([59cbb55](https://github.com/WeAreHausTech/haus-storefront-components/commit/59cbb55))
|
|
109
|
+
|
|
110
|
+
### 🧱 Updated Dependencies
|
|
111
|
+
|
|
112
|
+
- Updated store/hooks to 1.0.3
|
|
113
|
+
- Updated core to 1.0.3
|
|
114
|
+
- Updated common/utils to 1.0.3
|
|
115
|
+
- Updated common/ui to 1.0.3
|
|
116
|
+
- Updated shared/types to 1.0.3
|
|
117
|
+
|
|
118
|
+
### ❤️ Thank You
|
|
119
|
+
|
|
120
|
+
- Johanna Bertils
|
|
121
|
+
- Mathias Saxenstrand
|
|
122
|
+
|
|
123
|
+
## 1.0.2 (2025-05-26)
|
|
124
|
+
|
|
125
|
+
### 🧱 Updated Dependencies
|
|
126
|
+
|
|
127
|
+
- Updated store/hooks to 1.0.2
|
|
128
|
+
- Updated core to 1.0.2
|
|
129
|
+
- Updated common/utils to 1.0.2
|
|
130
|
+
- Updated common/ui to 1.0.2
|
|
131
|
+
- Updated shared/types to 1.0.2
|
|
132
|
+
|
|
133
|
+
## 1.0.1 (2025-05-23)
|
|
134
|
+
|
|
135
|
+
### 🚀 Features
|
|
136
|
+
|
|
137
|
+
- generate project graph and update package.json files ([80da01b](https://github.com/WeAreHausTech/haus-storefront-components/commit/80da01b))
|
|
138
|
+
- integrate React Compiler and update dependencies across the project ([92487fa](https://github.com/WeAreHausTech/haus-storefront-components/commit/92487fa))
|
|
139
|
+
- **quantity-buttons:** integrate AsChildProps for flexible component rendering ([fa11dc6](https://github.com/WeAreHausTech/haus-storefront-components/commit/fa11dc6))
|
|
140
|
+
- **order-lines:** introduce OrderLines component for managing cart items ([7ef3283](https://github.com/WeAreHausTech/haus-storefront-components/commit/7ef3283))
|
|
141
|
+
|
|
142
|
+
### 🧱 Updated Dependencies
|
|
143
|
+
|
|
144
|
+
- Updated store/hooks to 1.0.1
|
|
145
|
+
- Updated core to 1.0.1
|
|
146
|
+
- Updated common/utils to 1.0.1
|
|
147
|
+
- Updated common/ui to 1.0.1
|
|
148
|
+
- Updated shared/types to 1.0.1
|
|
149
|
+
|
|
150
|
+
### ❤️ Thank You
|
|
151
|
+
|
|
152
|
+
- Mathias Saxenstrand
|