@akinon/projectzero 1.72.0 → 1.73.0-rc.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 +9 -0
- package/app-template/.gitignore +2 -0
- package/app-template/CHANGELOG.md +2659 -129
- package/app-template/next.config.mjs +2 -1
- package/app-template/package.json +20 -20
- package/app-template/src/components/pagination.tsx +55 -35
- package/app-template/src/components/types/index.ts +1 -0
- package/app-template/src/settings.js +9 -1
- package/app-template/src/views/category/category-active-filters.tsx +3 -3
- package/app-template/src/views/category/filters/filter-item.tsx +1 -1
- package/app-template/src/views/category/filters/index.tsx +1 -1
- package/app-template/src/views/category/layout.tsx +3 -3
- package/package.json +1 -1
- package/app-template/sentry.edge.config.ts +0 -3
- package/app-template/sentry.server.config.ts +0 -3
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.73.0-rc.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fdd255ee]
|
|
8
|
+
- @akinon/next@1.73.0-rc.1
|
|
9
|
+
- @akinon/pz-akifast@1.73.0-rc.1
|
|
10
|
+
- @akinon/pz-b2b@1.73.0-rc.1
|
|
11
|
+
- @akinon/pz-basket-gift-pack@1.73.0-rc.1
|
|
12
|
+
- @akinon/pz-bkm@1.73.0-rc.1
|
|
13
|
+
- @akinon/pz-checkout-gift-pack@1.73.0-rc.1
|
|
14
|
+
- @akinon/pz-click-collect@1.73.0-rc.1
|
|
15
|
+
- @akinon/pz-credit-payment@1.73.0-rc.1
|
|
16
|
+
- @akinon/pz-gpay@1.73.0-rc.1
|
|
17
|
+
- @akinon/pz-masterpass@1.73.0-rc.1
|
|
18
|
+
- @akinon/pz-one-click-checkout@1.73.0-rc.1
|
|
19
|
+
- @akinon/pz-otp@1.73.0-rc.1
|
|
20
|
+
- @akinon/pz-pay-on-delivery@1.73.0-rc.1
|
|
21
|
+
- @akinon/pz-saved-card@1.73.0-rc.1
|
|
22
|
+
- @akinon/pz-tabby-extension@1.73.0-rc.1
|
|
23
|
+
|
|
24
|
+
## 1.73.0-rc.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
29
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
30
|
+
- 1ebe1da0: ZERO-3016:move pagination fixes and add optional chaining
|
|
31
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
32
|
+
- 7d2d66e0: ZERO-3012: Upgrade version for tailwindcss
|
|
33
|
+
- 3344bca5: ZERO-3013: Enable web vitals tracking in settings.js
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [5dfeea04]
|
|
38
|
+
- Updated dependencies [81248a14]
|
|
39
|
+
- Updated dependencies [ed55a810]
|
|
40
|
+
- Updated dependencies [2d9b2b2c]
|
|
41
|
+
- Updated dependencies [3bfa12aa]
|
|
42
|
+
- Updated dependencies [cc538c6a]
|
|
43
|
+
- Updated dependencies [e9541a13]
|
|
44
|
+
- Updated dependencies [94eb8252]
|
|
45
|
+
- Updated dependencies [4d3deb4f]
|
|
46
|
+
- Updated dependencies [c53ef7b9]
|
|
47
|
+
- Updated dependencies [0ab91e56]
|
|
48
|
+
- Updated dependencies [64699d3f]
|
|
49
|
+
- Updated dependencies [17f87524]
|
|
50
|
+
- Updated dependencies [65d3b862]
|
|
51
|
+
- Updated dependencies [30105142]
|
|
52
|
+
- Updated dependencies [bbe18b9f]
|
|
53
|
+
- Updated dependencies [9a507300]
|
|
54
|
+
- Updated dependencies [4920742c]
|
|
55
|
+
- Updated dependencies [7e56d6b6]
|
|
56
|
+
- Updated dependencies [5a333a57]
|
|
57
|
+
- Updated dependencies [43c182ee]
|
|
58
|
+
- Updated dependencies [ca774b39]
|
|
59
|
+
- Updated dependencies [56cdddc8]
|
|
60
|
+
- Updated dependencies [f2c92d5c]
|
|
61
|
+
- Updated dependencies [7bd3d992]
|
|
62
|
+
- Updated dependencies [f0b2f416]
|
|
63
|
+
- Updated dependencies [49eeebfa]
|
|
64
|
+
- Updated dependencies [3f9b8d7e]
|
|
65
|
+
- Updated dependencies [3344bca5]
|
|
66
|
+
- @akinon/next@1.73.0-rc.0
|
|
67
|
+
- @akinon/pz-akifast@1.73.0-rc.0
|
|
68
|
+
- @akinon/pz-checkout-gift-pack@1.73.0-rc.0
|
|
69
|
+
- @akinon/pz-one-click-checkout@1.73.0-rc.0
|
|
70
|
+
- @akinon/pz-basket-gift-pack@1.73.0-rc.0
|
|
71
|
+
- @akinon/pz-pay-on-delivery@1.73.0-rc.0
|
|
72
|
+
- @akinon/pz-credit-payment@1.73.0-rc.0
|
|
73
|
+
- @akinon/pz-click-collect@1.73.0-rc.0
|
|
74
|
+
- @akinon/pz-masterpass@1.73.0-rc.0
|
|
75
|
+
- @akinon/pz-gpay@1.73.0-rc.0
|
|
76
|
+
- @akinon/pz-b2b@1.73.0-rc.0
|
|
77
|
+
- @akinon/pz-bkm@1.73.0-rc.0
|
|
78
|
+
- @akinon/pz-otp@1.73.0-rc.0
|
|
79
|
+
- @akinon/pz-saved-card@1.73.0-rc.0
|
|
80
|
+
- @akinon/pz-tabby-extension@1.73.0-rc.0
|
|
81
|
+
|
|
3
82
|
## 1.72.0
|
|
4
83
|
|
|
5
84
|
### Minor Changes
|
|
@@ -35,21 +114,161 @@
|
|
|
35
114
|
### Patch Changes
|
|
36
115
|
|
|
37
116
|
- Updated dependencies [f34454a]
|
|
38
|
-
- @akinon/next@1.71.0
|
|
39
|
-
- @akinon/pz-akifast@1.71.0
|
|
40
|
-
- @akinon/pz-b2b@1.71.0
|
|
41
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
42
|
-
- @akinon/pz-bkm@1.71.0
|
|
43
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
44
|
-
- @akinon/pz-click-collect@1.71.0
|
|
45
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
46
|
-
- @akinon/pz-gpay@1.71.0
|
|
47
|
-
- @akinon/pz-masterpass@1.71.0
|
|
48
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
49
|
-
- @akinon/pz-otp@1.71.0
|
|
50
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
51
|
-
- @akinon/pz-saved-card@1.71.0
|
|
52
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
117
|
+
- @akinon/next@1.71.0-rc.6
|
|
118
|
+
- @akinon/pz-akifast@1.71.0-rc.6
|
|
119
|
+
- @akinon/pz-b2b@1.71.0-rc.6
|
|
120
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.6
|
|
121
|
+
- @akinon/pz-bkm@1.71.0-rc.6
|
|
122
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.6
|
|
123
|
+
- @akinon/pz-click-collect@1.71.0-rc.6
|
|
124
|
+
- @akinon/pz-credit-payment@1.71.0-rc.6
|
|
125
|
+
- @akinon/pz-gpay@1.71.0-rc.6
|
|
126
|
+
- @akinon/pz-masterpass@1.71.0-rc.6
|
|
127
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.6
|
|
128
|
+
- @akinon/pz-otp@1.71.0-rc.6
|
|
129
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.6
|
|
130
|
+
- @akinon/pz-saved-card@1.71.0-rc.6
|
|
131
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.6
|
|
132
|
+
|
|
133
|
+
## 1.71.0-rc.5
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- Updated dependencies [0ab91e5]
|
|
138
|
+
- @akinon/pz-akifast@1.71.0-rc.5
|
|
139
|
+
- @akinon/next@1.71.0-rc.5
|
|
140
|
+
- @akinon/pz-b2b@1.71.0-rc.5
|
|
141
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
142
|
+
- @akinon/pz-bkm@1.71.0-rc.5
|
|
143
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
144
|
+
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
145
|
+
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
146
|
+
- @akinon/pz-gpay@1.71.0-rc.5
|
|
147
|
+
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
148
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
149
|
+
- @akinon/pz-otp@1.71.0-rc.5
|
|
150
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
151
|
+
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
152
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
153
|
+
|
|
154
|
+
## 1.71.0-rc.4
|
|
155
|
+
|
|
156
|
+
### Minor Changes
|
|
157
|
+
|
|
158
|
+
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- @akinon/next@1.71.0-rc.4
|
|
163
|
+
- @akinon/pz-akifast@1.71.0-rc.4
|
|
164
|
+
- @akinon/pz-b2b@1.71.0-rc.4
|
|
165
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
166
|
+
- @akinon/pz-bkm@1.71.0-rc.4
|
|
167
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
168
|
+
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
169
|
+
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
170
|
+
- @akinon/pz-gpay@1.71.0-rc.4
|
|
171
|
+
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
172
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
173
|
+
- @akinon/pz-otp@1.71.0-rc.4
|
|
174
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
175
|
+
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
176
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
177
|
+
|
|
178
|
+
## 1.71.0-rc.3
|
|
179
|
+
|
|
180
|
+
### Minor Changes
|
|
181
|
+
|
|
182
|
+
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- Updated dependencies [3344bca]
|
|
187
|
+
- @akinon/next@1.71.0-rc.3
|
|
188
|
+
- @akinon/pz-akifast@1.71.0-rc.3
|
|
189
|
+
- @akinon/pz-b2b@1.71.0-rc.3
|
|
190
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
191
|
+
- @akinon/pz-bkm@1.71.0-rc.3
|
|
192
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
193
|
+
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
194
|
+
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
195
|
+
- @akinon/pz-gpay@1.71.0-rc.3
|
|
196
|
+
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
197
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
198
|
+
- @akinon/pz-otp@1.71.0-rc.3
|
|
199
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
200
|
+
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
201
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
202
|
+
|
|
203
|
+
## 1.71.0-rc.2
|
|
204
|
+
|
|
205
|
+
### Patch Changes
|
|
206
|
+
|
|
207
|
+
- Updated dependencies [56cdddc]
|
|
208
|
+
- @akinon/next@1.71.0-rc.2
|
|
209
|
+
- @akinon/pz-akifast@1.71.0-rc.2
|
|
210
|
+
- @akinon/pz-b2b@1.71.0-rc.2
|
|
211
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
212
|
+
- @akinon/pz-bkm@1.71.0-rc.2
|
|
213
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
214
|
+
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
215
|
+
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
216
|
+
- @akinon/pz-gpay@1.71.0-rc.2
|
|
217
|
+
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
218
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
219
|
+
- @akinon/pz-otp@1.71.0-rc.2
|
|
220
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
221
|
+
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
222
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
223
|
+
|
|
224
|
+
## 1.71.0-rc.1
|
|
225
|
+
|
|
226
|
+
### Patch Changes
|
|
227
|
+
|
|
228
|
+
- Updated dependencies [9a50730]
|
|
229
|
+
- @akinon/next@1.71.0-rc.1
|
|
230
|
+
- @akinon/pz-akifast@1.71.0-rc.1
|
|
231
|
+
- @akinon/pz-b2b@1.71.0-rc.1
|
|
232
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
233
|
+
- @akinon/pz-bkm@1.71.0-rc.1
|
|
234
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
235
|
+
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
236
|
+
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
237
|
+
- @akinon/pz-gpay@1.71.0-rc.1
|
|
238
|
+
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
239
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
240
|
+
- @akinon/pz-otp@1.71.0-rc.1
|
|
241
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
242
|
+
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
243
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
244
|
+
|
|
245
|
+
## 1.71.0-rc.0
|
|
246
|
+
|
|
247
|
+
### Minor Changes
|
|
248
|
+
|
|
249
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- Updated dependencies [3bfa12a]
|
|
254
|
+
- Updated dependencies [4d3deb4]
|
|
255
|
+
- Updated dependencies [3010514]
|
|
256
|
+
- Updated dependencies [ca774b3]
|
|
257
|
+
- @akinon/next@1.71.0-rc.0
|
|
258
|
+
- @akinon/pz-akifast@1.71.0-rc.0
|
|
259
|
+
- @akinon/pz-b2b@1.71.0-rc.0
|
|
260
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
261
|
+
- @akinon/pz-bkm@1.71.0-rc.0
|
|
262
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
263
|
+
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
264
|
+
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
265
|
+
- @akinon/pz-gpay@1.71.0-rc.0
|
|
266
|
+
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
267
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
268
|
+
- @akinon/pz-otp@1.71.0-rc.0
|
|
269
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
270
|
+
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
271
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
53
272
|
|
|
54
273
|
## 1.70.0
|
|
55
274
|
|
|
@@ -80,32 +299,249 @@
|
|
|
80
299
|
|
|
81
300
|
### Minor Changes
|
|
82
301
|
|
|
302
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
303
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
304
|
+
|
|
305
|
+
### Patch Changes
|
|
306
|
+
|
|
307
|
+
- Updated dependencies [3bfa12a]
|
|
308
|
+
- Updated dependencies [4d3deb4]
|
|
309
|
+
- Updated dependencies [3010514]
|
|
310
|
+
- Updated dependencies [ca774b3]
|
|
311
|
+
- Updated dependencies [f046f8e]
|
|
312
|
+
- @akinon/next@1.69.0-rc.9
|
|
313
|
+
- @akinon/pz-akifast@1.69.0-rc.9
|
|
314
|
+
- @akinon/pz-b2b@1.69.0-rc.9
|
|
315
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
316
|
+
- @akinon/pz-bkm@1.69.0-rc.9
|
|
317
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
318
|
+
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
319
|
+
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
320
|
+
- @akinon/pz-gpay@1.69.0-rc.9
|
|
321
|
+
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
322
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
323
|
+
- @akinon/pz-otp@1.69.0-rc.9
|
|
324
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
325
|
+
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
326
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
327
|
+
|
|
328
|
+
## 1.69.0-rc.8
|
|
329
|
+
|
|
330
|
+
### Patch Changes
|
|
331
|
+
|
|
332
|
+
- Updated dependencies [3010514]
|
|
333
|
+
- Updated dependencies [ca774b3]
|
|
334
|
+
- @akinon/next@1.69.0-rc.8
|
|
335
|
+
- @akinon/pz-akifast@1.69.0-rc.8
|
|
336
|
+
- @akinon/pz-b2b@1.69.0-rc.8
|
|
337
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
338
|
+
- @akinon/pz-bkm@1.69.0-rc.8
|
|
339
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
340
|
+
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
341
|
+
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
342
|
+
- @akinon/pz-gpay@1.69.0-rc.8
|
|
343
|
+
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
344
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
345
|
+
- @akinon/pz-otp@1.69.0-rc.8
|
|
346
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
347
|
+
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
348
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
349
|
+
|
|
350
|
+
## 1.69.0-rc.7
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- Updated dependencies [3bfa12a]
|
|
355
|
+
- @akinon/next@1.69.0-rc.7
|
|
356
|
+
- @akinon/pz-akifast@1.69.0-rc.7
|
|
357
|
+
- @akinon/pz-b2b@1.69.0-rc.7
|
|
358
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
359
|
+
- @akinon/pz-bkm@1.69.0-rc.7
|
|
360
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
361
|
+
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
362
|
+
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
363
|
+
- @akinon/pz-gpay@1.69.0-rc.7
|
|
364
|
+
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
365
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
366
|
+
- @akinon/pz-otp@1.69.0-rc.7
|
|
367
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
368
|
+
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
369
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
370
|
+
|
|
371
|
+
## 1.69.0-rc.6
|
|
372
|
+
|
|
373
|
+
### Minor Changes
|
|
374
|
+
|
|
375
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
83
376
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
84
377
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
85
378
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
86
379
|
|
|
87
380
|
### Patch Changes
|
|
88
381
|
|
|
382
|
+
- Updated dependencies [4d3deb4]
|
|
89
383
|
- Updated dependencies [063da74]
|
|
90
384
|
- Updated dependencies [72da021]
|
|
91
385
|
- Updated dependencies [5632a99]
|
|
92
386
|
- Updated dependencies [cbdb0c8]
|
|
93
387
|
- Updated dependencies [80c869b]
|
|
94
|
-
- @akinon/next@1.69.0
|
|
95
|
-
- @akinon/pz-akifast@1.69.0
|
|
96
|
-
- @akinon/pz-b2b@1.69.0
|
|
97
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
98
|
-
- @akinon/pz-bkm@1.69.0
|
|
99
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
100
|
-
- @akinon/pz-click-collect@1.69.0
|
|
101
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
102
|
-
- @akinon/pz-gpay@1.69.0
|
|
103
|
-
- @akinon/pz-masterpass@1.69.0
|
|
104
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
105
|
-
- @akinon/pz-otp@1.69.0
|
|
106
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
107
|
-
- @akinon/pz-saved-card@1.69.0
|
|
108
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
388
|
+
- @akinon/next@1.69.0-rc.6
|
|
389
|
+
- @akinon/pz-akifast@1.69.0-rc.6
|
|
390
|
+
- @akinon/pz-b2b@1.69.0-rc.6
|
|
391
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.6
|
|
392
|
+
- @akinon/pz-bkm@1.69.0-rc.6
|
|
393
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.6
|
|
394
|
+
- @akinon/pz-click-collect@1.69.0-rc.6
|
|
395
|
+
- @akinon/pz-credit-payment@1.69.0-rc.6
|
|
396
|
+
- @akinon/pz-gpay@1.69.0-rc.6
|
|
397
|
+
- @akinon/pz-masterpass@1.69.0-rc.6
|
|
398
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.6
|
|
399
|
+
- @akinon/pz-otp@1.69.0-rc.6
|
|
400
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.6
|
|
401
|
+
- @akinon/pz-saved-card@1.69.0-rc.6
|
|
402
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.6
|
|
403
|
+
|
|
404
|
+
## 1.69.0-rc.5
|
|
405
|
+
|
|
406
|
+
### Minor Changes
|
|
407
|
+
|
|
408
|
+
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
409
|
+
|
|
410
|
+
### Patch Changes
|
|
411
|
+
|
|
412
|
+
- Updated dependencies [80c869b]
|
|
413
|
+
- @akinon/next@1.69.0-rc.5
|
|
414
|
+
- @akinon/pz-akifast@1.69.0-rc.5
|
|
415
|
+
- @akinon/pz-b2b@1.69.0-rc.5
|
|
416
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
417
|
+
- @akinon/pz-bkm@1.69.0-rc.5
|
|
418
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
419
|
+
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
420
|
+
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
421
|
+
- @akinon/pz-gpay@1.69.0-rc.5
|
|
422
|
+
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
423
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
424
|
+
- @akinon/pz-otp@1.69.0-rc.5
|
|
425
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
426
|
+
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
427
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
428
|
+
|
|
429
|
+
## 1.69.0-rc.4
|
|
430
|
+
|
|
431
|
+
### Minor Changes
|
|
432
|
+
|
|
433
|
+
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- Updated dependencies [063da74]
|
|
438
|
+
- @akinon/next@1.69.0-rc.4
|
|
439
|
+
- @akinon/pz-akifast@1.69.0-rc.4
|
|
440
|
+
- @akinon/pz-b2b@1.69.0-rc.4
|
|
441
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
442
|
+
- @akinon/pz-bkm@1.69.0-rc.4
|
|
443
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
444
|
+
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
445
|
+
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
446
|
+
- @akinon/pz-gpay@1.69.0-rc.4
|
|
447
|
+
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
448
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
449
|
+
- @akinon/pz-otp@1.69.0-rc.4
|
|
450
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
451
|
+
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
452
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
453
|
+
|
|
454
|
+
## 1.69.0-rc.3
|
|
455
|
+
|
|
456
|
+
### Minor Changes
|
|
457
|
+
|
|
458
|
+
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- Updated dependencies [cbdb0c8]
|
|
463
|
+
- @akinon/next@1.69.0-rc.3
|
|
464
|
+
- @akinon/pz-akifast@1.69.0-rc.3
|
|
465
|
+
- @akinon/pz-b2b@1.69.0-rc.3
|
|
466
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
467
|
+
- @akinon/pz-bkm@1.69.0-rc.3
|
|
468
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
469
|
+
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
470
|
+
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
471
|
+
- @akinon/pz-gpay@1.69.0-rc.3
|
|
472
|
+
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
473
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
474
|
+
- @akinon/pz-otp@1.69.0-rc.3
|
|
475
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
476
|
+
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
477
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
478
|
+
|
|
479
|
+
## 1.69.0-rc.2
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Updated dependencies [5632a99]
|
|
484
|
+
- @akinon/next@1.69.0-rc.2
|
|
485
|
+
- @akinon/pz-akifast@1.69.0-rc.2
|
|
486
|
+
- @akinon/pz-b2b@1.69.0-rc.2
|
|
487
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
488
|
+
- @akinon/pz-bkm@1.69.0-rc.2
|
|
489
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
490
|
+
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
491
|
+
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
492
|
+
- @akinon/pz-gpay@1.69.0-rc.2
|
|
493
|
+
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
494
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
495
|
+
- @akinon/pz-otp@1.69.0-rc.2
|
|
496
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
497
|
+
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
498
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
499
|
+
|
|
500
|
+
## 1.69.0-rc.1
|
|
501
|
+
|
|
502
|
+
### Patch Changes
|
|
503
|
+
|
|
504
|
+
- Updated dependencies [72da021]
|
|
505
|
+
- @akinon/next@1.69.0-rc.1
|
|
506
|
+
- @akinon/pz-akifast@1.69.0-rc.1
|
|
507
|
+
- @akinon/pz-b2b@1.69.0-rc.1
|
|
508
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
509
|
+
- @akinon/pz-bkm@1.69.0-rc.1
|
|
510
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
511
|
+
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
512
|
+
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
513
|
+
- @akinon/pz-gpay@1.69.0-rc.1
|
|
514
|
+
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
515
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
516
|
+
- @akinon/pz-otp@1.69.0-rc.1
|
|
517
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
518
|
+
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
519
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
520
|
+
|
|
521
|
+
## 1.69.0-rc.0
|
|
522
|
+
|
|
523
|
+
### Minor Changes
|
|
524
|
+
|
|
525
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
526
|
+
|
|
527
|
+
### Patch Changes
|
|
528
|
+
|
|
529
|
+
- Updated dependencies [4d3deb4]
|
|
530
|
+
- @akinon/next@1.69.0-rc.0
|
|
531
|
+
- @akinon/pz-akifast@1.69.0-rc.0
|
|
532
|
+
- @akinon/pz-b2b@1.69.0-rc.0
|
|
533
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
534
|
+
- @akinon/pz-bkm@1.69.0-rc.0
|
|
535
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
536
|
+
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
537
|
+
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
538
|
+
- @akinon/pz-gpay@1.69.0-rc.0
|
|
539
|
+
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
540
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
541
|
+
- @akinon/pz-otp@1.69.0-rc.0
|
|
542
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
543
|
+
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
544
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
109
545
|
|
|
110
546
|
## 1.68.0
|
|
111
547
|
|
|
@@ -456,28 +892,401 @@
|
|
|
456
892
|
|
|
457
893
|
### Minor Changes
|
|
458
894
|
|
|
895
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
896
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
897
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
898
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
899
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
900
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
901
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
902
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
903
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
904
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
905
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
906
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
907
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
908
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
909
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
910
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
911
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
912
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
913
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
914
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
915
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
916
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
917
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
918
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
919
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
920
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
921
|
+
|
|
922
|
+
### Patch Changes
|
|
923
|
+
|
|
924
|
+
- Updated dependencies [c416d18]
|
|
925
|
+
- Updated dependencies [572d2e84]
|
|
926
|
+
- Updated dependencies [5dfeea0]
|
|
927
|
+
- Updated dependencies [0e25399]
|
|
928
|
+
- Updated dependencies [a4c8d6a9]
|
|
929
|
+
- Updated dependencies [fda5b927]
|
|
930
|
+
- Updated dependencies [2d9b2b2c]
|
|
931
|
+
- Updated dependencies [c53ea3e6]
|
|
932
|
+
- Updated dependencies [714e0b46]
|
|
933
|
+
- Updated dependencies [6c25f66]
|
|
934
|
+
- Updated dependencies [bc2b4117]
|
|
935
|
+
- Updated dependencies [3bf2dd9]
|
|
936
|
+
- Updated dependencies [e9541a13]
|
|
937
|
+
- Updated dependencies [c53ef7b9]
|
|
938
|
+
- Updated dependencies [2e6104d]
|
|
939
|
+
- Updated dependencies [64699d3f]
|
|
940
|
+
- Updated dependencies [0d3a913e]
|
|
941
|
+
- Updated dependencies [7b05522]
|
|
942
|
+
- Updated dependencies [d6edb1d]
|
|
943
|
+
- Updated dependencies [d3474c64]
|
|
944
|
+
- Updated dependencies [17f87524]
|
|
945
|
+
- Updated dependencies [29ead87]
|
|
946
|
+
- Updated dependencies [c45b62c]
|
|
947
|
+
- Updated dependencies [91265bba]
|
|
948
|
+
- Updated dependencies [bbe18b9f]
|
|
949
|
+
- Updated dependencies [d4099960]
|
|
950
|
+
- Updated dependencies [4920742]
|
|
951
|
+
- Updated dependencies [12a873e]
|
|
952
|
+
- Updated dependencies [7e56d6b]
|
|
953
|
+
- Updated dependencies [94b69285]
|
|
954
|
+
- Updated dependencies [98bb8dcd]
|
|
955
|
+
- Updated dependencies [dcc8a150]
|
|
956
|
+
- Updated dependencies [8f47cca]
|
|
957
|
+
- Updated dependencies [fad27689]
|
|
958
|
+
- Updated dependencies [dff0d595]
|
|
959
|
+
- Updated dependencies [fdd0b41]
|
|
960
|
+
- Updated dependencies [f2c325c]
|
|
961
|
+
- Updated dependencies [9e25a64]
|
|
962
|
+
- Updated dependencies [beb499e6]
|
|
963
|
+
- Updated dependencies [f2c92d5c]
|
|
964
|
+
- Updated dependencies [7bd3d992]
|
|
965
|
+
- Updated dependencies [f3d076b]
|
|
966
|
+
- Updated dependencies [f046f8e0]
|
|
967
|
+
- Updated dependencies [49eeebf]
|
|
968
|
+
- Updated dependencies [86d25315]
|
|
969
|
+
- Updated dependencies [3f9b8d7e]
|
|
970
|
+
- @akinon/next@1.56.0-rc.8
|
|
971
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
972
|
+
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
973
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
974
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
975
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
976
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
977
|
+
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
978
|
+
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
979
|
+
- @akinon/pz-akifast@1.56.0-rc.8
|
|
980
|
+
- @akinon/pz-gpay@1.56.0-rc.8
|
|
981
|
+
- @akinon/pz-b2b@1.56.0-rc.8
|
|
982
|
+
- @akinon/pz-bkm@1.56.0-rc.8
|
|
983
|
+
- @akinon/pz-otp@1.56.0-rc.8
|
|
984
|
+
|
|
985
|
+
## 1.56.0-rc.7
|
|
986
|
+
|
|
987
|
+
### Patch Changes
|
|
988
|
+
|
|
989
|
+
- Updated dependencies [0e25399]
|
|
990
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
991
|
+
- @akinon/next@1.56.0-rc.7
|
|
992
|
+
- @akinon/pz-akifast@1.56.0-rc.7
|
|
993
|
+
- @akinon/pz-b2b@1.56.0-rc.7
|
|
994
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
995
|
+
- @akinon/pz-bkm@1.56.0-rc.7
|
|
996
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
997
|
+
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
998
|
+
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
999
|
+
- @akinon/pz-gpay@1.56.0-rc.7
|
|
1000
|
+
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
1001
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
1002
|
+
- @akinon/pz-otp@1.56.0-rc.7
|
|
1003
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
1004
|
+
|
|
1005
|
+
## 1.56.0-rc.6
|
|
1006
|
+
|
|
1007
|
+
### Minor Changes
|
|
1008
|
+
|
|
1009
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1010
|
+
|
|
1011
|
+
### Patch Changes
|
|
1012
|
+
|
|
1013
|
+
- Updated dependencies [f3d076b]
|
|
1014
|
+
- @akinon/next@1.56.0-rc.6
|
|
1015
|
+
- @akinon/pz-akifast@1.56.0-rc.6
|
|
1016
|
+
- @akinon/pz-b2b@1.56.0-rc.6
|
|
1017
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
1018
|
+
- @akinon/pz-bkm@1.56.0-rc.6
|
|
1019
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
1020
|
+
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
1021
|
+
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
1022
|
+
- @akinon/pz-gpay@1.56.0-rc.6
|
|
1023
|
+
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
1024
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
1025
|
+
- @akinon/pz-otp@1.56.0-rc.6
|
|
1026
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
1027
|
+
|
|
1028
|
+
## 1.56.0-rc.5
|
|
1029
|
+
|
|
1030
|
+
### Patch Changes
|
|
1031
|
+
|
|
1032
|
+
- Updated dependencies [c416d18]
|
|
1033
|
+
- @akinon/next@1.56.0-rc.5
|
|
1034
|
+
- @akinon/pz-akifast@1.56.0-rc.5
|
|
1035
|
+
- @akinon/pz-b2b@1.56.0-rc.5
|
|
1036
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
1037
|
+
- @akinon/pz-bkm@1.56.0-rc.5
|
|
1038
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
1039
|
+
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
1040
|
+
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
1041
|
+
- @akinon/pz-gpay@1.56.0-rc.5
|
|
1042
|
+
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
1043
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
1044
|
+
- @akinon/pz-otp@1.56.0-rc.5
|
|
1045
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
1046
|
+
|
|
1047
|
+
## 1.56.0-rc.4
|
|
1048
|
+
|
|
1049
|
+
### Minor Changes
|
|
1050
|
+
|
|
1051
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1052
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1053
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1054
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1055
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1056
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1057
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1058
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1059
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1060
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1061
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1062
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1063
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1064
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1065
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1066
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1067
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1068
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1069
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1070
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1071
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1072
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1073
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1074
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
459
1075
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
1076
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
460
1077
|
|
|
461
1078
|
### Patch Changes
|
|
462
1079
|
|
|
1080
|
+
- Updated dependencies [572d2e84]
|
|
1081
|
+
- Updated dependencies [5dfeea0]
|
|
1082
|
+
- Updated dependencies [a4c8d6a9]
|
|
1083
|
+
- Updated dependencies [fda5b927]
|
|
1084
|
+
- Updated dependencies [2d9b2b2c]
|
|
1085
|
+
- Updated dependencies [c53ea3e6]
|
|
463
1086
|
- Updated dependencies [d93a507]
|
|
1087
|
+
- Updated dependencies [714e0b46]
|
|
1088
|
+
- Updated dependencies [6c25f66]
|
|
1089
|
+
- Updated dependencies [bc2b411]
|
|
1090
|
+
- Updated dependencies [3bf2dd9]
|
|
1091
|
+
- Updated dependencies [e9541a13]
|
|
1092
|
+
- Updated dependencies [c53ef7b9]
|
|
1093
|
+
- Updated dependencies [2e6104d]
|
|
1094
|
+
- Updated dependencies [64699d3]
|
|
1095
|
+
- Updated dependencies [0d3a913e]
|
|
1096
|
+
- Updated dependencies [7b05522]
|
|
1097
|
+
- Updated dependencies [d6edb1d]
|
|
1098
|
+
- Updated dependencies [d3474c64]
|
|
1099
|
+
- Updated dependencies [17f8752]
|
|
1100
|
+
- Updated dependencies [29ead87]
|
|
1101
|
+
- Updated dependencies [c45b62c]
|
|
1102
|
+
- Updated dependencies [91265bba]
|
|
1103
|
+
- Updated dependencies [bbe18b9f]
|
|
1104
|
+
- Updated dependencies [d4099960]
|
|
1105
|
+
- Updated dependencies [4920742]
|
|
1106
|
+
- Updated dependencies [12a873e]
|
|
464
1107
|
- Updated dependencies [674badc]
|
|
1108
|
+
- Updated dependencies [7e56d6b]
|
|
1109
|
+
- Updated dependencies [94b69285]
|
|
1110
|
+
- Updated dependencies [98bb8dcd]
|
|
465
1111
|
- Updated dependencies [207ac6e]
|
|
1112
|
+
- Updated dependencies [dcc8a150]
|
|
1113
|
+
- Updated dependencies [8f47cca]
|
|
1114
|
+
- Updated dependencies [fad27689]
|
|
1115
|
+
- Updated dependencies [dff0d595]
|
|
1116
|
+
- Updated dependencies [fdd0b41]
|
|
1117
|
+
- Updated dependencies [f2c325c]
|
|
1118
|
+
- Updated dependencies [9e25a64]
|
|
1119
|
+
- Updated dependencies [beb499e6]
|
|
1120
|
+
- Updated dependencies [f2c92d5c]
|
|
1121
|
+
- Updated dependencies [7bd3d99]
|
|
1122
|
+
- Updated dependencies [f046f8e0]
|
|
466
1123
|
- Updated dependencies [b9273fd]
|
|
1124
|
+
- Updated dependencies [49eeebf]
|
|
1125
|
+
- Updated dependencies [86d25315]
|
|
467
1126
|
- Updated dependencies [c670bd4]
|
|
468
|
-
|
|
469
|
-
- @akinon/
|
|
470
|
-
- @akinon/pz-
|
|
471
|
-
- @akinon/pz-
|
|
472
|
-
- @akinon/pz-
|
|
473
|
-
- @akinon/pz-
|
|
474
|
-
- @akinon/pz-
|
|
475
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
476
|
-
- @akinon/pz-
|
|
477
|
-
- @akinon/pz-
|
|
478
|
-
- @akinon/pz-
|
|
479
|
-
- @akinon/pz-
|
|
480
|
-
- @akinon/pz-
|
|
1127
|
+
- Updated dependencies [3f9b8d7]
|
|
1128
|
+
- @akinon/next@1.56.0-rc.4
|
|
1129
|
+
- @akinon/pz-click-collect@1.56.0-rc.4
|
|
1130
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.4
|
|
1131
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.4
|
|
1132
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.4
|
|
1133
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.4
|
|
1134
|
+
- @akinon/pz-credit-payment@1.56.0-rc.4
|
|
1135
|
+
- @akinon/pz-masterpass@1.56.0-rc.4
|
|
1136
|
+
- @akinon/pz-akifast@1.56.0-rc.4
|
|
1137
|
+
- @akinon/pz-gpay@1.56.0-rc.4
|
|
1138
|
+
- @akinon/pz-b2b@1.56.0-rc.4
|
|
1139
|
+
- @akinon/pz-bkm@1.56.0-rc.4
|
|
1140
|
+
- @akinon/pz-otp@1.56.0-rc.4
|
|
1141
|
+
|
|
1142
|
+
## 1.56.0-rc.3
|
|
1143
|
+
|
|
1144
|
+
### Patch Changes
|
|
1145
|
+
|
|
1146
|
+
- Updated dependencies [674badc]
|
|
1147
|
+
- @akinon/next@1.56.0-rc.3
|
|
1148
|
+
- @akinon/pz-akifast@1.56.0-rc.3
|
|
1149
|
+
- @akinon/pz-b2b@1.56.0-rc.3
|
|
1150
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
1151
|
+
- @akinon/pz-bkm@1.56.0-rc.3
|
|
1152
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
1153
|
+
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
1154
|
+
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
1155
|
+
- @akinon/pz-gpay@1.56.0-rc.3
|
|
1156
|
+
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
1157
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
1158
|
+
- @akinon/pz-otp@1.56.0-rc.3
|
|
1159
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
1160
|
+
|
|
1161
|
+
## 1.56.0-rc.2
|
|
1162
|
+
|
|
1163
|
+
### Patch Changes
|
|
1164
|
+
|
|
1165
|
+
- Updated dependencies [7b05522]
|
|
1166
|
+
- Updated dependencies [29ead87]
|
|
1167
|
+
- @akinon/next@1.56.0-rc.2
|
|
1168
|
+
- @akinon/pz-otp@1.56.0-rc.2
|
|
1169
|
+
- @akinon/pz-akifast@1.56.0-rc.2
|
|
1170
|
+
- @akinon/pz-b2b@1.56.0-rc.2
|
|
1171
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
1172
|
+
- @akinon/pz-bkm@1.56.0-rc.2
|
|
1173
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
1174
|
+
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
1175
|
+
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
1176
|
+
- @akinon/pz-gpay@1.56.0-rc.2
|
|
1177
|
+
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
1178
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
1179
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
1180
|
+
|
|
1181
|
+
## 1.56.0-rc.1
|
|
1182
|
+
|
|
1183
|
+
### Patch Changes
|
|
1184
|
+
|
|
1185
|
+
- Updated dependencies [207ac6e]
|
|
1186
|
+
- @akinon/next@1.56.0-rc.1
|
|
1187
|
+
- @akinon/pz-akifast@1.56.0-rc.1
|
|
1188
|
+
- @akinon/pz-b2b@1.56.0-rc.1
|
|
1189
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
1190
|
+
- @akinon/pz-bkm@1.56.0-rc.1
|
|
1191
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
1192
|
+
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
1193
|
+
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
1194
|
+
- @akinon/pz-gpay@1.56.0-rc.1
|
|
1195
|
+
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
1196
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
1197
|
+
- @akinon/pz-otp@1.56.0-rc.1
|
|
1198
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
1199
|
+
|
|
1200
|
+
## 1.56.0-rc.0
|
|
1201
|
+
|
|
1202
|
+
### Minor Changes
|
|
1203
|
+
|
|
1204
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1205
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1206
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1207
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1208
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1209
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1210
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1211
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1212
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1213
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1214
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1215
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1216
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1217
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1218
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1219
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1220
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1221
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1222
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1223
|
+
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1224
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1225
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1226
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1227
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1228
|
+
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1229
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1230
|
+
|
|
1231
|
+
### Patch Changes
|
|
1232
|
+
|
|
1233
|
+
- Updated dependencies [572d2e84]
|
|
1234
|
+
- Updated dependencies [5dfeea0]
|
|
1235
|
+
- Updated dependencies [a4c8d6a9]
|
|
1236
|
+
- Updated dependencies [fda5b927]
|
|
1237
|
+
- Updated dependencies [2d9b2b2c]
|
|
1238
|
+
- Updated dependencies [c53ea3e6]
|
|
1239
|
+
- Updated dependencies [d93a507]
|
|
1240
|
+
- Updated dependencies [714e0b46]
|
|
1241
|
+
- Updated dependencies [6c25f666]
|
|
1242
|
+
- Updated dependencies [bc2b4117]
|
|
1243
|
+
- Updated dependencies [3bf2dd94]
|
|
1244
|
+
- Updated dependencies [e9541a13]
|
|
1245
|
+
- Updated dependencies [c53ef7b9]
|
|
1246
|
+
- Updated dependencies [2e6104d]
|
|
1247
|
+
- Updated dependencies [64699d3f]
|
|
1248
|
+
- Updated dependencies [0d3a913e]
|
|
1249
|
+
- Updated dependencies [d6edb1d0]
|
|
1250
|
+
- Updated dependencies [d3474c64]
|
|
1251
|
+
- Updated dependencies [17f87524]
|
|
1252
|
+
- Updated dependencies [c45b62c9]
|
|
1253
|
+
- Updated dependencies [91265bba]
|
|
1254
|
+
- Updated dependencies [bbe18b9f]
|
|
1255
|
+
- Updated dependencies [d4099960]
|
|
1256
|
+
- Updated dependencies [4920742c]
|
|
1257
|
+
- Updated dependencies [12a873e]
|
|
1258
|
+
- Updated dependencies [7e56d6b6]
|
|
1259
|
+
- Updated dependencies [94b69285]
|
|
1260
|
+
- Updated dependencies [98bb8dcd]
|
|
1261
|
+
- Updated dependencies [dcc8a150]
|
|
1262
|
+
- Updated dependencies [8f47ccae]
|
|
1263
|
+
- Updated dependencies [fad27689]
|
|
1264
|
+
- Updated dependencies [dff0d595]
|
|
1265
|
+
- Updated dependencies [fdd0b41]
|
|
1266
|
+
- Updated dependencies [f2c325c1]
|
|
1267
|
+
- Updated dependencies [9e25a64b]
|
|
1268
|
+
- Updated dependencies [beb499e6]
|
|
1269
|
+
- Updated dependencies [f2c92d5c]
|
|
1270
|
+
- Updated dependencies [7bd3d992]
|
|
1271
|
+
- Updated dependencies [f046f8e0]
|
|
1272
|
+
- Updated dependencies [b9273fd3]
|
|
1273
|
+
- Updated dependencies [49eeebf]
|
|
1274
|
+
- Updated dependencies [86d25315]
|
|
1275
|
+
- Updated dependencies [c670bd48]
|
|
1276
|
+
- Updated dependencies [3f9b8d7e]
|
|
1277
|
+
- @akinon/next@1.56.0-rc.0
|
|
1278
|
+
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
1279
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
1280
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
1281
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
1282
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
1283
|
+
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
1284
|
+
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
1285
|
+
- @akinon/pz-akifast@1.56.0-rc.0
|
|
1286
|
+
- @akinon/pz-gpay@1.56.0-rc.0
|
|
1287
|
+
- @akinon/pz-b2b@1.56.0-rc.0
|
|
1288
|
+
- @akinon/pz-bkm@1.56.0-rc.0
|
|
1289
|
+
- @akinon/pz-otp@1.56.0-rc.0
|
|
481
1290
|
|
|
482
1291
|
## 1.55.0
|
|
483
1292
|
|
|
@@ -620,20 +1429,220 @@
|
|
|
620
1429
|
|
|
621
1430
|
### Patch Changes
|
|
622
1431
|
|
|
1432
|
+
- Updated dependencies [90282b53]
|
|
1433
|
+
- Updated dependencies [50b90692]
|
|
1434
|
+
- Updated dependencies [572d2e84]
|
|
1435
|
+
- Updated dependencies [5dfeea0]
|
|
1436
|
+
- Updated dependencies [a4c8d6a9]
|
|
1437
|
+
- Updated dependencies [fda5b927]
|
|
1438
|
+
- Updated dependencies [2d9b2b2]
|
|
1439
|
+
- Updated dependencies [c53ea3e6]
|
|
1440
|
+
- Updated dependencies [d93a507]
|
|
1441
|
+
- Updated dependencies [8d9ac9a]
|
|
1442
|
+
- Updated dependencies [18e8197]
|
|
1443
|
+
- Updated dependencies [714e0b46]
|
|
1444
|
+
- Updated dependencies [70279e7]
|
|
1445
|
+
- Updated dependencies [6c25f66]
|
|
1446
|
+
- Updated dependencies [bc2b411]
|
|
1447
|
+
- Updated dependencies [3bf2dd9]
|
|
1448
|
+
- Updated dependencies [e9541a1]
|
|
1449
|
+
- Updated dependencies [c53ef7b9]
|
|
1450
|
+
- Updated dependencies [9d94f7e]
|
|
1451
|
+
- Updated dependencies [2e6104d]
|
|
1452
|
+
- Updated dependencies [64699d3]
|
|
1453
|
+
- Updated dependencies [0d3a913e]
|
|
1454
|
+
- Updated dependencies [1448a96e]
|
|
1455
|
+
- Updated dependencies [1ec2e9d]
|
|
1456
|
+
- Updated dependencies [d6edb1d]
|
|
1457
|
+
- Updated dependencies [d3474c64]
|
|
1458
|
+
- Updated dependencies [75080fd6]
|
|
1459
|
+
- Updated dependencies [17f8752]
|
|
1460
|
+
- Updated dependencies [c45b62c]
|
|
1461
|
+
- Updated dependencies [91265bba]
|
|
1462
|
+
- Updated dependencies [bbe18b9f]
|
|
1463
|
+
- Updated dependencies [d4099960]
|
|
1464
|
+
- Updated dependencies [4920742]
|
|
1465
|
+
- Updated dependencies [12a873e]
|
|
1466
|
+
- Updated dependencies [69ca0801]
|
|
1467
|
+
- Updated dependencies [7e56d6b]
|
|
1468
|
+
- Updated dependencies [94b6928]
|
|
1469
|
+
- Updated dependencies [98bb8dcd]
|
|
1470
|
+
- Updated dependencies [46b7aad7]
|
|
1471
|
+
- Updated dependencies [dcc8a150]
|
|
1472
|
+
- Updated dependencies [8f47cca]
|
|
1473
|
+
- Updated dependencies [fad27689]
|
|
1474
|
+
- Updated dependencies [dff0d595]
|
|
1475
|
+
- Updated dependencies [fdd0b41]
|
|
1476
|
+
- Updated dependencies [eecb282]
|
|
1477
|
+
- Updated dependencies [f2c325c]
|
|
1478
|
+
- Updated dependencies [9e25a64]
|
|
1479
|
+
- Updated dependencies [beb499e6]
|
|
1480
|
+
- Updated dependencies [146ea391]
|
|
1481
|
+
- Updated dependencies [f2c92d5]
|
|
1482
|
+
- Updated dependencies [7bd3d99]
|
|
1483
|
+
- Updated dependencies [c47be30d]
|
|
1484
|
+
- Updated dependencies [e9a46acb]
|
|
1485
|
+
- Updated dependencies [f046f8e0]
|
|
1486
|
+
- Updated dependencies [b9273fd]
|
|
1487
|
+
- Updated dependencies [49eeebf]
|
|
1488
|
+
- Updated dependencies [86d25315]
|
|
1489
|
+
- Updated dependencies [c670bd4]
|
|
1490
|
+
- Updated dependencies [3f9b8d7]
|
|
1491
|
+
- Updated dependencies [3d35f70]
|
|
1492
|
+
- @akinon/next@1.50.0-rc.2
|
|
1493
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
1494
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
1495
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
1496
|
+
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
1497
|
+
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
1498
|
+
- @akinon/pz-akifast@1.50.0-rc.2
|
|
1499
|
+
- @akinon/pz-gpay@1.50.0-rc.2
|
|
1500
|
+
- @akinon/pz-b2b@1.50.0-rc.2
|
|
1501
|
+
- @akinon/pz-bkm@1.50.0-rc.2
|
|
1502
|
+
- @akinon/pz-otp@1.50.0-rc.2
|
|
1503
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
1504
|
+
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
1505
|
+
|
|
1506
|
+
## 1.50.0-rc.1
|
|
1507
|
+
|
|
1508
|
+
### Patch Changes
|
|
1509
|
+
|
|
1510
|
+
- Updated dependencies [49eeebf]
|
|
1511
|
+
- @akinon/next@1.50.0-rc.1
|
|
1512
|
+
- @akinon/pz-akifast@1.50.0-rc.1
|
|
1513
|
+
- @akinon/pz-b2b@1.50.0-rc.1
|
|
1514
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
1515
|
+
- @akinon/pz-bkm@1.50.0-rc.1
|
|
1516
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
1517
|
+
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
1518
|
+
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
1519
|
+
- @akinon/pz-gpay@1.50.0-rc.1
|
|
1520
|
+
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
1521
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
1522
|
+
- @akinon/pz-otp@1.50.0-rc.1
|
|
1523
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
1524
|
+
|
|
1525
|
+
## 1.50.0-rc.0
|
|
1526
|
+
|
|
1527
|
+
### Minor Changes
|
|
1528
|
+
|
|
1529
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1530
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1531
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1532
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1533
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1534
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1535
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1536
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1537
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1538
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1539
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1540
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1541
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
1542
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1543
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1544
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1545
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1546
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1547
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1548
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1549
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1550
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1551
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1552
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1553
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1554
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1555
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1556
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1557
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1558
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1559
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1560
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1561
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1562
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1563
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1564
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1565
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1566
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1567
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1568
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1569
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
1570
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1571
|
+
|
|
1572
|
+
### Patch Changes
|
|
1573
|
+
|
|
1574
|
+
- Updated dependencies [90282b53]
|
|
1575
|
+
- Updated dependencies [50b90692]
|
|
1576
|
+
- Updated dependencies [572d2e84]
|
|
1577
|
+
- Updated dependencies [5dfeea0]
|
|
1578
|
+
- Updated dependencies [a4c8d6a9]
|
|
1579
|
+
- Updated dependencies [fda5b927]
|
|
1580
|
+
- Updated dependencies [2d9b2b2]
|
|
1581
|
+
- Updated dependencies [c53ea3e6]
|
|
1582
|
+
- Updated dependencies [d93a507]
|
|
1583
|
+
- Updated dependencies [8d9ac9a]
|
|
1584
|
+
- Updated dependencies [18e8197]
|
|
623
1585
|
- Updated dependencies [eaf97d6]
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
1586
|
+
- Updated dependencies [714e0b46]
|
|
1587
|
+
- Updated dependencies [70279e7]
|
|
1588
|
+
- Updated dependencies [6c25f66]
|
|
1589
|
+
- Updated dependencies [bc2b411]
|
|
1590
|
+
- Updated dependencies [3bf2dd9]
|
|
1591
|
+
- Updated dependencies [e9541a1]
|
|
1592
|
+
- Updated dependencies [c53ef7b9]
|
|
1593
|
+
- Updated dependencies [9d94f7e]
|
|
1594
|
+
- Updated dependencies [2e6104d]
|
|
1595
|
+
- Updated dependencies [64699d3]
|
|
1596
|
+
- Updated dependencies [0d3a913e]
|
|
1597
|
+
- Updated dependencies [1448a96e]
|
|
1598
|
+
- Updated dependencies [1ec2e9d]
|
|
1599
|
+
- Updated dependencies [d6edb1d]
|
|
1600
|
+
- Updated dependencies [d3474c64]
|
|
1601
|
+
- Updated dependencies [75080fd6]
|
|
1602
|
+
- Updated dependencies [17f8752]
|
|
1603
|
+
- Updated dependencies [c45b62c]
|
|
1604
|
+
- Updated dependencies [91265bba]
|
|
1605
|
+
- Updated dependencies [bbe18b9f]
|
|
1606
|
+
- Updated dependencies [d4099960]
|
|
1607
|
+
- Updated dependencies [4920742]
|
|
1608
|
+
- Updated dependencies [12a873e]
|
|
1609
|
+
- Updated dependencies [69ca080]
|
|
1610
|
+
- Updated dependencies [7e56d6b]
|
|
1611
|
+
- Updated dependencies [94b6928]
|
|
1612
|
+
- Updated dependencies [98bb8dcd]
|
|
1613
|
+
- Updated dependencies [46b7aad7]
|
|
1614
|
+
- Updated dependencies [dcc8a150]
|
|
1615
|
+
- Updated dependencies [8f47cca]
|
|
1616
|
+
- Updated dependencies [fad27689]
|
|
1617
|
+
- Updated dependencies [dff0d595]
|
|
1618
|
+
- Updated dependencies [fdd0b41]
|
|
1619
|
+
- Updated dependencies [eecb282]
|
|
1620
|
+
- Updated dependencies [f2c325c]
|
|
1621
|
+
- Updated dependencies [9e25a64]
|
|
1622
|
+
- Updated dependencies [beb499e6]
|
|
1623
|
+
- Updated dependencies [146ea391]
|
|
1624
|
+
- Updated dependencies [f2c92d5]
|
|
1625
|
+
- Updated dependencies [7bd3d99]
|
|
1626
|
+
- Updated dependencies [c47be30d]
|
|
1627
|
+
- Updated dependencies [e9a46acb]
|
|
1628
|
+
- Updated dependencies [f046f8e0]
|
|
1629
|
+
- Updated dependencies [b9273fd]
|
|
1630
|
+
- Updated dependencies [86d25315]
|
|
1631
|
+
- Updated dependencies [c670bd4]
|
|
1632
|
+
- Updated dependencies [3f9b8d7]
|
|
1633
|
+
- @akinon/next@1.50.0-rc.0
|
|
1634
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
1635
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
1636
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
1637
|
+
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
1638
|
+
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
1639
|
+
- @akinon/pz-akifast@1.50.0-rc.0
|
|
1640
|
+
- @akinon/pz-gpay@1.50.0-rc.0
|
|
1641
|
+
- @akinon/pz-b2b@1.50.0-rc.0
|
|
1642
|
+
- @akinon/pz-bkm@1.50.0-rc.0
|
|
1643
|
+
- @akinon/pz-otp@1.50.0-rc.0
|
|
1644
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
1645
|
+
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
637
1646
|
|
|
638
1647
|
## 1.49.0
|
|
639
1648
|
|
|
@@ -661,30 +1670,487 @@
|
|
|
661
1670
|
|
|
662
1671
|
### Minor Changes
|
|
663
1672
|
|
|
664
|
-
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
670
|
-
-
|
|
671
|
-
-
|
|
672
|
-
-
|
|
673
|
-
-
|
|
674
|
-
-
|
|
675
|
-
-
|
|
676
|
-
-
|
|
677
|
-
-
|
|
678
|
-
-
|
|
679
|
-
-
|
|
680
|
-
-
|
|
681
|
-
|
|
682
|
-
|
|
1673
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1674
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1675
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1676
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1677
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1678
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1679
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1680
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1681
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1682
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1683
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1684
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1685
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
1686
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1687
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1688
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1689
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1690
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1691
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1692
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1693
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1694
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1695
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1696
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1697
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1698
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1699
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1700
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1701
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1702
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1703
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1704
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1705
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1706
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1707
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1708
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1709
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1710
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1711
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1712
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1713
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
1714
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
683
1715
|
|
|
684
1716
|
### Patch Changes
|
|
685
1717
|
|
|
686
|
-
- Updated dependencies [
|
|
687
|
-
- Updated dependencies [
|
|
1718
|
+
- Updated dependencies [90282b53]
|
|
1719
|
+
- Updated dependencies [50b9069]
|
|
1720
|
+
- Updated dependencies [572d2e84]
|
|
1721
|
+
- Updated dependencies [5dfeea0]
|
|
1722
|
+
- Updated dependencies [a4c8d6a9]
|
|
1723
|
+
- Updated dependencies [fda5b927]
|
|
1724
|
+
- Updated dependencies [2d9b2b2]
|
|
1725
|
+
- Updated dependencies [c53ea3e6]
|
|
1726
|
+
- Updated dependencies [d93a507]
|
|
1727
|
+
- Updated dependencies [8d9ac9a]
|
|
1728
|
+
- Updated dependencies [18e8197]
|
|
1729
|
+
- Updated dependencies [714e0b46]
|
|
1730
|
+
- Updated dependencies [70279e7]
|
|
1731
|
+
- Updated dependencies [6c25f66]
|
|
1732
|
+
- Updated dependencies [bc2b411]
|
|
1733
|
+
- Updated dependencies [3bf2dd9]
|
|
1734
|
+
- Updated dependencies [e9541a1]
|
|
1735
|
+
- Updated dependencies [c53ef7b9]
|
|
1736
|
+
- Updated dependencies [9d94f7e]
|
|
1737
|
+
- Updated dependencies [2e6104d]
|
|
1738
|
+
- Updated dependencies [64699d3]
|
|
1739
|
+
- Updated dependencies [0d3a913e]
|
|
1740
|
+
- Updated dependencies [1448a96e]
|
|
1741
|
+
- Updated dependencies [26b809f]
|
|
1742
|
+
- Updated dependencies [1ec2e9d]
|
|
1743
|
+
- Updated dependencies [d6edb1d]
|
|
1744
|
+
- Updated dependencies [d3474c64]
|
|
1745
|
+
- Updated dependencies [75080fd6]
|
|
1746
|
+
- Updated dependencies [17f8752]
|
|
1747
|
+
- Updated dependencies [c45b62c]
|
|
1748
|
+
- Updated dependencies [91265bba]
|
|
1749
|
+
- Updated dependencies [20da358]
|
|
1750
|
+
- Updated dependencies [bbe18b9f]
|
|
1751
|
+
- Updated dependencies [d409996]
|
|
1752
|
+
- Updated dependencies [4920742]
|
|
1753
|
+
- Updated dependencies [12a873e]
|
|
1754
|
+
- Updated dependencies [69ca080]
|
|
1755
|
+
- Updated dependencies [7e56d6b]
|
|
1756
|
+
- Updated dependencies [94b6928]
|
|
1757
|
+
- Updated dependencies [98bb8dcd]
|
|
1758
|
+
- Updated dependencies [46b7aad7]
|
|
1759
|
+
- Updated dependencies [dcc8a150]
|
|
1760
|
+
- Updated dependencies [8f47cca]
|
|
1761
|
+
- Updated dependencies [fad27689]
|
|
1762
|
+
- Updated dependencies [dff0d595]
|
|
1763
|
+
- Updated dependencies [fdd0b41]
|
|
1764
|
+
- Updated dependencies [eecb282]
|
|
1765
|
+
- Updated dependencies [f2c325c]
|
|
1766
|
+
- Updated dependencies [9e25a64]
|
|
1767
|
+
- Updated dependencies [beb499e6]
|
|
1768
|
+
- Updated dependencies [146ea391]
|
|
1769
|
+
- Updated dependencies [f2c92d5]
|
|
1770
|
+
- Updated dependencies [7bd3d99]
|
|
1771
|
+
- Updated dependencies [c47be30d]
|
|
1772
|
+
- Updated dependencies [e9a46acb]
|
|
1773
|
+
- Updated dependencies [f046f8e0]
|
|
1774
|
+
- Updated dependencies [04115e5]
|
|
1775
|
+
- Updated dependencies [b9273fd]
|
|
1776
|
+
- Updated dependencies [fa88889]
|
|
1777
|
+
- Updated dependencies [86d25315]
|
|
1778
|
+
- Updated dependencies [c670bd4]
|
|
1779
|
+
- Updated dependencies [3f9b8d7]
|
|
1780
|
+
- @akinon/next@1.48.0-rc.8
|
|
1781
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
1782
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
1783
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
1784
|
+
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
1785
|
+
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
1786
|
+
- @akinon/pz-akifast@1.48.0-rc.8
|
|
1787
|
+
- @akinon/pz-gpay@1.48.0-rc.8
|
|
1788
|
+
- @akinon/pz-b2b@1.48.0-rc.8
|
|
1789
|
+
- @akinon/pz-bkm@1.48.0-rc.8
|
|
1790
|
+
- @akinon/pz-otp@1.48.0-rc.8
|
|
1791
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
1792
|
+
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
1793
|
+
|
|
1794
|
+
## 1.48.0-rc.7
|
|
1795
|
+
|
|
1796
|
+
### Patch Changes
|
|
1797
|
+
|
|
1798
|
+
- Updated dependencies [26b809f]
|
|
1799
|
+
- @akinon/next@1.48.0-rc.7
|
|
1800
|
+
- @akinon/pz-akifast@1.48.0-rc.7
|
|
1801
|
+
- @akinon/pz-b2b@1.48.0-rc.7
|
|
1802
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
1803
|
+
- @akinon/pz-bkm@1.48.0-rc.7
|
|
1804
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
1805
|
+
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
1806
|
+
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
1807
|
+
- @akinon/pz-gpay@1.48.0-rc.7
|
|
1808
|
+
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
1809
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
1810
|
+
- @akinon/pz-otp@1.48.0-rc.7
|
|
1811
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
1812
|
+
|
|
1813
|
+
## 1.48.0-rc.6
|
|
1814
|
+
|
|
1815
|
+
### Patch Changes
|
|
1816
|
+
|
|
1817
|
+
- Updated dependencies [04115e5]
|
|
1818
|
+
- @akinon/next@1.48.0-rc.6
|
|
1819
|
+
- @akinon/pz-akifast@1.48.0-rc.6
|
|
1820
|
+
- @akinon/pz-b2b@1.48.0-rc.6
|
|
1821
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
1822
|
+
- @akinon/pz-bkm@1.48.0-rc.6
|
|
1823
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
1824
|
+
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
1825
|
+
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
1826
|
+
- @akinon/pz-gpay@1.48.0-rc.6
|
|
1827
|
+
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
1828
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
1829
|
+
- @akinon/pz-otp@1.48.0-rc.6
|
|
1830
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
1831
|
+
|
|
1832
|
+
## 1.48.0-rc.5
|
|
1833
|
+
|
|
1834
|
+
### Patch Changes
|
|
1835
|
+
|
|
1836
|
+
- Updated dependencies [20da358]
|
|
1837
|
+
- @akinon/next@1.48.0-rc.5
|
|
1838
|
+
- @akinon/pz-akifast@1.48.0-rc.5
|
|
1839
|
+
- @akinon/pz-b2b@1.48.0-rc.5
|
|
1840
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
1841
|
+
- @akinon/pz-bkm@1.48.0-rc.5
|
|
1842
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
1843
|
+
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
1844
|
+
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
1845
|
+
- @akinon/pz-gpay@1.48.0-rc.5
|
|
1846
|
+
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
1847
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
1848
|
+
- @akinon/pz-otp@1.48.0-rc.5
|
|
1849
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
1850
|
+
|
|
1851
|
+
## 1.48.0-rc.4
|
|
1852
|
+
|
|
1853
|
+
### Patch Changes
|
|
1854
|
+
|
|
1855
|
+
- Updated dependencies [5dfeea0]
|
|
1856
|
+
- @akinon/next@1.48.0-rc.4
|
|
1857
|
+
- @akinon/pz-akifast@1.48.0-rc.4
|
|
1858
|
+
- @akinon/pz-b2b@1.48.0-rc.4
|
|
1859
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
1860
|
+
- @akinon/pz-bkm@1.48.0-rc.4
|
|
1861
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
1862
|
+
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
1863
|
+
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
1864
|
+
- @akinon/pz-gpay@1.48.0-rc.4
|
|
1865
|
+
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
1866
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
1867
|
+
- @akinon/pz-otp@1.48.0-rc.4
|
|
1868
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
1869
|
+
|
|
1870
|
+
## 1.48.0-rc.3
|
|
1871
|
+
|
|
1872
|
+
### Minor Changes
|
|
1873
|
+
|
|
1874
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1875
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1876
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1877
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1878
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1879
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1880
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1881
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1882
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1883
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1884
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1885
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1886
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
1887
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1888
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1889
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1890
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1891
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1892
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1893
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1894
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1895
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1896
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1897
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1898
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1899
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1900
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1901
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1902
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1903
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1904
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1905
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1906
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1907
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1908
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1909
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1910
|
+
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
1911
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1912
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1913
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1914
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1915
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
1916
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1917
|
+
|
|
1918
|
+
### Patch Changes
|
|
1919
|
+
|
|
1920
|
+
- Updated dependencies [90282b53]
|
|
1921
|
+
- Updated dependencies [50b9069]
|
|
1922
|
+
- Updated dependencies [572d2e84]
|
|
1923
|
+
- Updated dependencies [a4c8d6a9]
|
|
1924
|
+
- Updated dependencies [fda5b92]
|
|
1925
|
+
- Updated dependencies [2d9b2b2]
|
|
1926
|
+
- Updated dependencies [c53ea3e6]
|
|
1927
|
+
- Updated dependencies [d93a507]
|
|
1928
|
+
- Updated dependencies [8d9ac9a]
|
|
1929
|
+
- Updated dependencies [18e8197]
|
|
1930
|
+
- Updated dependencies [714e0b46]
|
|
1931
|
+
- Updated dependencies [70279e7]
|
|
1932
|
+
- Updated dependencies [6c25f66]
|
|
1933
|
+
- Updated dependencies [bc2b411]
|
|
1934
|
+
- Updated dependencies [3bf2dd9]
|
|
1935
|
+
- Updated dependencies [e9541a1]
|
|
1936
|
+
- Updated dependencies [c53ef7b9]
|
|
1937
|
+
- Updated dependencies [9d94f7e]
|
|
1938
|
+
- Updated dependencies [2e6104d]
|
|
1939
|
+
- Updated dependencies [64699d3]
|
|
1940
|
+
- Updated dependencies [0d3a913e]
|
|
1941
|
+
- Updated dependencies [1448a96e]
|
|
1942
|
+
- Updated dependencies [1ec2e9d]
|
|
1943
|
+
- Updated dependencies [d6edb1d]
|
|
1944
|
+
- Updated dependencies [d3474c64]
|
|
1945
|
+
- Updated dependencies [75080fd6]
|
|
1946
|
+
- Updated dependencies [17f8752]
|
|
1947
|
+
- Updated dependencies [c45b62c]
|
|
1948
|
+
- Updated dependencies [91265bba]
|
|
1949
|
+
- Updated dependencies [bbe18b9f]
|
|
1950
|
+
- Updated dependencies [d409996]
|
|
1951
|
+
- Updated dependencies [4920742]
|
|
1952
|
+
- Updated dependencies [12a873e]
|
|
1953
|
+
- Updated dependencies [69ca080]
|
|
1954
|
+
- Updated dependencies [7e56d6b]
|
|
1955
|
+
- Updated dependencies [94b6928]
|
|
1956
|
+
- Updated dependencies [98bb8dcd]
|
|
1957
|
+
- Updated dependencies [46b7aad]
|
|
1958
|
+
- Updated dependencies [dcc8a150]
|
|
1959
|
+
- Updated dependencies [8f47cca]
|
|
1960
|
+
- Updated dependencies [fad27689]
|
|
1961
|
+
- Updated dependencies [dff0d595]
|
|
1962
|
+
- Updated dependencies [fdd0b41]
|
|
1963
|
+
- Updated dependencies [eecb282]
|
|
1964
|
+
- Updated dependencies [f2c325c]
|
|
1965
|
+
- Updated dependencies [9e25a64]
|
|
1966
|
+
- Updated dependencies [beb499e6]
|
|
1967
|
+
- Updated dependencies [146ea39]
|
|
1968
|
+
- Updated dependencies [f2c92d5]
|
|
1969
|
+
- Updated dependencies [7bd3d99]
|
|
1970
|
+
- Updated dependencies [c47be30d]
|
|
1971
|
+
- Updated dependencies [e9a46acb]
|
|
1972
|
+
- Updated dependencies [f046f8e0]
|
|
1973
|
+
- Updated dependencies [b9273fd]
|
|
1974
|
+
- Updated dependencies [86d25315]
|
|
1975
|
+
- Updated dependencies [c670bd4]
|
|
1976
|
+
- Updated dependencies [3f9b8d7]
|
|
1977
|
+
- @akinon/next@1.48.0-rc.3
|
|
1978
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
1979
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
1980
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
1981
|
+
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
1982
|
+
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
1983
|
+
- @akinon/pz-akifast@1.48.0-rc.3
|
|
1984
|
+
- @akinon/pz-gpay@1.48.0-rc.3
|
|
1985
|
+
- @akinon/pz-b2b@1.48.0-rc.3
|
|
1986
|
+
- @akinon/pz-bkm@1.48.0-rc.3
|
|
1987
|
+
- @akinon/pz-otp@1.48.0-rc.3
|
|
1988
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
1989
|
+
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
1990
|
+
|
|
1991
|
+
## 1.48.0-rc.2
|
|
1992
|
+
|
|
1993
|
+
### Minor Changes
|
|
1994
|
+
|
|
1995
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1996
|
+
|
|
1997
|
+
### Patch Changes
|
|
1998
|
+
|
|
1999
|
+
- Updated dependencies [2e6104d]
|
|
2000
|
+
- @akinon/next@1.48.0-rc.2
|
|
2001
|
+
- @akinon/pz-akifast@1.48.0-rc.2
|
|
2002
|
+
- @akinon/pz-b2b@1.48.0-rc.2
|
|
2003
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
2004
|
+
- @akinon/pz-bkm@1.48.0-rc.2
|
|
2005
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
2006
|
+
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
2007
|
+
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
2008
|
+
- @akinon/pz-gpay@1.48.0-rc.2
|
|
2009
|
+
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
2010
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
2011
|
+
- @akinon/pz-otp@1.48.0-rc.2
|
|
2012
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
2013
|
+
|
|
2014
|
+
## 1.48.0-rc.1
|
|
2015
|
+
|
|
2016
|
+
### Patch Changes
|
|
2017
|
+
|
|
2018
|
+
- Updated dependencies [fdd0b41]
|
|
2019
|
+
- @akinon/next@1.48.0-rc.1
|
|
2020
|
+
- @akinon/pz-akifast@1.48.0-rc.1
|
|
2021
|
+
- @akinon/pz-b2b@1.48.0-rc.1
|
|
2022
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
2023
|
+
- @akinon/pz-bkm@1.48.0-rc.1
|
|
2024
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
2025
|
+
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
2026
|
+
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
2027
|
+
- @akinon/pz-gpay@1.48.0-rc.1
|
|
2028
|
+
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
2029
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
2030
|
+
- @akinon/pz-otp@1.48.0-rc.1
|
|
2031
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
2032
|
+
|
|
2033
|
+
## 1.48.0-rc.0
|
|
2034
|
+
|
|
2035
|
+
### Minor Changes
|
|
2036
|
+
|
|
2037
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2038
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2039
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2040
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2041
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2042
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2043
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2044
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2045
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2046
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2047
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2048
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2049
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2050
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2051
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2052
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2053
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2054
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2055
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2056
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2057
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2058
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2059
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2060
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2061
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2062
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2063
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2064
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2065
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2066
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2067
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2068
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2069
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2070
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2071
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2072
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2073
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2074
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2075
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2076
|
+
|
|
2077
|
+
### Patch Changes
|
|
2078
|
+
|
|
2079
|
+
- Updated dependencies [90282b5]
|
|
2080
|
+
- Updated dependencies [50b9069]
|
|
2081
|
+
- Updated dependencies [572d2e8]
|
|
2082
|
+
- Updated dependencies [a4c8d6a9]
|
|
2083
|
+
- Updated dependencies [fda5b92]
|
|
2084
|
+
- Updated dependencies [2d9b2b2]
|
|
2085
|
+
- Updated dependencies [c53ea3e6]
|
|
2086
|
+
- Updated dependencies [d93a507]
|
|
2087
|
+
- Updated dependencies [8d9ac9a]
|
|
2088
|
+
- Updated dependencies [18e8197]
|
|
2089
|
+
- Updated dependencies [714e0b4]
|
|
2090
|
+
- Updated dependencies [70279e7]
|
|
2091
|
+
- Updated dependencies [6c25f66]
|
|
2092
|
+
- Updated dependencies [bc2b411]
|
|
2093
|
+
- Updated dependencies [3bf2dd9]
|
|
2094
|
+
- Updated dependencies [e9541a1]
|
|
2095
|
+
- Updated dependencies [c53ef7b9]
|
|
2096
|
+
- Updated dependencies [9d94f7e]
|
|
2097
|
+
- Updated dependencies [64699d3]
|
|
2098
|
+
- Updated dependencies [0d3a913]
|
|
2099
|
+
- Updated dependencies [1448a96e]
|
|
2100
|
+
- Updated dependencies [1ec2e9d]
|
|
2101
|
+
- Updated dependencies [d6edb1d]
|
|
2102
|
+
- Updated dependencies [d3474c6]
|
|
2103
|
+
- Updated dependencies [75080fd6]
|
|
2104
|
+
- Updated dependencies [17f8752]
|
|
2105
|
+
- Updated dependencies [c45b62c]
|
|
2106
|
+
- Updated dependencies [91265bba]
|
|
2107
|
+
- Updated dependencies [bbe18b9f]
|
|
2108
|
+
- Updated dependencies [d409996]
|
|
2109
|
+
- Updated dependencies [4920742]
|
|
2110
|
+
- Updated dependencies [12a873e]
|
|
2111
|
+
- Updated dependencies [69ca080]
|
|
2112
|
+
- Updated dependencies [7e56d6b]
|
|
2113
|
+
- Updated dependencies [94b6928]
|
|
2114
|
+
- Updated dependencies [98bb8dc]
|
|
2115
|
+
- Updated dependencies [46b7aad]
|
|
2116
|
+
- Updated dependencies [dcc8a15]
|
|
2117
|
+
- Updated dependencies [8f47cca]
|
|
2118
|
+
- Updated dependencies [fad2768]
|
|
2119
|
+
- Updated dependencies [dff0d595]
|
|
2120
|
+
- Updated dependencies [eecb282]
|
|
2121
|
+
- Updated dependencies [f2c325c]
|
|
2122
|
+
- Updated dependencies [9e25a64]
|
|
2123
|
+
- Updated dependencies [beb499e6]
|
|
2124
|
+
- Updated dependencies [146ea39]
|
|
2125
|
+
- Updated dependencies [f2c92d5]
|
|
2126
|
+
- Updated dependencies [7bd3d99]
|
|
2127
|
+
- Updated dependencies [c47be30]
|
|
2128
|
+
- Updated dependencies [e9a46ac]
|
|
2129
|
+
- Updated dependencies [f046f8e0]
|
|
2130
|
+
- Updated dependencies [b9273fd]
|
|
2131
|
+
- Updated dependencies [86d2531]
|
|
2132
|
+
- Updated dependencies [c670bd4]
|
|
2133
|
+
- Updated dependencies [3f9b8d7]
|
|
2134
|
+
- @akinon/next@1.48.0-rc.0
|
|
2135
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
2136
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
2137
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
2138
|
+
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
2139
|
+
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
2140
|
+
- @akinon/pz-akifast@1.48.0-rc.0
|
|
2141
|
+
- @akinon/pz-gpay@1.48.0-rc.0
|
|
2142
|
+
- @akinon/pz-b2b@1.48.0-rc.0
|
|
2143
|
+
- @akinon/pz-bkm@1.48.0-rc.0
|
|
2144
|
+
- @akinon/pz-otp@1.48.0-rc.0
|
|
2145
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
2146
|
+
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
2147
|
+
|
|
2148
|
+
## 1.47.0
|
|
2149
|
+
|
|
2150
|
+
### Patch Changes
|
|
2151
|
+
|
|
2152
|
+
- Updated dependencies [948eb42]
|
|
2153
|
+
- Updated dependencies [040ec95]
|
|
688
2154
|
- @akinon/next@1.47.0
|
|
689
2155
|
- @akinon/pz-akifast@1.47.0
|
|
690
2156
|
- @akinon/pz-b2b@1.47.0
|
|
@@ -721,65 +2187,841 @@
|
|
|
721
2187
|
- @akinon/pz-otp@1.46.0
|
|
722
2188
|
- @akinon/pz-pay-on-delivery@1.46.0
|
|
723
2189
|
|
|
724
|
-
## 1.45.0
|
|
2190
|
+
## 1.45.0
|
|
2191
|
+
|
|
2192
|
+
### Patch Changes
|
|
2193
|
+
|
|
2194
|
+
- Updated dependencies [90282b5]
|
|
2195
|
+
- Updated dependencies [50b9069]
|
|
2196
|
+
- Updated dependencies [572d2e8]
|
|
2197
|
+
- Updated dependencies [a4c8d6a9]
|
|
2198
|
+
- Updated dependencies [fda5b92]
|
|
2199
|
+
- Updated dependencies [2d9b2b2]
|
|
2200
|
+
- Updated dependencies [c53ea3e]
|
|
2201
|
+
- Updated dependencies [8d9ac9a]
|
|
2202
|
+
- Updated dependencies [18e8197]
|
|
2203
|
+
- Updated dependencies [714e0b4]
|
|
2204
|
+
- Updated dependencies [70279e7]
|
|
2205
|
+
- Updated dependencies [6c25f66]
|
|
2206
|
+
- Updated dependencies [bc2b411]
|
|
2207
|
+
- Updated dependencies [3bf2dd9]
|
|
2208
|
+
- Updated dependencies [e9541a1]
|
|
2209
|
+
- Updated dependencies [c53ef7b9]
|
|
2210
|
+
- Updated dependencies [9d94f7e]
|
|
2211
|
+
- Updated dependencies [64699d3]
|
|
2212
|
+
- Updated dependencies [0d3a913]
|
|
2213
|
+
- Updated dependencies [1448a96e]
|
|
2214
|
+
- Updated dependencies [d6edb1d]
|
|
2215
|
+
- Updated dependencies [d3474c6]
|
|
2216
|
+
- Updated dependencies [75080fd6]
|
|
2217
|
+
- Updated dependencies [17f8752]
|
|
2218
|
+
- Updated dependencies [c45b62c]
|
|
2219
|
+
- Updated dependencies [91265bba]
|
|
2220
|
+
- Updated dependencies [bbe18b9f]
|
|
2221
|
+
- Updated dependencies [d409996]
|
|
2222
|
+
- Updated dependencies [4920742]
|
|
2223
|
+
- Updated dependencies [69ca080]
|
|
2224
|
+
- Updated dependencies [7e56d6b]
|
|
2225
|
+
- Updated dependencies [94b6928]
|
|
2226
|
+
- Updated dependencies [98bb8dc]
|
|
2227
|
+
- Updated dependencies [46b7aad]
|
|
2228
|
+
- Updated dependencies [dcc8a15]
|
|
2229
|
+
- Updated dependencies [8f47cca]
|
|
2230
|
+
- Updated dependencies [fad2768]
|
|
2231
|
+
- Updated dependencies [dff0d595]
|
|
2232
|
+
- Updated dependencies [eecb282]
|
|
2233
|
+
- Updated dependencies [f2c325c]
|
|
2234
|
+
- Updated dependencies [9e25a64]
|
|
2235
|
+
- Updated dependencies [beb499e6]
|
|
2236
|
+
- Updated dependencies [948eb42]
|
|
2237
|
+
- Updated dependencies [146ea39]
|
|
2238
|
+
- Updated dependencies [f2c92d5]
|
|
2239
|
+
- Updated dependencies [7bd3d99]
|
|
2240
|
+
- Updated dependencies [c47be30]
|
|
2241
|
+
- Updated dependencies [e9a46ac]
|
|
2242
|
+
- Updated dependencies [f046f8e0]
|
|
2243
|
+
- Updated dependencies [86d2531]
|
|
2244
|
+
- Updated dependencies [3f9b8d7]
|
|
2245
|
+
- @akinon/next@1.45.0-rc.5
|
|
2246
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
2247
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
2248
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
2249
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
2250
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
2251
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
2252
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
2253
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
2254
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
2255
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
2256
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
2257
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
2258
|
+
|
|
2259
|
+
## 1.45.0-rc.4
|
|
2260
|
+
|
|
2261
|
+
### Patch Changes
|
|
2262
|
+
|
|
2263
|
+
- Updated dependencies [8f47cca]
|
|
2264
|
+
- @akinon/next@1.45.0-rc.4
|
|
2265
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
2266
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
2267
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
2268
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
2269
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
2270
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
2271
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
2272
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
2273
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
2274
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
2275
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
2276
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
2277
|
+
|
|
2278
|
+
## 1.45.0-rc.3
|
|
2279
|
+
|
|
2280
|
+
### Patch Changes
|
|
2281
|
+
|
|
2282
|
+
- Updated dependencies [948eb42]
|
|
2283
|
+
- @akinon/next@1.45.0-rc.3
|
|
2284
|
+
- @akinon/pz-akifast@1.45.0-rc.3
|
|
2285
|
+
- @akinon/pz-b2b@1.45.0-rc.3
|
|
2286
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
2287
|
+
- @akinon/pz-bkm@1.45.0-rc.3
|
|
2288
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
2289
|
+
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
2290
|
+
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
2291
|
+
- @akinon/pz-gpay@1.45.0-rc.3
|
|
2292
|
+
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
2293
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
2294
|
+
- @akinon/pz-otp@1.45.0-rc.3
|
|
2295
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
2296
|
+
|
|
2297
|
+
## 1.45.0-rc.2
|
|
2298
|
+
|
|
2299
|
+
### Minor Changes
|
|
2300
|
+
|
|
2301
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2302
|
+
|
|
2303
|
+
### Patch Changes
|
|
2304
|
+
|
|
2305
|
+
- Updated dependencies [c45b62c]
|
|
2306
|
+
- Updated dependencies [f2c325c]
|
|
2307
|
+
- @akinon/next@1.45.0-rc.2
|
|
2308
|
+
- @akinon/pz-b2b@1.45.0-rc.2
|
|
2309
|
+
- @akinon/pz-akifast@1.45.0-rc.2
|
|
2310
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
2311
|
+
- @akinon/pz-bkm@1.45.0-rc.2
|
|
2312
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
2313
|
+
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
2314
|
+
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
2315
|
+
- @akinon/pz-gpay@1.45.0-rc.2
|
|
2316
|
+
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
2317
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
2318
|
+
- @akinon/pz-otp@1.45.0-rc.2
|
|
2319
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
2320
|
+
|
|
2321
|
+
## 1.45.0-rc.1
|
|
2322
|
+
|
|
2323
|
+
### Patch Changes
|
|
2324
|
+
|
|
2325
|
+
- Updated dependencies [7e56d6b]
|
|
2326
|
+
- @akinon/next@1.45.0-rc.1
|
|
2327
|
+
- @akinon/pz-akifast@1.45.0-rc.1
|
|
2328
|
+
- @akinon/pz-b2b@1.45.0-rc.1
|
|
2329
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
2330
|
+
- @akinon/pz-bkm@1.45.0-rc.1
|
|
2331
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
2332
|
+
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
2333
|
+
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
2334
|
+
- @akinon/pz-gpay@1.45.0-rc.1
|
|
2335
|
+
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
2336
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
2337
|
+
- @akinon/pz-otp@1.45.0-rc.1
|
|
2338
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
2339
|
+
|
|
2340
|
+
## 1.45.0-rc.0
|
|
2341
|
+
|
|
2342
|
+
### Minor Changes
|
|
2343
|
+
|
|
2344
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2345
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2346
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2347
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2348
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2349
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2350
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2351
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2352
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2353
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2354
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2355
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2356
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2357
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2358
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2359
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2360
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2361
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2362
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2363
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2364
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2365
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2366
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2367
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2368
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2369
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2370
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2371
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2372
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2373
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2374
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2375
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2376
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2377
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2378
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2379
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2380
|
+
|
|
2381
|
+
### Patch Changes
|
|
2382
|
+
|
|
2383
|
+
- Updated dependencies [90282b5]
|
|
2384
|
+
- Updated dependencies [50b9069]
|
|
2385
|
+
- Updated dependencies [572d2e8]
|
|
2386
|
+
- Updated dependencies [a4c8d6a9]
|
|
2387
|
+
- Updated dependencies [fda5b92]
|
|
2388
|
+
- Updated dependencies [2d9b2b2]
|
|
2389
|
+
- Updated dependencies [c53ea3e]
|
|
2390
|
+
- Updated dependencies [8d9ac9a]
|
|
2391
|
+
- Updated dependencies [18e8197]
|
|
2392
|
+
- Updated dependencies [714e0b4]
|
|
2393
|
+
- Updated dependencies [70279e7]
|
|
2394
|
+
- Updated dependencies [6c25f66]
|
|
2395
|
+
- Updated dependencies [bc2b411]
|
|
2396
|
+
- Updated dependencies [3bf2dd9]
|
|
2397
|
+
- Updated dependencies [e9541a1]
|
|
2398
|
+
- Updated dependencies [c53ef7b9]
|
|
2399
|
+
- Updated dependencies [9d94f7e]
|
|
2400
|
+
- Updated dependencies [64699d3]
|
|
2401
|
+
- Updated dependencies [0d3a913]
|
|
2402
|
+
- Updated dependencies [1448a96]
|
|
2403
|
+
- Updated dependencies [2ab6e08]
|
|
2404
|
+
- Updated dependencies [d6edb1d]
|
|
2405
|
+
- Updated dependencies [d3474c6]
|
|
2406
|
+
- Updated dependencies [75080fd]
|
|
2407
|
+
- Updated dependencies [17f8752]
|
|
2408
|
+
- Updated dependencies [91265bb]
|
|
2409
|
+
- Updated dependencies [bbe18b9]
|
|
2410
|
+
- Updated dependencies [d409996]
|
|
2411
|
+
- Updated dependencies [4920742]
|
|
2412
|
+
- Updated dependencies [69ca080]
|
|
2413
|
+
- Updated dependencies [94b6928]
|
|
2414
|
+
- Updated dependencies [98bb8dc]
|
|
2415
|
+
- Updated dependencies [46b7aad]
|
|
2416
|
+
- Updated dependencies [dcc8a15]
|
|
2417
|
+
- Updated dependencies [fad2768]
|
|
2418
|
+
- Updated dependencies [dff0d59]
|
|
2419
|
+
- Updated dependencies [eecb282]
|
|
2420
|
+
- Updated dependencies [9e25a64]
|
|
2421
|
+
- Updated dependencies [beb499e]
|
|
2422
|
+
- Updated dependencies [146ea39]
|
|
2423
|
+
- Updated dependencies [f2c92d5]
|
|
2424
|
+
- Updated dependencies [7bd3d99]
|
|
2425
|
+
- Updated dependencies [c47be30]
|
|
2426
|
+
- Updated dependencies [e9a46ac]
|
|
2427
|
+
- Updated dependencies [f046f8e0]
|
|
2428
|
+
- Updated dependencies [86d2531]
|
|
2429
|
+
- Updated dependencies [3f9b8d7]
|
|
2430
|
+
- @akinon/next@1.45.0-rc.0
|
|
2431
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
2432
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
2433
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
2434
|
+
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
2435
|
+
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
2436
|
+
- @akinon/pz-akifast@1.45.0-rc.0
|
|
2437
|
+
- @akinon/pz-gpay@1.45.0-rc.0
|
|
2438
|
+
- @akinon/pz-b2b@1.45.0-rc.0
|
|
2439
|
+
- @akinon/pz-bkm@1.45.0-rc.0
|
|
2440
|
+
- @akinon/pz-otp@1.45.0-rc.0
|
|
2441
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
2442
|
+
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
2443
|
+
|
|
2444
|
+
## 1.44.0
|
|
2445
|
+
|
|
2446
|
+
### Patch Changes
|
|
2447
|
+
|
|
2448
|
+
- @akinon/next@1.44.0
|
|
2449
|
+
- @akinon/pz-akifast@1.44.0
|
|
2450
|
+
- @akinon/pz-b2b@1.44.0
|
|
2451
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
2452
|
+
- @akinon/pz-bkm@1.44.0
|
|
2453
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
2454
|
+
- @akinon/pz-click-collect@1.44.0
|
|
2455
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
2456
|
+
- @akinon/pz-gpay@1.44.0
|
|
2457
|
+
- @akinon/pz-masterpass@1.44.0
|
|
2458
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
2459
|
+
- @akinon/pz-otp@1.44.0
|
|
2460
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
2461
|
+
|
|
2462
|
+
## 1.43.0
|
|
2463
|
+
|
|
2464
|
+
### Minor Changes
|
|
2465
|
+
|
|
2466
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2467
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2468
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2469
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2470
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2471
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2472
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2473
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2474
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2475
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2476
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2477
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2478
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2479
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2480
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2481
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2482
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2483
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2484
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2485
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2486
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2487
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2488
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2489
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2490
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2491
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2492
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2493
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2494
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2495
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2496
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2497
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2498
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2499
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2500
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2501
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2502
|
+
|
|
2503
|
+
### Patch Changes
|
|
2504
|
+
|
|
2505
|
+
- Updated dependencies [90282b5]
|
|
2506
|
+
- Updated dependencies [50b9069]
|
|
2507
|
+
- Updated dependencies [572d2e8]
|
|
2508
|
+
- Updated dependencies [a4c8d6a9]
|
|
2509
|
+
- Updated dependencies [fda5b92]
|
|
2510
|
+
- Updated dependencies [2d9b2b2]
|
|
2511
|
+
- Updated dependencies [c53ea3e]
|
|
2512
|
+
- Updated dependencies [8d9ac9a]
|
|
2513
|
+
- Updated dependencies [18e8197]
|
|
2514
|
+
- Updated dependencies [714e0b4]
|
|
2515
|
+
- Updated dependencies [70279e7]
|
|
2516
|
+
- Updated dependencies [6c25f66]
|
|
2517
|
+
- Updated dependencies [bc2b411]
|
|
2518
|
+
- Updated dependencies [3bf2dd9]
|
|
2519
|
+
- Updated dependencies [e9541a1]
|
|
2520
|
+
- Updated dependencies [c53ef7b9]
|
|
2521
|
+
- Updated dependencies [9d94f7e]
|
|
2522
|
+
- Updated dependencies [64699d3]
|
|
2523
|
+
- Updated dependencies [0d3a913]
|
|
2524
|
+
- Updated dependencies [1448a96]
|
|
2525
|
+
- Updated dependencies [d6edb1d]
|
|
2526
|
+
- Updated dependencies [d3474c6]
|
|
2527
|
+
- Updated dependencies [75080fd]
|
|
2528
|
+
- Updated dependencies [17f8752]
|
|
2529
|
+
- Updated dependencies [91265bb]
|
|
2530
|
+
- Updated dependencies [bbe18b9]
|
|
2531
|
+
- Updated dependencies [d409996]
|
|
2532
|
+
- Updated dependencies [4920742]
|
|
2533
|
+
- Updated dependencies [69ca080]
|
|
2534
|
+
- Updated dependencies [94b6928]
|
|
2535
|
+
- Updated dependencies [98bb8dc]
|
|
2536
|
+
- Updated dependencies [46b7aad]
|
|
2537
|
+
- Updated dependencies [dcc8a15]
|
|
2538
|
+
- Updated dependencies [fad2768]
|
|
2539
|
+
- Updated dependencies [dff0d59]
|
|
2540
|
+
- Updated dependencies [eecb282]
|
|
2541
|
+
- Updated dependencies [9e25a64]
|
|
2542
|
+
- Updated dependencies [beb499e]
|
|
2543
|
+
- Updated dependencies [146ea39]
|
|
2544
|
+
- Updated dependencies [f2c92d5]
|
|
2545
|
+
- Updated dependencies [7bd3d99]
|
|
2546
|
+
- Updated dependencies [c47be30]
|
|
2547
|
+
- Updated dependencies [e9a46ac]
|
|
2548
|
+
- Updated dependencies [f046f8e0]
|
|
2549
|
+
- Updated dependencies [86d2531]
|
|
2550
|
+
- Updated dependencies [3f9b8d7]
|
|
2551
|
+
- @akinon/next@1.43.0-rc.16
|
|
2552
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
2553
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
2554
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
2555
|
+
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
2556
|
+
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
2557
|
+
- @akinon/pz-akifast@1.43.0-rc.16
|
|
2558
|
+
- @akinon/pz-gpay@1.43.0-rc.16
|
|
2559
|
+
- @akinon/pz-b2b@1.43.0-rc.16
|
|
2560
|
+
- @akinon/pz-bkm@1.43.0-rc.16
|
|
2561
|
+
- @akinon/pz-otp@1.43.0-rc.16
|
|
2562
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
2563
|
+
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
2564
|
+
|
|
2565
|
+
## 1.43.0-rc.15
|
|
2566
|
+
|
|
2567
|
+
### Patch Changes
|
|
2568
|
+
|
|
2569
|
+
- @akinon/next@1.43.0-rc.15
|
|
2570
|
+
- @akinon/pz-akifast@1.43.0-rc.15
|
|
2571
|
+
- @akinon/pz-b2b@1.43.0-rc.15
|
|
2572
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
2573
|
+
- @akinon/pz-bkm@1.43.0-rc.15
|
|
2574
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
2575
|
+
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
2576
|
+
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
2577
|
+
- @akinon/pz-gpay@1.43.0-rc.15
|
|
2578
|
+
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
2579
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
2580
|
+
- @akinon/pz-otp@1.43.0-rc.15
|
|
2581
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
2582
|
+
|
|
2583
|
+
## 1.43.0-rc.14
|
|
2584
|
+
|
|
2585
|
+
### Patch Changes
|
|
2586
|
+
|
|
2587
|
+
- Updated dependencies [3bf2dd9]
|
|
2588
|
+
- @akinon/next@1.43.0-rc.14
|
|
2589
|
+
- @akinon/pz-akifast@1.43.0-rc.14
|
|
2590
|
+
- @akinon/pz-b2b@1.43.0-rc.14
|
|
2591
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
2592
|
+
- @akinon/pz-bkm@1.43.0-rc.14
|
|
2593
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
2594
|
+
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
2595
|
+
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
2596
|
+
- @akinon/pz-gpay@1.43.0-rc.14
|
|
2597
|
+
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
2598
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
2599
|
+
- @akinon/pz-otp@1.43.0-rc.14
|
|
2600
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
2601
|
+
|
|
2602
|
+
## 1.43.0-rc.13
|
|
2603
|
+
|
|
2604
|
+
### Minor Changes
|
|
2605
|
+
|
|
2606
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2607
|
+
|
|
2608
|
+
### Patch Changes
|
|
2609
|
+
|
|
2610
|
+
- Updated dependencies [9e25a64]
|
|
2611
|
+
- @akinon/next@1.43.0-rc.13
|
|
2612
|
+
- @akinon/pz-akifast@1.43.0-rc.13
|
|
2613
|
+
- @akinon/pz-b2b@1.43.0-rc.13
|
|
2614
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
2615
|
+
- @akinon/pz-bkm@1.43.0-rc.13
|
|
2616
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
2617
|
+
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
2618
|
+
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
2619
|
+
- @akinon/pz-gpay@1.43.0-rc.13
|
|
2620
|
+
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
2621
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
2622
|
+
- @akinon/pz-otp@1.43.0-rc.13
|
|
2623
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
2624
|
+
|
|
2625
|
+
## 1.43.0-rc.12
|
|
2626
|
+
|
|
2627
|
+
### Patch Changes
|
|
2628
|
+
|
|
2629
|
+
- Updated dependencies [4920742]
|
|
2630
|
+
- @akinon/next@1.43.0-rc.12
|
|
2631
|
+
- @akinon/pz-akifast@1.43.0-rc.12
|
|
2632
|
+
- @akinon/pz-b2b@1.43.0-rc.12
|
|
2633
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
2634
|
+
- @akinon/pz-bkm@1.43.0-rc.12
|
|
2635
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
2636
|
+
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
2637
|
+
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
2638
|
+
- @akinon/pz-gpay@1.43.0-rc.12
|
|
2639
|
+
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
2640
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
2641
|
+
- @akinon/pz-otp@1.43.0-rc.12
|
|
2642
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
2643
|
+
|
|
2644
|
+
## 1.43.0-rc.11
|
|
2645
|
+
|
|
2646
|
+
### Patch Changes
|
|
2647
|
+
|
|
2648
|
+
- Updated dependencies [6c25f66]
|
|
2649
|
+
- @akinon/next@1.43.0-rc.11
|
|
2650
|
+
- @akinon/pz-akifast@1.43.0-rc.11
|
|
2651
|
+
- @akinon/pz-b2b@1.43.0-rc.11
|
|
2652
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
2653
|
+
- @akinon/pz-bkm@1.43.0-rc.11
|
|
2654
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
2655
|
+
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
2656
|
+
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
2657
|
+
- @akinon/pz-gpay@1.43.0-rc.11
|
|
2658
|
+
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
2659
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
2660
|
+
- @akinon/pz-otp@1.43.0-rc.11
|
|
2661
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
2662
|
+
|
|
2663
|
+
## 1.43.0-rc.10
|
|
2664
|
+
|
|
2665
|
+
### Patch Changes
|
|
2666
|
+
|
|
2667
|
+
- Updated dependencies [d6edb1d]
|
|
2668
|
+
- @akinon/next@1.43.0-rc.10
|
|
2669
|
+
- @akinon/pz-akifast@1.43.0-rc.10
|
|
2670
|
+
- @akinon/pz-b2b@1.43.0-rc.10
|
|
2671
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
2672
|
+
- @akinon/pz-bkm@1.43.0-rc.10
|
|
2673
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
2674
|
+
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
2675
|
+
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
2676
|
+
- @akinon/pz-gpay@1.43.0-rc.10
|
|
2677
|
+
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
2678
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
2679
|
+
- @akinon/pz-otp@1.43.0-rc.10
|
|
2680
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
2681
|
+
|
|
2682
|
+
## 1.43.0-rc.9
|
|
2683
|
+
|
|
2684
|
+
### Minor Changes
|
|
2685
|
+
|
|
2686
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2687
|
+
|
|
2688
|
+
### Patch Changes
|
|
2689
|
+
|
|
2690
|
+
- Updated dependencies [bc2b411]
|
|
2691
|
+
- @akinon/next@1.43.0-rc.9
|
|
2692
|
+
- @akinon/pz-akifast@1.43.0-rc.9
|
|
2693
|
+
- @akinon/pz-b2b@1.43.0-rc.9
|
|
2694
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
2695
|
+
- @akinon/pz-bkm@1.43.0-rc.9
|
|
2696
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
2697
|
+
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
2698
|
+
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
2699
|
+
- @akinon/pz-gpay@1.43.0-rc.9
|
|
2700
|
+
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
2701
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
2702
|
+
- @akinon/pz-otp@1.43.0-rc.9
|
|
2703
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
2704
|
+
|
|
2705
|
+
## 1.43.0-rc.8
|
|
2706
|
+
|
|
2707
|
+
### Patch Changes
|
|
2708
|
+
|
|
2709
|
+
- Updated dependencies [70279e7]
|
|
2710
|
+
- Updated dependencies [9d94f7e]
|
|
2711
|
+
- @akinon/next@1.43.0-rc.8
|
|
2712
|
+
- @akinon/pz-akifast@1.43.0-rc.8
|
|
2713
|
+
- @akinon/pz-b2b@1.43.0-rc.8
|
|
2714
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
2715
|
+
- @akinon/pz-bkm@1.43.0-rc.8
|
|
2716
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
2717
|
+
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
2718
|
+
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
2719
|
+
- @akinon/pz-gpay@1.43.0-rc.8
|
|
2720
|
+
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
2721
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
2722
|
+
- @akinon/pz-otp@1.43.0-rc.8
|
|
2723
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
2724
|
+
|
|
2725
|
+
## 1.43.0-rc.7
|
|
2726
|
+
|
|
2727
|
+
### Patch Changes
|
|
2728
|
+
|
|
2729
|
+
- Updated dependencies [7bd3d99]
|
|
2730
|
+
- @akinon/next@1.43.0-rc.7
|
|
2731
|
+
- @akinon/pz-akifast@1.43.0-rc.7
|
|
2732
|
+
- @akinon/pz-b2b@1.43.0-rc.7
|
|
2733
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
2734
|
+
- @akinon/pz-bkm@1.43.0-rc.7
|
|
2735
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
2736
|
+
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
2737
|
+
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
2738
|
+
- @akinon/pz-gpay@1.43.0-rc.7
|
|
2739
|
+
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
2740
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
2741
|
+
- @akinon/pz-otp@1.43.0-rc.7
|
|
2742
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
2743
|
+
|
|
2744
|
+
## 1.43.0-rc.6
|
|
2745
|
+
|
|
2746
|
+
### Minor Changes
|
|
2747
|
+
|
|
2748
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2749
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2750
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2751
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2752
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2753
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2754
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2755
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2756
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2757
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2758
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2759
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2760
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2761
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2762
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2763
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2764
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2765
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2766
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2767
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2768
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2769
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2770
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2771
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2772
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2773
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2774
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2775
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2776
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
2777
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2778
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2779
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2780
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2781
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2782
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2783
|
+
|
|
2784
|
+
### Patch Changes
|
|
2785
|
+
|
|
2786
|
+
- Updated dependencies [90282b5]
|
|
2787
|
+
- Updated dependencies [50b9069]
|
|
2788
|
+
- Updated dependencies [572d2e8]
|
|
2789
|
+
- Updated dependencies [a4c8d6a]
|
|
2790
|
+
- Updated dependencies [fda5b92]
|
|
2791
|
+
- Updated dependencies [2d9b2b2]
|
|
2792
|
+
- Updated dependencies [c53ea3e]
|
|
2793
|
+
- Updated dependencies [8d9ac9a]
|
|
2794
|
+
- Updated dependencies [18e8197]
|
|
2795
|
+
- Updated dependencies [714e0b4]
|
|
2796
|
+
- Updated dependencies [e9541a1]
|
|
2797
|
+
- Updated dependencies [c53ef7b]
|
|
2798
|
+
- Updated dependencies [64699d3]
|
|
2799
|
+
- Updated dependencies [0d3a913]
|
|
2800
|
+
- Updated dependencies [1448a96]
|
|
2801
|
+
- Updated dependencies [d3474c6]
|
|
2802
|
+
- Updated dependencies [75080fd]
|
|
2803
|
+
- Updated dependencies [17f8752]
|
|
2804
|
+
- Updated dependencies [91265bb]
|
|
2805
|
+
- Updated dependencies [bbe18b9]
|
|
2806
|
+
- Updated dependencies [d409996]
|
|
2807
|
+
- Updated dependencies [69ca080]
|
|
2808
|
+
- Updated dependencies [94b6928]
|
|
2809
|
+
- Updated dependencies [98bb8dc]
|
|
2810
|
+
- Updated dependencies [46b7aad]
|
|
2811
|
+
- Updated dependencies [dcc8a15]
|
|
2812
|
+
- Updated dependencies [fad2768]
|
|
2813
|
+
- Updated dependencies [dff0d59]
|
|
2814
|
+
- Updated dependencies [eecb282]
|
|
2815
|
+
- Updated dependencies [4a163f2]
|
|
2816
|
+
- Updated dependencies [beb499e]
|
|
2817
|
+
- Updated dependencies [146ea39]
|
|
2818
|
+
- Updated dependencies [f2c92d5]
|
|
2819
|
+
- Updated dependencies [c47be30]
|
|
2820
|
+
- Updated dependencies [e9a46ac]
|
|
2821
|
+
- Updated dependencies [f046f8e]
|
|
2822
|
+
- Updated dependencies [86d2531]
|
|
2823
|
+
- Updated dependencies [3f9b8d7]
|
|
2824
|
+
- @akinon/next@1.43.0-rc.6
|
|
2825
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
2826
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
2827
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
2828
|
+
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
2829
|
+
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
2830
|
+
- @akinon/pz-akifast@1.43.0-rc.6
|
|
2831
|
+
- @akinon/pz-gpay@1.43.0-rc.6
|
|
2832
|
+
- @akinon/pz-b2b@1.43.0-rc.6
|
|
2833
|
+
- @akinon/pz-bkm@1.43.0-rc.6
|
|
2834
|
+
- @akinon/pz-otp@1.43.0-rc.6
|
|
2835
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
2836
|
+
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
2837
|
+
|
|
2838
|
+
## 1.43.0-rc.5
|
|
2839
|
+
|
|
2840
|
+
### Patch Changes
|
|
2841
|
+
|
|
2842
|
+
- Updated dependencies [17f8752]
|
|
2843
|
+
- @akinon/next@1.43.0-rc.5
|
|
2844
|
+
- @akinon/pz-akifast@1.43.0-rc.5
|
|
2845
|
+
- @akinon/pz-b2b@1.43.0-rc.5
|
|
2846
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
2847
|
+
- @akinon/pz-bkm@1.43.0-rc.5
|
|
2848
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
2849
|
+
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
2850
|
+
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
2851
|
+
- @akinon/pz-gpay@1.43.0-rc.5
|
|
2852
|
+
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
2853
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
2854
|
+
- @akinon/pz-otp@1.43.0-rc.5
|
|
2855
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
2856
|
+
|
|
2857
|
+
## 1.43.0-rc.4
|
|
725
2858
|
|
|
726
2859
|
### Patch Changes
|
|
727
2860
|
|
|
728
|
-
- Updated dependencies [
|
|
729
|
-
- @akinon/next@1.
|
|
730
|
-
- @akinon/pz-akifast@1.
|
|
731
|
-
- @akinon/pz-b2b@1.
|
|
732
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
733
|
-
- @akinon/pz-bkm@1.
|
|
734
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
735
|
-
- @akinon/pz-click-collect@1.
|
|
736
|
-
- @akinon/pz-credit-payment@1.
|
|
737
|
-
- @akinon/pz-gpay@1.
|
|
738
|
-
- @akinon/pz-masterpass@1.
|
|
739
|
-
- @akinon/pz-one-click-checkout@1.
|
|
740
|
-
- @akinon/pz-otp@1.
|
|
741
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
2861
|
+
- Updated dependencies [3f9b8d7]
|
|
2862
|
+
- @akinon/next@1.43.0-rc.4
|
|
2863
|
+
- @akinon/pz-akifast@1.43.0-rc.4
|
|
2864
|
+
- @akinon/pz-b2b@1.43.0-rc.4
|
|
2865
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
2866
|
+
- @akinon/pz-bkm@1.43.0-rc.4
|
|
2867
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
2868
|
+
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
2869
|
+
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
2870
|
+
- @akinon/pz-gpay@1.43.0-rc.4
|
|
2871
|
+
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
2872
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
2873
|
+
- @akinon/pz-otp@1.43.0-rc.4
|
|
2874
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
2875
|
+
|
|
2876
|
+
## 1.43.0-rc.3
|
|
742
2877
|
|
|
743
|
-
|
|
2878
|
+
### Minor Changes
|
|
2879
|
+
|
|
2880
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
744
2881
|
|
|
745
2882
|
### Patch Changes
|
|
746
2883
|
|
|
747
|
-
-
|
|
748
|
-
- @akinon/pz-
|
|
749
|
-
- @akinon/pz-
|
|
750
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
751
|
-
- @akinon/pz-
|
|
752
|
-
- @akinon/pz-
|
|
753
|
-
- @akinon/pz-click-collect@1.
|
|
754
|
-
- @akinon/pz-
|
|
755
|
-
- @akinon/
|
|
756
|
-
- @akinon/pz-
|
|
757
|
-
- @akinon/pz-
|
|
758
|
-
- @akinon/pz-
|
|
759
|
-
- @akinon/pz-
|
|
2884
|
+
- Updated dependencies [64699d3]
|
|
2885
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
2886
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
2887
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
2888
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
2889
|
+
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
2890
|
+
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
2891
|
+
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
2892
|
+
- @akinon/next@1.43.0-rc.3
|
|
2893
|
+
- @akinon/pz-akifast@1.43.0-rc.3
|
|
2894
|
+
- @akinon/pz-gpay@1.43.0-rc.3
|
|
2895
|
+
- @akinon/pz-b2b@1.43.0-rc.3
|
|
2896
|
+
- @akinon/pz-bkm@1.43.0-rc.3
|
|
2897
|
+
- @akinon/pz-otp@1.43.0-rc.3
|
|
2898
|
+
|
|
2899
|
+
## 1.43.0-rc.2
|
|
760
2900
|
|
|
761
|
-
|
|
2901
|
+
### Patch Changes
|
|
2902
|
+
|
|
2903
|
+
- Updated dependencies [f2c92d5]
|
|
2904
|
+
- @akinon/next@1.43.0-rc.2
|
|
2905
|
+
- @akinon/pz-akifast@1.43.0-rc.2
|
|
2906
|
+
- @akinon/pz-b2b@1.43.0-rc.2
|
|
2907
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
2908
|
+
- @akinon/pz-bkm@1.43.0-rc.2
|
|
2909
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
2910
|
+
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
2911
|
+
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
2912
|
+
- @akinon/pz-gpay@1.43.0-rc.2
|
|
2913
|
+
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
2914
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
2915
|
+
- @akinon/pz-otp@1.43.0-rc.2
|
|
2916
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
2917
|
+
|
|
2918
|
+
## 1.43.0-rc.1
|
|
762
2919
|
|
|
763
2920
|
### Minor Changes
|
|
764
2921
|
|
|
765
|
-
-
|
|
2922
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
766
2923
|
|
|
767
2924
|
### Patch Changes
|
|
768
2925
|
|
|
769
|
-
- Updated dependencies [
|
|
770
|
-
- @akinon/next@1.43.0
|
|
771
|
-
- @akinon/pz-akifast@1.43.0
|
|
772
|
-
- @akinon/pz-b2b@1.43.0
|
|
773
|
-
- @akinon/pz-basket-gift-pack@1.43.0
|
|
774
|
-
- @akinon/pz-bkm@1.43.0
|
|
775
|
-
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
776
|
-
- @akinon/pz-click-collect@1.43.0
|
|
777
|
-
- @akinon/pz-credit-payment@1.43.0
|
|
778
|
-
- @akinon/pz-gpay@1.43.0
|
|
779
|
-
- @akinon/pz-masterpass@1.43.0
|
|
780
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
781
|
-
- @akinon/pz-otp@1.43.0
|
|
782
|
-
- @akinon/pz-pay-on-delivery@1.43.0
|
|
2926
|
+
- Updated dependencies [eecb282]
|
|
2927
|
+
- @akinon/next@1.43.0-rc.1
|
|
2928
|
+
- @akinon/pz-akifast@1.43.0-rc.1
|
|
2929
|
+
- @akinon/pz-b2b@1.43.0-rc.1
|
|
2930
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
2931
|
+
- @akinon/pz-bkm@1.43.0-rc.1
|
|
2932
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
2933
|
+
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
2934
|
+
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
2935
|
+
- @akinon/pz-gpay@1.43.0-rc.1
|
|
2936
|
+
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
2937
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
2938
|
+
- @akinon/pz-otp@1.43.0-rc.1
|
|
2939
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
2940
|
+
|
|
2941
|
+
## 1.43.0-rc.0
|
|
2942
|
+
|
|
2943
|
+
### Minor Changes
|
|
2944
|
+
|
|
2945
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2946
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2947
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2948
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2949
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2950
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2951
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2952
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2953
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2954
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2955
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2956
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2957
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2958
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2959
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2960
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2961
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2962
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2963
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2964
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2965
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2966
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2967
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2968
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2969
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2970
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2971
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2972
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2973
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2974
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2975
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2976
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2977
|
+
|
|
2978
|
+
### Patch Changes
|
|
2979
|
+
|
|
2980
|
+
- Updated dependencies [90282b5]
|
|
2981
|
+
- Updated dependencies [50b9069]
|
|
2982
|
+
- Updated dependencies [572d2e8]
|
|
2983
|
+
- Updated dependencies [a4c8d6a]
|
|
2984
|
+
- Updated dependencies [fda5b92]
|
|
2985
|
+
- Updated dependencies [2d9b2b2]
|
|
2986
|
+
- Updated dependencies [c53ea3e]
|
|
2987
|
+
- Updated dependencies [8d9ac9a]
|
|
2988
|
+
- Updated dependencies [18e8197]
|
|
2989
|
+
- Updated dependencies [714e0b4]
|
|
2990
|
+
- Updated dependencies [e9541a1]
|
|
2991
|
+
- Updated dependencies [c53ef7b]
|
|
2992
|
+
- Updated dependencies [0d3a913]
|
|
2993
|
+
- Updated dependencies [1448a96]
|
|
2994
|
+
- Updated dependencies [d3474c6]
|
|
2995
|
+
- Updated dependencies [75080fd]
|
|
2996
|
+
- Updated dependencies [91265bb]
|
|
2997
|
+
- Updated dependencies [bbe18b9]
|
|
2998
|
+
- Updated dependencies [d409996]
|
|
2999
|
+
- Updated dependencies [69ca080]
|
|
3000
|
+
- Updated dependencies [94b6928]
|
|
3001
|
+
- Updated dependencies [98bb8dc]
|
|
3002
|
+
- Updated dependencies [46b7aad]
|
|
3003
|
+
- Updated dependencies [dcc8a15]
|
|
3004
|
+
- Updated dependencies [fad2768]
|
|
3005
|
+
- Updated dependencies [dff0d59]
|
|
3006
|
+
- Updated dependencies [beb499e]
|
|
3007
|
+
- Updated dependencies [146ea39]
|
|
3008
|
+
- Updated dependencies [c47be30]
|
|
3009
|
+
- Updated dependencies [e9a46ac]
|
|
3010
|
+
- Updated dependencies [f046f8e]
|
|
3011
|
+
- Updated dependencies [86d2531]
|
|
3012
|
+
- @akinon/next@1.43.0-rc.0
|
|
3013
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
3014
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
3015
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
3016
|
+
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
3017
|
+
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
3018
|
+
- @akinon/pz-akifast@1.43.0-rc.0
|
|
3019
|
+
- @akinon/pz-gpay@1.43.0-rc.0
|
|
3020
|
+
- @akinon/pz-b2b@1.43.0-rc.0
|
|
3021
|
+
- @akinon/pz-bkm@1.43.0-rc.0
|
|
3022
|
+
- @akinon/pz-otp@1.43.0-rc.0
|
|
3023
|
+
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
3024
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
783
3025
|
|
|
784
3026
|
## 1.42.0
|
|
785
3027
|
|
|
@@ -948,13 +3190,301 @@
|
|
|
948
3190
|
|
|
949
3191
|
### Patch Changes
|
|
950
3192
|
|
|
951
|
-
-
|
|
952
|
-
-
|
|
953
|
-
-
|
|
954
|
-
-
|
|
955
|
-
-
|
|
956
|
-
-
|
|
957
|
-
-
|
|
3193
|
+
- Updated dependencies [a4c8d6a]
|
|
3194
|
+
- Updated dependencies [d09b677]
|
|
3195
|
+
- Updated dependencies [6d4aadb]
|
|
3196
|
+
- Updated dependencies [8e6e8cf]
|
|
3197
|
+
- Updated dependencies [c53ef7b]
|
|
3198
|
+
- Updated dependencies [ebb63ce]
|
|
3199
|
+
- Updated dependencies [7cebe87]
|
|
3200
|
+
- Updated dependencies [616690d]
|
|
3201
|
+
- Updated dependencies [f3b595e]
|
|
3202
|
+
- Updated dependencies [91265bb]
|
|
3203
|
+
- Updated dependencies [59fb7c3]
|
|
3204
|
+
- Updated dependencies [bbe18b9]
|
|
3205
|
+
- Updated dependencies [f0c23bc]
|
|
3206
|
+
- Updated dependencies [3420416]
|
|
3207
|
+
- Updated dependencies [495d155]
|
|
3208
|
+
- Updated dependencies [beb499e]
|
|
3209
|
+
- Updated dependencies [6c18543]
|
|
3210
|
+
- Updated dependencies [40ad73e]
|
|
3211
|
+
- Updated dependencies [495d155]
|
|
3212
|
+
- Updated dependencies [f046f8e]
|
|
3213
|
+
- Updated dependencies [6b2972b]
|
|
3214
|
+
- Updated dependencies [3e68768]
|
|
3215
|
+
- @akinon/next@1.34.0-rc.20
|
|
3216
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
3217
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
3218
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
3219
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
3220
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
3221
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
3222
|
+
|
|
3223
|
+
## 1.34.0-rc.19
|
|
3224
|
+
|
|
3225
|
+
### Patch Changes
|
|
3226
|
+
|
|
3227
|
+
- Updated dependencies [c53ef7b]
|
|
3228
|
+
- @akinon/next@1.34.0-rc.19
|
|
3229
|
+
- @akinon/pz-b2b@1.34.0-rc.19
|
|
3230
|
+
- @akinon/pz-gpay@1.34.0-rc.19
|
|
3231
|
+
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
3232
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
3233
|
+
- @akinon/pz-otp@1.34.0-rc.19
|
|
3234
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
3235
|
+
|
|
3236
|
+
## 1.34.0-rc.18
|
|
3237
|
+
|
|
3238
|
+
### Minor Changes
|
|
3239
|
+
|
|
3240
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3241
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3242
|
+
|
|
3243
|
+
### Patch Changes
|
|
3244
|
+
|
|
3245
|
+
- Updated dependencies [a4c8d6a]
|
|
3246
|
+
- @akinon/next@1.34.0-rc.18
|
|
3247
|
+
- @akinon/pz-b2b@1.34.0-rc.18
|
|
3248
|
+
- @akinon/pz-gpay@1.34.0-rc.18
|
|
3249
|
+
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
3250
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
3251
|
+
- @akinon/pz-otp@1.34.0-rc.18
|
|
3252
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
3253
|
+
|
|
3254
|
+
## 1.34.0-rc.17
|
|
3255
|
+
|
|
3256
|
+
### Minor Changes
|
|
3257
|
+
|
|
3258
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3259
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3260
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3261
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3262
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3263
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3264
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3265
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
3266
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3267
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3268
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3269
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
3270
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3271
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3272
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3273
|
+
|
|
3274
|
+
### Patch Changes
|
|
3275
|
+
|
|
3276
|
+
- Updated dependencies [d09b677]
|
|
3277
|
+
- Updated dependencies [6d4aadb]
|
|
3278
|
+
- Updated dependencies [8e6e8cf]
|
|
3279
|
+
- Updated dependencies [ebb63ce]
|
|
3280
|
+
- Updated dependencies [7cebe87]
|
|
3281
|
+
- Updated dependencies [616690d]
|
|
3282
|
+
- Updated dependencies [f3b595e]
|
|
3283
|
+
- Updated dependencies [91265bb]
|
|
3284
|
+
- Updated dependencies [59fb7c3]
|
|
3285
|
+
- Updated dependencies [bbe18b9]
|
|
3286
|
+
- Updated dependencies [f0c23bc]
|
|
3287
|
+
- Updated dependencies [3420416]
|
|
3288
|
+
- Updated dependencies [495d155]
|
|
3289
|
+
- Updated dependencies [beb499e]
|
|
3290
|
+
- Updated dependencies [6c18543]
|
|
3291
|
+
- Updated dependencies [40ad73e]
|
|
3292
|
+
- Updated dependencies [495d155]
|
|
3293
|
+
- Updated dependencies [f046f8e]
|
|
3294
|
+
- Updated dependencies [6b2972b]
|
|
3295
|
+
- Updated dependencies [3e68768]
|
|
3296
|
+
- @akinon/next@1.34.0-rc.17
|
|
3297
|
+
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
3298
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
3299
|
+
- @akinon/pz-b2b@1.34.0-rc.17
|
|
3300
|
+
- @akinon/pz-gpay@1.34.0-rc.17
|
|
3301
|
+
- @akinon/pz-otp@1.34.0-rc.17
|
|
3302
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
3303
|
+
|
|
3304
|
+
## 1.34.0-rc.16
|
|
3305
|
+
|
|
3306
|
+
### Patch Changes
|
|
3307
|
+
|
|
3308
|
+
- @akinon/next@1.34.0-rc.16
|
|
3309
|
+
- @akinon/pz-b2b@1.34.0-rc.16
|
|
3310
|
+
- @akinon/pz-gpay@1.34.0-rc.16
|
|
3311
|
+
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
3312
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
3313
|
+
- @akinon/pz-otp@1.34.0-rc.16
|
|
3314
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
3315
|
+
|
|
3316
|
+
## 1.34.0-rc.15
|
|
3317
|
+
|
|
3318
|
+
### Patch Changes
|
|
3319
|
+
|
|
3320
|
+
- @akinon/next@1.34.0-rc.15
|
|
3321
|
+
- @akinon/pz-b2b@1.34.0-rc.15
|
|
3322
|
+
- @akinon/pz-gpay@1.34.0-rc.15
|
|
3323
|
+
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
3324
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
3325
|
+
- @akinon/pz-otp@1.34.0-rc.15
|
|
3326
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
3327
|
+
|
|
3328
|
+
## 1.34.0-rc.14
|
|
3329
|
+
|
|
3330
|
+
### Minor Changes
|
|
3331
|
+
|
|
3332
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3333
|
+
|
|
3334
|
+
### Patch Changes
|
|
3335
|
+
|
|
3336
|
+
- @akinon/next@1.34.0-rc.14
|
|
3337
|
+
- @akinon/pz-b2b@1.34.0-rc.14
|
|
3338
|
+
- @akinon/pz-gpay@1.34.0-rc.14
|
|
3339
|
+
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
3340
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
3341
|
+
- @akinon/pz-otp@1.34.0-rc.14
|
|
3342
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
3343
|
+
|
|
3344
|
+
## 1.34.0-rc.13
|
|
3345
|
+
|
|
3346
|
+
### Minor Changes
|
|
3347
|
+
|
|
3348
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3349
|
+
|
|
3350
|
+
### Patch Changes
|
|
3351
|
+
|
|
3352
|
+
- @akinon/next@1.34.0-rc.13
|
|
3353
|
+
- @akinon/pz-b2b@1.34.0-rc.13
|
|
3354
|
+
- @akinon/pz-gpay@1.34.0-rc.13
|
|
3355
|
+
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
3356
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
3357
|
+
- @akinon/pz-otp@1.34.0-rc.13
|
|
3358
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
3359
|
+
|
|
3360
|
+
## 1.34.0-rc.12
|
|
3361
|
+
|
|
3362
|
+
### Patch Changes
|
|
3363
|
+
|
|
3364
|
+
- Updated dependencies [616690d]
|
|
3365
|
+
- @akinon/next@1.34.0-rc.12
|
|
3366
|
+
- @akinon/pz-b2b@1.34.0-rc.12
|
|
3367
|
+
- @akinon/pz-gpay@1.34.0-rc.12
|
|
3368
|
+
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
3369
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
3370
|
+
- @akinon/pz-otp@1.34.0-rc.12
|
|
3371
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
3372
|
+
|
|
3373
|
+
## 1.34.0-rc.11
|
|
3374
|
+
|
|
3375
|
+
### Patch Changes
|
|
3376
|
+
|
|
3377
|
+
- Updated dependencies [8e6e8cf]
|
|
3378
|
+
- @akinon/next@1.34.0-rc.11
|
|
3379
|
+
- @akinon/pz-b2b@1.34.0-rc.11
|
|
3380
|
+
- @akinon/pz-gpay@1.34.0-rc.11
|
|
3381
|
+
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
3382
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
3383
|
+
- @akinon/pz-otp@1.34.0-rc.11
|
|
3384
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
3385
|
+
|
|
3386
|
+
## 1.34.0-rc.10
|
|
3387
|
+
|
|
3388
|
+
### Patch Changes
|
|
3389
|
+
|
|
3390
|
+
- Updated dependencies [bbe18b9]
|
|
3391
|
+
- @akinon/next@1.34.0-rc.10
|
|
3392
|
+
- @akinon/pz-b2b@1.34.0-rc.10
|
|
3393
|
+
- @akinon/pz-gpay@1.34.0-rc.10
|
|
3394
|
+
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
3395
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
3396
|
+
- @akinon/pz-otp@1.34.0-rc.10
|
|
3397
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
3398
|
+
|
|
3399
|
+
## 1.34.0-rc.9
|
|
3400
|
+
|
|
3401
|
+
### Minor Changes
|
|
3402
|
+
|
|
3403
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3404
|
+
|
|
3405
|
+
### Patch Changes
|
|
3406
|
+
|
|
3407
|
+
- Updated dependencies [beb499e]
|
|
3408
|
+
- @akinon/next@1.34.0-rc.9
|
|
3409
|
+
- @akinon/pz-b2b@1.34.0-rc.9
|
|
3410
|
+
- @akinon/pz-gpay@1.34.0-rc.9
|
|
3411
|
+
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
3412
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
3413
|
+
- @akinon/pz-otp@1.34.0-rc.9
|
|
3414
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
3415
|
+
|
|
3416
|
+
## 1.34.0-rc.8
|
|
3417
|
+
|
|
3418
|
+
### Minor Changes
|
|
3419
|
+
|
|
3420
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3421
|
+
|
|
3422
|
+
### Patch Changes
|
|
3423
|
+
|
|
3424
|
+
- Updated dependencies [91265bb]
|
|
3425
|
+
- @akinon/next@1.34.0-rc.8
|
|
3426
|
+
- @akinon/pz-b2b@1.34.0-rc.8
|
|
3427
|
+
- @akinon/pz-gpay@1.34.0-rc.8
|
|
3428
|
+
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
3429
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
3430
|
+
- @akinon/pz-otp@1.34.0-rc.8
|
|
3431
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
3432
|
+
|
|
3433
|
+
## 1.34.0-rc.7
|
|
3434
|
+
|
|
3435
|
+
### Minor Changes
|
|
3436
|
+
|
|
3437
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3438
|
+
|
|
3439
|
+
### Patch Changes
|
|
3440
|
+
|
|
3441
|
+
- @akinon/next@1.34.0-rc.7
|
|
3442
|
+
- @akinon/pz-b2b@1.34.0-rc.7
|
|
3443
|
+
- @akinon/pz-gpay@1.34.0-rc.7
|
|
3444
|
+
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
3445
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
3446
|
+
- @akinon/pz-otp@1.34.0-rc.7
|
|
3447
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
3448
|
+
|
|
3449
|
+
## 1.34.0-rc.6
|
|
3450
|
+
|
|
3451
|
+
### Minor Changes
|
|
3452
|
+
|
|
3453
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3454
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3455
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3456
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3457
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
3458
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3459
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3460
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
3461
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3462
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3463
|
+
|
|
3464
|
+
### Patch Changes
|
|
3465
|
+
|
|
3466
|
+
- Updated dependencies [d09b677]
|
|
3467
|
+
- Updated dependencies [6d4aadb]
|
|
3468
|
+
- Updated dependencies [ebb63ce]
|
|
3469
|
+
- Updated dependencies [7cebe87]
|
|
3470
|
+
- Updated dependencies [f3b595e]
|
|
3471
|
+
- Updated dependencies [59fb7c3]
|
|
3472
|
+
- Updated dependencies [f0c23bc]
|
|
3473
|
+
- Updated dependencies [3420416]
|
|
3474
|
+
- Updated dependencies [495d155]
|
|
3475
|
+
- Updated dependencies [6c18543]
|
|
3476
|
+
- Updated dependencies [40ad73e]
|
|
3477
|
+
- Updated dependencies [495d155]
|
|
3478
|
+
- Updated dependencies [f046f8e]
|
|
3479
|
+
- Updated dependencies [6b2972b]
|
|
3480
|
+
- Updated dependencies [3e68768]
|
|
3481
|
+
- @akinon/next@1.34.0-rc.6
|
|
3482
|
+
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
3483
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
3484
|
+
- @akinon/pz-b2b@1.34.0-rc.6
|
|
3485
|
+
- @akinon/pz-gpay@1.34.0-rc.6
|
|
3486
|
+
- @akinon/pz-otp@1.34.0-rc.6
|
|
3487
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
958
3488
|
|
|
959
3489
|
## 1.33.2
|
|
960
3490
|
|