@akinon/projectzero 1.81.0 → 1.82.0-rc.0
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 +10 -0
- package/app-template/.gitignore +2 -0
- package/app-template/CHANGELOG.md +2915 -139
- package/app-template/package.json +19 -19
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
- package/app-template/src/components/widget/widget-placeholder.tsx +12 -0
- package/app-template/src/settings.js +6 -1
- package/app-template/src/views/account/orders/order-cancellation-item.tsx +19 -0
- package/app-template/src/views/basket/basket-content.tsx +106 -0
- package/app-template/src/views/basket/basket-item.tsx +16 -13
- package/app-template/src/views/basket/summary.tsx +10 -7
- package/app-template/src/views/category/category-header.tsx +11 -5
- package/app-template/src/views/header/search/index.tsx +13 -1
- package/commands/plugins.ts +4 -0
- package/dist/commands/plugins.js +4 -0
- 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,71 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.82.0-rc.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
8
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
9
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
10
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
11
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
12
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
13
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
14
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [2e0b7ffd]
|
|
19
|
+
- Updated dependencies [757ee539]
|
|
20
|
+
- Updated dependencies [778aabf8]
|
|
21
|
+
- Updated dependencies [c0fef075]
|
|
22
|
+
- Updated dependencies [5dfeea04]
|
|
23
|
+
- Updated dependencies [2d9b2b2c]
|
|
24
|
+
- Updated dependencies [40a46853]
|
|
25
|
+
- Updated dependencies [2d2ab446]
|
|
26
|
+
- Updated dependencies [f49bb74f]
|
|
27
|
+
- Updated dependencies [e9541a13]
|
|
28
|
+
- Updated dependencies [4d3deb4f]
|
|
29
|
+
- Updated dependencies [72fd4d67]
|
|
30
|
+
- Updated dependencies [c53ef7b9]
|
|
31
|
+
- Updated dependencies [64699d3f]
|
|
32
|
+
- Updated dependencies [9db58ad6]
|
|
33
|
+
- Updated dependencies [0200d568]
|
|
34
|
+
- Updated dependencies [7727ae55]
|
|
35
|
+
- Updated dependencies [d552629f]
|
|
36
|
+
- Updated dependencies [17f87524]
|
|
37
|
+
- Updated dependencies [65d3b862]
|
|
38
|
+
- Updated dependencies [bbe18b9f]
|
|
39
|
+
- Updated dependencies [4920742c]
|
|
40
|
+
- Updated dependencies [7e56d6b6]
|
|
41
|
+
- Updated dependencies [7d1b5af1]
|
|
42
|
+
- Updated dependencies [43c182ee]
|
|
43
|
+
- Updated dependencies [2d305aaf]
|
|
44
|
+
- Updated dependencies [eeb20bea]
|
|
45
|
+
- Updated dependencies [f2c92d5c]
|
|
46
|
+
- Updated dependencies [6c1dba75]
|
|
47
|
+
- Updated dependencies [7bd3d992]
|
|
48
|
+
- Updated dependencies [fdd255ee]
|
|
49
|
+
- Updated dependencies [aa05ed79]
|
|
50
|
+
- Updated dependencies [49eeebfa]
|
|
51
|
+
- Updated dependencies [3f9b8d7e]
|
|
52
|
+
- @akinon/next@1.82.0-rc.0
|
|
53
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.0
|
|
54
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.0
|
|
55
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.0
|
|
56
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.0
|
|
57
|
+
- @akinon/pz-credit-payment@1.82.0-rc.0
|
|
58
|
+
- @akinon/pz-click-collect@1.82.0-rc.0
|
|
59
|
+
- @akinon/pz-masterpass@1.82.0-rc.0
|
|
60
|
+
- @akinon/pz-akifast@1.82.0-rc.0
|
|
61
|
+
- @akinon/pz-gpay@1.82.0-rc.0
|
|
62
|
+
- @akinon/pz-b2b@1.82.0-rc.0
|
|
63
|
+
- @akinon/pz-bkm@1.82.0-rc.0
|
|
64
|
+
- @akinon/pz-otp@1.82.0-rc.0
|
|
65
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.0
|
|
66
|
+
- @akinon/pz-saved-card@1.82.0-rc.0
|
|
67
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.0
|
|
68
|
+
|
|
3
69
|
## 1.81.0
|
|
4
70
|
|
|
5
71
|
### Minor Changes
|
|
@@ -63,22 +129,281 @@
|
|
|
63
129
|
|
|
64
130
|
### Patch Changes
|
|
65
131
|
|
|
66
|
-
- Updated dependencies [
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
132
|
+
- Updated dependencies [778aabf8]
|
|
133
|
+
- Updated dependencies [5dfeea04]
|
|
134
|
+
- Updated dependencies [2d9b2b2c]
|
|
135
|
+
- Updated dependencies [fdbf156f]
|
|
136
|
+
- Updated dependencies [fd4b74e9]
|
|
137
|
+
- Updated dependencies [f49bb74f]
|
|
138
|
+
- Updated dependencies [e9541a13]
|
|
139
|
+
- Updated dependencies [4d3deb4f]
|
|
140
|
+
- Updated dependencies [72fd4d67]
|
|
141
|
+
- Updated dependencies [c53ef7b9]
|
|
142
|
+
- Updated dependencies [64699d3f]
|
|
143
|
+
- Updated dependencies [0200d568]
|
|
144
|
+
- Updated dependencies [7727ae55]
|
|
145
|
+
- Updated dependencies [17f87524]
|
|
146
|
+
- Updated dependencies [65d3b862]
|
|
147
|
+
- Updated dependencies [bbe18b9f]
|
|
148
|
+
- Updated dependencies [4920742c]
|
|
149
|
+
- Updated dependencies [7e56d6b6]
|
|
150
|
+
- Updated dependencies [43c182ee]
|
|
151
|
+
- Updated dependencies [2d305aaf]
|
|
152
|
+
- Updated dependencies [4cc22c7c]
|
|
153
|
+
- Updated dependencies [eeb20bea]
|
|
154
|
+
- Updated dependencies [6a0a0807]
|
|
155
|
+
- Updated dependencies [f2c92d5c]
|
|
156
|
+
- Updated dependencies [7bd3d992]
|
|
157
|
+
- Updated dependencies [fdd255ee]
|
|
158
|
+
- Updated dependencies [49eeebfa]
|
|
159
|
+
- Updated dependencies [3f9b8d7e]
|
|
160
|
+
- Updated dependencies [7ab9e2fd]
|
|
161
|
+
- @akinon/next@1.80.0-rc.7
|
|
162
|
+
- @akinon/pz-masterpass@1.80.0-rc.7
|
|
163
|
+
- @akinon/pz-checkout-gift-pack@1.80.0-rc.7
|
|
164
|
+
- @akinon/pz-one-click-checkout@1.80.0-rc.7
|
|
165
|
+
- @akinon/pz-basket-gift-pack@1.80.0-rc.7
|
|
166
|
+
- @akinon/pz-pay-on-delivery@1.80.0-rc.7
|
|
167
|
+
- @akinon/pz-credit-payment@1.80.0-rc.7
|
|
168
|
+
- @akinon/pz-click-collect@1.80.0-rc.7
|
|
169
|
+
- @akinon/pz-akifast@1.80.0-rc.7
|
|
170
|
+
- @akinon/pz-gpay@1.80.0-rc.7
|
|
171
|
+
- @akinon/pz-b2b@1.80.0-rc.7
|
|
172
|
+
- @akinon/pz-bkm@1.80.0-rc.7
|
|
173
|
+
- @akinon/pz-otp@1.80.0-rc.7
|
|
174
|
+
- @akinon/pz-tabby-extension@1.80.0-rc.7
|
|
175
|
+
- @akinon/pz-saved-card@1.80.0-rc.7
|
|
176
|
+
- @akinon/pz-tamara-extension@1.80.0-rc.7
|
|
177
|
+
|
|
178
|
+
## 1.79.0-rc.6
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- Updated dependencies [0200d568]
|
|
183
|
+
- @akinon/next@1.79.0-rc.6
|
|
184
|
+
- @akinon/pz-akifast@1.79.0-rc.6
|
|
185
|
+
- @akinon/pz-b2b@1.79.0-rc.6
|
|
186
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.6
|
|
187
|
+
- @akinon/pz-bkm@1.79.0-rc.6
|
|
188
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.6
|
|
189
|
+
- @akinon/pz-click-collect@1.79.0-rc.6
|
|
190
|
+
- @akinon/pz-credit-payment@1.79.0-rc.6
|
|
191
|
+
- @akinon/pz-gpay@1.79.0-rc.6
|
|
192
|
+
- @akinon/pz-masterpass@1.79.0-rc.6
|
|
193
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.6
|
|
194
|
+
- @akinon/pz-otp@1.79.0-rc.6
|
|
195
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.6
|
|
196
|
+
- @akinon/pz-saved-card@1.79.0-rc.6
|
|
197
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.6
|
|
198
|
+
|
|
199
|
+
## 1.79.0-rc.5
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- Updated dependencies [778aabf8]
|
|
204
|
+
- @akinon/next@1.79.0-rc.5
|
|
205
|
+
- @akinon/pz-akifast@1.79.0-rc.5
|
|
206
|
+
- @akinon/pz-b2b@1.79.0-rc.5
|
|
207
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.5
|
|
208
|
+
- @akinon/pz-bkm@1.79.0-rc.5
|
|
209
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.5
|
|
210
|
+
- @akinon/pz-click-collect@1.79.0-rc.5
|
|
211
|
+
- @akinon/pz-credit-payment@1.79.0-rc.5
|
|
212
|
+
- @akinon/pz-gpay@1.79.0-rc.5
|
|
213
|
+
- @akinon/pz-masterpass@1.79.0-rc.5
|
|
214
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.5
|
|
215
|
+
- @akinon/pz-otp@1.79.0-rc.5
|
|
216
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.5
|
|
217
|
+
- @akinon/pz-saved-card@1.79.0-rc.5
|
|
218
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.5
|
|
219
|
+
|
|
220
|
+
## 1.79.0-rc.4
|
|
221
|
+
|
|
222
|
+
### Minor Changes
|
|
223
|
+
|
|
224
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
225
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
226
|
+
|
|
227
|
+
### Patch Changes
|
|
228
|
+
|
|
229
|
+
- Updated dependencies [fdbf156f]
|
|
230
|
+
- @akinon/pz-masterpass@1.79.0-rc.4
|
|
231
|
+
- @akinon/next@1.79.0-rc.4
|
|
232
|
+
- @akinon/pz-akifast@1.79.0-rc.4
|
|
233
|
+
- @akinon/pz-b2b@1.79.0-rc.4
|
|
234
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.4
|
|
235
|
+
- @akinon/pz-bkm@1.79.0-rc.4
|
|
236
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.4
|
|
237
|
+
- @akinon/pz-click-collect@1.79.0-rc.4
|
|
238
|
+
- @akinon/pz-credit-payment@1.79.0-rc.4
|
|
239
|
+
- @akinon/pz-gpay@1.79.0-rc.4
|
|
240
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.4
|
|
241
|
+
- @akinon/pz-otp@1.79.0-rc.4
|
|
242
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.4
|
|
243
|
+
- @akinon/pz-saved-card@1.79.0-rc.4
|
|
244
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.4
|
|
245
|
+
|
|
246
|
+
## 1.79.0-rc.3
|
|
247
|
+
|
|
248
|
+
### Minor Changes
|
|
249
|
+
|
|
250
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
251
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
252
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
253
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
254
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
255
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
256
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
257
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
258
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
259
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
260
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- Updated dependencies [5dfeea04]
|
|
265
|
+
- Updated dependencies [2d9b2b2c]
|
|
266
|
+
- Updated dependencies [fd4b74e9]
|
|
267
|
+
- Updated dependencies [f49bb74f]
|
|
268
|
+
- Updated dependencies [e9541a13]
|
|
269
|
+
- Updated dependencies [4d3deb4f]
|
|
270
|
+
- Updated dependencies [72fd4d67]
|
|
271
|
+
- Updated dependencies [c53ef7b9]
|
|
272
|
+
- Updated dependencies [64699d3f]
|
|
273
|
+
- Updated dependencies [7727ae55]
|
|
274
|
+
- Updated dependencies [17f87524]
|
|
275
|
+
- Updated dependencies [65d3b862]
|
|
276
|
+
- Updated dependencies [bbe18b9f]
|
|
277
|
+
- Updated dependencies [4920742c]
|
|
278
|
+
- Updated dependencies [7e56d6b6]
|
|
279
|
+
- Updated dependencies [43c182ee]
|
|
280
|
+
- Updated dependencies [2d305aaf]
|
|
281
|
+
- Updated dependencies [4cc22c7c]
|
|
282
|
+
- Updated dependencies [eeb20bea]
|
|
283
|
+
- Updated dependencies [6a0a0807]
|
|
284
|
+
- Updated dependencies [f2c92d5c]
|
|
285
|
+
- Updated dependencies [7bd3d992]
|
|
286
|
+
- Updated dependencies [fdd255ee]
|
|
287
|
+
- Updated dependencies [59fa21ce]
|
|
288
|
+
- Updated dependencies [49eeebfa]
|
|
289
|
+
- Updated dependencies [3f9b8d7e]
|
|
290
|
+
- @akinon/next@1.79.0-rc.3
|
|
291
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.3
|
|
292
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.3
|
|
293
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.3
|
|
294
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.3
|
|
295
|
+
- @akinon/pz-credit-payment@1.79.0-rc.3
|
|
296
|
+
- @akinon/pz-click-collect@1.79.0-rc.3
|
|
297
|
+
- @akinon/pz-masterpass@1.79.0-rc.3
|
|
298
|
+
- @akinon/pz-akifast@1.79.0-rc.3
|
|
299
|
+
- @akinon/pz-gpay@1.79.0-rc.3
|
|
300
|
+
- @akinon/pz-b2b@1.79.0-rc.3
|
|
301
|
+
- @akinon/pz-bkm@1.79.0-rc.3
|
|
302
|
+
- @akinon/pz-otp@1.79.0-rc.3
|
|
303
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.3
|
|
304
|
+
- @akinon/pz-saved-card@1.79.0-rc.3
|
|
305
|
+
|
|
306
|
+
## 1.79.0-rc.2
|
|
307
|
+
|
|
308
|
+
### Minor Changes
|
|
309
|
+
|
|
310
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
311
|
+
|
|
312
|
+
### Patch Changes
|
|
313
|
+
|
|
314
|
+
- @akinon/next@1.79.0-rc.2
|
|
315
|
+
- @akinon/pz-akifast@1.79.0-rc.2
|
|
316
|
+
- @akinon/pz-b2b@1.79.0-rc.2
|
|
317
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.2
|
|
318
|
+
- @akinon/pz-bkm@1.79.0-rc.2
|
|
319
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.2
|
|
320
|
+
- @akinon/pz-click-collect@1.79.0-rc.2
|
|
321
|
+
- @akinon/pz-credit-payment@1.79.0-rc.2
|
|
322
|
+
- @akinon/pz-gpay@1.79.0-rc.2
|
|
323
|
+
- @akinon/pz-masterpass@1.79.0-rc.2
|
|
324
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.2
|
|
325
|
+
- @akinon/pz-otp@1.79.0-rc.2
|
|
326
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.2
|
|
327
|
+
- @akinon/pz-saved-card@1.79.0-rc.2
|
|
328
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.2
|
|
329
|
+
|
|
330
|
+
## 1.79.0-rc.1
|
|
331
|
+
|
|
332
|
+
### Patch Changes
|
|
333
|
+
|
|
334
|
+
- Updated dependencies [4cc22c7c]
|
|
335
|
+
- @akinon/next@1.79.0-rc.1
|
|
336
|
+
- @akinon/pz-akifast@1.79.0-rc.1
|
|
337
|
+
- @akinon/pz-b2b@1.79.0-rc.1
|
|
338
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.1
|
|
339
|
+
- @akinon/pz-bkm@1.79.0-rc.1
|
|
340
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.1
|
|
341
|
+
- @akinon/pz-click-collect@1.79.0-rc.1
|
|
342
|
+
- @akinon/pz-credit-payment@1.79.0-rc.1
|
|
343
|
+
- @akinon/pz-gpay@1.79.0-rc.1
|
|
344
|
+
- @akinon/pz-masterpass@1.79.0-rc.1
|
|
345
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.1
|
|
346
|
+
- @akinon/pz-otp@1.79.0-rc.1
|
|
347
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.1
|
|
348
|
+
- @akinon/pz-saved-card@1.79.0-rc.1
|
|
349
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.1
|
|
350
|
+
|
|
351
|
+
## 1.79.0-rc.0
|
|
352
|
+
|
|
353
|
+
### Minor Changes
|
|
354
|
+
|
|
355
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
356
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
357
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
358
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
359
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
360
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
361
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
362
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
363
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
364
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
365
|
+
|
|
366
|
+
### Patch Changes
|
|
367
|
+
|
|
368
|
+
- Updated dependencies [5dfeea04]
|
|
369
|
+
- Updated dependencies [2d9b2b2c]
|
|
370
|
+
- Updated dependencies [fd4b74e9]
|
|
371
|
+
- Updated dependencies [f49bb74f]
|
|
372
|
+
- Updated dependencies [e9541a13]
|
|
373
|
+
- Updated dependencies [4d3deb4f]
|
|
374
|
+
- Updated dependencies [72fd4d67]
|
|
375
|
+
- Updated dependencies [c53ef7b9]
|
|
376
|
+
- Updated dependencies [64699d3f]
|
|
377
|
+
- Updated dependencies [7727ae55]
|
|
378
|
+
- Updated dependencies [17f87524]
|
|
379
|
+
- Updated dependencies [65d3b862]
|
|
380
|
+
- Updated dependencies [bbe18b9f]
|
|
381
|
+
- Updated dependencies [4920742c]
|
|
382
|
+
- Updated dependencies [7e56d6b6]
|
|
383
|
+
- Updated dependencies [43c182ee]
|
|
384
|
+
- Updated dependencies [2d305aaf]
|
|
385
|
+
- Updated dependencies [eeb20bea]
|
|
386
|
+
- Updated dependencies [6a0a0807]
|
|
387
|
+
- Updated dependencies [f2c92d5c]
|
|
388
|
+
- Updated dependencies [7bd3d992]
|
|
389
|
+
- Updated dependencies [fdd255ee]
|
|
390
|
+
- Updated dependencies [49eeebfa]
|
|
391
|
+
- Updated dependencies [3f9b8d7e]
|
|
392
|
+
- @akinon/next@1.79.0-rc.0
|
|
393
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
394
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
395
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
396
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
397
|
+
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
398
|
+
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
399
|
+
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
400
|
+
- @akinon/pz-akifast@1.79.0-rc.0
|
|
401
|
+
- @akinon/pz-gpay@1.79.0-rc.0
|
|
402
|
+
- @akinon/pz-b2b@1.79.0-rc.0
|
|
403
|
+
- @akinon/pz-bkm@1.79.0-rc.0
|
|
404
|
+
- @akinon/pz-otp@1.79.0-rc.0
|
|
405
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
406
|
+
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
82
407
|
|
|
83
408
|
## 1.78.0
|
|
84
409
|
|
|
@@ -280,21 +605,161 @@
|
|
|
280
605
|
### Patch Changes
|
|
281
606
|
|
|
282
607
|
- Updated dependencies [f34454a]
|
|
283
|
-
- @akinon/next@1.71.0
|
|
284
|
-
- @akinon/pz-akifast@1.71.0
|
|
285
|
-
- @akinon/pz-b2b@1.71.0
|
|
286
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
287
|
-
- @akinon/pz-bkm@1.71.0
|
|
288
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
289
|
-
- @akinon/pz-click-collect@1.71.0
|
|
290
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
291
|
-
- @akinon/pz-gpay@1.71.0
|
|
292
|
-
- @akinon/pz-masterpass@1.71.0
|
|
293
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
294
|
-
- @akinon/pz-otp@1.71.0
|
|
295
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
296
|
-
- @akinon/pz-saved-card@1.71.0
|
|
297
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
608
|
+
- @akinon/next@1.71.0-rc.6
|
|
609
|
+
- @akinon/pz-akifast@1.71.0-rc.6
|
|
610
|
+
- @akinon/pz-b2b@1.71.0-rc.6
|
|
611
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.6
|
|
612
|
+
- @akinon/pz-bkm@1.71.0-rc.6
|
|
613
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.6
|
|
614
|
+
- @akinon/pz-click-collect@1.71.0-rc.6
|
|
615
|
+
- @akinon/pz-credit-payment@1.71.0-rc.6
|
|
616
|
+
- @akinon/pz-gpay@1.71.0-rc.6
|
|
617
|
+
- @akinon/pz-masterpass@1.71.0-rc.6
|
|
618
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.6
|
|
619
|
+
- @akinon/pz-otp@1.71.0-rc.6
|
|
620
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.6
|
|
621
|
+
- @akinon/pz-saved-card@1.71.0-rc.6
|
|
622
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.6
|
|
623
|
+
|
|
624
|
+
## 1.71.0-rc.5
|
|
625
|
+
|
|
626
|
+
### Patch Changes
|
|
627
|
+
|
|
628
|
+
- Updated dependencies [0ab91e5]
|
|
629
|
+
- @akinon/pz-akifast@1.71.0-rc.5
|
|
630
|
+
- @akinon/next@1.71.0-rc.5
|
|
631
|
+
- @akinon/pz-b2b@1.71.0-rc.5
|
|
632
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
633
|
+
- @akinon/pz-bkm@1.71.0-rc.5
|
|
634
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
635
|
+
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
636
|
+
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
637
|
+
- @akinon/pz-gpay@1.71.0-rc.5
|
|
638
|
+
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
639
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
640
|
+
- @akinon/pz-otp@1.71.0-rc.5
|
|
641
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
642
|
+
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
643
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
644
|
+
|
|
645
|
+
## 1.71.0-rc.4
|
|
646
|
+
|
|
647
|
+
### Minor Changes
|
|
648
|
+
|
|
649
|
+
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
650
|
+
|
|
651
|
+
### Patch Changes
|
|
652
|
+
|
|
653
|
+
- @akinon/next@1.71.0-rc.4
|
|
654
|
+
- @akinon/pz-akifast@1.71.0-rc.4
|
|
655
|
+
- @akinon/pz-b2b@1.71.0-rc.4
|
|
656
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
657
|
+
- @akinon/pz-bkm@1.71.0-rc.4
|
|
658
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
659
|
+
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
660
|
+
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
661
|
+
- @akinon/pz-gpay@1.71.0-rc.4
|
|
662
|
+
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
663
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
664
|
+
- @akinon/pz-otp@1.71.0-rc.4
|
|
665
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
666
|
+
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
667
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
668
|
+
|
|
669
|
+
## 1.71.0-rc.3
|
|
670
|
+
|
|
671
|
+
### Minor Changes
|
|
672
|
+
|
|
673
|
+
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
674
|
+
|
|
675
|
+
### Patch Changes
|
|
676
|
+
|
|
677
|
+
- Updated dependencies [3344bca]
|
|
678
|
+
- @akinon/next@1.71.0-rc.3
|
|
679
|
+
- @akinon/pz-akifast@1.71.0-rc.3
|
|
680
|
+
- @akinon/pz-b2b@1.71.0-rc.3
|
|
681
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
682
|
+
- @akinon/pz-bkm@1.71.0-rc.3
|
|
683
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
684
|
+
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
685
|
+
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
686
|
+
- @akinon/pz-gpay@1.71.0-rc.3
|
|
687
|
+
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
688
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
689
|
+
- @akinon/pz-otp@1.71.0-rc.3
|
|
690
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
691
|
+
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
692
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
693
|
+
|
|
694
|
+
## 1.71.0-rc.2
|
|
695
|
+
|
|
696
|
+
### Patch Changes
|
|
697
|
+
|
|
698
|
+
- Updated dependencies [56cdddc]
|
|
699
|
+
- @akinon/next@1.71.0-rc.2
|
|
700
|
+
- @akinon/pz-akifast@1.71.0-rc.2
|
|
701
|
+
- @akinon/pz-b2b@1.71.0-rc.2
|
|
702
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
703
|
+
- @akinon/pz-bkm@1.71.0-rc.2
|
|
704
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
705
|
+
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
706
|
+
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
707
|
+
- @akinon/pz-gpay@1.71.0-rc.2
|
|
708
|
+
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
709
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
710
|
+
- @akinon/pz-otp@1.71.0-rc.2
|
|
711
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
712
|
+
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
713
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
714
|
+
|
|
715
|
+
## 1.71.0-rc.1
|
|
716
|
+
|
|
717
|
+
### Patch Changes
|
|
718
|
+
|
|
719
|
+
- Updated dependencies [9a50730]
|
|
720
|
+
- @akinon/next@1.71.0-rc.1
|
|
721
|
+
- @akinon/pz-akifast@1.71.0-rc.1
|
|
722
|
+
- @akinon/pz-b2b@1.71.0-rc.1
|
|
723
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
724
|
+
- @akinon/pz-bkm@1.71.0-rc.1
|
|
725
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
726
|
+
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
727
|
+
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
728
|
+
- @akinon/pz-gpay@1.71.0-rc.1
|
|
729
|
+
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
730
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
731
|
+
- @akinon/pz-otp@1.71.0-rc.1
|
|
732
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
733
|
+
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
734
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
735
|
+
|
|
736
|
+
## 1.71.0-rc.0
|
|
737
|
+
|
|
738
|
+
### Minor Changes
|
|
739
|
+
|
|
740
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
741
|
+
|
|
742
|
+
### Patch Changes
|
|
743
|
+
|
|
744
|
+
- Updated dependencies [3bfa12a]
|
|
745
|
+
- Updated dependencies [4d3deb4]
|
|
746
|
+
- Updated dependencies [3010514]
|
|
747
|
+
- Updated dependencies [ca774b3]
|
|
748
|
+
- @akinon/next@1.71.0-rc.0
|
|
749
|
+
- @akinon/pz-akifast@1.71.0-rc.0
|
|
750
|
+
- @akinon/pz-b2b@1.71.0-rc.0
|
|
751
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
752
|
+
- @akinon/pz-bkm@1.71.0-rc.0
|
|
753
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
754
|
+
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
755
|
+
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
756
|
+
- @akinon/pz-gpay@1.71.0-rc.0
|
|
757
|
+
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
758
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
759
|
+
- @akinon/pz-otp@1.71.0-rc.0
|
|
760
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
761
|
+
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
762
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
298
763
|
|
|
299
764
|
## 1.70.0
|
|
300
765
|
|
|
@@ -325,32 +790,249 @@
|
|
|
325
790
|
|
|
326
791
|
### Minor Changes
|
|
327
792
|
|
|
793
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
794
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
795
|
+
|
|
796
|
+
### Patch Changes
|
|
797
|
+
|
|
798
|
+
- Updated dependencies [3bfa12a]
|
|
799
|
+
- Updated dependencies [4d3deb4]
|
|
800
|
+
- Updated dependencies [3010514]
|
|
801
|
+
- Updated dependencies [ca774b3]
|
|
802
|
+
- Updated dependencies [f046f8e]
|
|
803
|
+
- @akinon/next@1.69.0-rc.9
|
|
804
|
+
- @akinon/pz-akifast@1.69.0-rc.9
|
|
805
|
+
- @akinon/pz-b2b@1.69.0-rc.9
|
|
806
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
807
|
+
- @akinon/pz-bkm@1.69.0-rc.9
|
|
808
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
809
|
+
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
810
|
+
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
811
|
+
- @akinon/pz-gpay@1.69.0-rc.9
|
|
812
|
+
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
813
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
814
|
+
- @akinon/pz-otp@1.69.0-rc.9
|
|
815
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
816
|
+
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
817
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
818
|
+
|
|
819
|
+
## 1.69.0-rc.8
|
|
820
|
+
|
|
821
|
+
### Patch Changes
|
|
822
|
+
|
|
823
|
+
- Updated dependencies [3010514]
|
|
824
|
+
- Updated dependencies [ca774b3]
|
|
825
|
+
- @akinon/next@1.69.0-rc.8
|
|
826
|
+
- @akinon/pz-akifast@1.69.0-rc.8
|
|
827
|
+
- @akinon/pz-b2b@1.69.0-rc.8
|
|
828
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
829
|
+
- @akinon/pz-bkm@1.69.0-rc.8
|
|
830
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
831
|
+
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
832
|
+
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
833
|
+
- @akinon/pz-gpay@1.69.0-rc.8
|
|
834
|
+
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
835
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
836
|
+
- @akinon/pz-otp@1.69.0-rc.8
|
|
837
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
838
|
+
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
839
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
840
|
+
|
|
841
|
+
## 1.69.0-rc.7
|
|
842
|
+
|
|
843
|
+
### Patch Changes
|
|
844
|
+
|
|
845
|
+
- Updated dependencies [3bfa12a]
|
|
846
|
+
- @akinon/next@1.69.0-rc.7
|
|
847
|
+
- @akinon/pz-akifast@1.69.0-rc.7
|
|
848
|
+
- @akinon/pz-b2b@1.69.0-rc.7
|
|
849
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
850
|
+
- @akinon/pz-bkm@1.69.0-rc.7
|
|
851
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
852
|
+
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
853
|
+
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
854
|
+
- @akinon/pz-gpay@1.69.0-rc.7
|
|
855
|
+
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
856
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
857
|
+
- @akinon/pz-otp@1.69.0-rc.7
|
|
858
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
859
|
+
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
860
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
861
|
+
|
|
862
|
+
## 1.69.0-rc.6
|
|
863
|
+
|
|
864
|
+
### Minor Changes
|
|
865
|
+
|
|
866
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
328
867
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
329
868
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
330
869
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
331
870
|
|
|
332
871
|
### Patch Changes
|
|
333
872
|
|
|
873
|
+
- Updated dependencies [4d3deb4]
|
|
334
874
|
- Updated dependencies [063da74]
|
|
335
875
|
- Updated dependencies [72da021]
|
|
336
876
|
- Updated dependencies [5632a99]
|
|
337
877
|
- Updated dependencies [cbdb0c8]
|
|
338
878
|
- Updated dependencies [80c869b]
|
|
339
|
-
- @akinon/next@1.69.0
|
|
340
|
-
- @akinon/pz-akifast@1.69.0
|
|
341
|
-
- @akinon/pz-b2b@1.69.0
|
|
342
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
343
|
-
- @akinon/pz-bkm@1.69.0
|
|
344
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
345
|
-
- @akinon/pz-click-collect@1.69.0
|
|
346
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
347
|
-
- @akinon/pz-gpay@1.69.0
|
|
348
|
-
- @akinon/pz-masterpass@1.69.0
|
|
349
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
350
|
-
- @akinon/pz-otp@1.69.0
|
|
351
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
352
|
-
- @akinon/pz-saved-card@1.69.0
|
|
353
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
879
|
+
- @akinon/next@1.69.0-rc.6
|
|
880
|
+
- @akinon/pz-akifast@1.69.0-rc.6
|
|
881
|
+
- @akinon/pz-b2b@1.69.0-rc.6
|
|
882
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.6
|
|
883
|
+
- @akinon/pz-bkm@1.69.0-rc.6
|
|
884
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.6
|
|
885
|
+
- @akinon/pz-click-collect@1.69.0-rc.6
|
|
886
|
+
- @akinon/pz-credit-payment@1.69.0-rc.6
|
|
887
|
+
- @akinon/pz-gpay@1.69.0-rc.6
|
|
888
|
+
- @akinon/pz-masterpass@1.69.0-rc.6
|
|
889
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.6
|
|
890
|
+
- @akinon/pz-otp@1.69.0-rc.6
|
|
891
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.6
|
|
892
|
+
- @akinon/pz-saved-card@1.69.0-rc.6
|
|
893
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.6
|
|
894
|
+
|
|
895
|
+
## 1.69.0-rc.5
|
|
896
|
+
|
|
897
|
+
### Minor Changes
|
|
898
|
+
|
|
899
|
+
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
900
|
+
|
|
901
|
+
### Patch Changes
|
|
902
|
+
|
|
903
|
+
- Updated dependencies [80c869b]
|
|
904
|
+
- @akinon/next@1.69.0-rc.5
|
|
905
|
+
- @akinon/pz-akifast@1.69.0-rc.5
|
|
906
|
+
- @akinon/pz-b2b@1.69.0-rc.5
|
|
907
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
908
|
+
- @akinon/pz-bkm@1.69.0-rc.5
|
|
909
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
910
|
+
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
911
|
+
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
912
|
+
- @akinon/pz-gpay@1.69.0-rc.5
|
|
913
|
+
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
914
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
915
|
+
- @akinon/pz-otp@1.69.0-rc.5
|
|
916
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
917
|
+
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
918
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
919
|
+
|
|
920
|
+
## 1.69.0-rc.4
|
|
921
|
+
|
|
922
|
+
### Minor Changes
|
|
923
|
+
|
|
924
|
+
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
925
|
+
|
|
926
|
+
### Patch Changes
|
|
927
|
+
|
|
928
|
+
- Updated dependencies [063da74]
|
|
929
|
+
- @akinon/next@1.69.0-rc.4
|
|
930
|
+
- @akinon/pz-akifast@1.69.0-rc.4
|
|
931
|
+
- @akinon/pz-b2b@1.69.0-rc.4
|
|
932
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
933
|
+
- @akinon/pz-bkm@1.69.0-rc.4
|
|
934
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
935
|
+
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
936
|
+
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
937
|
+
- @akinon/pz-gpay@1.69.0-rc.4
|
|
938
|
+
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
939
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
940
|
+
- @akinon/pz-otp@1.69.0-rc.4
|
|
941
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
942
|
+
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
943
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
944
|
+
|
|
945
|
+
## 1.69.0-rc.3
|
|
946
|
+
|
|
947
|
+
### Minor Changes
|
|
948
|
+
|
|
949
|
+
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
950
|
+
|
|
951
|
+
### Patch Changes
|
|
952
|
+
|
|
953
|
+
- Updated dependencies [cbdb0c8]
|
|
954
|
+
- @akinon/next@1.69.0-rc.3
|
|
955
|
+
- @akinon/pz-akifast@1.69.0-rc.3
|
|
956
|
+
- @akinon/pz-b2b@1.69.0-rc.3
|
|
957
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
958
|
+
- @akinon/pz-bkm@1.69.0-rc.3
|
|
959
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
960
|
+
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
961
|
+
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
962
|
+
- @akinon/pz-gpay@1.69.0-rc.3
|
|
963
|
+
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
964
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
965
|
+
- @akinon/pz-otp@1.69.0-rc.3
|
|
966
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
967
|
+
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
968
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
969
|
+
|
|
970
|
+
## 1.69.0-rc.2
|
|
971
|
+
|
|
972
|
+
### Patch Changes
|
|
973
|
+
|
|
974
|
+
- Updated dependencies [5632a99]
|
|
975
|
+
- @akinon/next@1.69.0-rc.2
|
|
976
|
+
- @akinon/pz-akifast@1.69.0-rc.2
|
|
977
|
+
- @akinon/pz-b2b@1.69.0-rc.2
|
|
978
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
979
|
+
- @akinon/pz-bkm@1.69.0-rc.2
|
|
980
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
981
|
+
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
982
|
+
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
983
|
+
- @akinon/pz-gpay@1.69.0-rc.2
|
|
984
|
+
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
985
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
986
|
+
- @akinon/pz-otp@1.69.0-rc.2
|
|
987
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
988
|
+
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
989
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
990
|
+
|
|
991
|
+
## 1.69.0-rc.1
|
|
992
|
+
|
|
993
|
+
### Patch Changes
|
|
994
|
+
|
|
995
|
+
- Updated dependencies [72da021]
|
|
996
|
+
- @akinon/next@1.69.0-rc.1
|
|
997
|
+
- @akinon/pz-akifast@1.69.0-rc.1
|
|
998
|
+
- @akinon/pz-b2b@1.69.0-rc.1
|
|
999
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
1000
|
+
- @akinon/pz-bkm@1.69.0-rc.1
|
|
1001
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
1002
|
+
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
1003
|
+
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
1004
|
+
- @akinon/pz-gpay@1.69.0-rc.1
|
|
1005
|
+
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
1006
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
1007
|
+
- @akinon/pz-otp@1.69.0-rc.1
|
|
1008
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
1009
|
+
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
1010
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
1011
|
+
|
|
1012
|
+
## 1.69.0-rc.0
|
|
1013
|
+
|
|
1014
|
+
### Minor Changes
|
|
1015
|
+
|
|
1016
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1017
|
+
|
|
1018
|
+
### Patch Changes
|
|
1019
|
+
|
|
1020
|
+
- Updated dependencies [4d3deb4]
|
|
1021
|
+
- @akinon/next@1.69.0-rc.0
|
|
1022
|
+
- @akinon/pz-akifast@1.69.0-rc.0
|
|
1023
|
+
- @akinon/pz-b2b@1.69.0-rc.0
|
|
1024
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
1025
|
+
- @akinon/pz-bkm@1.69.0-rc.0
|
|
1026
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
1027
|
+
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
1028
|
+
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
1029
|
+
- @akinon/pz-gpay@1.69.0-rc.0
|
|
1030
|
+
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
1031
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
1032
|
+
- @akinon/pz-otp@1.69.0-rc.0
|
|
1033
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
1034
|
+
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
1035
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
354
1036
|
|
|
355
1037
|
## 1.68.0
|
|
356
1038
|
|
|
@@ -701,28 +1383,401 @@
|
|
|
701
1383
|
|
|
702
1384
|
### Minor Changes
|
|
703
1385
|
|
|
1386
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1387
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1388
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1389
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1390
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1391
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1392
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1393
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1394
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1395
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1396
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1397
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1398
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1399
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1400
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1401
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1402
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1403
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1404
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1405
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1406
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1407
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1408
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1409
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1410
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1411
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1412
|
+
|
|
1413
|
+
### Patch Changes
|
|
1414
|
+
|
|
1415
|
+
- Updated dependencies [c416d18]
|
|
1416
|
+
- Updated dependencies [572d2e84]
|
|
1417
|
+
- Updated dependencies [5dfeea0]
|
|
1418
|
+
- Updated dependencies [0e25399]
|
|
1419
|
+
- Updated dependencies [a4c8d6a9]
|
|
1420
|
+
- Updated dependencies [fda5b927]
|
|
1421
|
+
- Updated dependencies [2d9b2b2c]
|
|
1422
|
+
- Updated dependencies [c53ea3e6]
|
|
1423
|
+
- Updated dependencies [714e0b46]
|
|
1424
|
+
- Updated dependencies [6c25f66]
|
|
1425
|
+
- Updated dependencies [bc2b4117]
|
|
1426
|
+
- Updated dependencies [3bf2dd9]
|
|
1427
|
+
- Updated dependencies [e9541a13]
|
|
1428
|
+
- Updated dependencies [c53ef7b9]
|
|
1429
|
+
- Updated dependencies [2e6104d]
|
|
1430
|
+
- Updated dependencies [64699d3f]
|
|
1431
|
+
- Updated dependencies [0d3a913e]
|
|
1432
|
+
- Updated dependencies [7b05522]
|
|
1433
|
+
- Updated dependencies [d6edb1d]
|
|
1434
|
+
- Updated dependencies [d3474c64]
|
|
1435
|
+
- Updated dependencies [17f87524]
|
|
1436
|
+
- Updated dependencies [29ead87]
|
|
1437
|
+
- Updated dependencies [c45b62c]
|
|
1438
|
+
- Updated dependencies [91265bba]
|
|
1439
|
+
- Updated dependencies [bbe18b9f]
|
|
1440
|
+
- Updated dependencies [d4099960]
|
|
1441
|
+
- Updated dependencies [4920742]
|
|
1442
|
+
- Updated dependencies [12a873e]
|
|
1443
|
+
- Updated dependencies [7e56d6b]
|
|
1444
|
+
- Updated dependencies [94b69285]
|
|
1445
|
+
- Updated dependencies [98bb8dcd]
|
|
1446
|
+
- Updated dependencies [dcc8a150]
|
|
1447
|
+
- Updated dependencies [8f47cca]
|
|
1448
|
+
- Updated dependencies [fad27689]
|
|
1449
|
+
- Updated dependencies [dff0d595]
|
|
1450
|
+
- Updated dependencies [fdd0b41]
|
|
1451
|
+
- Updated dependencies [f2c325c]
|
|
1452
|
+
- Updated dependencies [9e25a64]
|
|
1453
|
+
- Updated dependencies [beb499e6]
|
|
1454
|
+
- Updated dependencies [f2c92d5c]
|
|
1455
|
+
- Updated dependencies [7bd3d992]
|
|
1456
|
+
- Updated dependencies [f3d076b]
|
|
1457
|
+
- Updated dependencies [f046f8e0]
|
|
1458
|
+
- Updated dependencies [49eeebf]
|
|
1459
|
+
- Updated dependencies [86d25315]
|
|
1460
|
+
- Updated dependencies [3f9b8d7e]
|
|
1461
|
+
- @akinon/next@1.56.0-rc.8
|
|
1462
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
1463
|
+
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
1464
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
1465
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
1466
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
1467
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
1468
|
+
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
1469
|
+
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
1470
|
+
- @akinon/pz-akifast@1.56.0-rc.8
|
|
1471
|
+
- @akinon/pz-gpay@1.56.0-rc.8
|
|
1472
|
+
- @akinon/pz-b2b@1.56.0-rc.8
|
|
1473
|
+
- @akinon/pz-bkm@1.56.0-rc.8
|
|
1474
|
+
- @akinon/pz-otp@1.56.0-rc.8
|
|
1475
|
+
|
|
1476
|
+
## 1.56.0-rc.7
|
|
1477
|
+
|
|
1478
|
+
### Patch Changes
|
|
1479
|
+
|
|
1480
|
+
- Updated dependencies [0e25399]
|
|
1481
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
1482
|
+
- @akinon/next@1.56.0-rc.7
|
|
1483
|
+
- @akinon/pz-akifast@1.56.0-rc.7
|
|
1484
|
+
- @akinon/pz-b2b@1.56.0-rc.7
|
|
1485
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
1486
|
+
- @akinon/pz-bkm@1.56.0-rc.7
|
|
1487
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
1488
|
+
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
1489
|
+
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
1490
|
+
- @akinon/pz-gpay@1.56.0-rc.7
|
|
1491
|
+
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
1492
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
1493
|
+
- @akinon/pz-otp@1.56.0-rc.7
|
|
1494
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
1495
|
+
|
|
1496
|
+
## 1.56.0-rc.6
|
|
1497
|
+
|
|
1498
|
+
### Minor Changes
|
|
1499
|
+
|
|
1500
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1501
|
+
|
|
1502
|
+
### Patch Changes
|
|
1503
|
+
|
|
1504
|
+
- Updated dependencies [f3d076b]
|
|
1505
|
+
- @akinon/next@1.56.0-rc.6
|
|
1506
|
+
- @akinon/pz-akifast@1.56.0-rc.6
|
|
1507
|
+
- @akinon/pz-b2b@1.56.0-rc.6
|
|
1508
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
1509
|
+
- @akinon/pz-bkm@1.56.0-rc.6
|
|
1510
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
1511
|
+
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
1512
|
+
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
1513
|
+
- @akinon/pz-gpay@1.56.0-rc.6
|
|
1514
|
+
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
1515
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
1516
|
+
- @akinon/pz-otp@1.56.0-rc.6
|
|
1517
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
1518
|
+
|
|
1519
|
+
## 1.56.0-rc.5
|
|
1520
|
+
|
|
1521
|
+
### Patch Changes
|
|
1522
|
+
|
|
1523
|
+
- Updated dependencies [c416d18]
|
|
1524
|
+
- @akinon/next@1.56.0-rc.5
|
|
1525
|
+
- @akinon/pz-akifast@1.56.0-rc.5
|
|
1526
|
+
- @akinon/pz-b2b@1.56.0-rc.5
|
|
1527
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
1528
|
+
- @akinon/pz-bkm@1.56.0-rc.5
|
|
1529
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
1530
|
+
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
1531
|
+
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
1532
|
+
- @akinon/pz-gpay@1.56.0-rc.5
|
|
1533
|
+
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
1534
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
1535
|
+
- @akinon/pz-otp@1.56.0-rc.5
|
|
1536
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
1537
|
+
|
|
1538
|
+
## 1.56.0-rc.4
|
|
1539
|
+
|
|
1540
|
+
### Minor Changes
|
|
1541
|
+
|
|
1542
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1543
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1544
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1545
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1546
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1547
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1548
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1549
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1550
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1551
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1552
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1553
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1554
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1555
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1556
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1557
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1558
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1559
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1560
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1561
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1562
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1563
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1564
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1565
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
704
1566
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
1567
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
705
1568
|
|
|
706
1569
|
### Patch Changes
|
|
707
1570
|
|
|
1571
|
+
- Updated dependencies [572d2e84]
|
|
1572
|
+
- Updated dependencies [5dfeea0]
|
|
1573
|
+
- Updated dependencies [a4c8d6a9]
|
|
1574
|
+
- Updated dependencies [fda5b927]
|
|
1575
|
+
- Updated dependencies [2d9b2b2c]
|
|
1576
|
+
- Updated dependencies [c53ea3e6]
|
|
708
1577
|
- Updated dependencies [d93a507]
|
|
1578
|
+
- Updated dependencies [714e0b46]
|
|
1579
|
+
- Updated dependencies [6c25f66]
|
|
1580
|
+
- Updated dependencies [bc2b411]
|
|
1581
|
+
- Updated dependencies [3bf2dd9]
|
|
1582
|
+
- Updated dependencies [e9541a13]
|
|
1583
|
+
- Updated dependencies [c53ef7b9]
|
|
1584
|
+
- Updated dependencies [2e6104d]
|
|
1585
|
+
- Updated dependencies [64699d3]
|
|
1586
|
+
- Updated dependencies [0d3a913e]
|
|
1587
|
+
- Updated dependencies [7b05522]
|
|
1588
|
+
- Updated dependencies [d6edb1d]
|
|
1589
|
+
- Updated dependencies [d3474c64]
|
|
1590
|
+
- Updated dependencies [17f8752]
|
|
1591
|
+
- Updated dependencies [29ead87]
|
|
1592
|
+
- Updated dependencies [c45b62c]
|
|
1593
|
+
- Updated dependencies [91265bba]
|
|
1594
|
+
- Updated dependencies [bbe18b9f]
|
|
1595
|
+
- Updated dependencies [d4099960]
|
|
1596
|
+
- Updated dependencies [4920742]
|
|
1597
|
+
- Updated dependencies [12a873e]
|
|
709
1598
|
- Updated dependencies [674badc]
|
|
1599
|
+
- Updated dependencies [7e56d6b]
|
|
1600
|
+
- Updated dependencies [94b69285]
|
|
1601
|
+
- Updated dependencies [98bb8dcd]
|
|
710
1602
|
- Updated dependencies [207ac6e]
|
|
1603
|
+
- Updated dependencies [dcc8a150]
|
|
1604
|
+
- Updated dependencies [8f47cca]
|
|
1605
|
+
- Updated dependencies [fad27689]
|
|
1606
|
+
- Updated dependencies [dff0d595]
|
|
1607
|
+
- Updated dependencies [fdd0b41]
|
|
1608
|
+
- Updated dependencies [f2c325c]
|
|
1609
|
+
- Updated dependencies [9e25a64]
|
|
1610
|
+
- Updated dependencies [beb499e6]
|
|
1611
|
+
- Updated dependencies [f2c92d5c]
|
|
1612
|
+
- Updated dependencies [7bd3d99]
|
|
1613
|
+
- Updated dependencies [f046f8e0]
|
|
711
1614
|
- Updated dependencies [b9273fd]
|
|
1615
|
+
- Updated dependencies [49eeebf]
|
|
1616
|
+
- Updated dependencies [86d25315]
|
|
712
1617
|
- Updated dependencies [c670bd4]
|
|
713
|
-
|
|
714
|
-
- @akinon/
|
|
715
|
-
- @akinon/pz-
|
|
716
|
-
- @akinon/pz-
|
|
717
|
-
- @akinon/pz-
|
|
718
|
-
- @akinon/pz-
|
|
719
|
-
- @akinon/pz-
|
|
720
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
721
|
-
- @akinon/pz-
|
|
722
|
-
- @akinon/pz-
|
|
723
|
-
- @akinon/pz-
|
|
724
|
-
- @akinon/pz-
|
|
725
|
-
- @akinon/pz-
|
|
1618
|
+
- Updated dependencies [3f9b8d7]
|
|
1619
|
+
- @akinon/next@1.56.0-rc.4
|
|
1620
|
+
- @akinon/pz-click-collect@1.56.0-rc.4
|
|
1621
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.4
|
|
1622
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.4
|
|
1623
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.4
|
|
1624
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.4
|
|
1625
|
+
- @akinon/pz-credit-payment@1.56.0-rc.4
|
|
1626
|
+
- @akinon/pz-masterpass@1.56.0-rc.4
|
|
1627
|
+
- @akinon/pz-akifast@1.56.0-rc.4
|
|
1628
|
+
- @akinon/pz-gpay@1.56.0-rc.4
|
|
1629
|
+
- @akinon/pz-b2b@1.56.0-rc.4
|
|
1630
|
+
- @akinon/pz-bkm@1.56.0-rc.4
|
|
1631
|
+
- @akinon/pz-otp@1.56.0-rc.4
|
|
1632
|
+
|
|
1633
|
+
## 1.56.0-rc.3
|
|
1634
|
+
|
|
1635
|
+
### Patch Changes
|
|
1636
|
+
|
|
1637
|
+
- Updated dependencies [674badc]
|
|
1638
|
+
- @akinon/next@1.56.0-rc.3
|
|
1639
|
+
- @akinon/pz-akifast@1.56.0-rc.3
|
|
1640
|
+
- @akinon/pz-b2b@1.56.0-rc.3
|
|
1641
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
1642
|
+
- @akinon/pz-bkm@1.56.0-rc.3
|
|
1643
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
1644
|
+
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
1645
|
+
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
1646
|
+
- @akinon/pz-gpay@1.56.0-rc.3
|
|
1647
|
+
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
1648
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
1649
|
+
- @akinon/pz-otp@1.56.0-rc.3
|
|
1650
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
1651
|
+
|
|
1652
|
+
## 1.56.0-rc.2
|
|
1653
|
+
|
|
1654
|
+
### Patch Changes
|
|
1655
|
+
|
|
1656
|
+
- Updated dependencies [7b05522]
|
|
1657
|
+
- Updated dependencies [29ead87]
|
|
1658
|
+
- @akinon/next@1.56.0-rc.2
|
|
1659
|
+
- @akinon/pz-otp@1.56.0-rc.2
|
|
1660
|
+
- @akinon/pz-akifast@1.56.0-rc.2
|
|
1661
|
+
- @akinon/pz-b2b@1.56.0-rc.2
|
|
1662
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
1663
|
+
- @akinon/pz-bkm@1.56.0-rc.2
|
|
1664
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
1665
|
+
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
1666
|
+
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
1667
|
+
- @akinon/pz-gpay@1.56.0-rc.2
|
|
1668
|
+
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
1669
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
1670
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
1671
|
+
|
|
1672
|
+
## 1.56.0-rc.1
|
|
1673
|
+
|
|
1674
|
+
### Patch Changes
|
|
1675
|
+
|
|
1676
|
+
- Updated dependencies [207ac6e]
|
|
1677
|
+
- @akinon/next@1.56.0-rc.1
|
|
1678
|
+
- @akinon/pz-akifast@1.56.0-rc.1
|
|
1679
|
+
- @akinon/pz-b2b@1.56.0-rc.1
|
|
1680
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
1681
|
+
- @akinon/pz-bkm@1.56.0-rc.1
|
|
1682
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
1683
|
+
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
1684
|
+
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
1685
|
+
- @akinon/pz-gpay@1.56.0-rc.1
|
|
1686
|
+
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
1687
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
1688
|
+
- @akinon/pz-otp@1.56.0-rc.1
|
|
1689
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
1690
|
+
|
|
1691
|
+
## 1.56.0-rc.0
|
|
1692
|
+
|
|
1693
|
+
### Minor Changes
|
|
1694
|
+
|
|
1695
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1696
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1697
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1698
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1699
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1700
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1701
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1702
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1703
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1704
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1705
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1706
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1707
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1708
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1709
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1710
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1711
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1712
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1713
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1714
|
+
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1715
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1716
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1717
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1718
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1719
|
+
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1720
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1721
|
+
|
|
1722
|
+
### Patch Changes
|
|
1723
|
+
|
|
1724
|
+
- Updated dependencies [572d2e84]
|
|
1725
|
+
- Updated dependencies [5dfeea0]
|
|
1726
|
+
- Updated dependencies [a4c8d6a9]
|
|
1727
|
+
- Updated dependencies [fda5b927]
|
|
1728
|
+
- Updated dependencies [2d9b2b2c]
|
|
1729
|
+
- Updated dependencies [c53ea3e6]
|
|
1730
|
+
- Updated dependencies [d93a507]
|
|
1731
|
+
- Updated dependencies [714e0b46]
|
|
1732
|
+
- Updated dependencies [6c25f666]
|
|
1733
|
+
- Updated dependencies [bc2b4117]
|
|
1734
|
+
- Updated dependencies [3bf2dd94]
|
|
1735
|
+
- Updated dependencies [e9541a13]
|
|
1736
|
+
- Updated dependencies [c53ef7b9]
|
|
1737
|
+
- Updated dependencies [2e6104d]
|
|
1738
|
+
- Updated dependencies [64699d3f]
|
|
1739
|
+
- Updated dependencies [0d3a913e]
|
|
1740
|
+
- Updated dependencies [d6edb1d0]
|
|
1741
|
+
- Updated dependencies [d3474c64]
|
|
1742
|
+
- Updated dependencies [17f87524]
|
|
1743
|
+
- Updated dependencies [c45b62c9]
|
|
1744
|
+
- Updated dependencies [91265bba]
|
|
1745
|
+
- Updated dependencies [bbe18b9f]
|
|
1746
|
+
- Updated dependencies [d4099960]
|
|
1747
|
+
- Updated dependencies [4920742c]
|
|
1748
|
+
- Updated dependencies [12a873e]
|
|
1749
|
+
- Updated dependencies [7e56d6b6]
|
|
1750
|
+
- Updated dependencies [94b69285]
|
|
1751
|
+
- Updated dependencies [98bb8dcd]
|
|
1752
|
+
- Updated dependencies [dcc8a150]
|
|
1753
|
+
- Updated dependencies [8f47ccae]
|
|
1754
|
+
- Updated dependencies [fad27689]
|
|
1755
|
+
- Updated dependencies [dff0d595]
|
|
1756
|
+
- Updated dependencies [fdd0b41]
|
|
1757
|
+
- Updated dependencies [f2c325c1]
|
|
1758
|
+
- Updated dependencies [9e25a64b]
|
|
1759
|
+
- Updated dependencies [beb499e6]
|
|
1760
|
+
- Updated dependencies [f2c92d5c]
|
|
1761
|
+
- Updated dependencies [7bd3d992]
|
|
1762
|
+
- Updated dependencies [f046f8e0]
|
|
1763
|
+
- Updated dependencies [b9273fd3]
|
|
1764
|
+
- Updated dependencies [49eeebf]
|
|
1765
|
+
- Updated dependencies [86d25315]
|
|
1766
|
+
- Updated dependencies [c670bd48]
|
|
1767
|
+
- Updated dependencies [3f9b8d7e]
|
|
1768
|
+
- @akinon/next@1.56.0-rc.0
|
|
1769
|
+
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
1770
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
1771
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
1772
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
1773
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
1774
|
+
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
1775
|
+
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
1776
|
+
- @akinon/pz-akifast@1.56.0-rc.0
|
|
1777
|
+
- @akinon/pz-gpay@1.56.0-rc.0
|
|
1778
|
+
- @akinon/pz-b2b@1.56.0-rc.0
|
|
1779
|
+
- @akinon/pz-bkm@1.56.0-rc.0
|
|
1780
|
+
- @akinon/pz-otp@1.56.0-rc.0
|
|
726
1781
|
|
|
727
1782
|
## 1.55.0
|
|
728
1783
|
|
|
@@ -865,22 +1920,222 @@
|
|
|
865
1920
|
|
|
866
1921
|
### Patch Changes
|
|
867
1922
|
|
|
868
|
-
- Updated dependencies [
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
1923
|
+
- Updated dependencies [90282b53]
|
|
1924
|
+
- Updated dependencies [50b90692]
|
|
1925
|
+
- Updated dependencies [572d2e84]
|
|
1926
|
+
- Updated dependencies [5dfeea0]
|
|
1927
|
+
- Updated dependencies [a4c8d6a9]
|
|
1928
|
+
- Updated dependencies [fda5b927]
|
|
1929
|
+
- Updated dependencies [2d9b2b2]
|
|
1930
|
+
- Updated dependencies [c53ea3e6]
|
|
1931
|
+
- Updated dependencies [d93a507]
|
|
1932
|
+
- Updated dependencies [8d9ac9a]
|
|
1933
|
+
- Updated dependencies [18e8197]
|
|
1934
|
+
- Updated dependencies [714e0b46]
|
|
1935
|
+
- Updated dependencies [70279e7]
|
|
1936
|
+
- Updated dependencies [6c25f66]
|
|
1937
|
+
- Updated dependencies [bc2b411]
|
|
1938
|
+
- Updated dependencies [3bf2dd9]
|
|
1939
|
+
- Updated dependencies [e9541a1]
|
|
1940
|
+
- Updated dependencies [c53ef7b9]
|
|
1941
|
+
- Updated dependencies [9d94f7e]
|
|
1942
|
+
- Updated dependencies [2e6104d]
|
|
1943
|
+
- Updated dependencies [64699d3]
|
|
1944
|
+
- Updated dependencies [0d3a913e]
|
|
1945
|
+
- Updated dependencies [1448a96e]
|
|
1946
|
+
- Updated dependencies [1ec2e9d]
|
|
1947
|
+
- Updated dependencies [d6edb1d]
|
|
1948
|
+
- Updated dependencies [d3474c64]
|
|
1949
|
+
- Updated dependencies [75080fd6]
|
|
1950
|
+
- Updated dependencies [17f8752]
|
|
1951
|
+
- Updated dependencies [c45b62c]
|
|
1952
|
+
- Updated dependencies [91265bba]
|
|
1953
|
+
- Updated dependencies [bbe18b9f]
|
|
1954
|
+
- Updated dependencies [d4099960]
|
|
1955
|
+
- Updated dependencies [4920742]
|
|
1956
|
+
- Updated dependencies [12a873e]
|
|
1957
|
+
- Updated dependencies [69ca0801]
|
|
1958
|
+
- Updated dependencies [7e56d6b]
|
|
1959
|
+
- Updated dependencies [94b6928]
|
|
1960
|
+
- Updated dependencies [98bb8dcd]
|
|
1961
|
+
- Updated dependencies [46b7aad7]
|
|
1962
|
+
- Updated dependencies [dcc8a150]
|
|
1963
|
+
- Updated dependencies [8f47cca]
|
|
1964
|
+
- Updated dependencies [fad27689]
|
|
1965
|
+
- Updated dependencies [dff0d595]
|
|
1966
|
+
- Updated dependencies [fdd0b41]
|
|
1967
|
+
- Updated dependencies [eecb282]
|
|
1968
|
+
- Updated dependencies [f2c325c]
|
|
1969
|
+
- Updated dependencies [9e25a64]
|
|
1970
|
+
- Updated dependencies [beb499e6]
|
|
1971
|
+
- Updated dependencies [146ea391]
|
|
1972
|
+
- Updated dependencies [f2c92d5]
|
|
1973
|
+
- Updated dependencies [7bd3d99]
|
|
1974
|
+
- Updated dependencies [c47be30d]
|
|
1975
|
+
- Updated dependencies [e9a46acb]
|
|
1976
|
+
- Updated dependencies [f046f8e0]
|
|
1977
|
+
- Updated dependencies [b9273fd]
|
|
1978
|
+
- Updated dependencies [49eeebf]
|
|
1979
|
+
- Updated dependencies [86d25315]
|
|
1980
|
+
- Updated dependencies [c670bd4]
|
|
1981
|
+
- Updated dependencies [3f9b8d7]
|
|
1982
|
+
- Updated dependencies [3d35f70]
|
|
1983
|
+
- @akinon/next@1.50.0-rc.2
|
|
1984
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
1985
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
1986
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
1987
|
+
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
1988
|
+
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
1989
|
+
- @akinon/pz-akifast@1.50.0-rc.2
|
|
1990
|
+
- @akinon/pz-gpay@1.50.0-rc.2
|
|
1991
|
+
- @akinon/pz-b2b@1.50.0-rc.2
|
|
1992
|
+
- @akinon/pz-bkm@1.50.0-rc.2
|
|
1993
|
+
- @akinon/pz-otp@1.50.0-rc.2
|
|
1994
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
1995
|
+
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
1996
|
+
|
|
1997
|
+
## 1.50.0-rc.1
|
|
882
1998
|
|
|
883
|
-
|
|
1999
|
+
### Patch Changes
|
|
2000
|
+
|
|
2001
|
+
- Updated dependencies [49eeebf]
|
|
2002
|
+
- @akinon/next@1.50.0-rc.1
|
|
2003
|
+
- @akinon/pz-akifast@1.50.0-rc.1
|
|
2004
|
+
- @akinon/pz-b2b@1.50.0-rc.1
|
|
2005
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
2006
|
+
- @akinon/pz-bkm@1.50.0-rc.1
|
|
2007
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
2008
|
+
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
2009
|
+
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
2010
|
+
- @akinon/pz-gpay@1.50.0-rc.1
|
|
2011
|
+
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
2012
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
2013
|
+
- @akinon/pz-otp@1.50.0-rc.1
|
|
2014
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
2015
|
+
|
|
2016
|
+
## 1.50.0-rc.0
|
|
2017
|
+
|
|
2018
|
+
### Minor Changes
|
|
2019
|
+
|
|
2020
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2021
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2022
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2023
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2024
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2025
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2026
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2027
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2028
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2029
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2030
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2031
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2032
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2033
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2034
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2035
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2036
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2037
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2038
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2039
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2040
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2041
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2042
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2043
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2044
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2045
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2046
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2047
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2048
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2049
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2050
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2051
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2052
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2053
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2054
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2055
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2056
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2057
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2058
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2059
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2060
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2061
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2062
|
+
|
|
2063
|
+
### Patch Changes
|
|
2064
|
+
|
|
2065
|
+
- Updated dependencies [90282b53]
|
|
2066
|
+
- Updated dependencies [50b90692]
|
|
2067
|
+
- Updated dependencies [572d2e84]
|
|
2068
|
+
- Updated dependencies [5dfeea0]
|
|
2069
|
+
- Updated dependencies [a4c8d6a9]
|
|
2070
|
+
- Updated dependencies [fda5b927]
|
|
2071
|
+
- Updated dependencies [2d9b2b2]
|
|
2072
|
+
- Updated dependencies [c53ea3e6]
|
|
2073
|
+
- Updated dependencies [d93a507]
|
|
2074
|
+
- Updated dependencies [8d9ac9a]
|
|
2075
|
+
- Updated dependencies [18e8197]
|
|
2076
|
+
- Updated dependencies [eaf97d6]
|
|
2077
|
+
- Updated dependencies [714e0b46]
|
|
2078
|
+
- Updated dependencies [70279e7]
|
|
2079
|
+
- Updated dependencies [6c25f66]
|
|
2080
|
+
- Updated dependencies [bc2b411]
|
|
2081
|
+
- Updated dependencies [3bf2dd9]
|
|
2082
|
+
- Updated dependencies [e9541a1]
|
|
2083
|
+
- Updated dependencies [c53ef7b9]
|
|
2084
|
+
- Updated dependencies [9d94f7e]
|
|
2085
|
+
- Updated dependencies [2e6104d]
|
|
2086
|
+
- Updated dependencies [64699d3]
|
|
2087
|
+
- Updated dependencies [0d3a913e]
|
|
2088
|
+
- Updated dependencies [1448a96e]
|
|
2089
|
+
- Updated dependencies [1ec2e9d]
|
|
2090
|
+
- Updated dependencies [d6edb1d]
|
|
2091
|
+
- Updated dependencies [d3474c64]
|
|
2092
|
+
- Updated dependencies [75080fd6]
|
|
2093
|
+
- Updated dependencies [17f8752]
|
|
2094
|
+
- Updated dependencies [c45b62c]
|
|
2095
|
+
- Updated dependencies [91265bba]
|
|
2096
|
+
- Updated dependencies [bbe18b9f]
|
|
2097
|
+
- Updated dependencies [d4099960]
|
|
2098
|
+
- Updated dependencies [4920742]
|
|
2099
|
+
- Updated dependencies [12a873e]
|
|
2100
|
+
- Updated dependencies [69ca080]
|
|
2101
|
+
- Updated dependencies [7e56d6b]
|
|
2102
|
+
- Updated dependencies [94b6928]
|
|
2103
|
+
- Updated dependencies [98bb8dcd]
|
|
2104
|
+
- Updated dependencies [46b7aad7]
|
|
2105
|
+
- Updated dependencies [dcc8a150]
|
|
2106
|
+
- Updated dependencies [8f47cca]
|
|
2107
|
+
- Updated dependencies [fad27689]
|
|
2108
|
+
- Updated dependencies [dff0d595]
|
|
2109
|
+
- Updated dependencies [fdd0b41]
|
|
2110
|
+
- Updated dependencies [eecb282]
|
|
2111
|
+
- Updated dependencies [f2c325c]
|
|
2112
|
+
- Updated dependencies [9e25a64]
|
|
2113
|
+
- Updated dependencies [beb499e6]
|
|
2114
|
+
- Updated dependencies [146ea391]
|
|
2115
|
+
- Updated dependencies [f2c92d5]
|
|
2116
|
+
- Updated dependencies [7bd3d99]
|
|
2117
|
+
- Updated dependencies [c47be30d]
|
|
2118
|
+
- Updated dependencies [e9a46acb]
|
|
2119
|
+
- Updated dependencies [f046f8e0]
|
|
2120
|
+
- Updated dependencies [b9273fd]
|
|
2121
|
+
- Updated dependencies [86d25315]
|
|
2122
|
+
- Updated dependencies [c670bd4]
|
|
2123
|
+
- Updated dependencies [3f9b8d7]
|
|
2124
|
+
- @akinon/next@1.50.0-rc.0
|
|
2125
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
2126
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
2127
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
2128
|
+
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
2129
|
+
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
2130
|
+
- @akinon/pz-akifast@1.50.0-rc.0
|
|
2131
|
+
- @akinon/pz-gpay@1.50.0-rc.0
|
|
2132
|
+
- @akinon/pz-b2b@1.50.0-rc.0
|
|
2133
|
+
- @akinon/pz-bkm@1.50.0-rc.0
|
|
2134
|
+
- @akinon/pz-otp@1.50.0-rc.0
|
|
2135
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
2136
|
+
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
2137
|
+
|
|
2138
|
+
## 1.49.0
|
|
884
2139
|
|
|
885
2140
|
### Patch Changes
|
|
886
2141
|
|
|
@@ -906,23 +2161,480 @@
|
|
|
906
2161
|
|
|
907
2162
|
### Minor Changes
|
|
908
2163
|
|
|
2164
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2165
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2166
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2167
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2168
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2169
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2170
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2171
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2172
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2173
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2174
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2175
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2176
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2177
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2178
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2179
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2180
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2181
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2182
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2183
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2184
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2185
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2186
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2187
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2188
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2189
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2190
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2191
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2192
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2193
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2194
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2195
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2196
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2197
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2198
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2199
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2200
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2201
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2202
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2203
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2204
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2205
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2206
|
+
|
|
2207
|
+
### Patch Changes
|
|
2208
|
+
|
|
2209
|
+
- Updated dependencies [90282b53]
|
|
2210
|
+
- Updated dependencies [50b9069]
|
|
2211
|
+
- Updated dependencies [572d2e84]
|
|
2212
|
+
- Updated dependencies [5dfeea0]
|
|
2213
|
+
- Updated dependencies [a4c8d6a9]
|
|
2214
|
+
- Updated dependencies [fda5b927]
|
|
2215
|
+
- Updated dependencies [2d9b2b2]
|
|
2216
|
+
- Updated dependencies [c53ea3e6]
|
|
2217
|
+
- Updated dependencies [d93a507]
|
|
2218
|
+
- Updated dependencies [8d9ac9a]
|
|
2219
|
+
- Updated dependencies [18e8197]
|
|
2220
|
+
- Updated dependencies [714e0b46]
|
|
2221
|
+
- Updated dependencies [70279e7]
|
|
2222
|
+
- Updated dependencies [6c25f66]
|
|
2223
|
+
- Updated dependencies [bc2b411]
|
|
2224
|
+
- Updated dependencies [3bf2dd9]
|
|
2225
|
+
- Updated dependencies [e9541a1]
|
|
2226
|
+
- Updated dependencies [c53ef7b9]
|
|
2227
|
+
- Updated dependencies [9d94f7e]
|
|
2228
|
+
- Updated dependencies [2e6104d]
|
|
2229
|
+
- Updated dependencies [64699d3]
|
|
2230
|
+
- Updated dependencies [0d3a913e]
|
|
2231
|
+
- Updated dependencies [1448a96e]
|
|
2232
|
+
- Updated dependencies [26b809f]
|
|
2233
|
+
- Updated dependencies [1ec2e9d]
|
|
2234
|
+
- Updated dependencies [d6edb1d]
|
|
2235
|
+
- Updated dependencies [d3474c64]
|
|
2236
|
+
- Updated dependencies [75080fd6]
|
|
2237
|
+
- Updated dependencies [17f8752]
|
|
2238
|
+
- Updated dependencies [c45b62c]
|
|
2239
|
+
- Updated dependencies [91265bba]
|
|
2240
|
+
- Updated dependencies [20da358]
|
|
2241
|
+
- Updated dependencies [bbe18b9f]
|
|
2242
|
+
- Updated dependencies [d409996]
|
|
2243
|
+
- Updated dependencies [4920742]
|
|
2244
|
+
- Updated dependencies [12a873e]
|
|
2245
|
+
- Updated dependencies [69ca080]
|
|
2246
|
+
- Updated dependencies [7e56d6b]
|
|
2247
|
+
- Updated dependencies [94b6928]
|
|
2248
|
+
- Updated dependencies [98bb8dcd]
|
|
2249
|
+
- Updated dependencies [46b7aad7]
|
|
2250
|
+
- Updated dependencies [dcc8a150]
|
|
2251
|
+
- Updated dependencies [8f47cca]
|
|
2252
|
+
- Updated dependencies [fad27689]
|
|
2253
|
+
- Updated dependencies [dff0d595]
|
|
2254
|
+
- Updated dependencies [fdd0b41]
|
|
2255
|
+
- Updated dependencies [eecb282]
|
|
2256
|
+
- Updated dependencies [f2c325c]
|
|
2257
|
+
- Updated dependencies [9e25a64]
|
|
2258
|
+
- Updated dependencies [beb499e6]
|
|
2259
|
+
- Updated dependencies [146ea391]
|
|
2260
|
+
- Updated dependencies [f2c92d5]
|
|
2261
|
+
- Updated dependencies [7bd3d99]
|
|
2262
|
+
- Updated dependencies [c47be30d]
|
|
2263
|
+
- Updated dependencies [e9a46acb]
|
|
2264
|
+
- Updated dependencies [f046f8e0]
|
|
2265
|
+
- Updated dependencies [04115e5]
|
|
2266
|
+
- Updated dependencies [b9273fd]
|
|
2267
|
+
- Updated dependencies [fa88889]
|
|
2268
|
+
- Updated dependencies [86d25315]
|
|
2269
|
+
- Updated dependencies [c670bd4]
|
|
2270
|
+
- Updated dependencies [3f9b8d7]
|
|
2271
|
+
- @akinon/next@1.48.0-rc.8
|
|
2272
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
2273
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
2274
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
2275
|
+
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
2276
|
+
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
2277
|
+
- @akinon/pz-akifast@1.48.0-rc.8
|
|
2278
|
+
- @akinon/pz-gpay@1.48.0-rc.8
|
|
2279
|
+
- @akinon/pz-b2b@1.48.0-rc.8
|
|
2280
|
+
- @akinon/pz-bkm@1.48.0-rc.8
|
|
2281
|
+
- @akinon/pz-otp@1.48.0-rc.8
|
|
2282
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
2283
|
+
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
2284
|
+
|
|
2285
|
+
## 1.48.0-rc.7
|
|
2286
|
+
|
|
2287
|
+
### Patch Changes
|
|
2288
|
+
|
|
2289
|
+
- Updated dependencies [26b809f]
|
|
2290
|
+
- @akinon/next@1.48.0-rc.7
|
|
2291
|
+
- @akinon/pz-akifast@1.48.0-rc.7
|
|
2292
|
+
- @akinon/pz-b2b@1.48.0-rc.7
|
|
2293
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
2294
|
+
- @akinon/pz-bkm@1.48.0-rc.7
|
|
2295
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
2296
|
+
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
2297
|
+
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
2298
|
+
- @akinon/pz-gpay@1.48.0-rc.7
|
|
2299
|
+
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
2300
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
2301
|
+
- @akinon/pz-otp@1.48.0-rc.7
|
|
2302
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
2303
|
+
|
|
2304
|
+
## 1.48.0-rc.6
|
|
2305
|
+
|
|
2306
|
+
### Patch Changes
|
|
2307
|
+
|
|
2308
|
+
- Updated dependencies [04115e5]
|
|
2309
|
+
- @akinon/next@1.48.0-rc.6
|
|
2310
|
+
- @akinon/pz-akifast@1.48.0-rc.6
|
|
2311
|
+
- @akinon/pz-b2b@1.48.0-rc.6
|
|
2312
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
2313
|
+
- @akinon/pz-bkm@1.48.0-rc.6
|
|
2314
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
2315
|
+
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
2316
|
+
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
2317
|
+
- @akinon/pz-gpay@1.48.0-rc.6
|
|
2318
|
+
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
2319
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
2320
|
+
- @akinon/pz-otp@1.48.0-rc.6
|
|
2321
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
2322
|
+
|
|
2323
|
+
## 1.48.0-rc.5
|
|
2324
|
+
|
|
2325
|
+
### Patch Changes
|
|
2326
|
+
|
|
2327
|
+
- Updated dependencies [20da358]
|
|
2328
|
+
- @akinon/next@1.48.0-rc.5
|
|
2329
|
+
- @akinon/pz-akifast@1.48.0-rc.5
|
|
2330
|
+
- @akinon/pz-b2b@1.48.0-rc.5
|
|
2331
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
2332
|
+
- @akinon/pz-bkm@1.48.0-rc.5
|
|
2333
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
2334
|
+
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
2335
|
+
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
2336
|
+
- @akinon/pz-gpay@1.48.0-rc.5
|
|
2337
|
+
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
2338
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
2339
|
+
- @akinon/pz-otp@1.48.0-rc.5
|
|
2340
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
2341
|
+
|
|
2342
|
+
## 1.48.0-rc.4
|
|
2343
|
+
|
|
2344
|
+
### Patch Changes
|
|
2345
|
+
|
|
2346
|
+
- Updated dependencies [5dfeea0]
|
|
2347
|
+
- @akinon/next@1.48.0-rc.4
|
|
2348
|
+
- @akinon/pz-akifast@1.48.0-rc.4
|
|
2349
|
+
- @akinon/pz-b2b@1.48.0-rc.4
|
|
2350
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
2351
|
+
- @akinon/pz-bkm@1.48.0-rc.4
|
|
2352
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
2353
|
+
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
2354
|
+
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
2355
|
+
- @akinon/pz-gpay@1.48.0-rc.4
|
|
2356
|
+
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
2357
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
2358
|
+
- @akinon/pz-otp@1.48.0-rc.4
|
|
2359
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
2360
|
+
|
|
2361
|
+
## 1.48.0-rc.3
|
|
2362
|
+
|
|
2363
|
+
### Minor Changes
|
|
2364
|
+
|
|
2365
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2366
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2367
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2368
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2369
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2370
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2371
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2372
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2373
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2374
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2375
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2376
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2377
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2378
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2379
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2380
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2381
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2382
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2383
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2384
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2385
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2386
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2387
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2388
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2389
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2390
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2391
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2392
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2393
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2394
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2395
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2396
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2397
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2398
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2399
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2400
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
909
2401
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
2402
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2403
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2404
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2405
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2406
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2407
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2408
|
+
|
|
2409
|
+
### Patch Changes
|
|
2410
|
+
|
|
2411
|
+
- Updated dependencies [90282b53]
|
|
2412
|
+
- Updated dependencies [50b9069]
|
|
2413
|
+
- Updated dependencies [572d2e84]
|
|
2414
|
+
- Updated dependencies [a4c8d6a9]
|
|
2415
|
+
- Updated dependencies [fda5b92]
|
|
2416
|
+
- Updated dependencies [2d9b2b2]
|
|
2417
|
+
- Updated dependencies [c53ea3e6]
|
|
2418
|
+
- Updated dependencies [d93a507]
|
|
2419
|
+
- Updated dependencies [8d9ac9a]
|
|
2420
|
+
- Updated dependencies [18e8197]
|
|
2421
|
+
- Updated dependencies [714e0b46]
|
|
2422
|
+
- Updated dependencies [70279e7]
|
|
2423
|
+
- Updated dependencies [6c25f66]
|
|
2424
|
+
- Updated dependencies [bc2b411]
|
|
2425
|
+
- Updated dependencies [3bf2dd9]
|
|
2426
|
+
- Updated dependencies [e9541a1]
|
|
2427
|
+
- Updated dependencies [c53ef7b9]
|
|
2428
|
+
- Updated dependencies [9d94f7e]
|
|
2429
|
+
- Updated dependencies [2e6104d]
|
|
2430
|
+
- Updated dependencies [64699d3]
|
|
2431
|
+
- Updated dependencies [0d3a913e]
|
|
2432
|
+
- Updated dependencies [1448a96e]
|
|
2433
|
+
- Updated dependencies [1ec2e9d]
|
|
2434
|
+
- Updated dependencies [d6edb1d]
|
|
2435
|
+
- Updated dependencies [d3474c64]
|
|
2436
|
+
- Updated dependencies [75080fd6]
|
|
2437
|
+
- Updated dependencies [17f8752]
|
|
2438
|
+
- Updated dependencies [c45b62c]
|
|
2439
|
+
- Updated dependencies [91265bba]
|
|
2440
|
+
- Updated dependencies [bbe18b9f]
|
|
2441
|
+
- Updated dependencies [d409996]
|
|
2442
|
+
- Updated dependencies [4920742]
|
|
2443
|
+
- Updated dependencies [12a873e]
|
|
2444
|
+
- Updated dependencies [69ca080]
|
|
2445
|
+
- Updated dependencies [7e56d6b]
|
|
2446
|
+
- Updated dependencies [94b6928]
|
|
2447
|
+
- Updated dependencies [98bb8dcd]
|
|
2448
|
+
- Updated dependencies [46b7aad]
|
|
2449
|
+
- Updated dependencies [dcc8a150]
|
|
2450
|
+
- Updated dependencies [8f47cca]
|
|
2451
|
+
- Updated dependencies [fad27689]
|
|
2452
|
+
- Updated dependencies [dff0d595]
|
|
2453
|
+
- Updated dependencies [fdd0b41]
|
|
2454
|
+
- Updated dependencies [eecb282]
|
|
2455
|
+
- Updated dependencies [f2c325c]
|
|
2456
|
+
- Updated dependencies [9e25a64]
|
|
2457
|
+
- Updated dependencies [beb499e6]
|
|
2458
|
+
- Updated dependencies [146ea39]
|
|
2459
|
+
- Updated dependencies [f2c92d5]
|
|
2460
|
+
- Updated dependencies [7bd3d99]
|
|
2461
|
+
- Updated dependencies [c47be30d]
|
|
2462
|
+
- Updated dependencies [e9a46acb]
|
|
2463
|
+
- Updated dependencies [f046f8e0]
|
|
2464
|
+
- Updated dependencies [b9273fd]
|
|
2465
|
+
- Updated dependencies [86d25315]
|
|
2466
|
+
- Updated dependencies [c670bd4]
|
|
2467
|
+
- Updated dependencies [3f9b8d7]
|
|
2468
|
+
- @akinon/next@1.48.0-rc.3
|
|
2469
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
2470
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
2471
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
2472
|
+
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
2473
|
+
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
2474
|
+
- @akinon/pz-akifast@1.48.0-rc.3
|
|
2475
|
+
- @akinon/pz-gpay@1.48.0-rc.3
|
|
2476
|
+
- @akinon/pz-b2b@1.48.0-rc.3
|
|
2477
|
+
- @akinon/pz-bkm@1.48.0-rc.3
|
|
2478
|
+
- @akinon/pz-otp@1.48.0-rc.3
|
|
2479
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
2480
|
+
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
2481
|
+
|
|
2482
|
+
## 1.48.0-rc.2
|
|
2483
|
+
|
|
2484
|
+
### Minor Changes
|
|
2485
|
+
|
|
2486
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2487
|
+
|
|
2488
|
+
### Patch Changes
|
|
2489
|
+
|
|
2490
|
+
- Updated dependencies [2e6104d]
|
|
2491
|
+
- @akinon/next@1.48.0-rc.2
|
|
2492
|
+
- @akinon/pz-akifast@1.48.0-rc.2
|
|
2493
|
+
- @akinon/pz-b2b@1.48.0-rc.2
|
|
2494
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
2495
|
+
- @akinon/pz-bkm@1.48.0-rc.2
|
|
2496
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
2497
|
+
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
2498
|
+
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
2499
|
+
- @akinon/pz-gpay@1.48.0-rc.2
|
|
2500
|
+
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
2501
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
2502
|
+
- @akinon/pz-otp@1.48.0-rc.2
|
|
2503
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
2504
|
+
|
|
2505
|
+
## 1.48.0-rc.1
|
|
2506
|
+
|
|
2507
|
+
### Patch Changes
|
|
2508
|
+
|
|
2509
|
+
- Updated dependencies [fdd0b41]
|
|
2510
|
+
- @akinon/next@1.48.0-rc.1
|
|
2511
|
+
- @akinon/pz-akifast@1.48.0-rc.1
|
|
2512
|
+
- @akinon/pz-b2b@1.48.0-rc.1
|
|
2513
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
2514
|
+
- @akinon/pz-bkm@1.48.0-rc.1
|
|
2515
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
2516
|
+
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
2517
|
+
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
2518
|
+
- @akinon/pz-gpay@1.48.0-rc.1
|
|
2519
|
+
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
2520
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
2521
|
+
- @akinon/pz-otp@1.48.0-rc.1
|
|
2522
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
2523
|
+
|
|
2524
|
+
## 1.48.0-rc.0
|
|
2525
|
+
|
|
2526
|
+
### Minor Changes
|
|
2527
|
+
|
|
2528
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2529
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2530
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2531
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2532
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2533
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2534
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2535
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2536
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2537
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2538
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2539
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2540
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2541
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2542
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2543
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2544
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2545
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2546
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2547
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2548
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2549
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2550
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2551
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2552
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2553
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2554
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2555
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2556
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2557
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2558
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2559
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2560
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2561
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2562
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2563
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2564
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2565
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2566
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
910
2567
|
|
|
911
2568
|
### Patch Changes
|
|
912
2569
|
|
|
913
|
-
-
|
|
914
|
-
-
|
|
915
|
-
-
|
|
916
|
-
-
|
|
917
|
-
-
|
|
918
|
-
-
|
|
919
|
-
-
|
|
920
|
-
-
|
|
921
|
-
-
|
|
922
|
-
-
|
|
923
|
-
-
|
|
924
|
-
-
|
|
925
|
-
-
|
|
2570
|
+
- Updated dependencies [90282b5]
|
|
2571
|
+
- Updated dependencies [50b9069]
|
|
2572
|
+
- Updated dependencies [572d2e8]
|
|
2573
|
+
- Updated dependencies [a4c8d6a9]
|
|
2574
|
+
- Updated dependencies [fda5b92]
|
|
2575
|
+
- Updated dependencies [2d9b2b2]
|
|
2576
|
+
- Updated dependencies [c53ea3e6]
|
|
2577
|
+
- Updated dependencies [d93a507]
|
|
2578
|
+
- Updated dependencies [8d9ac9a]
|
|
2579
|
+
- Updated dependencies [18e8197]
|
|
2580
|
+
- Updated dependencies [714e0b4]
|
|
2581
|
+
- Updated dependencies [70279e7]
|
|
2582
|
+
- Updated dependencies [6c25f66]
|
|
2583
|
+
- Updated dependencies [bc2b411]
|
|
2584
|
+
- Updated dependencies [3bf2dd9]
|
|
2585
|
+
- Updated dependencies [e9541a1]
|
|
2586
|
+
- Updated dependencies [c53ef7b9]
|
|
2587
|
+
- Updated dependencies [9d94f7e]
|
|
2588
|
+
- Updated dependencies [64699d3]
|
|
2589
|
+
- Updated dependencies [0d3a913]
|
|
2590
|
+
- Updated dependencies [1448a96e]
|
|
2591
|
+
- Updated dependencies [1ec2e9d]
|
|
2592
|
+
- Updated dependencies [d6edb1d]
|
|
2593
|
+
- Updated dependencies [d3474c6]
|
|
2594
|
+
- Updated dependencies [75080fd6]
|
|
2595
|
+
- Updated dependencies [17f8752]
|
|
2596
|
+
- Updated dependencies [c45b62c]
|
|
2597
|
+
- Updated dependencies [91265bba]
|
|
2598
|
+
- Updated dependencies [bbe18b9f]
|
|
2599
|
+
- Updated dependencies [d409996]
|
|
2600
|
+
- Updated dependencies [4920742]
|
|
2601
|
+
- Updated dependencies [12a873e]
|
|
2602
|
+
- Updated dependencies [69ca080]
|
|
2603
|
+
- Updated dependencies [7e56d6b]
|
|
2604
|
+
- Updated dependencies [94b6928]
|
|
2605
|
+
- Updated dependencies [98bb8dc]
|
|
2606
|
+
- Updated dependencies [46b7aad]
|
|
2607
|
+
- Updated dependencies [dcc8a15]
|
|
2608
|
+
- Updated dependencies [8f47cca]
|
|
2609
|
+
- Updated dependencies [fad2768]
|
|
2610
|
+
- Updated dependencies [dff0d595]
|
|
2611
|
+
- Updated dependencies [eecb282]
|
|
2612
|
+
- Updated dependencies [f2c325c]
|
|
2613
|
+
- Updated dependencies [9e25a64]
|
|
2614
|
+
- Updated dependencies [beb499e6]
|
|
2615
|
+
- Updated dependencies [146ea39]
|
|
2616
|
+
- Updated dependencies [f2c92d5]
|
|
2617
|
+
- Updated dependencies [7bd3d99]
|
|
2618
|
+
- Updated dependencies [c47be30]
|
|
2619
|
+
- Updated dependencies [e9a46ac]
|
|
2620
|
+
- Updated dependencies [f046f8e0]
|
|
2621
|
+
- Updated dependencies [b9273fd]
|
|
2622
|
+
- Updated dependencies [86d2531]
|
|
2623
|
+
- Updated dependencies [c670bd4]
|
|
2624
|
+
- Updated dependencies [3f9b8d7]
|
|
2625
|
+
- @akinon/next@1.48.0-rc.0
|
|
2626
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
2627
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
2628
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
2629
|
+
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
2630
|
+
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
2631
|
+
- @akinon/pz-akifast@1.48.0-rc.0
|
|
2632
|
+
- @akinon/pz-gpay@1.48.0-rc.0
|
|
2633
|
+
- @akinon/pz-b2b@1.48.0-rc.0
|
|
2634
|
+
- @akinon/pz-bkm@1.48.0-rc.0
|
|
2635
|
+
- @akinon/pz-otp@1.48.0-rc.0
|
|
2636
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
2637
|
+
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
926
2638
|
|
|
927
2639
|
## 1.47.0
|
|
928
2640
|
|
|
@@ -966,65 +2678,841 @@
|
|
|
966
2678
|
- @akinon/pz-otp@1.46.0
|
|
967
2679
|
- @akinon/pz-pay-on-delivery@1.46.0
|
|
968
2680
|
|
|
969
|
-
## 1.45.0
|
|
2681
|
+
## 1.45.0
|
|
2682
|
+
|
|
2683
|
+
### Patch Changes
|
|
2684
|
+
|
|
2685
|
+
- Updated dependencies [90282b5]
|
|
2686
|
+
- Updated dependencies [50b9069]
|
|
2687
|
+
- Updated dependencies [572d2e8]
|
|
2688
|
+
- Updated dependencies [a4c8d6a9]
|
|
2689
|
+
- Updated dependencies [fda5b92]
|
|
2690
|
+
- Updated dependencies [2d9b2b2]
|
|
2691
|
+
- Updated dependencies [c53ea3e]
|
|
2692
|
+
- Updated dependencies [8d9ac9a]
|
|
2693
|
+
- Updated dependencies [18e8197]
|
|
2694
|
+
- Updated dependencies [714e0b4]
|
|
2695
|
+
- Updated dependencies [70279e7]
|
|
2696
|
+
- Updated dependencies [6c25f66]
|
|
2697
|
+
- Updated dependencies [bc2b411]
|
|
2698
|
+
- Updated dependencies [3bf2dd9]
|
|
2699
|
+
- Updated dependencies [e9541a1]
|
|
2700
|
+
- Updated dependencies [c53ef7b9]
|
|
2701
|
+
- Updated dependencies [9d94f7e]
|
|
2702
|
+
- Updated dependencies [64699d3]
|
|
2703
|
+
- Updated dependencies [0d3a913]
|
|
2704
|
+
- Updated dependencies [1448a96e]
|
|
2705
|
+
- Updated dependencies [d6edb1d]
|
|
2706
|
+
- Updated dependencies [d3474c6]
|
|
2707
|
+
- Updated dependencies [75080fd6]
|
|
2708
|
+
- Updated dependencies [17f8752]
|
|
2709
|
+
- Updated dependencies [c45b62c]
|
|
2710
|
+
- Updated dependencies [91265bba]
|
|
2711
|
+
- Updated dependencies [bbe18b9f]
|
|
2712
|
+
- Updated dependencies [d409996]
|
|
2713
|
+
- Updated dependencies [4920742]
|
|
2714
|
+
- Updated dependencies [69ca080]
|
|
2715
|
+
- Updated dependencies [7e56d6b]
|
|
2716
|
+
- Updated dependencies [94b6928]
|
|
2717
|
+
- Updated dependencies [98bb8dc]
|
|
2718
|
+
- Updated dependencies [46b7aad]
|
|
2719
|
+
- Updated dependencies [dcc8a15]
|
|
2720
|
+
- Updated dependencies [8f47cca]
|
|
2721
|
+
- Updated dependencies [fad2768]
|
|
2722
|
+
- Updated dependencies [dff0d595]
|
|
2723
|
+
- Updated dependencies [eecb282]
|
|
2724
|
+
- Updated dependencies [f2c325c]
|
|
2725
|
+
- Updated dependencies [9e25a64]
|
|
2726
|
+
- Updated dependencies [beb499e6]
|
|
2727
|
+
- Updated dependencies [948eb42]
|
|
2728
|
+
- Updated dependencies [146ea39]
|
|
2729
|
+
- Updated dependencies [f2c92d5]
|
|
2730
|
+
- Updated dependencies [7bd3d99]
|
|
2731
|
+
- Updated dependencies [c47be30]
|
|
2732
|
+
- Updated dependencies [e9a46ac]
|
|
2733
|
+
- Updated dependencies [f046f8e0]
|
|
2734
|
+
- Updated dependencies [86d2531]
|
|
2735
|
+
- Updated dependencies [3f9b8d7]
|
|
2736
|
+
- @akinon/next@1.45.0-rc.5
|
|
2737
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
2738
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
2739
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
2740
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
2741
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
2742
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
2743
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
2744
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
2745
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
2746
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
2747
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
2748
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
2749
|
+
|
|
2750
|
+
## 1.45.0-rc.4
|
|
2751
|
+
|
|
2752
|
+
### Patch Changes
|
|
2753
|
+
|
|
2754
|
+
- Updated dependencies [8f47cca]
|
|
2755
|
+
- @akinon/next@1.45.0-rc.4
|
|
2756
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
2757
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
2758
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
2759
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
2760
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
2761
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
2762
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
2763
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
2764
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
2765
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
2766
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
2767
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
2768
|
+
|
|
2769
|
+
## 1.45.0-rc.3
|
|
2770
|
+
|
|
2771
|
+
### Patch Changes
|
|
2772
|
+
|
|
2773
|
+
- Updated dependencies [948eb42]
|
|
2774
|
+
- @akinon/next@1.45.0-rc.3
|
|
2775
|
+
- @akinon/pz-akifast@1.45.0-rc.3
|
|
2776
|
+
- @akinon/pz-b2b@1.45.0-rc.3
|
|
2777
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
2778
|
+
- @akinon/pz-bkm@1.45.0-rc.3
|
|
2779
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
2780
|
+
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
2781
|
+
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
2782
|
+
- @akinon/pz-gpay@1.45.0-rc.3
|
|
2783
|
+
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
2784
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
2785
|
+
- @akinon/pz-otp@1.45.0-rc.3
|
|
2786
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
2787
|
+
|
|
2788
|
+
## 1.45.0-rc.2
|
|
2789
|
+
|
|
2790
|
+
### Minor Changes
|
|
2791
|
+
|
|
2792
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2793
|
+
|
|
2794
|
+
### Patch Changes
|
|
2795
|
+
|
|
2796
|
+
- Updated dependencies [c45b62c]
|
|
2797
|
+
- Updated dependencies [f2c325c]
|
|
2798
|
+
- @akinon/next@1.45.0-rc.2
|
|
2799
|
+
- @akinon/pz-b2b@1.45.0-rc.2
|
|
2800
|
+
- @akinon/pz-akifast@1.45.0-rc.2
|
|
2801
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
2802
|
+
- @akinon/pz-bkm@1.45.0-rc.2
|
|
2803
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
2804
|
+
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
2805
|
+
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
2806
|
+
- @akinon/pz-gpay@1.45.0-rc.2
|
|
2807
|
+
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
2808
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
2809
|
+
- @akinon/pz-otp@1.45.0-rc.2
|
|
2810
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
2811
|
+
|
|
2812
|
+
## 1.45.0-rc.1
|
|
2813
|
+
|
|
2814
|
+
### Patch Changes
|
|
2815
|
+
|
|
2816
|
+
- Updated dependencies [7e56d6b]
|
|
2817
|
+
- @akinon/next@1.45.0-rc.1
|
|
2818
|
+
- @akinon/pz-akifast@1.45.0-rc.1
|
|
2819
|
+
- @akinon/pz-b2b@1.45.0-rc.1
|
|
2820
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
2821
|
+
- @akinon/pz-bkm@1.45.0-rc.1
|
|
2822
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
2823
|
+
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
2824
|
+
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
2825
|
+
- @akinon/pz-gpay@1.45.0-rc.1
|
|
2826
|
+
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
2827
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
2828
|
+
- @akinon/pz-otp@1.45.0-rc.1
|
|
2829
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
2830
|
+
|
|
2831
|
+
## 1.45.0-rc.0
|
|
2832
|
+
|
|
2833
|
+
### Minor Changes
|
|
2834
|
+
|
|
2835
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2836
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2837
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2838
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2839
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2840
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2841
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2842
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2843
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2844
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2845
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2846
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2847
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2848
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2849
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2850
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2851
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2852
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2853
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2854
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2855
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2856
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2857
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2858
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2859
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2860
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2861
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2862
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2863
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2864
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2865
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2866
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2867
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2868
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2869
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2870
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2871
|
+
|
|
2872
|
+
### Patch Changes
|
|
2873
|
+
|
|
2874
|
+
- Updated dependencies [90282b5]
|
|
2875
|
+
- Updated dependencies [50b9069]
|
|
2876
|
+
- Updated dependencies [572d2e8]
|
|
2877
|
+
- Updated dependencies [a4c8d6a9]
|
|
2878
|
+
- Updated dependencies [fda5b92]
|
|
2879
|
+
- Updated dependencies [2d9b2b2]
|
|
2880
|
+
- Updated dependencies [c53ea3e]
|
|
2881
|
+
- Updated dependencies [8d9ac9a]
|
|
2882
|
+
- Updated dependencies [18e8197]
|
|
2883
|
+
- Updated dependencies [714e0b4]
|
|
2884
|
+
- Updated dependencies [70279e7]
|
|
2885
|
+
- Updated dependencies [6c25f66]
|
|
2886
|
+
- Updated dependencies [bc2b411]
|
|
2887
|
+
- Updated dependencies [3bf2dd9]
|
|
2888
|
+
- Updated dependencies [e9541a1]
|
|
2889
|
+
- Updated dependencies [c53ef7b9]
|
|
2890
|
+
- Updated dependencies [9d94f7e]
|
|
2891
|
+
- Updated dependencies [64699d3]
|
|
2892
|
+
- Updated dependencies [0d3a913]
|
|
2893
|
+
- Updated dependencies [1448a96]
|
|
2894
|
+
- Updated dependencies [2ab6e08]
|
|
2895
|
+
- Updated dependencies [d6edb1d]
|
|
2896
|
+
- Updated dependencies [d3474c6]
|
|
2897
|
+
- Updated dependencies [75080fd]
|
|
2898
|
+
- Updated dependencies [17f8752]
|
|
2899
|
+
- Updated dependencies [91265bb]
|
|
2900
|
+
- Updated dependencies [bbe18b9]
|
|
2901
|
+
- Updated dependencies [d409996]
|
|
2902
|
+
- Updated dependencies [4920742]
|
|
2903
|
+
- Updated dependencies [69ca080]
|
|
2904
|
+
- Updated dependencies [94b6928]
|
|
2905
|
+
- Updated dependencies [98bb8dc]
|
|
2906
|
+
- Updated dependencies [46b7aad]
|
|
2907
|
+
- Updated dependencies [dcc8a15]
|
|
2908
|
+
- Updated dependencies [fad2768]
|
|
2909
|
+
- Updated dependencies [dff0d59]
|
|
2910
|
+
- Updated dependencies [eecb282]
|
|
2911
|
+
- Updated dependencies [9e25a64]
|
|
2912
|
+
- Updated dependencies [beb499e]
|
|
2913
|
+
- Updated dependencies [146ea39]
|
|
2914
|
+
- Updated dependencies [f2c92d5]
|
|
2915
|
+
- Updated dependencies [7bd3d99]
|
|
2916
|
+
- Updated dependencies [c47be30]
|
|
2917
|
+
- Updated dependencies [e9a46ac]
|
|
2918
|
+
- Updated dependencies [f046f8e0]
|
|
2919
|
+
- Updated dependencies [86d2531]
|
|
2920
|
+
- Updated dependencies [3f9b8d7]
|
|
2921
|
+
- @akinon/next@1.45.0-rc.0
|
|
2922
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
2923
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
2924
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
2925
|
+
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
2926
|
+
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
2927
|
+
- @akinon/pz-akifast@1.45.0-rc.0
|
|
2928
|
+
- @akinon/pz-gpay@1.45.0-rc.0
|
|
2929
|
+
- @akinon/pz-b2b@1.45.0-rc.0
|
|
2930
|
+
- @akinon/pz-bkm@1.45.0-rc.0
|
|
2931
|
+
- @akinon/pz-otp@1.45.0-rc.0
|
|
2932
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
2933
|
+
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
2934
|
+
|
|
2935
|
+
## 1.44.0
|
|
2936
|
+
|
|
2937
|
+
### Patch Changes
|
|
2938
|
+
|
|
2939
|
+
- @akinon/next@1.44.0
|
|
2940
|
+
- @akinon/pz-akifast@1.44.0
|
|
2941
|
+
- @akinon/pz-b2b@1.44.0
|
|
2942
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
2943
|
+
- @akinon/pz-bkm@1.44.0
|
|
2944
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
2945
|
+
- @akinon/pz-click-collect@1.44.0
|
|
2946
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
2947
|
+
- @akinon/pz-gpay@1.44.0
|
|
2948
|
+
- @akinon/pz-masterpass@1.44.0
|
|
2949
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
2950
|
+
- @akinon/pz-otp@1.44.0
|
|
2951
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
2952
|
+
|
|
2953
|
+
## 1.43.0
|
|
2954
|
+
|
|
2955
|
+
### Minor Changes
|
|
2956
|
+
|
|
2957
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2958
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2959
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2960
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2961
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2962
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2963
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2964
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2965
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2966
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2967
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2968
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2969
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2970
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2971
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2972
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2973
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2974
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2975
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2976
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2977
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2978
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2979
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2980
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2981
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2982
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2983
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2984
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2985
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2986
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2987
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2988
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2989
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2990
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2991
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2992
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2993
|
+
|
|
2994
|
+
### Patch Changes
|
|
2995
|
+
|
|
2996
|
+
- Updated dependencies [90282b5]
|
|
2997
|
+
- Updated dependencies [50b9069]
|
|
2998
|
+
- Updated dependencies [572d2e8]
|
|
2999
|
+
- Updated dependencies [a4c8d6a9]
|
|
3000
|
+
- Updated dependencies [fda5b92]
|
|
3001
|
+
- Updated dependencies [2d9b2b2]
|
|
3002
|
+
- Updated dependencies [c53ea3e]
|
|
3003
|
+
- Updated dependencies [8d9ac9a]
|
|
3004
|
+
- Updated dependencies [18e8197]
|
|
3005
|
+
- Updated dependencies [714e0b4]
|
|
3006
|
+
- Updated dependencies [70279e7]
|
|
3007
|
+
- Updated dependencies [6c25f66]
|
|
3008
|
+
- Updated dependencies [bc2b411]
|
|
3009
|
+
- Updated dependencies [3bf2dd9]
|
|
3010
|
+
- Updated dependencies [e9541a1]
|
|
3011
|
+
- Updated dependencies [c53ef7b9]
|
|
3012
|
+
- Updated dependencies [9d94f7e]
|
|
3013
|
+
- Updated dependencies [64699d3]
|
|
3014
|
+
- Updated dependencies [0d3a913]
|
|
3015
|
+
- Updated dependencies [1448a96]
|
|
3016
|
+
- Updated dependencies [d6edb1d]
|
|
3017
|
+
- Updated dependencies [d3474c6]
|
|
3018
|
+
- Updated dependencies [75080fd]
|
|
3019
|
+
- Updated dependencies [17f8752]
|
|
3020
|
+
- Updated dependencies [91265bb]
|
|
3021
|
+
- Updated dependencies [bbe18b9]
|
|
3022
|
+
- Updated dependencies [d409996]
|
|
3023
|
+
- Updated dependencies [4920742]
|
|
3024
|
+
- Updated dependencies [69ca080]
|
|
3025
|
+
- Updated dependencies [94b6928]
|
|
3026
|
+
- Updated dependencies [98bb8dc]
|
|
3027
|
+
- Updated dependencies [46b7aad]
|
|
3028
|
+
- Updated dependencies [dcc8a15]
|
|
3029
|
+
- Updated dependencies [fad2768]
|
|
3030
|
+
- Updated dependencies [dff0d59]
|
|
3031
|
+
- Updated dependencies [eecb282]
|
|
3032
|
+
- Updated dependencies [9e25a64]
|
|
3033
|
+
- Updated dependencies [beb499e]
|
|
3034
|
+
- Updated dependencies [146ea39]
|
|
3035
|
+
- Updated dependencies [f2c92d5]
|
|
3036
|
+
- Updated dependencies [7bd3d99]
|
|
3037
|
+
- Updated dependencies [c47be30]
|
|
3038
|
+
- Updated dependencies [e9a46ac]
|
|
3039
|
+
- Updated dependencies [f046f8e0]
|
|
3040
|
+
- Updated dependencies [86d2531]
|
|
3041
|
+
- Updated dependencies [3f9b8d7]
|
|
3042
|
+
- @akinon/next@1.43.0-rc.16
|
|
3043
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
3044
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
3045
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
3046
|
+
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
3047
|
+
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
3048
|
+
- @akinon/pz-akifast@1.43.0-rc.16
|
|
3049
|
+
- @akinon/pz-gpay@1.43.0-rc.16
|
|
3050
|
+
- @akinon/pz-b2b@1.43.0-rc.16
|
|
3051
|
+
- @akinon/pz-bkm@1.43.0-rc.16
|
|
3052
|
+
- @akinon/pz-otp@1.43.0-rc.16
|
|
3053
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
3054
|
+
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
3055
|
+
|
|
3056
|
+
## 1.43.0-rc.15
|
|
3057
|
+
|
|
3058
|
+
### Patch Changes
|
|
3059
|
+
|
|
3060
|
+
- @akinon/next@1.43.0-rc.15
|
|
3061
|
+
- @akinon/pz-akifast@1.43.0-rc.15
|
|
3062
|
+
- @akinon/pz-b2b@1.43.0-rc.15
|
|
3063
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
3064
|
+
- @akinon/pz-bkm@1.43.0-rc.15
|
|
3065
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
3066
|
+
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
3067
|
+
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
3068
|
+
- @akinon/pz-gpay@1.43.0-rc.15
|
|
3069
|
+
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
3070
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
3071
|
+
- @akinon/pz-otp@1.43.0-rc.15
|
|
3072
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
3073
|
+
|
|
3074
|
+
## 1.43.0-rc.14
|
|
3075
|
+
|
|
3076
|
+
### Patch Changes
|
|
3077
|
+
|
|
3078
|
+
- Updated dependencies [3bf2dd9]
|
|
3079
|
+
- @akinon/next@1.43.0-rc.14
|
|
3080
|
+
- @akinon/pz-akifast@1.43.0-rc.14
|
|
3081
|
+
- @akinon/pz-b2b@1.43.0-rc.14
|
|
3082
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
3083
|
+
- @akinon/pz-bkm@1.43.0-rc.14
|
|
3084
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
3085
|
+
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
3086
|
+
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
3087
|
+
- @akinon/pz-gpay@1.43.0-rc.14
|
|
3088
|
+
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
3089
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
3090
|
+
- @akinon/pz-otp@1.43.0-rc.14
|
|
3091
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
3092
|
+
|
|
3093
|
+
## 1.43.0-rc.13
|
|
3094
|
+
|
|
3095
|
+
### Minor Changes
|
|
3096
|
+
|
|
3097
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3098
|
+
|
|
3099
|
+
### Patch Changes
|
|
3100
|
+
|
|
3101
|
+
- Updated dependencies [9e25a64]
|
|
3102
|
+
- @akinon/next@1.43.0-rc.13
|
|
3103
|
+
- @akinon/pz-akifast@1.43.0-rc.13
|
|
3104
|
+
- @akinon/pz-b2b@1.43.0-rc.13
|
|
3105
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
3106
|
+
- @akinon/pz-bkm@1.43.0-rc.13
|
|
3107
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
3108
|
+
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
3109
|
+
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
3110
|
+
- @akinon/pz-gpay@1.43.0-rc.13
|
|
3111
|
+
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
3112
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
3113
|
+
- @akinon/pz-otp@1.43.0-rc.13
|
|
3114
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
3115
|
+
|
|
3116
|
+
## 1.43.0-rc.12
|
|
3117
|
+
|
|
3118
|
+
### Patch Changes
|
|
3119
|
+
|
|
3120
|
+
- Updated dependencies [4920742]
|
|
3121
|
+
- @akinon/next@1.43.0-rc.12
|
|
3122
|
+
- @akinon/pz-akifast@1.43.0-rc.12
|
|
3123
|
+
- @akinon/pz-b2b@1.43.0-rc.12
|
|
3124
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
3125
|
+
- @akinon/pz-bkm@1.43.0-rc.12
|
|
3126
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
3127
|
+
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
3128
|
+
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
3129
|
+
- @akinon/pz-gpay@1.43.0-rc.12
|
|
3130
|
+
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
3131
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
3132
|
+
- @akinon/pz-otp@1.43.0-rc.12
|
|
3133
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
3134
|
+
|
|
3135
|
+
## 1.43.0-rc.11
|
|
3136
|
+
|
|
3137
|
+
### Patch Changes
|
|
3138
|
+
|
|
3139
|
+
- Updated dependencies [6c25f66]
|
|
3140
|
+
- @akinon/next@1.43.0-rc.11
|
|
3141
|
+
- @akinon/pz-akifast@1.43.0-rc.11
|
|
3142
|
+
- @akinon/pz-b2b@1.43.0-rc.11
|
|
3143
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
3144
|
+
- @akinon/pz-bkm@1.43.0-rc.11
|
|
3145
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
3146
|
+
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
3147
|
+
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
3148
|
+
- @akinon/pz-gpay@1.43.0-rc.11
|
|
3149
|
+
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
3150
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
3151
|
+
- @akinon/pz-otp@1.43.0-rc.11
|
|
3152
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
3153
|
+
|
|
3154
|
+
## 1.43.0-rc.10
|
|
3155
|
+
|
|
3156
|
+
### Patch Changes
|
|
3157
|
+
|
|
3158
|
+
- Updated dependencies [d6edb1d]
|
|
3159
|
+
- @akinon/next@1.43.0-rc.10
|
|
3160
|
+
- @akinon/pz-akifast@1.43.0-rc.10
|
|
3161
|
+
- @akinon/pz-b2b@1.43.0-rc.10
|
|
3162
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
3163
|
+
- @akinon/pz-bkm@1.43.0-rc.10
|
|
3164
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
3165
|
+
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
3166
|
+
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
3167
|
+
- @akinon/pz-gpay@1.43.0-rc.10
|
|
3168
|
+
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
3169
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
3170
|
+
- @akinon/pz-otp@1.43.0-rc.10
|
|
3171
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
3172
|
+
|
|
3173
|
+
## 1.43.0-rc.9
|
|
3174
|
+
|
|
3175
|
+
### Minor Changes
|
|
3176
|
+
|
|
3177
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3178
|
+
|
|
3179
|
+
### Patch Changes
|
|
3180
|
+
|
|
3181
|
+
- Updated dependencies [bc2b411]
|
|
3182
|
+
- @akinon/next@1.43.0-rc.9
|
|
3183
|
+
- @akinon/pz-akifast@1.43.0-rc.9
|
|
3184
|
+
- @akinon/pz-b2b@1.43.0-rc.9
|
|
3185
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
3186
|
+
- @akinon/pz-bkm@1.43.0-rc.9
|
|
3187
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
3188
|
+
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
3189
|
+
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
3190
|
+
- @akinon/pz-gpay@1.43.0-rc.9
|
|
3191
|
+
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
3192
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
3193
|
+
- @akinon/pz-otp@1.43.0-rc.9
|
|
3194
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
3195
|
+
|
|
3196
|
+
## 1.43.0-rc.8
|
|
3197
|
+
|
|
3198
|
+
### Patch Changes
|
|
3199
|
+
|
|
3200
|
+
- Updated dependencies [70279e7]
|
|
3201
|
+
- Updated dependencies [9d94f7e]
|
|
3202
|
+
- @akinon/next@1.43.0-rc.8
|
|
3203
|
+
- @akinon/pz-akifast@1.43.0-rc.8
|
|
3204
|
+
- @akinon/pz-b2b@1.43.0-rc.8
|
|
3205
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
3206
|
+
- @akinon/pz-bkm@1.43.0-rc.8
|
|
3207
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
3208
|
+
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
3209
|
+
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
3210
|
+
- @akinon/pz-gpay@1.43.0-rc.8
|
|
3211
|
+
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
3212
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
3213
|
+
- @akinon/pz-otp@1.43.0-rc.8
|
|
3214
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
3215
|
+
|
|
3216
|
+
## 1.43.0-rc.7
|
|
3217
|
+
|
|
3218
|
+
### Patch Changes
|
|
3219
|
+
|
|
3220
|
+
- Updated dependencies [7bd3d99]
|
|
3221
|
+
- @akinon/next@1.43.0-rc.7
|
|
3222
|
+
- @akinon/pz-akifast@1.43.0-rc.7
|
|
3223
|
+
- @akinon/pz-b2b@1.43.0-rc.7
|
|
3224
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
3225
|
+
- @akinon/pz-bkm@1.43.0-rc.7
|
|
3226
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
3227
|
+
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
3228
|
+
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
3229
|
+
- @akinon/pz-gpay@1.43.0-rc.7
|
|
3230
|
+
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
3231
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
3232
|
+
- @akinon/pz-otp@1.43.0-rc.7
|
|
3233
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
3234
|
+
|
|
3235
|
+
## 1.43.0-rc.6
|
|
3236
|
+
|
|
3237
|
+
### Minor Changes
|
|
3238
|
+
|
|
3239
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3240
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3241
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3242
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3243
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3244
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3245
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3246
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3247
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3248
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3249
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3250
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3251
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3252
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3253
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3254
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3255
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3256
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3257
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3258
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3259
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3260
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3261
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3262
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3263
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3264
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3265
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3266
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3267
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3268
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3269
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3270
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3271
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3272
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3273
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3274
|
+
|
|
3275
|
+
### Patch Changes
|
|
3276
|
+
|
|
3277
|
+
- Updated dependencies [90282b5]
|
|
3278
|
+
- Updated dependencies [50b9069]
|
|
3279
|
+
- Updated dependencies [572d2e8]
|
|
3280
|
+
- Updated dependencies [a4c8d6a]
|
|
3281
|
+
- Updated dependencies [fda5b92]
|
|
3282
|
+
- Updated dependencies [2d9b2b2]
|
|
3283
|
+
- Updated dependencies [c53ea3e]
|
|
3284
|
+
- Updated dependencies [8d9ac9a]
|
|
3285
|
+
- Updated dependencies [18e8197]
|
|
3286
|
+
- Updated dependencies [714e0b4]
|
|
3287
|
+
- Updated dependencies [e9541a1]
|
|
3288
|
+
- Updated dependencies [c53ef7b]
|
|
3289
|
+
- Updated dependencies [64699d3]
|
|
3290
|
+
- Updated dependencies [0d3a913]
|
|
3291
|
+
- Updated dependencies [1448a96]
|
|
3292
|
+
- Updated dependencies [d3474c6]
|
|
3293
|
+
- Updated dependencies [75080fd]
|
|
3294
|
+
- Updated dependencies [17f8752]
|
|
3295
|
+
- Updated dependencies [91265bb]
|
|
3296
|
+
- Updated dependencies [bbe18b9]
|
|
3297
|
+
- Updated dependencies [d409996]
|
|
3298
|
+
- Updated dependencies [69ca080]
|
|
3299
|
+
- Updated dependencies [94b6928]
|
|
3300
|
+
- Updated dependencies [98bb8dc]
|
|
3301
|
+
- Updated dependencies [46b7aad]
|
|
3302
|
+
- Updated dependencies [dcc8a15]
|
|
3303
|
+
- Updated dependencies [fad2768]
|
|
3304
|
+
- Updated dependencies [dff0d59]
|
|
3305
|
+
- Updated dependencies [eecb282]
|
|
3306
|
+
- Updated dependencies [4a163f2]
|
|
3307
|
+
- Updated dependencies [beb499e]
|
|
3308
|
+
- Updated dependencies [146ea39]
|
|
3309
|
+
- Updated dependencies [f2c92d5]
|
|
3310
|
+
- Updated dependencies [c47be30]
|
|
3311
|
+
- Updated dependencies [e9a46ac]
|
|
3312
|
+
- Updated dependencies [f046f8e]
|
|
3313
|
+
- Updated dependencies [86d2531]
|
|
3314
|
+
- Updated dependencies [3f9b8d7]
|
|
3315
|
+
- @akinon/next@1.43.0-rc.6
|
|
3316
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
3317
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
3318
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
3319
|
+
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
3320
|
+
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
3321
|
+
- @akinon/pz-akifast@1.43.0-rc.6
|
|
3322
|
+
- @akinon/pz-gpay@1.43.0-rc.6
|
|
3323
|
+
- @akinon/pz-b2b@1.43.0-rc.6
|
|
3324
|
+
- @akinon/pz-bkm@1.43.0-rc.6
|
|
3325
|
+
- @akinon/pz-otp@1.43.0-rc.6
|
|
3326
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
3327
|
+
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
3328
|
+
|
|
3329
|
+
## 1.43.0-rc.5
|
|
3330
|
+
|
|
3331
|
+
### Patch Changes
|
|
3332
|
+
|
|
3333
|
+
- Updated dependencies [17f8752]
|
|
3334
|
+
- @akinon/next@1.43.0-rc.5
|
|
3335
|
+
- @akinon/pz-akifast@1.43.0-rc.5
|
|
3336
|
+
- @akinon/pz-b2b@1.43.0-rc.5
|
|
3337
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
3338
|
+
- @akinon/pz-bkm@1.43.0-rc.5
|
|
3339
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
3340
|
+
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
3341
|
+
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
3342
|
+
- @akinon/pz-gpay@1.43.0-rc.5
|
|
3343
|
+
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
3344
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
3345
|
+
- @akinon/pz-otp@1.43.0-rc.5
|
|
3346
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
3347
|
+
|
|
3348
|
+
## 1.43.0-rc.4
|
|
970
3349
|
|
|
971
3350
|
### Patch Changes
|
|
972
3351
|
|
|
973
|
-
- Updated dependencies [
|
|
974
|
-
- @akinon/next@1.
|
|
975
|
-
- @akinon/pz-akifast@1.
|
|
976
|
-
- @akinon/pz-b2b@1.
|
|
977
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
978
|
-
- @akinon/pz-bkm@1.
|
|
979
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
980
|
-
- @akinon/pz-click-collect@1.
|
|
981
|
-
- @akinon/pz-credit-payment@1.
|
|
982
|
-
- @akinon/pz-gpay@1.
|
|
983
|
-
- @akinon/pz-masterpass@1.
|
|
984
|
-
- @akinon/pz-one-click-checkout@1.
|
|
985
|
-
- @akinon/pz-otp@1.
|
|
986
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
3352
|
+
- Updated dependencies [3f9b8d7]
|
|
3353
|
+
- @akinon/next@1.43.0-rc.4
|
|
3354
|
+
- @akinon/pz-akifast@1.43.0-rc.4
|
|
3355
|
+
- @akinon/pz-b2b@1.43.0-rc.4
|
|
3356
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
3357
|
+
- @akinon/pz-bkm@1.43.0-rc.4
|
|
3358
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
3359
|
+
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
3360
|
+
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
3361
|
+
- @akinon/pz-gpay@1.43.0-rc.4
|
|
3362
|
+
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
3363
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
3364
|
+
- @akinon/pz-otp@1.43.0-rc.4
|
|
3365
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
3366
|
+
|
|
3367
|
+
## 1.43.0-rc.3
|
|
987
3368
|
|
|
988
|
-
|
|
3369
|
+
### Minor Changes
|
|
3370
|
+
|
|
3371
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
989
3372
|
|
|
990
3373
|
### Patch Changes
|
|
991
3374
|
|
|
992
|
-
-
|
|
993
|
-
- @akinon/pz-
|
|
994
|
-
- @akinon/pz-
|
|
995
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
996
|
-
- @akinon/pz-
|
|
997
|
-
- @akinon/pz-
|
|
998
|
-
- @akinon/pz-click-collect@1.
|
|
999
|
-
- @akinon/pz-
|
|
1000
|
-
- @akinon/
|
|
1001
|
-
- @akinon/pz-
|
|
1002
|
-
- @akinon/pz-
|
|
1003
|
-
- @akinon/pz-
|
|
1004
|
-
- @akinon/pz-
|
|
3375
|
+
- Updated dependencies [64699d3]
|
|
3376
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
3377
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
3378
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
3379
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
3380
|
+
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
3381
|
+
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
3382
|
+
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
3383
|
+
- @akinon/next@1.43.0-rc.3
|
|
3384
|
+
- @akinon/pz-akifast@1.43.0-rc.3
|
|
3385
|
+
- @akinon/pz-gpay@1.43.0-rc.3
|
|
3386
|
+
- @akinon/pz-b2b@1.43.0-rc.3
|
|
3387
|
+
- @akinon/pz-bkm@1.43.0-rc.3
|
|
3388
|
+
- @akinon/pz-otp@1.43.0-rc.3
|
|
3389
|
+
|
|
3390
|
+
## 1.43.0-rc.2
|
|
1005
3391
|
|
|
1006
|
-
|
|
3392
|
+
### Patch Changes
|
|
3393
|
+
|
|
3394
|
+
- Updated dependencies [f2c92d5]
|
|
3395
|
+
- @akinon/next@1.43.0-rc.2
|
|
3396
|
+
- @akinon/pz-akifast@1.43.0-rc.2
|
|
3397
|
+
- @akinon/pz-b2b@1.43.0-rc.2
|
|
3398
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
3399
|
+
- @akinon/pz-bkm@1.43.0-rc.2
|
|
3400
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
3401
|
+
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
3402
|
+
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
3403
|
+
- @akinon/pz-gpay@1.43.0-rc.2
|
|
3404
|
+
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
3405
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
3406
|
+
- @akinon/pz-otp@1.43.0-rc.2
|
|
3407
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
3408
|
+
|
|
3409
|
+
## 1.43.0-rc.1
|
|
1007
3410
|
|
|
1008
3411
|
### Minor Changes
|
|
1009
3412
|
|
|
1010
|
-
-
|
|
3413
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1011
3414
|
|
|
1012
3415
|
### Patch Changes
|
|
1013
3416
|
|
|
1014
|
-
- Updated dependencies [
|
|
1015
|
-
- @akinon/next@1.43.0
|
|
1016
|
-
- @akinon/pz-akifast@1.43.0
|
|
1017
|
-
- @akinon/pz-b2b@1.43.0
|
|
1018
|
-
- @akinon/pz-basket-gift-pack@1.43.0
|
|
1019
|
-
- @akinon/pz-bkm@1.43.0
|
|
1020
|
-
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
1021
|
-
- @akinon/pz-click-collect@1.43.0
|
|
1022
|
-
- @akinon/pz-credit-payment@1.43.0
|
|
1023
|
-
- @akinon/pz-gpay@1.43.0
|
|
1024
|
-
- @akinon/pz-masterpass@1.43.0
|
|
1025
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1026
|
-
- @akinon/pz-otp@1.43.0
|
|
1027
|
-
- @akinon/pz-pay-on-delivery@1.43.0
|
|
3417
|
+
- Updated dependencies [eecb282]
|
|
3418
|
+
- @akinon/next@1.43.0-rc.1
|
|
3419
|
+
- @akinon/pz-akifast@1.43.0-rc.1
|
|
3420
|
+
- @akinon/pz-b2b@1.43.0-rc.1
|
|
3421
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
3422
|
+
- @akinon/pz-bkm@1.43.0-rc.1
|
|
3423
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
3424
|
+
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
3425
|
+
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
3426
|
+
- @akinon/pz-gpay@1.43.0-rc.1
|
|
3427
|
+
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
3428
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
3429
|
+
- @akinon/pz-otp@1.43.0-rc.1
|
|
3430
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
3431
|
+
|
|
3432
|
+
## 1.43.0-rc.0
|
|
3433
|
+
|
|
3434
|
+
### Minor Changes
|
|
3435
|
+
|
|
3436
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3437
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3438
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3439
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3440
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3441
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3442
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3443
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3444
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3445
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3446
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3447
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3448
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3449
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3450
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3451
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3452
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3453
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3454
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3455
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3456
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3457
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3458
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3459
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3460
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3461
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3462
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3463
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3464
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3465
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3466
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3467
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3468
|
+
|
|
3469
|
+
### Patch Changes
|
|
3470
|
+
|
|
3471
|
+
- Updated dependencies [90282b5]
|
|
3472
|
+
- Updated dependencies [50b9069]
|
|
3473
|
+
- Updated dependencies [572d2e8]
|
|
3474
|
+
- Updated dependencies [a4c8d6a]
|
|
3475
|
+
- Updated dependencies [fda5b92]
|
|
3476
|
+
- Updated dependencies [2d9b2b2]
|
|
3477
|
+
- Updated dependencies [c53ea3e]
|
|
3478
|
+
- Updated dependencies [8d9ac9a]
|
|
3479
|
+
- Updated dependencies [18e8197]
|
|
3480
|
+
- Updated dependencies [714e0b4]
|
|
3481
|
+
- Updated dependencies [e9541a1]
|
|
3482
|
+
- Updated dependencies [c53ef7b]
|
|
3483
|
+
- Updated dependencies [0d3a913]
|
|
3484
|
+
- Updated dependencies [1448a96]
|
|
3485
|
+
- Updated dependencies [d3474c6]
|
|
3486
|
+
- Updated dependencies [75080fd]
|
|
3487
|
+
- Updated dependencies [91265bb]
|
|
3488
|
+
- Updated dependencies [bbe18b9]
|
|
3489
|
+
- Updated dependencies [d409996]
|
|
3490
|
+
- Updated dependencies [69ca080]
|
|
3491
|
+
- Updated dependencies [94b6928]
|
|
3492
|
+
- Updated dependencies [98bb8dc]
|
|
3493
|
+
- Updated dependencies [46b7aad]
|
|
3494
|
+
- Updated dependencies [dcc8a15]
|
|
3495
|
+
- Updated dependencies [fad2768]
|
|
3496
|
+
- Updated dependencies [dff0d59]
|
|
3497
|
+
- Updated dependencies [beb499e]
|
|
3498
|
+
- Updated dependencies [146ea39]
|
|
3499
|
+
- Updated dependencies [c47be30]
|
|
3500
|
+
- Updated dependencies [e9a46ac]
|
|
3501
|
+
- Updated dependencies [f046f8e]
|
|
3502
|
+
- Updated dependencies [86d2531]
|
|
3503
|
+
- @akinon/next@1.43.0-rc.0
|
|
3504
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
3505
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
3506
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
3507
|
+
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
3508
|
+
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
3509
|
+
- @akinon/pz-akifast@1.43.0-rc.0
|
|
3510
|
+
- @akinon/pz-gpay@1.43.0-rc.0
|
|
3511
|
+
- @akinon/pz-b2b@1.43.0-rc.0
|
|
3512
|
+
- @akinon/pz-bkm@1.43.0-rc.0
|
|
3513
|
+
- @akinon/pz-otp@1.43.0-rc.0
|
|
3514
|
+
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
3515
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
1028
3516
|
|
|
1029
3517
|
## 1.42.0
|
|
1030
3518
|
|
|
@@ -1193,13 +3681,301 @@
|
|
|
1193
3681
|
|
|
1194
3682
|
### Patch Changes
|
|
1195
3683
|
|
|
1196
|
-
-
|
|
1197
|
-
-
|
|
1198
|
-
-
|
|
1199
|
-
-
|
|
1200
|
-
-
|
|
1201
|
-
-
|
|
1202
|
-
-
|
|
3684
|
+
- Updated dependencies [a4c8d6a]
|
|
3685
|
+
- Updated dependencies [d09b677]
|
|
3686
|
+
- Updated dependencies [6d4aadb]
|
|
3687
|
+
- Updated dependencies [8e6e8cf]
|
|
3688
|
+
- Updated dependencies [c53ef7b]
|
|
3689
|
+
- Updated dependencies [ebb63ce]
|
|
3690
|
+
- Updated dependencies [7cebe87]
|
|
3691
|
+
- Updated dependencies [616690d]
|
|
3692
|
+
- Updated dependencies [f3b595e]
|
|
3693
|
+
- Updated dependencies [91265bb]
|
|
3694
|
+
- Updated dependencies [59fb7c3]
|
|
3695
|
+
- Updated dependencies [bbe18b9]
|
|
3696
|
+
- Updated dependencies [f0c23bc]
|
|
3697
|
+
- Updated dependencies [3420416]
|
|
3698
|
+
- Updated dependencies [495d155]
|
|
3699
|
+
- Updated dependencies [beb499e]
|
|
3700
|
+
- Updated dependencies [6c18543]
|
|
3701
|
+
- Updated dependencies [40ad73e]
|
|
3702
|
+
- Updated dependencies [495d155]
|
|
3703
|
+
- Updated dependencies [f046f8e]
|
|
3704
|
+
- Updated dependencies [6b2972b]
|
|
3705
|
+
- Updated dependencies [3e68768]
|
|
3706
|
+
- @akinon/next@1.34.0-rc.20
|
|
3707
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
3708
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
3709
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
3710
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
3711
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
3712
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
3713
|
+
|
|
3714
|
+
## 1.34.0-rc.19
|
|
3715
|
+
|
|
3716
|
+
### Patch Changes
|
|
3717
|
+
|
|
3718
|
+
- Updated dependencies [c53ef7b]
|
|
3719
|
+
- @akinon/next@1.34.0-rc.19
|
|
3720
|
+
- @akinon/pz-b2b@1.34.0-rc.19
|
|
3721
|
+
- @akinon/pz-gpay@1.34.0-rc.19
|
|
3722
|
+
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
3723
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
3724
|
+
- @akinon/pz-otp@1.34.0-rc.19
|
|
3725
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
3726
|
+
|
|
3727
|
+
## 1.34.0-rc.18
|
|
3728
|
+
|
|
3729
|
+
### Minor Changes
|
|
3730
|
+
|
|
3731
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3732
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3733
|
+
|
|
3734
|
+
### Patch Changes
|
|
3735
|
+
|
|
3736
|
+
- Updated dependencies [a4c8d6a]
|
|
3737
|
+
- @akinon/next@1.34.0-rc.18
|
|
3738
|
+
- @akinon/pz-b2b@1.34.0-rc.18
|
|
3739
|
+
- @akinon/pz-gpay@1.34.0-rc.18
|
|
3740
|
+
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
3741
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
3742
|
+
- @akinon/pz-otp@1.34.0-rc.18
|
|
3743
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
3744
|
+
|
|
3745
|
+
## 1.34.0-rc.17
|
|
3746
|
+
|
|
3747
|
+
### Minor Changes
|
|
3748
|
+
|
|
3749
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3750
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3751
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3752
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3753
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3754
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3755
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3756
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
3757
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3758
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3759
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3760
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
3761
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3762
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3763
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3764
|
+
|
|
3765
|
+
### Patch Changes
|
|
3766
|
+
|
|
3767
|
+
- Updated dependencies [d09b677]
|
|
3768
|
+
- Updated dependencies [6d4aadb]
|
|
3769
|
+
- Updated dependencies [8e6e8cf]
|
|
3770
|
+
- Updated dependencies [ebb63ce]
|
|
3771
|
+
- Updated dependencies [7cebe87]
|
|
3772
|
+
- Updated dependencies [616690d]
|
|
3773
|
+
- Updated dependencies [f3b595e]
|
|
3774
|
+
- Updated dependencies [91265bb]
|
|
3775
|
+
- Updated dependencies [59fb7c3]
|
|
3776
|
+
- Updated dependencies [bbe18b9]
|
|
3777
|
+
- Updated dependencies [f0c23bc]
|
|
3778
|
+
- Updated dependencies [3420416]
|
|
3779
|
+
- Updated dependencies [495d155]
|
|
3780
|
+
- Updated dependencies [beb499e]
|
|
3781
|
+
- Updated dependencies [6c18543]
|
|
3782
|
+
- Updated dependencies [40ad73e]
|
|
3783
|
+
- Updated dependencies [495d155]
|
|
3784
|
+
- Updated dependencies [f046f8e]
|
|
3785
|
+
- Updated dependencies [6b2972b]
|
|
3786
|
+
- Updated dependencies [3e68768]
|
|
3787
|
+
- @akinon/next@1.34.0-rc.17
|
|
3788
|
+
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
3789
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
3790
|
+
- @akinon/pz-b2b@1.34.0-rc.17
|
|
3791
|
+
- @akinon/pz-gpay@1.34.0-rc.17
|
|
3792
|
+
- @akinon/pz-otp@1.34.0-rc.17
|
|
3793
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
3794
|
+
|
|
3795
|
+
## 1.34.0-rc.16
|
|
3796
|
+
|
|
3797
|
+
### Patch Changes
|
|
3798
|
+
|
|
3799
|
+
- @akinon/next@1.34.0-rc.16
|
|
3800
|
+
- @akinon/pz-b2b@1.34.0-rc.16
|
|
3801
|
+
- @akinon/pz-gpay@1.34.0-rc.16
|
|
3802
|
+
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
3803
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
3804
|
+
- @akinon/pz-otp@1.34.0-rc.16
|
|
3805
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
3806
|
+
|
|
3807
|
+
## 1.34.0-rc.15
|
|
3808
|
+
|
|
3809
|
+
### Patch Changes
|
|
3810
|
+
|
|
3811
|
+
- @akinon/next@1.34.0-rc.15
|
|
3812
|
+
- @akinon/pz-b2b@1.34.0-rc.15
|
|
3813
|
+
- @akinon/pz-gpay@1.34.0-rc.15
|
|
3814
|
+
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
3815
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
3816
|
+
- @akinon/pz-otp@1.34.0-rc.15
|
|
3817
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
3818
|
+
|
|
3819
|
+
## 1.34.0-rc.14
|
|
3820
|
+
|
|
3821
|
+
### Minor Changes
|
|
3822
|
+
|
|
3823
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3824
|
+
|
|
3825
|
+
### Patch Changes
|
|
3826
|
+
|
|
3827
|
+
- @akinon/next@1.34.0-rc.14
|
|
3828
|
+
- @akinon/pz-b2b@1.34.0-rc.14
|
|
3829
|
+
- @akinon/pz-gpay@1.34.0-rc.14
|
|
3830
|
+
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
3831
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
3832
|
+
- @akinon/pz-otp@1.34.0-rc.14
|
|
3833
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
3834
|
+
|
|
3835
|
+
## 1.34.0-rc.13
|
|
3836
|
+
|
|
3837
|
+
### Minor Changes
|
|
3838
|
+
|
|
3839
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3840
|
+
|
|
3841
|
+
### Patch Changes
|
|
3842
|
+
|
|
3843
|
+
- @akinon/next@1.34.0-rc.13
|
|
3844
|
+
- @akinon/pz-b2b@1.34.0-rc.13
|
|
3845
|
+
- @akinon/pz-gpay@1.34.0-rc.13
|
|
3846
|
+
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
3847
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
3848
|
+
- @akinon/pz-otp@1.34.0-rc.13
|
|
3849
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
3850
|
+
|
|
3851
|
+
## 1.34.0-rc.12
|
|
3852
|
+
|
|
3853
|
+
### Patch Changes
|
|
3854
|
+
|
|
3855
|
+
- Updated dependencies [616690d]
|
|
3856
|
+
- @akinon/next@1.34.0-rc.12
|
|
3857
|
+
- @akinon/pz-b2b@1.34.0-rc.12
|
|
3858
|
+
- @akinon/pz-gpay@1.34.0-rc.12
|
|
3859
|
+
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
3860
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
3861
|
+
- @akinon/pz-otp@1.34.0-rc.12
|
|
3862
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
3863
|
+
|
|
3864
|
+
## 1.34.0-rc.11
|
|
3865
|
+
|
|
3866
|
+
### Patch Changes
|
|
3867
|
+
|
|
3868
|
+
- Updated dependencies [8e6e8cf]
|
|
3869
|
+
- @akinon/next@1.34.0-rc.11
|
|
3870
|
+
- @akinon/pz-b2b@1.34.0-rc.11
|
|
3871
|
+
- @akinon/pz-gpay@1.34.0-rc.11
|
|
3872
|
+
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
3873
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
3874
|
+
- @akinon/pz-otp@1.34.0-rc.11
|
|
3875
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
3876
|
+
|
|
3877
|
+
## 1.34.0-rc.10
|
|
3878
|
+
|
|
3879
|
+
### Patch Changes
|
|
3880
|
+
|
|
3881
|
+
- Updated dependencies [bbe18b9]
|
|
3882
|
+
- @akinon/next@1.34.0-rc.10
|
|
3883
|
+
- @akinon/pz-b2b@1.34.0-rc.10
|
|
3884
|
+
- @akinon/pz-gpay@1.34.0-rc.10
|
|
3885
|
+
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
3886
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
3887
|
+
- @akinon/pz-otp@1.34.0-rc.10
|
|
3888
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
3889
|
+
|
|
3890
|
+
## 1.34.0-rc.9
|
|
3891
|
+
|
|
3892
|
+
### Minor Changes
|
|
3893
|
+
|
|
3894
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3895
|
+
|
|
3896
|
+
### Patch Changes
|
|
3897
|
+
|
|
3898
|
+
- Updated dependencies [beb499e]
|
|
3899
|
+
- @akinon/next@1.34.0-rc.9
|
|
3900
|
+
- @akinon/pz-b2b@1.34.0-rc.9
|
|
3901
|
+
- @akinon/pz-gpay@1.34.0-rc.9
|
|
3902
|
+
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
3903
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
3904
|
+
- @akinon/pz-otp@1.34.0-rc.9
|
|
3905
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
3906
|
+
|
|
3907
|
+
## 1.34.0-rc.8
|
|
3908
|
+
|
|
3909
|
+
### Minor Changes
|
|
3910
|
+
|
|
3911
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3912
|
+
|
|
3913
|
+
### Patch Changes
|
|
3914
|
+
|
|
3915
|
+
- Updated dependencies [91265bb]
|
|
3916
|
+
- @akinon/next@1.34.0-rc.8
|
|
3917
|
+
- @akinon/pz-b2b@1.34.0-rc.8
|
|
3918
|
+
- @akinon/pz-gpay@1.34.0-rc.8
|
|
3919
|
+
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
3920
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
3921
|
+
- @akinon/pz-otp@1.34.0-rc.8
|
|
3922
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
3923
|
+
|
|
3924
|
+
## 1.34.0-rc.7
|
|
3925
|
+
|
|
3926
|
+
### Minor Changes
|
|
3927
|
+
|
|
3928
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3929
|
+
|
|
3930
|
+
### Patch Changes
|
|
3931
|
+
|
|
3932
|
+
- @akinon/next@1.34.0-rc.7
|
|
3933
|
+
- @akinon/pz-b2b@1.34.0-rc.7
|
|
3934
|
+
- @akinon/pz-gpay@1.34.0-rc.7
|
|
3935
|
+
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
3936
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
3937
|
+
- @akinon/pz-otp@1.34.0-rc.7
|
|
3938
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
3939
|
+
|
|
3940
|
+
## 1.34.0-rc.6
|
|
3941
|
+
|
|
3942
|
+
### Minor Changes
|
|
3943
|
+
|
|
3944
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3945
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3946
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3947
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3948
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
3949
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3950
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3951
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
3952
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3953
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3954
|
+
|
|
3955
|
+
### Patch Changes
|
|
3956
|
+
|
|
3957
|
+
- Updated dependencies [d09b677]
|
|
3958
|
+
- Updated dependencies [6d4aadb]
|
|
3959
|
+
- Updated dependencies [ebb63ce]
|
|
3960
|
+
- Updated dependencies [7cebe87]
|
|
3961
|
+
- Updated dependencies [f3b595e]
|
|
3962
|
+
- Updated dependencies [59fb7c3]
|
|
3963
|
+
- Updated dependencies [f0c23bc]
|
|
3964
|
+
- Updated dependencies [3420416]
|
|
3965
|
+
- Updated dependencies [495d155]
|
|
3966
|
+
- Updated dependencies [6c18543]
|
|
3967
|
+
- Updated dependencies [40ad73e]
|
|
3968
|
+
- Updated dependencies [495d155]
|
|
3969
|
+
- Updated dependencies [f046f8e]
|
|
3970
|
+
- Updated dependencies [6b2972b]
|
|
3971
|
+
- Updated dependencies [3e68768]
|
|
3972
|
+
- @akinon/next@1.34.0-rc.6
|
|
3973
|
+
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
3974
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
3975
|
+
- @akinon/pz-b2b@1.34.0-rc.6
|
|
3976
|
+
- @akinon/pz-gpay@1.34.0-rc.6
|
|
3977
|
+
- @akinon/pz-otp@1.34.0-rc.6
|
|
3978
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1203
3979
|
|
|
1204
3980
|
## 1.33.2
|
|
1205
3981
|
|