@akinon/projectzero 1.89.0 → 1.91.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 +76 -3
- package/app-template/CHANGELOG.md +4442 -216
- package/app-template/jest.config.ts +2 -2
- package/app-template/package.json +19 -19
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
- package/app-template/src/app/[commerce]/[locale]/[currency]/product/[pk]/loading.tsx +67 -0
- package/app-template/src/components/input.tsx +2 -1
- package/app-template/src/settings.js +8 -2
- 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/product/product-info.tsx +33 -3
- package/commands/plugins.ts +20 -30
- package/dist/commands/plugins.js +19 -20
- package/package.json +2 -2
|
@@ -1,34 +1,902 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.91.0-rc.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
8
|
+
- 4434c510: ZERO-3321: remove csp test script
|
|
9
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
10
|
+
- 3670f522: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
11
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
12
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
13
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
14
|
+
- 448adefb: ZERO-3321: move csp test to akinon-next
|
|
15
|
+
- e9ce5edb: ZERO-3321: check last CSP header in test
|
|
16
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
17
|
+
- 100f03a9: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [5dfeea04]
|
|
22
|
+
- Updated dependencies [823d82f]
|
|
23
|
+
- Updated dependencies [63774a6a]
|
|
24
|
+
- Updated dependencies [2d9b2b2c]
|
|
25
|
+
- Updated dependencies [5e1feca6]
|
|
26
|
+
- Updated dependencies [d8fad39]
|
|
27
|
+
- Updated dependencies [72bfcbf]
|
|
28
|
+
- Updated dependencies [40a46853]
|
|
29
|
+
- Updated dependencies [68bbcb2]
|
|
30
|
+
- Updated dependencies [2ba89b3]
|
|
31
|
+
- Updated dependencies [1e53e17a]
|
|
32
|
+
- Updated dependencies [f49bb74f]
|
|
33
|
+
- Updated dependencies [e9541a13]
|
|
34
|
+
- Updated dependencies [ad0bec9]
|
|
35
|
+
- Updated dependencies [9b7d0de]
|
|
36
|
+
- Updated dependencies [72fd4d67]
|
|
37
|
+
- Updated dependencies [c53ef7b9]
|
|
38
|
+
- Updated dependencies [310556e]
|
|
39
|
+
- Updated dependencies [64699d3f]
|
|
40
|
+
- Updated dependencies [e974d8e]
|
|
41
|
+
- Updated dependencies [b31333e]
|
|
42
|
+
- Updated dependencies [bf354de4]
|
|
43
|
+
- Updated dependencies [7727ae55]
|
|
44
|
+
- Updated dependencies [d552629f]
|
|
45
|
+
- Updated dependencies [448adefb]
|
|
46
|
+
- Updated dependencies [17f87524]
|
|
47
|
+
- Updated dependencies [65d3b862]
|
|
48
|
+
- Updated dependencies [bbe18b9f]
|
|
49
|
+
- Updated dependencies [17bfadc4]
|
|
50
|
+
- Updated dependencies [4920742c]
|
|
51
|
+
- Updated dependencies [b6e5b624]
|
|
52
|
+
- Updated dependencies [6c3629c2]
|
|
53
|
+
- Updated dependencies [7e56d6b6]
|
|
54
|
+
- Updated dependencies [dfaceff]
|
|
55
|
+
- Updated dependencies [33377cfd]
|
|
56
|
+
- Updated dependencies [43c182ee]
|
|
57
|
+
- Updated dependencies [943a239]
|
|
58
|
+
- Updated dependencies [eeb20bea]
|
|
59
|
+
- Updated dependencies [fec9638a]
|
|
60
|
+
- Updated dependencies [3bf63c8a]
|
|
61
|
+
- Updated dependencies [9be2c081]
|
|
62
|
+
- Updated dependencies [f2c92d5c]
|
|
63
|
+
- Updated dependencies [7bd3d992]
|
|
64
|
+
- Updated dependencies [fdd255ee]
|
|
65
|
+
- Updated dependencies [07248e09]
|
|
66
|
+
- Updated dependencies [acf03209]
|
|
67
|
+
- Updated dependencies [387356b6]
|
|
68
|
+
- Updated dependencies [49eeebfa]
|
|
69
|
+
- Updated dependencies [3f9b8d7e]
|
|
70
|
+
- Updated dependencies [b2ee69b9]
|
|
71
|
+
- Updated dependencies [0cabbda]
|
|
72
|
+
- @akinon/next@1.91.0-rc.0
|
|
73
|
+
- @akinon/pz-basket-gift-pack@1.91.0-rc.0
|
|
74
|
+
- @akinon/pz-tamara-extension@1.91.0-rc.0
|
|
75
|
+
- @akinon/pz-masterpass@1.91.0-rc.0
|
|
76
|
+
- @akinon/pz-credit-payment@1.91.0-rc.0
|
|
77
|
+
- @akinon/pz-checkout-gift-pack@1.91.0-rc.0
|
|
78
|
+
- @akinon/pz-one-click-checkout@1.91.0-rc.0
|
|
79
|
+
- @akinon/pz-pay-on-delivery@1.91.0-rc.0
|
|
80
|
+
- @akinon/pz-click-collect@1.91.0-rc.0
|
|
81
|
+
- @akinon/pz-akifast@1.91.0-rc.0
|
|
82
|
+
- @akinon/pz-gpay@1.91.0-rc.0
|
|
83
|
+
- @akinon/pz-b2b@1.91.0-rc.0
|
|
84
|
+
- @akinon/pz-bkm@1.91.0-rc.0
|
|
85
|
+
- @akinon/pz-otp@1.91.0-rc.0
|
|
86
|
+
- @akinon/pz-tabby-extension@1.91.0-rc.0
|
|
87
|
+
- @akinon/pz-saved-card@1.91.0-rc.0
|
|
88
|
+
|
|
89
|
+
## 1.90.0
|
|
90
|
+
|
|
91
|
+
### Minor Changes
|
|
92
|
+
|
|
93
|
+
- 4e379cd: ZERO-3365: Added variant selection completion check
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- Updated dependencies [2657d0c]
|
|
98
|
+
- Updated dependencies [1044bce]
|
|
99
|
+
- Updated dependencies [c9b8c6f]
|
|
100
|
+
- Updated dependencies [d662786]
|
|
101
|
+
- Updated dependencies [e68e120]
|
|
102
|
+
- Updated dependencies [ec9ff89]
|
|
103
|
+
- Updated dependencies [9c3a22a]
|
|
104
|
+
- Updated dependencies [a1463fd]
|
|
105
|
+
- Updated dependencies [99b3fd6]
|
|
106
|
+
- @akinon/pz-akifast@1.90.0
|
|
107
|
+
- @akinon/pz-bkm@1.90.0
|
|
108
|
+
- @akinon/pz-click-collect@1.90.0
|
|
109
|
+
- @akinon/pz-pay-on-delivery@1.90.0
|
|
110
|
+
- @akinon/next@1.90.0
|
|
111
|
+
- @akinon/pz-checkout-gift-pack@1.90.0
|
|
112
|
+
- @akinon/pz-otp@1.90.0
|
|
113
|
+
- @akinon/pz-gpay@1.90.0
|
|
114
|
+
- @akinon/pz-one-click-checkout@1.90.0
|
|
115
|
+
- @akinon/pz-b2b@1.90.0
|
|
116
|
+
- @akinon/pz-basket-gift-pack@1.90.0
|
|
117
|
+
- @akinon/pz-credit-payment@1.90.0
|
|
118
|
+
- @akinon/pz-masterpass@1.90.0
|
|
119
|
+
- @akinon/pz-saved-card@1.90.0
|
|
120
|
+
- @akinon/pz-tabby-extension@1.90.0
|
|
121
|
+
- @akinon/pz-tamara-extension@1.90.0
|
|
122
|
+
|
|
3
123
|
## 1.89.0
|
|
4
124
|
|
|
5
125
|
### Minor Changes
|
|
6
126
|
|
|
127
|
+
- 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
128
|
+
- 4434c510: ZERO-3321: remove csp test script
|
|
129
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
130
|
+
- 3670f522: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
131
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
132
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
133
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
134
|
+
- 448adefb: ZERO-3321: move csp test to akinon-next
|
|
135
|
+
- e9ce5edb: ZERO-3321: check last CSP header in test
|
|
136
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
137
|
+
- 4e379cd: ZERO-3365: Added variant selection completion check
|
|
138
|
+
- 100f03a9: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- Updated dependencies [5dfeea04]
|
|
143
|
+
- Updated dependencies [823d82f]
|
|
144
|
+
- Updated dependencies [2657d0c]
|
|
145
|
+
- Updated dependencies [63774a6a]
|
|
146
|
+
- Updated dependencies [2d9b2b2c]
|
|
147
|
+
- Updated dependencies [5e1feca6]
|
|
148
|
+
- Updated dependencies [d8fad39]
|
|
149
|
+
- Updated dependencies [72bfcbf]
|
|
150
|
+
- Updated dependencies [40a46853]
|
|
151
|
+
- Updated dependencies [1044bce]
|
|
152
|
+
- Updated dependencies [68bbcb2]
|
|
153
|
+
- Updated dependencies [2ba89b3]
|
|
154
|
+
- Updated dependencies [1e53e17a]
|
|
155
|
+
- Updated dependencies [f49bb74f]
|
|
156
|
+
- Updated dependencies [e9541a13]
|
|
157
|
+
- Updated dependencies [ad0bec9]
|
|
158
|
+
- Updated dependencies [9b7d0de]
|
|
159
|
+
- Updated dependencies [72fd4d67]
|
|
160
|
+
- Updated dependencies [c53ef7b9]
|
|
161
|
+
- Updated dependencies [310556e]
|
|
162
|
+
- Updated dependencies [64699d3f]
|
|
163
|
+
- Updated dependencies [e974d8e]
|
|
164
|
+
- Updated dependencies [b31333e]
|
|
165
|
+
- Updated dependencies [bf354de4]
|
|
166
|
+
- Updated dependencies [7727ae55]
|
|
167
|
+
- Updated dependencies [c9b8c6f]
|
|
168
|
+
- Updated dependencies [d552629f]
|
|
169
|
+
- Updated dependencies [448adefb]
|
|
170
|
+
- Updated dependencies [17f87524]
|
|
171
|
+
- Updated dependencies [65d3b862]
|
|
172
|
+
- Updated dependencies [bbe18b9f]
|
|
173
|
+
- Updated dependencies [17bfadc4]
|
|
174
|
+
- Updated dependencies [4920742c]
|
|
175
|
+
- Updated dependencies [b6e5b624]
|
|
176
|
+
- Updated dependencies [6c3629c2]
|
|
177
|
+
- Updated dependencies [7e56d6b6]
|
|
178
|
+
- Updated dependencies [dfaceff]
|
|
179
|
+
- Updated dependencies [33377cfd]
|
|
180
|
+
- Updated dependencies [43c182ee]
|
|
181
|
+
- Updated dependencies [d662786]
|
|
182
|
+
- Updated dependencies [943a239]
|
|
183
|
+
- Updated dependencies [e68e120]
|
|
184
|
+
- Updated dependencies [eeb20bea]
|
|
185
|
+
- Updated dependencies [fec9638a]
|
|
186
|
+
- Updated dependencies [3bf63c8a]
|
|
187
|
+
- Updated dependencies [ec9ff89]
|
|
188
|
+
- Updated dependencies [9be2c081]
|
|
189
|
+
- Updated dependencies [f2c92d5c]
|
|
190
|
+
- Updated dependencies [9c3a22a]
|
|
191
|
+
- Updated dependencies [7bd3d992]
|
|
192
|
+
- Updated dependencies [fdd255ee]
|
|
193
|
+
- Updated dependencies [a1463fd]
|
|
194
|
+
- Updated dependencies [99b3fd6]
|
|
195
|
+
- Updated dependencies [07248e09]
|
|
196
|
+
- Updated dependencies [acf03209]
|
|
197
|
+
- Updated dependencies [387356b6]
|
|
198
|
+
- Updated dependencies [49eeebfa]
|
|
199
|
+
- Updated dependencies [3f9b8d7e]
|
|
200
|
+
- Updated dependencies [b2ee69b9]
|
|
201
|
+
- Updated dependencies [0cabbda]
|
|
202
|
+
- @akinon/next@1.89.0-rc.22
|
|
203
|
+
- @akinon/pz-akifast@1.89.0-rc.22
|
|
204
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.22
|
|
205
|
+
- @akinon/pz-bkm@1.89.0-rc.22
|
|
206
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.22
|
|
207
|
+
- @akinon/pz-masterpass@1.89.0-rc.22
|
|
208
|
+
- @akinon/pz-credit-payment@1.89.0-rc.22
|
|
209
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.22
|
|
210
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.22
|
|
211
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.22
|
|
212
|
+
- @akinon/pz-click-collect@1.89.0-rc.22
|
|
213
|
+
- @akinon/pz-gpay@1.89.0-rc.22
|
|
214
|
+
- @akinon/pz-b2b@1.89.0-rc.22
|
|
215
|
+
- @akinon/pz-otp@1.89.0-rc.22
|
|
216
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.22
|
|
217
|
+
- @akinon/pz-saved-card@1.89.0-rc.22
|
|
218
|
+
|
|
219
|
+
## 1.89.0-rc.21
|
|
220
|
+
|
|
221
|
+
### Minor Changes
|
|
222
|
+
|
|
223
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- Updated dependencies [e974d8e]
|
|
228
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.21
|
|
229
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.21
|
|
230
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.21
|
|
231
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.21
|
|
232
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.21
|
|
233
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.21
|
|
234
|
+
- @akinon/pz-credit-payment@1.89.0-rc.21
|
|
235
|
+
- @akinon/pz-click-collect@1.89.0-rc.21
|
|
236
|
+
- @akinon/pz-masterpass@1.89.0-rc.21
|
|
237
|
+
- @akinon/pz-saved-card@1.89.0-rc.21
|
|
238
|
+
- @akinon/next@1.89.0-rc.21
|
|
239
|
+
- @akinon/pz-akifast@1.89.0-rc.21
|
|
240
|
+
- @akinon/pz-gpay@1.89.0-rc.21
|
|
241
|
+
- @akinon/pz-b2b@1.89.0-rc.21
|
|
242
|
+
- @akinon/pz-bkm@1.89.0-rc.21
|
|
243
|
+
- @akinon/pz-otp@1.89.0-rc.21
|
|
244
|
+
|
|
245
|
+
## 1.89.0-rc.20
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- Updated dependencies [e68e120]
|
|
250
|
+
- @akinon/next@1.89.0-rc.20
|
|
251
|
+
- @akinon/pz-akifast@1.89.0-rc.20
|
|
252
|
+
- @akinon/pz-b2b@1.89.0-rc.20
|
|
253
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.20
|
|
254
|
+
- @akinon/pz-bkm@1.89.0-rc.20
|
|
255
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.20
|
|
256
|
+
- @akinon/pz-click-collect@1.89.0-rc.20
|
|
257
|
+
- @akinon/pz-credit-payment@1.89.0-rc.20
|
|
258
|
+
- @akinon/pz-gpay@1.89.0-rc.20
|
|
259
|
+
- @akinon/pz-masterpass@1.89.0-rc.20
|
|
260
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.20
|
|
261
|
+
- @akinon/pz-otp@1.89.0-rc.20
|
|
262
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.20
|
|
263
|
+
- @akinon/pz-saved-card@1.89.0-rc.20
|
|
264
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.20
|
|
265
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.20
|
|
266
|
+
|
|
267
|
+
## 1.89.0-rc.19
|
|
268
|
+
|
|
269
|
+
### Patch Changes
|
|
270
|
+
|
|
271
|
+
- Updated dependencies [823d82f]
|
|
272
|
+
- @akinon/next@1.89.0-rc.19
|
|
273
|
+
- @akinon/pz-akifast@1.89.0-rc.19
|
|
274
|
+
- @akinon/pz-b2b@1.89.0-rc.19
|
|
275
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.19
|
|
276
|
+
- @akinon/pz-bkm@1.89.0-rc.19
|
|
277
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.19
|
|
278
|
+
- @akinon/pz-click-collect@1.89.0-rc.19
|
|
279
|
+
- @akinon/pz-credit-payment@1.89.0-rc.19
|
|
280
|
+
- @akinon/pz-gpay@1.89.0-rc.19
|
|
281
|
+
- @akinon/pz-masterpass@1.89.0-rc.19
|
|
282
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.19
|
|
283
|
+
- @akinon/pz-otp@1.89.0-rc.19
|
|
284
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.19
|
|
285
|
+
- @akinon/pz-saved-card@1.89.0-rc.19
|
|
286
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.19
|
|
287
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.19
|
|
288
|
+
|
|
289
|
+
## 1.89.0-rc.18
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Updated dependencies [310556e]
|
|
294
|
+
- @akinon/pz-credit-payment@1.89.0-rc.18
|
|
295
|
+
- @akinon/next@1.89.0-rc.18
|
|
296
|
+
- @akinon/pz-akifast@1.89.0-rc.18
|
|
297
|
+
- @akinon/pz-b2b@1.89.0-rc.18
|
|
298
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.18
|
|
299
|
+
- @akinon/pz-bkm@1.89.0-rc.18
|
|
300
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.18
|
|
301
|
+
- @akinon/pz-click-collect@1.89.0-rc.18
|
|
302
|
+
- @akinon/pz-gpay@1.89.0-rc.18
|
|
303
|
+
- @akinon/pz-masterpass@1.89.0-rc.18
|
|
304
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.18
|
|
305
|
+
- @akinon/pz-otp@1.89.0-rc.18
|
|
306
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.18
|
|
307
|
+
- @akinon/pz-saved-card@1.89.0-rc.18
|
|
308
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.18
|
|
309
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.18
|
|
310
|
+
|
|
311
|
+
## 1.89.0-rc.17
|
|
312
|
+
|
|
313
|
+
### Patch Changes
|
|
314
|
+
|
|
315
|
+
- Updated dependencies [9b7d0de]
|
|
316
|
+
- @akinon/next@1.89.0-rc.17
|
|
317
|
+
- @akinon/pz-akifast@1.89.0-rc.17
|
|
318
|
+
- @akinon/pz-b2b@1.89.0-rc.17
|
|
319
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.17
|
|
320
|
+
- @akinon/pz-bkm@1.89.0-rc.17
|
|
321
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.17
|
|
322
|
+
- @akinon/pz-click-collect@1.89.0-rc.17
|
|
323
|
+
- @akinon/pz-credit-payment@1.89.0-rc.17
|
|
324
|
+
- @akinon/pz-gpay@1.89.0-rc.17
|
|
325
|
+
- @akinon/pz-masterpass@1.89.0-rc.17
|
|
326
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.17
|
|
327
|
+
- @akinon/pz-otp@1.89.0-rc.17
|
|
328
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.17
|
|
329
|
+
- @akinon/pz-saved-card@1.89.0-rc.17
|
|
330
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.17
|
|
331
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.17
|
|
332
|
+
|
|
333
|
+
## 1.89.0-rc.16
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- Updated dependencies [68bbcb2]
|
|
338
|
+
- @akinon/next@1.89.0-rc.16
|
|
339
|
+
- @akinon/pz-akifast@1.89.0-rc.16
|
|
340
|
+
- @akinon/pz-b2b@1.89.0-rc.16
|
|
341
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.16
|
|
342
|
+
- @akinon/pz-bkm@1.89.0-rc.16
|
|
343
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.16
|
|
344
|
+
- @akinon/pz-click-collect@1.89.0-rc.16
|
|
345
|
+
- @akinon/pz-credit-payment@1.89.0-rc.16
|
|
346
|
+
- @akinon/pz-gpay@1.89.0-rc.16
|
|
347
|
+
- @akinon/pz-masterpass@1.89.0-rc.16
|
|
348
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.16
|
|
349
|
+
- @akinon/pz-otp@1.89.0-rc.16
|
|
350
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.16
|
|
351
|
+
- @akinon/pz-saved-card@1.89.0-rc.16
|
|
352
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.16
|
|
353
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.16
|
|
354
|
+
|
|
355
|
+
## 1.89.0-rc.15
|
|
356
|
+
|
|
357
|
+
### Patch Changes
|
|
358
|
+
|
|
359
|
+
- Updated dependencies [d662786]
|
|
360
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.15
|
|
361
|
+
- @akinon/next@1.89.0-rc.15
|
|
362
|
+
- @akinon/pz-akifast@1.89.0-rc.15
|
|
363
|
+
- @akinon/pz-b2b@1.89.0-rc.15
|
|
364
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.15
|
|
365
|
+
- @akinon/pz-bkm@1.89.0-rc.15
|
|
366
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.15
|
|
367
|
+
- @akinon/pz-click-collect@1.89.0-rc.15
|
|
368
|
+
- @akinon/pz-credit-payment@1.89.0-rc.15
|
|
369
|
+
- @akinon/pz-gpay@1.89.0-rc.15
|
|
370
|
+
- @akinon/pz-masterpass@1.89.0-rc.15
|
|
371
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.15
|
|
372
|
+
- @akinon/pz-otp@1.89.0-rc.15
|
|
373
|
+
- @akinon/pz-saved-card@1.89.0-rc.15
|
|
374
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.15
|
|
375
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.15
|
|
376
|
+
|
|
377
|
+
## 1.89.0-rc.14
|
|
378
|
+
|
|
379
|
+
### Patch Changes
|
|
380
|
+
|
|
381
|
+
- @akinon/next@1.89.0-rc.14
|
|
382
|
+
- @akinon/pz-akifast@1.89.0-rc.14
|
|
383
|
+
- @akinon/pz-b2b@1.89.0-rc.14
|
|
384
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.14
|
|
385
|
+
- @akinon/pz-bkm@1.89.0-rc.14
|
|
386
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.14
|
|
387
|
+
- @akinon/pz-click-collect@1.89.0-rc.14
|
|
388
|
+
- @akinon/pz-credit-payment@1.89.0-rc.14
|
|
389
|
+
- @akinon/pz-gpay@1.89.0-rc.14
|
|
390
|
+
- @akinon/pz-masterpass@1.89.0-rc.14
|
|
391
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.14
|
|
392
|
+
- @akinon/pz-otp@1.89.0-rc.14
|
|
393
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.14
|
|
394
|
+
- @akinon/pz-saved-card@1.89.0-rc.14
|
|
395
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.14
|
|
396
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.14
|
|
397
|
+
|
|
398
|
+
## 1.89.0-rc.13
|
|
399
|
+
|
|
400
|
+
### Minor Changes
|
|
401
|
+
|
|
402
|
+
- 4e379cd: ZERO-3365: Added variant selection completion check
|
|
403
|
+
|
|
404
|
+
### Patch Changes
|
|
405
|
+
|
|
406
|
+
- Updated dependencies [2657d0c]
|
|
407
|
+
- Updated dependencies [1044bce]
|
|
408
|
+
- Updated dependencies [ec9ff89]
|
|
409
|
+
- Updated dependencies [9c3a22a]
|
|
410
|
+
- Updated dependencies [a1463fd]
|
|
411
|
+
- @akinon/pz-akifast@1.89.0-rc.13
|
|
412
|
+
- @akinon/pz-bkm@1.89.0-rc.13
|
|
413
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.13
|
|
414
|
+
- @akinon/pz-otp@1.89.0-rc.13
|
|
415
|
+
- @akinon/pz-gpay@1.89.0-rc.13
|
|
416
|
+
- @akinon/next@1.89.0-rc.13
|
|
417
|
+
- @akinon/pz-b2b@1.89.0-rc.13
|
|
418
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.13
|
|
419
|
+
- @akinon/pz-click-collect@1.89.0-rc.13
|
|
420
|
+
- @akinon/pz-credit-payment@1.89.0-rc.13
|
|
421
|
+
- @akinon/pz-masterpass@1.89.0-rc.13
|
|
422
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.13
|
|
423
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.13
|
|
424
|
+
- @akinon/pz-saved-card@1.89.0-rc.13
|
|
425
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.13
|
|
426
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.13
|
|
427
|
+
|
|
428
|
+
## 1.89.0-rc.12
|
|
429
|
+
|
|
430
|
+
### Patch Changes
|
|
431
|
+
|
|
432
|
+
- Updated dependencies [c9b8c6f]
|
|
433
|
+
- @akinon/pz-click-collect@1.89.0-rc.12
|
|
434
|
+
- @akinon/next@1.89.0-rc.12
|
|
435
|
+
- @akinon/pz-akifast@1.89.0-rc.12
|
|
436
|
+
- @akinon/pz-b2b@1.89.0-rc.12
|
|
437
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.12
|
|
438
|
+
- @akinon/pz-bkm@1.89.0-rc.12
|
|
439
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.12
|
|
440
|
+
- @akinon/pz-credit-payment@1.89.0-rc.12
|
|
441
|
+
- @akinon/pz-gpay@1.89.0-rc.12
|
|
442
|
+
- @akinon/pz-masterpass@1.89.0-rc.12
|
|
443
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.12
|
|
444
|
+
- @akinon/pz-otp@1.89.0-rc.12
|
|
445
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.12
|
|
446
|
+
- @akinon/pz-saved-card@1.89.0-rc.12
|
|
447
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.12
|
|
448
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.12
|
|
449
|
+
|
|
450
|
+
## 1.89.0-rc.11
|
|
451
|
+
|
|
452
|
+
### Patch Changes
|
|
453
|
+
|
|
454
|
+
- Updated dependencies [72bfcbf]
|
|
455
|
+
- Updated dependencies [2ba89b3]
|
|
456
|
+
- Updated dependencies [ad0bec9]
|
|
457
|
+
- Updated dependencies [b31333e]
|
|
458
|
+
- Updated dependencies [99b3fd6]
|
|
459
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.11
|
|
460
|
+
- @akinon/pz-masterpass@1.89.0-rc.11
|
|
461
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.11
|
|
462
|
+
- @akinon/next@1.89.0-rc.11
|
|
463
|
+
- @akinon/pz-akifast@1.89.0-rc.11
|
|
464
|
+
- @akinon/pz-b2b@1.89.0-rc.11
|
|
465
|
+
- @akinon/pz-bkm@1.89.0-rc.11
|
|
466
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.11
|
|
467
|
+
- @akinon/pz-click-collect@1.89.0-rc.11
|
|
468
|
+
- @akinon/pz-credit-payment@1.89.0-rc.11
|
|
469
|
+
- @akinon/pz-gpay@1.89.0-rc.11
|
|
470
|
+
- @akinon/pz-otp@1.89.0-rc.11
|
|
471
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.11
|
|
472
|
+
- @akinon/pz-saved-card@1.89.0-rc.11
|
|
473
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.11
|
|
474
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.11
|
|
475
|
+
|
|
476
|
+
## 1.89.0-rc.10
|
|
477
|
+
|
|
478
|
+
### Minor Changes
|
|
479
|
+
|
|
480
|
+
- 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
481
|
+
- 4434c51: ZERO-3321: remove csp test script
|
|
482
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
483
|
+
- 3670f52: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
484
|
+
- 1ba5af2: ZERO-3354: Add data-testids for tamara package
|
|
485
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
486
|
+
- d4463ad: ZERO-3344: Update plugins documentation
|
|
487
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
488
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
489
|
+
- e9ce5ed: ZERO-3321: check last CSP header in test
|
|
490
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
491
|
+
- 100f03a: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
492
|
+
|
|
493
|
+
### Patch Changes
|
|
494
|
+
|
|
495
|
+
- Updated dependencies [5dfeea04]
|
|
496
|
+
- Updated dependencies [63774a6]
|
|
497
|
+
- Updated dependencies [2d9b2b2c]
|
|
498
|
+
- Updated dependencies [5e1feca6]
|
|
499
|
+
- Updated dependencies [d8fad39]
|
|
500
|
+
- Updated dependencies [40a46853]
|
|
501
|
+
- Updated dependencies [57a6184]
|
|
502
|
+
- Updated dependencies [1e53e17a]
|
|
503
|
+
- Updated dependencies [f49bb74f]
|
|
504
|
+
- Updated dependencies [e9541a13]
|
|
505
|
+
- Updated dependencies [72fd4d67]
|
|
506
|
+
- Updated dependencies [c53ef7b9]
|
|
507
|
+
- Updated dependencies [1ba5af2]
|
|
508
|
+
- Updated dependencies [64699d3f]
|
|
509
|
+
- Updated dependencies [bf354de]
|
|
510
|
+
- Updated dependencies [7727ae55]
|
|
511
|
+
- Updated dependencies [d552629f]
|
|
512
|
+
- Updated dependencies [448adef]
|
|
513
|
+
- Updated dependencies [17f87524]
|
|
514
|
+
- Updated dependencies [65d3b862]
|
|
515
|
+
- Updated dependencies [bbe18b9f]
|
|
516
|
+
- Updated dependencies [17bfadc4]
|
|
517
|
+
- Updated dependencies [4920742c]
|
|
518
|
+
- Updated dependencies [b6e5b624]
|
|
519
|
+
- Updated dependencies [6c3629c]
|
|
520
|
+
- Updated dependencies [7e56d6b6]
|
|
521
|
+
- Updated dependencies [dfaceff]
|
|
522
|
+
- Updated dependencies [33377cfd]
|
|
523
|
+
- Updated dependencies [43c182ee]
|
|
524
|
+
- Updated dependencies [e2026ec]
|
|
525
|
+
- Updated dependencies [943a239]
|
|
526
|
+
- Updated dependencies [eeb20bea]
|
|
527
|
+
- Updated dependencies [fec9638]
|
|
528
|
+
- Updated dependencies [3bf63c8a]
|
|
529
|
+
- Updated dependencies [9be2c081]
|
|
530
|
+
- Updated dependencies [f2c92d5c]
|
|
531
|
+
- Updated dependencies [c759d6b]
|
|
532
|
+
- Updated dependencies [7bd3d992]
|
|
533
|
+
- Updated dependencies [fdd255ee]
|
|
534
|
+
- Updated dependencies [07248e09]
|
|
535
|
+
- Updated dependencies [acf0320]
|
|
536
|
+
- Updated dependencies [387356b]
|
|
537
|
+
- Updated dependencies [49eeebfa]
|
|
538
|
+
- Updated dependencies [3f9b8d7e]
|
|
539
|
+
- Updated dependencies [b2ee69b]
|
|
540
|
+
- Updated dependencies [0cabbda]
|
|
541
|
+
- @akinon/next@1.89.0-rc.10
|
|
542
|
+
- @akinon/pz-gpay@1.89.0-rc.10
|
|
543
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.10
|
|
544
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.10
|
|
545
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.10
|
|
546
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.10
|
|
547
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.10
|
|
548
|
+
- @akinon/pz-credit-payment@1.89.0-rc.10
|
|
549
|
+
- @akinon/pz-click-collect@1.89.0-rc.10
|
|
550
|
+
- @akinon/pz-masterpass@1.89.0-rc.10
|
|
551
|
+
- @akinon/pz-akifast@1.89.0-rc.10
|
|
552
|
+
- @akinon/pz-b2b@1.89.0-rc.10
|
|
553
|
+
- @akinon/pz-bkm@1.89.0-rc.10
|
|
554
|
+
- @akinon/pz-otp@1.89.0-rc.10
|
|
555
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.10
|
|
556
|
+
- @akinon/pz-saved-card@1.89.0-rc.10
|
|
557
|
+
|
|
558
|
+
## 1.89.0-rc.9
|
|
559
|
+
|
|
560
|
+
### Minor Changes
|
|
561
|
+
|
|
562
|
+
- 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
563
|
+
- 4434c51: ZERO-3321: remove csp test script
|
|
564
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
565
|
+
- 3670f52: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
7
566
|
- 1ba5af2: ZERO-3354: Add data-testids for tamara package
|
|
567
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
8
568
|
- d4463ad: ZERO-3344: Update plugins documentation
|
|
569
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
570
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
571
|
+
- e9ce5ed: ZERO-3321: check last CSP header in test
|
|
572
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
573
|
+
- 100f03a: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
9
574
|
|
|
10
575
|
### Patch Changes
|
|
11
576
|
|
|
577
|
+
- Updated dependencies [5dfeea04]
|
|
578
|
+
- Updated dependencies [63774a6]
|
|
579
|
+
- Updated dependencies [2d9b2b2c]
|
|
580
|
+
- Updated dependencies [5e1feca6]
|
|
581
|
+
- Updated dependencies [d8fad39]
|
|
582
|
+
- Updated dependencies [40a46853]
|
|
12
583
|
- Updated dependencies [57a6184]
|
|
584
|
+
- Updated dependencies [1e53e17a]
|
|
585
|
+
- Updated dependencies [f49bb74f]
|
|
586
|
+
- Updated dependencies [e9541a13]
|
|
587
|
+
- Updated dependencies [72fd4d67]
|
|
588
|
+
- Updated dependencies [c53ef7b9]
|
|
13
589
|
- Updated dependencies [1ba5af2]
|
|
590
|
+
- Updated dependencies [64699d3f]
|
|
591
|
+
- Updated dependencies [bf354de]
|
|
592
|
+
- Updated dependencies [7727ae55]
|
|
593
|
+
- Updated dependencies [d552629f]
|
|
594
|
+
- Updated dependencies [448adef]
|
|
595
|
+
- Updated dependencies [17f87524]
|
|
596
|
+
- Updated dependencies [65d3b862]
|
|
597
|
+
- Updated dependencies [bbe18b9f]
|
|
598
|
+
- Updated dependencies [17bfadc4]
|
|
599
|
+
- Updated dependencies [4920742c]
|
|
600
|
+
- Updated dependencies [b6e5b624]
|
|
601
|
+
- Updated dependencies [6c3629c]
|
|
602
|
+
- Updated dependencies [7e56d6b6]
|
|
603
|
+
- Updated dependencies [dfaceff]
|
|
604
|
+
- Updated dependencies [33377cfd]
|
|
605
|
+
- Updated dependencies [43c182ee]
|
|
14
606
|
- Updated dependencies [e2026ec]
|
|
607
|
+
- Updated dependencies [943a239]
|
|
608
|
+
- Updated dependencies [eeb20bea]
|
|
609
|
+
- Updated dependencies [fec9638]
|
|
610
|
+
- Updated dependencies [3bf63c8a]
|
|
611
|
+
- Updated dependencies [9be2c081]
|
|
612
|
+
- Updated dependencies [f2c92d5c]
|
|
613
|
+
- Updated dependencies [c759d6b]
|
|
614
|
+
- Updated dependencies [7bd3d992]
|
|
615
|
+
- Updated dependencies [fdd255ee]
|
|
616
|
+
- Updated dependencies [07248e09]
|
|
617
|
+
- Updated dependencies [acf0320]
|
|
618
|
+
- Updated dependencies [387356b]
|
|
619
|
+
- Updated dependencies [49eeebfa]
|
|
620
|
+
- Updated dependencies [3f9b8d7e]
|
|
621
|
+
- Updated dependencies [b2ee69b]
|
|
622
|
+
- Updated dependencies [0cabbda]
|
|
623
|
+
- @akinon/next@1.89.0-rc.9
|
|
624
|
+
- @akinon/pz-gpay@1.89.0-rc.9
|
|
625
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.9
|
|
626
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.9
|
|
627
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.9
|
|
628
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.9
|
|
629
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.9
|
|
630
|
+
- @akinon/pz-credit-payment@1.89.0-rc.9
|
|
631
|
+
- @akinon/pz-click-collect@1.89.0-rc.9
|
|
632
|
+
- @akinon/pz-masterpass@1.89.0-rc.9
|
|
633
|
+
- @akinon/pz-akifast@1.89.0-rc.9
|
|
634
|
+
- @akinon/pz-b2b@1.89.0-rc.9
|
|
635
|
+
- @akinon/pz-bkm@1.89.0-rc.9
|
|
636
|
+
- @akinon/pz-otp@1.89.0-rc.9
|
|
637
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.9
|
|
638
|
+
- @akinon/pz-saved-card@1.89.0-rc.9
|
|
639
|
+
|
|
640
|
+
## 1.89.0-rc.8
|
|
641
|
+
|
|
642
|
+
### Patch Changes
|
|
643
|
+
|
|
644
|
+
- Updated dependencies [d8fad39]
|
|
645
|
+
- Updated dependencies [943a239]
|
|
646
|
+
- Updated dependencies [0cabbda]
|
|
647
|
+
- @akinon/next@1.89.0-rc.8
|
|
648
|
+
- @akinon/pz-akifast@1.89.0-rc.8
|
|
649
|
+
- @akinon/pz-b2b@1.89.0-rc.8
|
|
650
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.8
|
|
651
|
+
- @akinon/pz-bkm@1.89.0-rc.8
|
|
652
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.8
|
|
653
|
+
- @akinon/pz-click-collect@1.89.0-rc.8
|
|
654
|
+
- @akinon/pz-credit-payment@1.89.0-rc.8
|
|
655
|
+
- @akinon/pz-gpay@1.89.0-rc.8
|
|
656
|
+
- @akinon/pz-masterpass@1.89.0-rc.8
|
|
657
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.8
|
|
658
|
+
- @akinon/pz-otp@1.89.0-rc.8
|
|
659
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.8
|
|
660
|
+
- @akinon/pz-saved-card@1.89.0-rc.8
|
|
661
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.8
|
|
662
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.8
|
|
663
|
+
|
|
664
|
+
## 1.89.0-rc.7
|
|
665
|
+
|
|
666
|
+
### Patch Changes
|
|
667
|
+
|
|
668
|
+
- Updated dependencies [dfaceff]
|
|
669
|
+
- @akinon/next@1.89.0-rc.7
|
|
670
|
+
- @akinon/pz-akifast@1.89.0-rc.7
|
|
671
|
+
- @akinon/pz-b2b@1.89.0-rc.7
|
|
672
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.7
|
|
673
|
+
- @akinon/pz-bkm@1.89.0-rc.7
|
|
674
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.7
|
|
675
|
+
- @akinon/pz-click-collect@1.89.0-rc.7
|
|
676
|
+
- @akinon/pz-credit-payment@1.89.0-rc.7
|
|
677
|
+
- @akinon/pz-gpay@1.89.0-rc.7
|
|
678
|
+
- @akinon/pz-masterpass@1.89.0-rc.7
|
|
679
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.7
|
|
680
|
+
- @akinon/pz-otp@1.89.0-rc.7
|
|
681
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.7
|
|
682
|
+
- @akinon/pz-saved-card@1.89.0-rc.7
|
|
683
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.7
|
|
684
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.7
|
|
685
|
+
|
|
686
|
+
## 1.89.0-rc.6
|
|
687
|
+
|
|
688
|
+
### Minor Changes
|
|
689
|
+
|
|
690
|
+
- d4463ad: ZERO-3344: Update plugins documentation
|
|
691
|
+
|
|
692
|
+
### Patch Changes
|
|
693
|
+
|
|
694
|
+
- @akinon/next@1.89.0-rc.6
|
|
695
|
+
- @akinon/pz-akifast@1.89.0-rc.6
|
|
696
|
+
- @akinon/pz-b2b@1.89.0-rc.6
|
|
697
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.6
|
|
698
|
+
- @akinon/pz-bkm@1.89.0-rc.6
|
|
699
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.6
|
|
700
|
+
- @akinon/pz-click-collect@1.89.0-rc.6
|
|
701
|
+
- @akinon/pz-credit-payment@1.89.0-rc.6
|
|
702
|
+
- @akinon/pz-gpay@1.89.0-rc.6
|
|
703
|
+
- @akinon/pz-masterpass@1.89.0-rc.6
|
|
704
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.6
|
|
705
|
+
- @akinon/pz-otp@1.89.0-rc.6
|
|
706
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.6
|
|
707
|
+
- @akinon/pz-saved-card@1.89.0-rc.6
|
|
708
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.6
|
|
709
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.6
|
|
710
|
+
|
|
711
|
+
## 1.89.0-rc.5
|
|
712
|
+
|
|
713
|
+
### Minor Changes
|
|
714
|
+
|
|
715
|
+
- 1ba5af2: ZERO-3354: Add data-testids for tamara package
|
|
716
|
+
|
|
717
|
+
### Patch Changes
|
|
718
|
+
|
|
719
|
+
- Updated dependencies [1ba5af2]
|
|
720
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.5
|
|
721
|
+
- @akinon/next@1.89.0-rc.5
|
|
722
|
+
- @akinon/pz-akifast@1.89.0-rc.5
|
|
723
|
+
- @akinon/pz-b2b@1.89.0-rc.5
|
|
724
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.5
|
|
725
|
+
- @akinon/pz-bkm@1.89.0-rc.5
|
|
726
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.5
|
|
727
|
+
- @akinon/pz-click-collect@1.89.0-rc.5
|
|
728
|
+
- @akinon/pz-credit-payment@1.89.0-rc.5
|
|
729
|
+
- @akinon/pz-gpay@1.89.0-rc.5
|
|
730
|
+
- @akinon/pz-masterpass@1.89.0-rc.5
|
|
731
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.5
|
|
732
|
+
- @akinon/pz-otp@1.89.0-rc.5
|
|
733
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.5
|
|
734
|
+
- @akinon/pz-saved-card@1.89.0-rc.5
|
|
735
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.5
|
|
736
|
+
|
|
737
|
+
## 1.89.0-rc.4
|
|
738
|
+
|
|
739
|
+
### Minor Changes
|
|
740
|
+
|
|
741
|
+
- 4434c51: ZERO-3321: remove csp test script
|
|
742
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
743
|
+
- e9ce5ed: ZERO-3321: check last CSP header in test
|
|
744
|
+
- 100f03a: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
745
|
+
|
|
746
|
+
### Patch Changes
|
|
747
|
+
|
|
748
|
+
- Updated dependencies [bf354de]
|
|
749
|
+
- Updated dependencies [448adef]
|
|
750
|
+
- Updated dependencies [6c3629c]
|
|
751
|
+
- Updated dependencies [acf0320]
|
|
752
|
+
- Updated dependencies [b2ee69b]
|
|
753
|
+
- @akinon/next@1.89.0-rc.4
|
|
754
|
+
- @akinon/pz-akifast@1.89.0-rc.4
|
|
755
|
+
- @akinon/pz-b2b@1.89.0-rc.4
|
|
756
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.4
|
|
757
|
+
- @akinon/pz-bkm@1.89.0-rc.4
|
|
758
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.4
|
|
759
|
+
- @akinon/pz-click-collect@1.89.0-rc.4
|
|
760
|
+
- @akinon/pz-credit-payment@1.89.0-rc.4
|
|
761
|
+
- @akinon/pz-gpay@1.89.0-rc.4
|
|
762
|
+
- @akinon/pz-masterpass@1.89.0-rc.4
|
|
763
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.4
|
|
764
|
+
- @akinon/pz-otp@1.89.0-rc.4
|
|
765
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.4
|
|
766
|
+
- @akinon/pz-saved-card@1.89.0-rc.4
|
|
767
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.4
|
|
768
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.4
|
|
769
|
+
|
|
770
|
+
## 1.89.0-rc.3
|
|
771
|
+
|
|
772
|
+
### Minor Changes
|
|
773
|
+
|
|
774
|
+
- 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
775
|
+
|
|
776
|
+
### Patch Changes
|
|
777
|
+
|
|
778
|
+
- Updated dependencies [63774a6]
|
|
779
|
+
- @akinon/next@1.89.0-rc.3
|
|
780
|
+
- @akinon/pz-akifast@1.89.0-rc.3
|
|
781
|
+
- @akinon/pz-b2b@1.89.0-rc.3
|
|
782
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.3
|
|
783
|
+
- @akinon/pz-bkm@1.89.0-rc.3
|
|
784
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.3
|
|
785
|
+
- @akinon/pz-click-collect@1.89.0-rc.3
|
|
786
|
+
- @akinon/pz-credit-payment@1.89.0-rc.3
|
|
787
|
+
- @akinon/pz-gpay@1.89.0-rc.3
|
|
788
|
+
- @akinon/pz-masterpass@1.89.0-rc.3
|
|
789
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.3
|
|
790
|
+
- @akinon/pz-otp@1.89.0-rc.3
|
|
791
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.3
|
|
792
|
+
- @akinon/pz-saved-card@1.89.0-rc.3
|
|
793
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.3
|
|
794
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.3
|
|
795
|
+
|
|
796
|
+
## 1.89.0-rc.2
|
|
797
|
+
|
|
798
|
+
### Patch Changes
|
|
799
|
+
|
|
800
|
+
- Updated dependencies [57a6184]
|
|
801
|
+
- Updated dependencies [fec9638]
|
|
802
|
+
- @akinon/pz-gpay@1.89.0-rc.2
|
|
803
|
+
- @akinon/pz-credit-payment@1.89.0-rc.2
|
|
804
|
+
- @akinon/next@1.89.0-rc.2
|
|
805
|
+
- @akinon/pz-akifast@1.89.0-rc.2
|
|
806
|
+
- @akinon/pz-b2b@1.89.0-rc.2
|
|
807
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.2
|
|
808
|
+
- @akinon/pz-bkm@1.89.0-rc.2
|
|
809
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.2
|
|
810
|
+
- @akinon/pz-click-collect@1.89.0-rc.2
|
|
811
|
+
- @akinon/pz-masterpass@1.89.0-rc.2
|
|
812
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.2
|
|
813
|
+
- @akinon/pz-otp@1.89.0-rc.2
|
|
814
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.2
|
|
815
|
+
- @akinon/pz-saved-card@1.89.0-rc.2
|
|
816
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.2
|
|
817
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.2
|
|
818
|
+
|
|
819
|
+
## 1.89.0-rc.1
|
|
820
|
+
|
|
821
|
+
### Patch Changes
|
|
822
|
+
|
|
15
823
|
- Updated dependencies [c759d6b]
|
|
16
|
-
- @akinon/pz-
|
|
17
|
-
- @akinon/
|
|
18
|
-
- @akinon/pz-
|
|
19
|
-
- @akinon/pz-
|
|
20
|
-
- @akinon/
|
|
21
|
-
- @akinon/pz-
|
|
22
|
-
- @akinon/pz-
|
|
23
|
-
- @akinon/pz-
|
|
24
|
-
- @akinon/pz-
|
|
25
|
-
- @akinon/pz-
|
|
26
|
-
- @akinon/pz-
|
|
27
|
-
- @akinon/pz-
|
|
28
|
-
- @akinon/pz-
|
|
29
|
-
- @akinon/pz-
|
|
30
|
-
- @akinon/pz-
|
|
31
|
-
- @akinon/pz-
|
|
824
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.1
|
|
825
|
+
- @akinon/next@1.89.0-rc.1
|
|
826
|
+
- @akinon/pz-akifast@1.89.0-rc.1
|
|
827
|
+
- @akinon/pz-b2b@1.89.0-rc.1
|
|
828
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.1
|
|
829
|
+
- @akinon/pz-bkm@1.89.0-rc.1
|
|
830
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.1
|
|
831
|
+
- @akinon/pz-click-collect@1.89.0-rc.1
|
|
832
|
+
- @akinon/pz-credit-payment@1.89.0-rc.1
|
|
833
|
+
- @akinon/pz-gpay@1.89.0-rc.1
|
|
834
|
+
- @akinon/pz-masterpass@1.89.0-rc.1
|
|
835
|
+
- @akinon/pz-otp@1.89.0-rc.1
|
|
836
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.1
|
|
837
|
+
- @akinon/pz-saved-card@1.89.0-rc.1
|
|
838
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.1
|
|
839
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.1
|
|
840
|
+
|
|
841
|
+
## 1.89.0-rc.0
|
|
842
|
+
|
|
843
|
+
### Minor Changes
|
|
844
|
+
|
|
845
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
846
|
+
- 3670f52: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
847
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
848
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
849
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
850
|
+
|
|
851
|
+
### Patch Changes
|
|
852
|
+
|
|
853
|
+
- Updated dependencies [5dfeea04]
|
|
854
|
+
- Updated dependencies [2d9b2b2c]
|
|
855
|
+
- Updated dependencies [5e1feca6]
|
|
856
|
+
- Updated dependencies [40a46853]
|
|
857
|
+
- Updated dependencies [1e53e17]
|
|
858
|
+
- Updated dependencies [f49bb74f]
|
|
859
|
+
- Updated dependencies [e9541a13]
|
|
860
|
+
- Updated dependencies [72fd4d67]
|
|
861
|
+
- Updated dependencies [c53ef7b9]
|
|
862
|
+
- Updated dependencies [64699d3f]
|
|
863
|
+
- Updated dependencies [7727ae55]
|
|
864
|
+
- Updated dependencies [d552629f]
|
|
865
|
+
- Updated dependencies [17f87524]
|
|
866
|
+
- Updated dependencies [65d3b862]
|
|
867
|
+
- Updated dependencies [bbe18b9f]
|
|
868
|
+
- Updated dependencies [17bfadc4]
|
|
869
|
+
- Updated dependencies [4920742c]
|
|
870
|
+
- Updated dependencies [b6e5b624]
|
|
871
|
+
- Updated dependencies [7e56d6b6]
|
|
872
|
+
- Updated dependencies [33377cf]
|
|
873
|
+
- Updated dependencies [43c182ee]
|
|
874
|
+
- Updated dependencies [eeb20bea]
|
|
875
|
+
- Updated dependencies [3bf63c8a]
|
|
876
|
+
- Updated dependencies [9be2c081]
|
|
877
|
+
- Updated dependencies [f2c92d5c]
|
|
878
|
+
- Updated dependencies [7bd3d992]
|
|
879
|
+
- Updated dependencies [fdd255ee]
|
|
880
|
+
- Updated dependencies [07248e0]
|
|
881
|
+
- Updated dependencies [387356b]
|
|
882
|
+
- Updated dependencies [49eeebfa]
|
|
883
|
+
- Updated dependencies [3f9b8d7e]
|
|
884
|
+
- @akinon/next@1.89.0-rc.0
|
|
885
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.0
|
|
886
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.0
|
|
887
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.0
|
|
888
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.0
|
|
889
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.0
|
|
890
|
+
- @akinon/pz-credit-payment@1.89.0-rc.0
|
|
891
|
+
- @akinon/pz-click-collect@1.89.0-rc.0
|
|
892
|
+
- @akinon/pz-masterpass@1.89.0-rc.0
|
|
893
|
+
- @akinon/pz-akifast@1.89.0-rc.0
|
|
894
|
+
- @akinon/pz-gpay@1.89.0-rc.0
|
|
895
|
+
- @akinon/pz-b2b@1.89.0-rc.0
|
|
896
|
+
- @akinon/pz-bkm@1.89.0-rc.0
|
|
897
|
+
- @akinon/pz-otp@1.89.0-rc.0
|
|
898
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.0
|
|
899
|
+
- @akinon/pz-saved-card@1.89.0-rc.0
|
|
32
900
|
|
|
33
901
|
## 1.88.0
|
|
34
902
|
|
|
@@ -68,25 +936,59 @@
|
|
|
68
936
|
### Minor Changes
|
|
69
937
|
|
|
70
938
|
- 547fbf0: ZERO-0000: Update akinon.json to include 'scope' for 'sentry' plan and remove postgresql addon
|
|
939
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
940
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
941
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
942
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
71
943
|
|
|
72
944
|
### Patch Changes
|
|
73
945
|
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
946
|
+
- Updated dependencies [5dfeea04]
|
|
947
|
+
- Updated dependencies [2d9b2b2c]
|
|
948
|
+
- Updated dependencies [5e1feca]
|
|
949
|
+
- Updated dependencies [40a46853]
|
|
950
|
+
- Updated dependencies [1e53e17]
|
|
951
|
+
- Updated dependencies [f49bb74f]
|
|
952
|
+
- Updated dependencies [e9541a13]
|
|
953
|
+
- Updated dependencies [72fd4d67]
|
|
954
|
+
- Updated dependencies [c53ef7b9]
|
|
955
|
+
- Updated dependencies [64699d3f]
|
|
956
|
+
- Updated dependencies [7727ae55]
|
|
957
|
+
- Updated dependencies [d552629f]
|
|
958
|
+
- Updated dependencies [17f87524]
|
|
959
|
+
- Updated dependencies [65d3b862]
|
|
960
|
+
- Updated dependencies [bbe18b9f]
|
|
961
|
+
- Updated dependencies [17bfadc4]
|
|
962
|
+
- Updated dependencies [4920742c]
|
|
963
|
+
- Updated dependencies [b6e5b624]
|
|
964
|
+
- Updated dependencies [7e56d6b6]
|
|
965
|
+
- Updated dependencies [33377cf]
|
|
966
|
+
- Updated dependencies [43c182ee]
|
|
967
|
+
- Updated dependencies [eeb20bea]
|
|
968
|
+
- Updated dependencies [3bf63c8]
|
|
969
|
+
- Updated dependencies [9be2c081]
|
|
970
|
+
- Updated dependencies [f2c92d5c]
|
|
971
|
+
- Updated dependencies [7bd3d992]
|
|
972
|
+
- Updated dependencies [fdd255ee]
|
|
973
|
+
- Updated dependencies [07248e0]
|
|
974
|
+
- Updated dependencies [49eeebfa]
|
|
975
|
+
- Updated dependencies [3f9b8d7e]
|
|
976
|
+
- @akinon/next@1.87.0-rc.0
|
|
977
|
+
- @akinon/pz-tamara-extension@1.87.0-rc.0
|
|
978
|
+
- @akinon/pz-checkout-gift-pack@1.87.0-rc.0
|
|
979
|
+
- @akinon/pz-one-click-checkout@1.87.0-rc.0
|
|
980
|
+
- @akinon/pz-basket-gift-pack@1.87.0-rc.0
|
|
981
|
+
- @akinon/pz-pay-on-delivery@1.87.0-rc.0
|
|
982
|
+
- @akinon/pz-credit-payment@1.87.0-rc.0
|
|
983
|
+
- @akinon/pz-click-collect@1.87.0-rc.0
|
|
984
|
+
- @akinon/pz-masterpass@1.87.0-rc.0
|
|
985
|
+
- @akinon/pz-akifast@1.87.0-rc.0
|
|
986
|
+
- @akinon/pz-gpay@1.87.0-rc.0
|
|
987
|
+
- @akinon/pz-b2b@1.87.0-rc.0
|
|
988
|
+
- @akinon/pz-bkm@1.87.0-rc.0
|
|
989
|
+
- @akinon/pz-otp@1.87.0-rc.0
|
|
990
|
+
- @akinon/pz-tabby-extension@1.87.0-rc.0
|
|
991
|
+
- @akinon/pz-saved-card@1.87.0-rc.0
|
|
90
992
|
|
|
91
993
|
## 1.86.0
|
|
92
994
|
|
|
@@ -222,31 +1124,645 @@
|
|
|
222
1124
|
|
|
223
1125
|
### Patch Changes
|
|
224
1126
|
|
|
225
|
-
- Updated dependencies [
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
- @akinon/
|
|
235
|
-
- @akinon/pz-
|
|
236
|
-
- @akinon/pz-
|
|
237
|
-
- @akinon/pz-
|
|
238
|
-
- @akinon/pz-
|
|
239
|
-
- @akinon/pz-
|
|
240
|
-
- @akinon/pz-
|
|
241
|
-
- @akinon/pz-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
- @akinon/
|
|
249
|
-
- @akinon/pz-
|
|
1127
|
+
- Updated dependencies [ef75c03]
|
|
1128
|
+
- @akinon/next@1.82.0-rc.21
|
|
1129
|
+
- @akinon/pz-akifast@1.82.0-rc.21
|
|
1130
|
+
- @akinon/pz-b2b@1.82.0-rc.21
|
|
1131
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.21
|
|
1132
|
+
- @akinon/pz-bkm@1.82.0-rc.21
|
|
1133
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.21
|
|
1134
|
+
- @akinon/pz-click-collect@1.82.0-rc.21
|
|
1135
|
+
- @akinon/pz-credit-payment@1.82.0-rc.21
|
|
1136
|
+
- @akinon/pz-gpay@1.82.0-rc.21
|
|
1137
|
+
- @akinon/pz-masterpass@1.82.0-rc.21
|
|
1138
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.21
|
|
1139
|
+
- @akinon/pz-otp@1.82.0-rc.21
|
|
1140
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.21
|
|
1141
|
+
- @akinon/pz-saved-card@1.82.0-rc.21
|
|
1142
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.21
|
|
1143
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.21
|
|
1144
|
+
|
|
1145
|
+
## 1.82.0-rc.20
|
|
1146
|
+
|
|
1147
|
+
### Patch Changes
|
|
1148
|
+
|
|
1149
|
+
- Updated dependencies [e5529cd]
|
|
1150
|
+
- @akinon/next@1.82.0-rc.20
|
|
1151
|
+
- @akinon/pz-akifast@1.82.0-rc.20
|
|
1152
|
+
- @akinon/pz-b2b@1.82.0-rc.20
|
|
1153
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.20
|
|
1154
|
+
- @akinon/pz-bkm@1.82.0-rc.20
|
|
1155
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.20
|
|
1156
|
+
- @akinon/pz-click-collect@1.82.0-rc.20
|
|
1157
|
+
- @akinon/pz-credit-payment@1.82.0-rc.20
|
|
1158
|
+
- @akinon/pz-gpay@1.82.0-rc.20
|
|
1159
|
+
- @akinon/pz-masterpass@1.82.0-rc.20
|
|
1160
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.20
|
|
1161
|
+
- @akinon/pz-otp@1.82.0-rc.20
|
|
1162
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.20
|
|
1163
|
+
- @akinon/pz-saved-card@1.82.0-rc.20
|
|
1164
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.20
|
|
1165
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.20
|
|
1166
|
+
|
|
1167
|
+
## 1.82.0-rc.19
|
|
1168
|
+
|
|
1169
|
+
### Minor Changes
|
|
1170
|
+
|
|
1171
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
1172
|
+
|
|
1173
|
+
### Patch Changes
|
|
1174
|
+
|
|
1175
|
+
- Updated dependencies [33377cf]
|
|
1176
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.19
|
|
1177
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.19
|
|
1178
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.19
|
|
1179
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.19
|
|
1180
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.19
|
|
1181
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.19
|
|
1182
|
+
- @akinon/pz-credit-payment@1.82.0-rc.19
|
|
1183
|
+
- @akinon/pz-click-collect@1.82.0-rc.19
|
|
1184
|
+
- @akinon/pz-masterpass@1.82.0-rc.19
|
|
1185
|
+
- @akinon/pz-saved-card@1.82.0-rc.19
|
|
1186
|
+
- @akinon/next@1.82.0-rc.19
|
|
1187
|
+
- @akinon/pz-akifast@1.82.0-rc.19
|
|
1188
|
+
- @akinon/pz-gpay@1.82.0-rc.19
|
|
1189
|
+
- @akinon/pz-b2b@1.82.0-rc.19
|
|
1190
|
+
- @akinon/pz-bkm@1.82.0-rc.19
|
|
1191
|
+
- @akinon/pz-otp@1.82.0-rc.19
|
|
1192
|
+
|
|
1193
|
+
## 1.82.0-rc.18
|
|
1194
|
+
|
|
1195
|
+
### Patch Changes
|
|
1196
|
+
|
|
1197
|
+
- Updated dependencies [e4761d2]
|
|
1198
|
+
- @akinon/next@1.82.0-rc.18
|
|
1199
|
+
- @akinon/pz-akifast@1.82.0-rc.18
|
|
1200
|
+
- @akinon/pz-b2b@1.82.0-rc.18
|
|
1201
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.18
|
|
1202
|
+
- @akinon/pz-bkm@1.82.0-rc.18
|
|
1203
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.18
|
|
1204
|
+
- @akinon/pz-click-collect@1.82.0-rc.18
|
|
1205
|
+
- @akinon/pz-credit-payment@1.82.0-rc.18
|
|
1206
|
+
- @akinon/pz-gpay@1.82.0-rc.18
|
|
1207
|
+
- @akinon/pz-masterpass@1.82.0-rc.18
|
|
1208
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.18
|
|
1209
|
+
- @akinon/pz-otp@1.82.0-rc.18
|
|
1210
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.18
|
|
1211
|
+
- @akinon/pz-saved-card@1.82.0-rc.18
|
|
1212
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.18
|
|
1213
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.18
|
|
1214
|
+
|
|
1215
|
+
## 1.82.0-rc.17
|
|
1216
|
+
|
|
1217
|
+
### Minor Changes
|
|
1218
|
+
|
|
1219
|
+
- e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
|
|
1220
|
+
|
|
1221
|
+
### Patch Changes
|
|
1222
|
+
|
|
1223
|
+
- Updated dependencies [e2c6d426]
|
|
1224
|
+
- Updated dependencies [70bc0aed]
|
|
1225
|
+
- @akinon/next@1.82.0-rc.17
|
|
1226
|
+
- @akinon/pz-akifast@1.82.0-rc.17
|
|
1227
|
+
- @akinon/pz-b2b@1.82.0-rc.17
|
|
1228
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.17
|
|
1229
|
+
- @akinon/pz-bkm@1.82.0-rc.17
|
|
1230
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.17
|
|
1231
|
+
- @akinon/pz-click-collect@1.82.0-rc.17
|
|
1232
|
+
- @akinon/pz-credit-payment@1.82.0-rc.17
|
|
1233
|
+
- @akinon/pz-gpay@1.82.0-rc.17
|
|
1234
|
+
- @akinon/pz-masterpass@1.82.0-rc.17
|
|
1235
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.17
|
|
1236
|
+
- @akinon/pz-otp@1.82.0-rc.17
|
|
1237
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.17
|
|
1238
|
+
- @akinon/pz-saved-card@1.82.0-rc.17
|
|
1239
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.17
|
|
1240
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.17
|
|
1241
|
+
|
|
1242
|
+
## 1.82.0-rc.16
|
|
1243
|
+
|
|
1244
|
+
### Minor Changes
|
|
1245
|
+
|
|
1246
|
+
- 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
|
|
1247
|
+
- a0a1bac: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
1248
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1249
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1250
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1251
|
+
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
1252
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1253
|
+
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
1254
|
+
- fa96b0b: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
1255
|
+
- 596e987: ZERO-3291: Update Next.js to version 14.2.25
|
|
1256
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1257
|
+
|
|
1258
|
+
### Patch Changes
|
|
1259
|
+
|
|
1260
|
+
- Updated dependencies [757ee539]
|
|
1261
|
+
- Updated dependencies [6f506af]
|
|
1262
|
+
- Updated dependencies [5dfeea04]
|
|
1263
|
+
- Updated dependencies [2d9b2b2c]
|
|
1264
|
+
- Updated dependencies [5e1feca]
|
|
1265
|
+
- Updated dependencies [c0c1962]
|
|
1266
|
+
- Updated dependencies [40a46853]
|
|
1267
|
+
- Updated dependencies [a0a1bac]
|
|
1268
|
+
- Updated dependencies [f49bb74f]
|
|
1269
|
+
- Updated dependencies [0e05135]
|
|
1270
|
+
- Updated dependencies [e9541a13]
|
|
1271
|
+
- Updated dependencies [4d3deb4f]
|
|
1272
|
+
- Updated dependencies [72fd4d67]
|
|
1273
|
+
- Updated dependencies [c53ef7b9]
|
|
1274
|
+
- Updated dependencies [64699d3f]
|
|
1275
|
+
- Updated dependencies [9abd011]
|
|
1276
|
+
- Updated dependencies [7727ae55]
|
|
1277
|
+
- Updated dependencies [d552629]
|
|
1278
|
+
- Updated dependencies [c3b2f3f]
|
|
1279
|
+
- Updated dependencies [17f87524]
|
|
1280
|
+
- Updated dependencies [65d3b862]
|
|
1281
|
+
- Updated dependencies [bbe18b9f]
|
|
1282
|
+
- Updated dependencies [17bfadc]
|
|
1283
|
+
- Updated dependencies [4920742c]
|
|
1284
|
+
- Updated dependencies [b6e5b62]
|
|
1285
|
+
- Updated dependencies [ac65ca9]
|
|
1286
|
+
- Updated dependencies [7e56d6b6]
|
|
1287
|
+
- Updated dependencies [43c182ee]
|
|
1288
|
+
- Updated dependencies [624a4eb]
|
|
1289
|
+
- Updated dependencies [2d305aaf]
|
|
1290
|
+
- Updated dependencies [eeb20bea]
|
|
1291
|
+
- Updated dependencies [3bf63c8]
|
|
1292
|
+
- Updated dependencies [9be2c08]
|
|
1293
|
+
- Updated dependencies [f2c92d5c]
|
|
1294
|
+
- Updated dependencies [2f3588f]
|
|
1295
|
+
- Updated dependencies [7bd3d992]
|
|
1296
|
+
- Updated dependencies [fdd255ee]
|
|
1297
|
+
- Updated dependencies [0b1bd07]
|
|
1298
|
+
- Updated dependencies [49eeebfa]
|
|
1299
|
+
- Updated dependencies [3f9b8d7e]
|
|
1300
|
+
- @akinon/next@1.82.0-rc.16
|
|
1301
|
+
- @akinon/pz-otp@1.82.0-rc.16
|
|
1302
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.16
|
|
1303
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.16
|
|
1304
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.16
|
|
1305
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.16
|
|
1306
|
+
- @akinon/pz-credit-payment@1.82.0-rc.16
|
|
1307
|
+
- @akinon/pz-click-collect@1.82.0-rc.16
|
|
1308
|
+
- @akinon/pz-masterpass@1.82.0-rc.16
|
|
1309
|
+
- @akinon/pz-akifast@1.82.0-rc.16
|
|
1310
|
+
- @akinon/pz-gpay@1.82.0-rc.16
|
|
1311
|
+
- @akinon/pz-b2b@1.82.0-rc.16
|
|
1312
|
+
- @akinon/pz-bkm@1.82.0-rc.16
|
|
1313
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.16
|
|
1314
|
+
- @akinon/pz-saved-card@1.82.0-rc.16
|
|
1315
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.16
|
|
1316
|
+
|
|
1317
|
+
## 1.82.0-rc.15
|
|
1318
|
+
|
|
1319
|
+
### Patch Changes
|
|
1320
|
+
|
|
1321
|
+
- Updated dependencies [2f3588fb]
|
|
1322
|
+
- @akinon/next@1.82.0-rc.15
|
|
1323
|
+
- @akinon/pz-akifast@1.82.0-rc.15
|
|
1324
|
+
- @akinon/pz-b2b@1.82.0-rc.15
|
|
1325
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.15
|
|
1326
|
+
- @akinon/pz-bkm@1.82.0-rc.15
|
|
1327
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.15
|
|
1328
|
+
- @akinon/pz-click-collect@1.82.0-rc.15
|
|
1329
|
+
- @akinon/pz-credit-payment@1.82.0-rc.15
|
|
1330
|
+
- @akinon/pz-gpay@1.82.0-rc.15
|
|
1331
|
+
- @akinon/pz-masterpass@1.82.0-rc.15
|
|
1332
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.15
|
|
1333
|
+
- @akinon/pz-otp@1.82.0-rc.15
|
|
1334
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.15
|
|
1335
|
+
- @akinon/pz-saved-card@1.82.0-rc.15
|
|
1336
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.15
|
|
1337
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.15
|
|
1338
|
+
|
|
1339
|
+
## 1.82.0-rc.14
|
|
1340
|
+
|
|
1341
|
+
### Patch Changes
|
|
1342
|
+
|
|
1343
|
+
- Updated dependencies [5e1feca]
|
|
1344
|
+
- @akinon/next@1.82.0-rc.14
|
|
1345
|
+
- @akinon/pz-akifast@1.82.0-rc.14
|
|
1346
|
+
- @akinon/pz-b2b@1.82.0-rc.14
|
|
1347
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.14
|
|
1348
|
+
- @akinon/pz-bkm@1.82.0-rc.14
|
|
1349
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.14
|
|
1350
|
+
- @akinon/pz-click-collect@1.82.0-rc.14
|
|
1351
|
+
- @akinon/pz-credit-payment@1.82.0-rc.14
|
|
1352
|
+
- @akinon/pz-gpay@1.82.0-rc.14
|
|
1353
|
+
- @akinon/pz-masterpass@1.82.0-rc.14
|
|
1354
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.14
|
|
1355
|
+
- @akinon/pz-otp@1.82.0-rc.14
|
|
1356
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.14
|
|
1357
|
+
- @akinon/pz-saved-card@1.82.0-rc.14
|
|
1358
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.14
|
|
1359
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.14
|
|
1360
|
+
|
|
1361
|
+
## 1.82.0-rc.13
|
|
1362
|
+
|
|
1363
|
+
### Patch Changes
|
|
1364
|
+
|
|
1365
|
+
- Updated dependencies [3bf63c8]
|
|
1366
|
+
- @akinon/next@1.82.0-rc.13
|
|
1367
|
+
- @akinon/pz-akifast@1.82.0-rc.13
|
|
1368
|
+
- @akinon/pz-b2b@1.82.0-rc.13
|
|
1369
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.13
|
|
1370
|
+
- @akinon/pz-bkm@1.82.0-rc.13
|
|
1371
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.13
|
|
1372
|
+
- @akinon/pz-click-collect@1.82.0-rc.13
|
|
1373
|
+
- @akinon/pz-credit-payment@1.82.0-rc.13
|
|
1374
|
+
- @akinon/pz-gpay@1.82.0-rc.13
|
|
1375
|
+
- @akinon/pz-masterpass@1.82.0-rc.13
|
|
1376
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.13
|
|
1377
|
+
- @akinon/pz-otp@1.82.0-rc.13
|
|
1378
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.13
|
|
1379
|
+
- @akinon/pz-saved-card@1.82.0-rc.13
|
|
1380
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.13
|
|
1381
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.13
|
|
1382
|
+
|
|
1383
|
+
## 1.82.0-rc.12
|
|
1384
|
+
|
|
1385
|
+
### Patch Changes
|
|
1386
|
+
|
|
1387
|
+
- Updated dependencies [ac65ca9]
|
|
1388
|
+
- @akinon/next@1.82.0-rc.12
|
|
1389
|
+
- @akinon/pz-akifast@1.82.0-rc.12
|
|
1390
|
+
- @akinon/pz-b2b@1.82.0-rc.12
|
|
1391
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.12
|
|
1392
|
+
- @akinon/pz-bkm@1.82.0-rc.12
|
|
1393
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.12
|
|
1394
|
+
- @akinon/pz-click-collect@1.82.0-rc.12
|
|
1395
|
+
- @akinon/pz-credit-payment@1.82.0-rc.12
|
|
1396
|
+
- @akinon/pz-gpay@1.82.0-rc.12
|
|
1397
|
+
- @akinon/pz-masterpass@1.82.0-rc.12
|
|
1398
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.12
|
|
1399
|
+
- @akinon/pz-otp@1.82.0-rc.12
|
|
1400
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.12
|
|
1401
|
+
- @akinon/pz-saved-card@1.82.0-rc.12
|
|
1402
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.12
|
|
1403
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.12
|
|
1404
|
+
|
|
1405
|
+
## 1.82.0-rc.11
|
|
1406
|
+
|
|
1407
|
+
### Minor Changes
|
|
1408
|
+
|
|
1409
|
+
- fa96b0b: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
1410
|
+
|
|
1411
|
+
### Patch Changes
|
|
1412
|
+
|
|
1413
|
+
- @akinon/next@1.82.0-rc.11
|
|
1414
|
+
- @akinon/pz-akifast@1.82.0-rc.11
|
|
1415
|
+
- @akinon/pz-b2b@1.82.0-rc.11
|
|
1416
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.11
|
|
1417
|
+
- @akinon/pz-bkm@1.82.0-rc.11
|
|
1418
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.11
|
|
1419
|
+
- @akinon/pz-click-collect@1.82.0-rc.11
|
|
1420
|
+
- @akinon/pz-credit-payment@1.82.0-rc.11
|
|
1421
|
+
- @akinon/pz-gpay@1.82.0-rc.11
|
|
1422
|
+
- @akinon/pz-masterpass@1.82.0-rc.11
|
|
1423
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.11
|
|
1424
|
+
- @akinon/pz-otp@1.82.0-rc.11
|
|
1425
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.11
|
|
1426
|
+
- @akinon/pz-saved-card@1.82.0-rc.11
|
|
1427
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.11
|
|
1428
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.11
|
|
1429
|
+
|
|
1430
|
+
## 1.82.0-rc.10
|
|
1431
|
+
|
|
1432
|
+
### Patch Changes
|
|
1433
|
+
|
|
1434
|
+
- Updated dependencies [624a4eb6]
|
|
1435
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.10
|
|
1436
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.10
|
|
1437
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.10
|
|
1438
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.10
|
|
1439
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.10
|
|
1440
|
+
- @akinon/pz-click-collect@1.82.0-rc.10
|
|
1441
|
+
- @akinon/pz-masterpass@1.82.0-rc.10
|
|
1442
|
+
- @akinon/pz-saved-card@1.82.0-rc.10
|
|
1443
|
+
- @akinon/pz-akifast@1.82.0-rc.10
|
|
1444
|
+
- @akinon/pz-gpay@1.82.0-rc.10
|
|
1445
|
+
- @akinon/pz-b2b@1.82.0-rc.10
|
|
1446
|
+
- @akinon/pz-bkm@1.82.0-rc.10
|
|
1447
|
+
- @akinon/pz-otp@1.82.0-rc.10
|
|
1448
|
+
- @akinon/next@1.82.0-rc.10
|
|
1449
|
+
- @akinon/pz-credit-payment@1.82.0-rc.10
|
|
1450
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.10
|
|
1451
|
+
|
|
1452
|
+
## 1.82.0-rc.9
|
|
1453
|
+
|
|
1454
|
+
### Minor Changes
|
|
1455
|
+
|
|
1456
|
+
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
1457
|
+
|
|
1458
|
+
### Patch Changes
|
|
1459
|
+
|
|
1460
|
+
- Updated dependencies [9abd011]
|
|
1461
|
+
- @akinon/next@1.82.0-rc.9
|
|
1462
|
+
- @akinon/pz-akifast@1.82.0-rc.9
|
|
1463
|
+
- @akinon/pz-b2b@1.82.0-rc.9
|
|
1464
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.9
|
|
1465
|
+
- @akinon/pz-bkm@1.82.0-rc.9
|
|
1466
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.9
|
|
1467
|
+
- @akinon/pz-click-collect@1.82.0-rc.9
|
|
1468
|
+
- @akinon/pz-credit-payment@1.82.0-rc.9
|
|
1469
|
+
- @akinon/pz-gpay@1.82.0-rc.9
|
|
1470
|
+
- @akinon/pz-masterpass@1.82.0-rc.9
|
|
1471
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.9
|
|
1472
|
+
- @akinon/pz-otp@1.82.0-rc.9
|
|
1473
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.9
|
|
1474
|
+
- @akinon/pz-saved-card@1.82.0-rc.9
|
|
1475
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.9
|
|
1476
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.9
|
|
1477
|
+
|
|
1478
|
+
## 1.82.0-rc.8
|
|
1479
|
+
|
|
1480
|
+
### Patch Changes
|
|
1481
|
+
|
|
1482
|
+
- Updated dependencies [17bfadc]
|
|
1483
|
+
- @akinon/next@1.82.0-rc.8
|
|
1484
|
+
- @akinon/pz-akifast@1.82.0-rc.8
|
|
1485
|
+
- @akinon/pz-b2b@1.82.0-rc.8
|
|
1486
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.8
|
|
1487
|
+
- @akinon/pz-bkm@1.82.0-rc.8
|
|
1488
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.8
|
|
1489
|
+
- @akinon/pz-click-collect@1.82.0-rc.8
|
|
1490
|
+
- @akinon/pz-credit-payment@1.82.0-rc.8
|
|
1491
|
+
- @akinon/pz-gpay@1.82.0-rc.8
|
|
1492
|
+
- @akinon/pz-masterpass@1.82.0-rc.8
|
|
1493
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.8
|
|
1494
|
+
- @akinon/pz-otp@1.82.0-rc.8
|
|
1495
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.8
|
|
1496
|
+
- @akinon/pz-saved-card@1.82.0-rc.8
|
|
1497
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.8
|
|
1498
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.8
|
|
1499
|
+
|
|
1500
|
+
## 1.82.0-rc.7
|
|
1501
|
+
|
|
1502
|
+
### Minor Changes
|
|
1503
|
+
|
|
1504
|
+
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
1505
|
+
|
|
1506
|
+
### Patch Changes
|
|
1507
|
+
|
|
1508
|
+
- Updated dependencies [c3b2f3f]
|
|
1509
|
+
- @akinon/next@1.82.0-rc.7
|
|
1510
|
+
- @akinon/pz-akifast@1.82.0-rc.7
|
|
1511
|
+
- @akinon/pz-b2b@1.82.0-rc.7
|
|
1512
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.7
|
|
1513
|
+
- @akinon/pz-bkm@1.82.0-rc.7
|
|
1514
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.7
|
|
1515
|
+
- @akinon/pz-click-collect@1.82.0-rc.7
|
|
1516
|
+
- @akinon/pz-credit-payment@1.82.0-rc.7
|
|
1517
|
+
- @akinon/pz-gpay@1.82.0-rc.7
|
|
1518
|
+
- @akinon/pz-masterpass@1.82.0-rc.7
|
|
1519
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.7
|
|
1520
|
+
- @akinon/pz-otp@1.82.0-rc.7
|
|
1521
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.7
|
|
1522
|
+
- @akinon/pz-saved-card@1.82.0-rc.7
|
|
1523
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.7
|
|
1524
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.7
|
|
1525
|
+
|
|
1526
|
+
## 1.82.0-rc.6
|
|
1527
|
+
|
|
1528
|
+
### Patch Changes
|
|
1529
|
+
|
|
1530
|
+
- Updated dependencies [0b1bd07f]
|
|
1531
|
+
- @akinon/next@1.82.0-rc.6
|
|
1532
|
+
- @akinon/pz-akifast@1.82.0-rc.6
|
|
1533
|
+
- @akinon/pz-b2b@1.82.0-rc.6
|
|
1534
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.6
|
|
1535
|
+
- @akinon/pz-bkm@1.82.0-rc.6
|
|
1536
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.6
|
|
1537
|
+
- @akinon/pz-click-collect@1.82.0-rc.6
|
|
1538
|
+
- @akinon/pz-credit-payment@1.82.0-rc.6
|
|
1539
|
+
- @akinon/pz-gpay@1.82.0-rc.6
|
|
1540
|
+
- @akinon/pz-masterpass@1.82.0-rc.6
|
|
1541
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.6
|
|
1542
|
+
- @akinon/pz-otp@1.82.0-rc.6
|
|
1543
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.6
|
|
1544
|
+
- @akinon/pz-saved-card@1.82.0-rc.6
|
|
1545
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.6
|
|
1546
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.6
|
|
1547
|
+
|
|
1548
|
+
## 1.82.0-rc.5
|
|
1549
|
+
|
|
1550
|
+
### Minor Changes
|
|
1551
|
+
|
|
1552
|
+
- 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
|
|
1553
|
+
|
|
1554
|
+
### Patch Changes
|
|
1555
|
+
|
|
1556
|
+
- Updated dependencies [6f506afc]
|
|
1557
|
+
- Updated dependencies [c0c19629]
|
|
1558
|
+
- Updated dependencies [9be2c081]
|
|
1559
|
+
- @akinon/next@1.82.0-rc.5
|
|
1560
|
+
- @akinon/pz-akifast@1.82.0-rc.5
|
|
1561
|
+
- @akinon/pz-b2b@1.82.0-rc.5
|
|
1562
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.5
|
|
1563
|
+
- @akinon/pz-bkm@1.82.0-rc.5
|
|
1564
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.5
|
|
1565
|
+
- @akinon/pz-click-collect@1.82.0-rc.5
|
|
1566
|
+
- @akinon/pz-credit-payment@1.82.0-rc.5
|
|
1567
|
+
- @akinon/pz-gpay@1.82.0-rc.5
|
|
1568
|
+
- @akinon/pz-masterpass@1.82.0-rc.5
|
|
1569
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.5
|
|
1570
|
+
- @akinon/pz-otp@1.82.0-rc.5
|
|
1571
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.5
|
|
1572
|
+
- @akinon/pz-saved-card@1.82.0-rc.5
|
|
1573
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.5
|
|
1574
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.5
|
|
1575
|
+
|
|
1576
|
+
## 1.82.0-rc.4
|
|
1577
|
+
|
|
1578
|
+
### Patch Changes
|
|
1579
|
+
|
|
1580
|
+
- Updated dependencies [b6e5b624]
|
|
1581
|
+
- @akinon/next@1.82.0-rc.4
|
|
1582
|
+
- @akinon/pz-akifast@1.82.0-rc.4
|
|
1583
|
+
- @akinon/pz-b2b@1.82.0-rc.4
|
|
1584
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.4
|
|
1585
|
+
- @akinon/pz-bkm@1.82.0-rc.4
|
|
1586
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.4
|
|
1587
|
+
- @akinon/pz-click-collect@1.82.0-rc.4
|
|
1588
|
+
- @akinon/pz-credit-payment@1.82.0-rc.4
|
|
1589
|
+
- @akinon/pz-gpay@1.82.0-rc.4
|
|
1590
|
+
- @akinon/pz-masterpass@1.82.0-rc.4
|
|
1591
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.4
|
|
1592
|
+
- @akinon/pz-otp@1.82.0-rc.4
|
|
1593
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.4
|
|
1594
|
+
- @akinon/pz-saved-card@1.82.0-rc.4
|
|
1595
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.4
|
|
1596
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.4
|
|
1597
|
+
|
|
1598
|
+
## 1.82.0-rc.3
|
|
1599
|
+
|
|
1600
|
+
### Minor Changes
|
|
1601
|
+
|
|
1602
|
+
- a0a1bac4: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
1603
|
+
|
|
1604
|
+
### Patch Changes
|
|
1605
|
+
|
|
1606
|
+
- Updated dependencies [a0a1bac4]
|
|
1607
|
+
- @akinon/pz-otp@1.82.0-rc.3
|
|
1608
|
+
- @akinon/next@1.82.0-rc.3
|
|
1609
|
+
- @akinon/pz-akifast@1.82.0-rc.3
|
|
1610
|
+
- @akinon/pz-b2b@1.82.0-rc.3
|
|
1611
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.3
|
|
1612
|
+
- @akinon/pz-bkm@1.82.0-rc.3
|
|
1613
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.3
|
|
1614
|
+
- @akinon/pz-click-collect@1.82.0-rc.3
|
|
1615
|
+
- @akinon/pz-credit-payment@1.82.0-rc.3
|
|
1616
|
+
- @akinon/pz-gpay@1.82.0-rc.3
|
|
1617
|
+
- @akinon/pz-masterpass@1.82.0-rc.3
|
|
1618
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.3
|
|
1619
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.3
|
|
1620
|
+
- @akinon/pz-saved-card@1.82.0-rc.3
|
|
1621
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.3
|
|
1622
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.3
|
|
1623
|
+
|
|
1624
|
+
## 1.82.0-rc.2
|
|
1625
|
+
|
|
1626
|
+
### Minor Changes
|
|
1627
|
+
|
|
1628
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1629
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1630
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1631
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1632
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1633
|
+
|
|
1634
|
+
### Patch Changes
|
|
1635
|
+
|
|
1636
|
+
- Updated dependencies [757ee539]
|
|
1637
|
+
- Updated dependencies [5dfeea04]
|
|
1638
|
+
- Updated dependencies [2d9b2b2c]
|
|
1639
|
+
- Updated dependencies [40a46853]
|
|
1640
|
+
- Updated dependencies [f49bb74f]
|
|
1641
|
+
- Updated dependencies [0e051352]
|
|
1642
|
+
- Updated dependencies [e9541a13]
|
|
1643
|
+
- Updated dependencies [4d3deb4f]
|
|
1644
|
+
- Updated dependencies [72fd4d67]
|
|
1645
|
+
- Updated dependencies [c53ef7b9]
|
|
1646
|
+
- Updated dependencies [64699d3f]
|
|
1647
|
+
- Updated dependencies [7727ae55]
|
|
1648
|
+
- Updated dependencies [d552629f]
|
|
1649
|
+
- Updated dependencies [17f87524]
|
|
1650
|
+
- Updated dependencies [65d3b862]
|
|
1651
|
+
- Updated dependencies [bbe18b9f]
|
|
1652
|
+
- Updated dependencies [4920742c]
|
|
1653
|
+
- Updated dependencies [7e56d6b6]
|
|
1654
|
+
- Updated dependencies [43c182ee]
|
|
1655
|
+
- Updated dependencies [2d305aaf]
|
|
1656
|
+
- Updated dependencies [eeb20bea]
|
|
1657
|
+
- Updated dependencies [f2c92d5c]
|
|
1658
|
+
- Updated dependencies [7bd3d992]
|
|
1659
|
+
- Updated dependencies [fdd255ee]
|
|
1660
|
+
- Updated dependencies [49eeebfa]
|
|
1661
|
+
- Updated dependencies [3f9b8d7e]
|
|
1662
|
+
- @akinon/next@1.82.0-rc.2
|
|
1663
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.2
|
|
1664
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.2
|
|
1665
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.2
|
|
1666
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.2
|
|
1667
|
+
- @akinon/pz-credit-payment@1.82.0-rc.2
|
|
1668
|
+
- @akinon/pz-click-collect@1.82.0-rc.2
|
|
1669
|
+
- @akinon/pz-masterpass@1.82.0-rc.2
|
|
1670
|
+
- @akinon/pz-akifast@1.82.0-rc.2
|
|
1671
|
+
- @akinon/pz-gpay@1.82.0-rc.2
|
|
1672
|
+
- @akinon/pz-b2b@1.82.0-rc.2
|
|
1673
|
+
- @akinon/pz-bkm@1.82.0-rc.2
|
|
1674
|
+
- @akinon/pz-otp@1.82.0-rc.2
|
|
1675
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.2
|
|
1676
|
+
- @akinon/pz-saved-card@1.82.0-rc.2
|
|
1677
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.2
|
|
1678
|
+
|
|
1679
|
+
## 1.82.0-rc.1
|
|
1680
|
+
|
|
1681
|
+
### Patch Changes
|
|
1682
|
+
|
|
1683
|
+
- Updated dependencies [0e051352]
|
|
1684
|
+
- @akinon/next@1.82.0-rc.1
|
|
1685
|
+
- @akinon/pz-akifast@1.82.0-rc.1
|
|
1686
|
+
- @akinon/pz-b2b@1.82.0-rc.1
|
|
1687
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.1
|
|
1688
|
+
- @akinon/pz-bkm@1.82.0-rc.1
|
|
1689
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.1
|
|
1690
|
+
- @akinon/pz-click-collect@1.82.0-rc.1
|
|
1691
|
+
- @akinon/pz-credit-payment@1.82.0-rc.1
|
|
1692
|
+
- @akinon/pz-gpay@1.82.0-rc.1
|
|
1693
|
+
- @akinon/pz-masterpass@1.82.0-rc.1
|
|
1694
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.1
|
|
1695
|
+
- @akinon/pz-otp@1.82.0-rc.1
|
|
1696
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.1
|
|
1697
|
+
- @akinon/pz-saved-card@1.82.0-rc.1
|
|
1698
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.1
|
|
1699
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.1
|
|
1700
|
+
|
|
1701
|
+
## 1.82.0-rc.0
|
|
1702
|
+
|
|
1703
|
+
### Minor Changes
|
|
1704
|
+
|
|
1705
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1706
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1707
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1708
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
1709
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1710
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
1711
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
1712
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1713
|
+
|
|
1714
|
+
### Patch Changes
|
|
1715
|
+
|
|
1716
|
+
- Updated dependencies [2e0b7ffd]
|
|
1717
|
+
- Updated dependencies [757ee539]
|
|
1718
|
+
- Updated dependencies [778aabf8]
|
|
1719
|
+
- Updated dependencies [c0fef075]
|
|
1720
|
+
- Updated dependencies [5dfeea04]
|
|
1721
|
+
- Updated dependencies [2d9b2b2c]
|
|
1722
|
+
- Updated dependencies [40a46853]
|
|
1723
|
+
- Updated dependencies [2d2ab446]
|
|
1724
|
+
- Updated dependencies [f49bb74f]
|
|
1725
|
+
- Updated dependencies [e9541a13]
|
|
1726
|
+
- Updated dependencies [4d3deb4f]
|
|
1727
|
+
- Updated dependencies [72fd4d67]
|
|
1728
|
+
- Updated dependencies [c53ef7b9]
|
|
1729
|
+
- Updated dependencies [64699d3f]
|
|
1730
|
+
- Updated dependencies [9db58ad6]
|
|
1731
|
+
- Updated dependencies [0200d568]
|
|
1732
|
+
- Updated dependencies [7727ae55]
|
|
1733
|
+
- Updated dependencies [d552629f]
|
|
1734
|
+
- Updated dependencies [17f87524]
|
|
1735
|
+
- Updated dependencies [65d3b862]
|
|
1736
|
+
- Updated dependencies [bbe18b9f]
|
|
1737
|
+
- Updated dependencies [4920742c]
|
|
1738
|
+
- Updated dependencies [7e56d6b6]
|
|
1739
|
+
- Updated dependencies [7d1b5af1]
|
|
1740
|
+
- Updated dependencies [43c182ee]
|
|
1741
|
+
- Updated dependencies [2d305aaf]
|
|
1742
|
+
- Updated dependencies [eeb20bea]
|
|
1743
|
+
- Updated dependencies [f2c92d5c]
|
|
1744
|
+
- Updated dependencies [6c1dba75]
|
|
1745
|
+
- Updated dependencies [7bd3d992]
|
|
1746
|
+
- Updated dependencies [fdd255ee]
|
|
1747
|
+
- Updated dependencies [aa05ed79]
|
|
1748
|
+
- Updated dependencies [49eeebfa]
|
|
1749
|
+
- Updated dependencies [3f9b8d7e]
|
|
1750
|
+
- @akinon/next@1.82.0-rc.0
|
|
1751
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.0
|
|
1752
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.0
|
|
1753
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.0
|
|
1754
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.0
|
|
1755
|
+
- @akinon/pz-credit-payment@1.82.0-rc.0
|
|
1756
|
+
- @akinon/pz-click-collect@1.82.0-rc.0
|
|
1757
|
+
- @akinon/pz-masterpass@1.82.0-rc.0
|
|
1758
|
+
- @akinon/pz-akifast@1.82.0-rc.0
|
|
1759
|
+
- @akinon/pz-gpay@1.82.0-rc.0
|
|
1760
|
+
- @akinon/pz-b2b@1.82.0-rc.0
|
|
1761
|
+
- @akinon/pz-bkm@1.82.0-rc.0
|
|
1762
|
+
- @akinon/pz-otp@1.82.0-rc.0
|
|
1763
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.0
|
|
1764
|
+
- @akinon/pz-saved-card@1.82.0-rc.0
|
|
1765
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.0
|
|
250
1766
|
|
|
251
1767
|
## 1.81.0
|
|
252
1768
|
|
|
@@ -311,49 +1827,308 @@
|
|
|
311
1827
|
|
|
312
1828
|
### Patch Changes
|
|
313
1829
|
|
|
314
|
-
- Updated dependencies [
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
1830
|
+
- Updated dependencies [778aabf8]
|
|
1831
|
+
- Updated dependencies [5dfeea04]
|
|
1832
|
+
- Updated dependencies [2d9b2b2c]
|
|
1833
|
+
- Updated dependencies [fdbf156f]
|
|
1834
|
+
- Updated dependencies [fd4b74e9]
|
|
1835
|
+
- Updated dependencies [f49bb74f]
|
|
1836
|
+
- Updated dependencies [e9541a13]
|
|
1837
|
+
- Updated dependencies [4d3deb4f]
|
|
1838
|
+
- Updated dependencies [72fd4d67]
|
|
1839
|
+
- Updated dependencies [c53ef7b9]
|
|
1840
|
+
- Updated dependencies [64699d3f]
|
|
1841
|
+
- Updated dependencies [0200d568]
|
|
1842
|
+
- Updated dependencies [7727ae55]
|
|
1843
|
+
- Updated dependencies [17f87524]
|
|
1844
|
+
- Updated dependencies [65d3b862]
|
|
1845
|
+
- Updated dependencies [bbe18b9f]
|
|
1846
|
+
- Updated dependencies [4920742c]
|
|
1847
|
+
- Updated dependencies [7e56d6b6]
|
|
1848
|
+
- Updated dependencies [43c182ee]
|
|
1849
|
+
- Updated dependencies [2d305aaf]
|
|
1850
|
+
- Updated dependencies [4cc22c7c]
|
|
1851
|
+
- Updated dependencies [eeb20bea]
|
|
1852
|
+
- Updated dependencies [6a0a0807]
|
|
1853
|
+
- Updated dependencies [f2c92d5c]
|
|
1854
|
+
- Updated dependencies [7bd3d992]
|
|
1855
|
+
- Updated dependencies [fdd255ee]
|
|
1856
|
+
- Updated dependencies [49eeebfa]
|
|
1857
|
+
- Updated dependencies [3f9b8d7e]
|
|
1858
|
+
- Updated dependencies [7ab9e2fd]
|
|
1859
|
+
- @akinon/next@1.80.0-rc.7
|
|
1860
|
+
- @akinon/pz-masterpass@1.80.0-rc.7
|
|
1861
|
+
- @akinon/pz-checkout-gift-pack@1.80.0-rc.7
|
|
1862
|
+
- @akinon/pz-one-click-checkout@1.80.0-rc.7
|
|
1863
|
+
- @akinon/pz-basket-gift-pack@1.80.0-rc.7
|
|
1864
|
+
- @akinon/pz-pay-on-delivery@1.80.0-rc.7
|
|
1865
|
+
- @akinon/pz-credit-payment@1.80.0-rc.7
|
|
1866
|
+
- @akinon/pz-click-collect@1.80.0-rc.7
|
|
1867
|
+
- @akinon/pz-akifast@1.80.0-rc.7
|
|
1868
|
+
- @akinon/pz-gpay@1.80.0-rc.7
|
|
1869
|
+
- @akinon/pz-b2b@1.80.0-rc.7
|
|
1870
|
+
- @akinon/pz-bkm@1.80.0-rc.7
|
|
1871
|
+
- @akinon/pz-otp@1.80.0-rc.7
|
|
1872
|
+
- @akinon/pz-tabby-extension@1.80.0-rc.7
|
|
1873
|
+
- @akinon/pz-saved-card@1.80.0-rc.7
|
|
1874
|
+
- @akinon/pz-tamara-extension@1.80.0-rc.7
|
|
1875
|
+
|
|
1876
|
+
## 1.79.0-rc.6
|
|
330
1877
|
|
|
331
|
-
|
|
1878
|
+
### Patch Changes
|
|
1879
|
+
|
|
1880
|
+
- Updated dependencies [0200d568]
|
|
1881
|
+
- @akinon/next@1.79.0-rc.6
|
|
1882
|
+
- @akinon/pz-akifast@1.79.0-rc.6
|
|
1883
|
+
- @akinon/pz-b2b@1.79.0-rc.6
|
|
1884
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.6
|
|
1885
|
+
- @akinon/pz-bkm@1.79.0-rc.6
|
|
1886
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.6
|
|
1887
|
+
- @akinon/pz-click-collect@1.79.0-rc.6
|
|
1888
|
+
- @akinon/pz-credit-payment@1.79.0-rc.6
|
|
1889
|
+
- @akinon/pz-gpay@1.79.0-rc.6
|
|
1890
|
+
- @akinon/pz-masterpass@1.79.0-rc.6
|
|
1891
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.6
|
|
1892
|
+
- @akinon/pz-otp@1.79.0-rc.6
|
|
1893
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.6
|
|
1894
|
+
- @akinon/pz-saved-card@1.79.0-rc.6
|
|
1895
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.6
|
|
1896
|
+
|
|
1897
|
+
## 1.79.0-rc.5
|
|
332
1898
|
|
|
333
1899
|
### Patch Changes
|
|
334
1900
|
|
|
335
|
-
- Updated dependencies [
|
|
336
|
-
- @akinon/next@1.
|
|
337
|
-
- @akinon/pz-akifast@1.
|
|
338
|
-
- @akinon/pz-b2b@1.
|
|
339
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
340
|
-
- @akinon/pz-bkm@1.
|
|
341
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
342
|
-
- @akinon/pz-click-collect@1.
|
|
343
|
-
- @akinon/pz-credit-payment@1.
|
|
344
|
-
- @akinon/pz-gpay@1.
|
|
345
|
-
- @akinon/pz-masterpass@1.
|
|
346
|
-
- @akinon/pz-one-click-checkout@1.
|
|
347
|
-
- @akinon/pz-otp@1.
|
|
348
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
349
|
-
- @akinon/pz-saved-card@1.
|
|
350
|
-
- @akinon/pz-tabby-extension@1.
|
|
1901
|
+
- Updated dependencies [778aabf8]
|
|
1902
|
+
- @akinon/next@1.79.0-rc.5
|
|
1903
|
+
- @akinon/pz-akifast@1.79.0-rc.5
|
|
1904
|
+
- @akinon/pz-b2b@1.79.0-rc.5
|
|
1905
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.5
|
|
1906
|
+
- @akinon/pz-bkm@1.79.0-rc.5
|
|
1907
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.5
|
|
1908
|
+
- @akinon/pz-click-collect@1.79.0-rc.5
|
|
1909
|
+
- @akinon/pz-credit-payment@1.79.0-rc.5
|
|
1910
|
+
- @akinon/pz-gpay@1.79.0-rc.5
|
|
1911
|
+
- @akinon/pz-masterpass@1.79.0-rc.5
|
|
1912
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.5
|
|
1913
|
+
- @akinon/pz-otp@1.79.0-rc.5
|
|
1914
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.5
|
|
1915
|
+
- @akinon/pz-saved-card@1.79.0-rc.5
|
|
1916
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.5
|
|
1917
|
+
|
|
1918
|
+
## 1.79.0-rc.4
|
|
351
1919
|
|
|
352
|
-
|
|
1920
|
+
### Minor Changes
|
|
1921
|
+
|
|
1922
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
1923
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
353
1924
|
|
|
354
1925
|
### Patch Changes
|
|
355
1926
|
|
|
356
|
-
- Updated dependencies [
|
|
1927
|
+
- Updated dependencies [fdbf156f]
|
|
1928
|
+
- @akinon/pz-masterpass@1.79.0-rc.4
|
|
1929
|
+
- @akinon/next@1.79.0-rc.4
|
|
1930
|
+
- @akinon/pz-akifast@1.79.0-rc.4
|
|
1931
|
+
- @akinon/pz-b2b@1.79.0-rc.4
|
|
1932
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.4
|
|
1933
|
+
- @akinon/pz-bkm@1.79.0-rc.4
|
|
1934
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.4
|
|
1935
|
+
- @akinon/pz-click-collect@1.79.0-rc.4
|
|
1936
|
+
- @akinon/pz-credit-payment@1.79.0-rc.4
|
|
1937
|
+
- @akinon/pz-gpay@1.79.0-rc.4
|
|
1938
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.4
|
|
1939
|
+
- @akinon/pz-otp@1.79.0-rc.4
|
|
1940
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.4
|
|
1941
|
+
- @akinon/pz-saved-card@1.79.0-rc.4
|
|
1942
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.4
|
|
1943
|
+
|
|
1944
|
+
## 1.79.0-rc.3
|
|
1945
|
+
|
|
1946
|
+
### Minor Changes
|
|
1947
|
+
|
|
1948
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
1949
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
1950
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1951
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1952
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1953
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1954
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
1955
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1956
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
1957
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
1958
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
1959
|
+
|
|
1960
|
+
### Patch Changes
|
|
1961
|
+
|
|
1962
|
+
- Updated dependencies [5dfeea04]
|
|
1963
|
+
- Updated dependencies [2d9b2b2c]
|
|
1964
|
+
- Updated dependencies [fd4b74e9]
|
|
1965
|
+
- Updated dependencies [f49bb74f]
|
|
1966
|
+
- Updated dependencies [e9541a13]
|
|
1967
|
+
- Updated dependencies [4d3deb4f]
|
|
1968
|
+
- Updated dependencies [72fd4d67]
|
|
1969
|
+
- Updated dependencies [c53ef7b9]
|
|
1970
|
+
- Updated dependencies [64699d3f]
|
|
1971
|
+
- Updated dependencies [7727ae55]
|
|
1972
|
+
- Updated dependencies [17f87524]
|
|
1973
|
+
- Updated dependencies [65d3b862]
|
|
1974
|
+
- Updated dependencies [bbe18b9f]
|
|
1975
|
+
- Updated dependencies [4920742c]
|
|
1976
|
+
- Updated dependencies [7e56d6b6]
|
|
1977
|
+
- Updated dependencies [43c182ee]
|
|
1978
|
+
- Updated dependencies [2d305aaf]
|
|
1979
|
+
- Updated dependencies [4cc22c7c]
|
|
1980
|
+
- Updated dependencies [eeb20bea]
|
|
1981
|
+
- Updated dependencies [6a0a0807]
|
|
1982
|
+
- Updated dependencies [f2c92d5c]
|
|
1983
|
+
- Updated dependencies [7bd3d992]
|
|
1984
|
+
- Updated dependencies [fdd255ee]
|
|
1985
|
+
- Updated dependencies [59fa21ce]
|
|
1986
|
+
- Updated dependencies [49eeebfa]
|
|
1987
|
+
- Updated dependencies [3f9b8d7e]
|
|
1988
|
+
- @akinon/next@1.79.0-rc.3
|
|
1989
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.3
|
|
1990
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.3
|
|
1991
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.3
|
|
1992
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.3
|
|
1993
|
+
- @akinon/pz-credit-payment@1.79.0-rc.3
|
|
1994
|
+
- @akinon/pz-click-collect@1.79.0-rc.3
|
|
1995
|
+
- @akinon/pz-masterpass@1.79.0-rc.3
|
|
1996
|
+
- @akinon/pz-akifast@1.79.0-rc.3
|
|
1997
|
+
- @akinon/pz-gpay@1.79.0-rc.3
|
|
1998
|
+
- @akinon/pz-b2b@1.79.0-rc.3
|
|
1999
|
+
- @akinon/pz-bkm@1.79.0-rc.3
|
|
2000
|
+
- @akinon/pz-otp@1.79.0-rc.3
|
|
2001
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.3
|
|
2002
|
+
- @akinon/pz-saved-card@1.79.0-rc.3
|
|
2003
|
+
|
|
2004
|
+
## 1.79.0-rc.2
|
|
2005
|
+
|
|
2006
|
+
### Minor Changes
|
|
2007
|
+
|
|
2008
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
2009
|
+
|
|
2010
|
+
### Patch Changes
|
|
2011
|
+
|
|
2012
|
+
- @akinon/next@1.79.0-rc.2
|
|
2013
|
+
- @akinon/pz-akifast@1.79.0-rc.2
|
|
2014
|
+
- @akinon/pz-b2b@1.79.0-rc.2
|
|
2015
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.2
|
|
2016
|
+
- @akinon/pz-bkm@1.79.0-rc.2
|
|
2017
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.2
|
|
2018
|
+
- @akinon/pz-click-collect@1.79.0-rc.2
|
|
2019
|
+
- @akinon/pz-credit-payment@1.79.0-rc.2
|
|
2020
|
+
- @akinon/pz-gpay@1.79.0-rc.2
|
|
2021
|
+
- @akinon/pz-masterpass@1.79.0-rc.2
|
|
2022
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.2
|
|
2023
|
+
- @akinon/pz-otp@1.79.0-rc.2
|
|
2024
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.2
|
|
2025
|
+
- @akinon/pz-saved-card@1.79.0-rc.2
|
|
2026
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.2
|
|
2027
|
+
|
|
2028
|
+
## 1.79.0-rc.1
|
|
2029
|
+
|
|
2030
|
+
### Patch Changes
|
|
2031
|
+
|
|
2032
|
+
- Updated dependencies [4cc22c7c]
|
|
2033
|
+
- @akinon/next@1.79.0-rc.1
|
|
2034
|
+
- @akinon/pz-akifast@1.79.0-rc.1
|
|
2035
|
+
- @akinon/pz-b2b@1.79.0-rc.1
|
|
2036
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.1
|
|
2037
|
+
- @akinon/pz-bkm@1.79.0-rc.1
|
|
2038
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.1
|
|
2039
|
+
- @akinon/pz-click-collect@1.79.0-rc.1
|
|
2040
|
+
- @akinon/pz-credit-payment@1.79.0-rc.1
|
|
2041
|
+
- @akinon/pz-gpay@1.79.0-rc.1
|
|
2042
|
+
- @akinon/pz-masterpass@1.79.0-rc.1
|
|
2043
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.1
|
|
2044
|
+
- @akinon/pz-otp@1.79.0-rc.1
|
|
2045
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.1
|
|
2046
|
+
- @akinon/pz-saved-card@1.79.0-rc.1
|
|
2047
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.1
|
|
2048
|
+
|
|
2049
|
+
## 1.79.0-rc.0
|
|
2050
|
+
|
|
2051
|
+
### Minor Changes
|
|
2052
|
+
|
|
2053
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
2054
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
2055
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2056
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
2057
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
2058
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
2059
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
2060
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
2061
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
2062
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
2063
|
+
|
|
2064
|
+
### Patch Changes
|
|
2065
|
+
|
|
2066
|
+
- Updated dependencies [5dfeea04]
|
|
2067
|
+
- Updated dependencies [2d9b2b2c]
|
|
2068
|
+
- Updated dependencies [fd4b74e9]
|
|
2069
|
+
- Updated dependencies [f49bb74f]
|
|
2070
|
+
- Updated dependencies [e9541a13]
|
|
2071
|
+
- Updated dependencies [4d3deb4f]
|
|
2072
|
+
- Updated dependencies [72fd4d67]
|
|
2073
|
+
- Updated dependencies [c53ef7b9]
|
|
2074
|
+
- Updated dependencies [64699d3f]
|
|
2075
|
+
- Updated dependencies [7727ae55]
|
|
2076
|
+
- Updated dependencies [17f87524]
|
|
2077
|
+
- Updated dependencies [65d3b862]
|
|
2078
|
+
- Updated dependencies [bbe18b9f]
|
|
2079
|
+
- Updated dependencies [4920742c]
|
|
2080
|
+
- Updated dependencies [7e56d6b6]
|
|
2081
|
+
- Updated dependencies [43c182ee]
|
|
2082
|
+
- Updated dependencies [2d305aaf]
|
|
2083
|
+
- Updated dependencies [eeb20bea]
|
|
2084
|
+
- Updated dependencies [6a0a0807]
|
|
2085
|
+
- Updated dependencies [f2c92d5c]
|
|
2086
|
+
- Updated dependencies [7bd3d992]
|
|
2087
|
+
- Updated dependencies [fdd255ee]
|
|
2088
|
+
- Updated dependencies [49eeebfa]
|
|
2089
|
+
- Updated dependencies [3f9b8d7e]
|
|
2090
|
+
- @akinon/next@1.79.0-rc.0
|
|
2091
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
2092
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
2093
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
2094
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
2095
|
+
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
2096
|
+
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
2097
|
+
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
2098
|
+
- @akinon/pz-akifast@1.79.0-rc.0
|
|
2099
|
+
- @akinon/pz-gpay@1.79.0-rc.0
|
|
2100
|
+
- @akinon/pz-b2b@1.79.0-rc.0
|
|
2101
|
+
- @akinon/pz-bkm@1.79.0-rc.0
|
|
2102
|
+
- @akinon/pz-otp@1.79.0-rc.0
|
|
2103
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
2104
|
+
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
2105
|
+
|
|
2106
|
+
## 1.78.0
|
|
2107
|
+
|
|
2108
|
+
### Patch Changes
|
|
2109
|
+
|
|
2110
|
+
- Updated dependencies [e791eab]
|
|
2111
|
+
- @akinon/next@1.78.0
|
|
2112
|
+
- @akinon/pz-akifast@1.78.0
|
|
2113
|
+
- @akinon/pz-b2b@1.78.0
|
|
2114
|
+
- @akinon/pz-basket-gift-pack@1.78.0
|
|
2115
|
+
- @akinon/pz-bkm@1.78.0
|
|
2116
|
+
- @akinon/pz-checkout-gift-pack@1.78.0
|
|
2117
|
+
- @akinon/pz-click-collect@1.78.0
|
|
2118
|
+
- @akinon/pz-credit-payment@1.78.0
|
|
2119
|
+
- @akinon/pz-gpay@1.78.0
|
|
2120
|
+
- @akinon/pz-masterpass@1.78.0
|
|
2121
|
+
- @akinon/pz-one-click-checkout@1.78.0
|
|
2122
|
+
- @akinon/pz-otp@1.78.0
|
|
2123
|
+
- @akinon/pz-pay-on-delivery@1.78.0
|
|
2124
|
+
- @akinon/pz-saved-card@1.78.0
|
|
2125
|
+
- @akinon/pz-tabby-extension@1.78.0
|
|
2126
|
+
|
|
2127
|
+
## 1.77.0
|
|
2128
|
+
|
|
2129
|
+
### Patch Changes
|
|
2130
|
+
|
|
2131
|
+
- Updated dependencies [999168d]
|
|
357
2132
|
- Updated dependencies [86a5a62]
|
|
358
2133
|
- @akinon/next@1.77.0
|
|
359
2134
|
- @akinon/pz-akifast@1.77.0
|
|
@@ -528,21 +2303,161 @@
|
|
|
528
2303
|
### Patch Changes
|
|
529
2304
|
|
|
530
2305
|
- Updated dependencies [f34454a]
|
|
531
|
-
- @akinon/next@1.71.0
|
|
532
|
-
- @akinon/pz-akifast@1.71.0
|
|
533
|
-
- @akinon/pz-b2b@1.71.0
|
|
534
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
535
|
-
- @akinon/pz-bkm@1.71.0
|
|
536
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
537
|
-
- @akinon/pz-click-collect@1.71.0
|
|
538
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
539
|
-
- @akinon/pz-gpay@1.71.0
|
|
540
|
-
- @akinon/pz-masterpass@1.71.0
|
|
541
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
542
|
-
- @akinon/pz-otp@1.71.0
|
|
543
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
544
|
-
- @akinon/pz-saved-card@1.71.0
|
|
545
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
2306
|
+
- @akinon/next@1.71.0-rc.6
|
|
2307
|
+
- @akinon/pz-akifast@1.71.0-rc.6
|
|
2308
|
+
- @akinon/pz-b2b@1.71.0-rc.6
|
|
2309
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.6
|
|
2310
|
+
- @akinon/pz-bkm@1.71.0-rc.6
|
|
2311
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.6
|
|
2312
|
+
- @akinon/pz-click-collect@1.71.0-rc.6
|
|
2313
|
+
- @akinon/pz-credit-payment@1.71.0-rc.6
|
|
2314
|
+
- @akinon/pz-gpay@1.71.0-rc.6
|
|
2315
|
+
- @akinon/pz-masterpass@1.71.0-rc.6
|
|
2316
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.6
|
|
2317
|
+
- @akinon/pz-otp@1.71.0-rc.6
|
|
2318
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.6
|
|
2319
|
+
- @akinon/pz-saved-card@1.71.0-rc.6
|
|
2320
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.6
|
|
2321
|
+
|
|
2322
|
+
## 1.71.0-rc.5
|
|
2323
|
+
|
|
2324
|
+
### Patch Changes
|
|
2325
|
+
|
|
2326
|
+
- Updated dependencies [0ab91e5]
|
|
2327
|
+
- @akinon/pz-akifast@1.71.0-rc.5
|
|
2328
|
+
- @akinon/next@1.71.0-rc.5
|
|
2329
|
+
- @akinon/pz-b2b@1.71.0-rc.5
|
|
2330
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
2331
|
+
- @akinon/pz-bkm@1.71.0-rc.5
|
|
2332
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
2333
|
+
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
2334
|
+
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
2335
|
+
- @akinon/pz-gpay@1.71.0-rc.5
|
|
2336
|
+
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
2337
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
2338
|
+
- @akinon/pz-otp@1.71.0-rc.5
|
|
2339
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
2340
|
+
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
2341
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
2342
|
+
|
|
2343
|
+
## 1.71.0-rc.4
|
|
2344
|
+
|
|
2345
|
+
### Minor Changes
|
|
2346
|
+
|
|
2347
|
+
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
2348
|
+
|
|
2349
|
+
### Patch Changes
|
|
2350
|
+
|
|
2351
|
+
- @akinon/next@1.71.0-rc.4
|
|
2352
|
+
- @akinon/pz-akifast@1.71.0-rc.4
|
|
2353
|
+
- @akinon/pz-b2b@1.71.0-rc.4
|
|
2354
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
2355
|
+
- @akinon/pz-bkm@1.71.0-rc.4
|
|
2356
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
2357
|
+
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
2358
|
+
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
2359
|
+
- @akinon/pz-gpay@1.71.0-rc.4
|
|
2360
|
+
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
2361
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
2362
|
+
- @akinon/pz-otp@1.71.0-rc.4
|
|
2363
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
2364
|
+
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
2365
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
2366
|
+
|
|
2367
|
+
## 1.71.0-rc.3
|
|
2368
|
+
|
|
2369
|
+
### Minor Changes
|
|
2370
|
+
|
|
2371
|
+
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
2372
|
+
|
|
2373
|
+
### Patch Changes
|
|
2374
|
+
|
|
2375
|
+
- Updated dependencies [3344bca]
|
|
2376
|
+
- @akinon/next@1.71.0-rc.3
|
|
2377
|
+
- @akinon/pz-akifast@1.71.0-rc.3
|
|
2378
|
+
- @akinon/pz-b2b@1.71.0-rc.3
|
|
2379
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
2380
|
+
- @akinon/pz-bkm@1.71.0-rc.3
|
|
2381
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
2382
|
+
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
2383
|
+
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
2384
|
+
- @akinon/pz-gpay@1.71.0-rc.3
|
|
2385
|
+
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
2386
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
2387
|
+
- @akinon/pz-otp@1.71.0-rc.3
|
|
2388
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
2389
|
+
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
2390
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
2391
|
+
|
|
2392
|
+
## 1.71.0-rc.2
|
|
2393
|
+
|
|
2394
|
+
### Patch Changes
|
|
2395
|
+
|
|
2396
|
+
- Updated dependencies [56cdddc]
|
|
2397
|
+
- @akinon/next@1.71.0-rc.2
|
|
2398
|
+
- @akinon/pz-akifast@1.71.0-rc.2
|
|
2399
|
+
- @akinon/pz-b2b@1.71.0-rc.2
|
|
2400
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
2401
|
+
- @akinon/pz-bkm@1.71.0-rc.2
|
|
2402
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
2403
|
+
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
2404
|
+
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
2405
|
+
- @akinon/pz-gpay@1.71.0-rc.2
|
|
2406
|
+
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
2407
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
2408
|
+
- @akinon/pz-otp@1.71.0-rc.2
|
|
2409
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
2410
|
+
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
2411
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
2412
|
+
|
|
2413
|
+
## 1.71.0-rc.1
|
|
2414
|
+
|
|
2415
|
+
### Patch Changes
|
|
2416
|
+
|
|
2417
|
+
- Updated dependencies [9a50730]
|
|
2418
|
+
- @akinon/next@1.71.0-rc.1
|
|
2419
|
+
- @akinon/pz-akifast@1.71.0-rc.1
|
|
2420
|
+
- @akinon/pz-b2b@1.71.0-rc.1
|
|
2421
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
2422
|
+
- @akinon/pz-bkm@1.71.0-rc.1
|
|
2423
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
2424
|
+
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
2425
|
+
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
2426
|
+
- @akinon/pz-gpay@1.71.0-rc.1
|
|
2427
|
+
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
2428
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
2429
|
+
- @akinon/pz-otp@1.71.0-rc.1
|
|
2430
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
2431
|
+
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
2432
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
2433
|
+
|
|
2434
|
+
## 1.71.0-rc.0
|
|
2435
|
+
|
|
2436
|
+
### Minor Changes
|
|
2437
|
+
|
|
2438
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
2439
|
+
|
|
2440
|
+
### Patch Changes
|
|
2441
|
+
|
|
2442
|
+
- Updated dependencies [3bfa12a]
|
|
2443
|
+
- Updated dependencies [4d3deb4]
|
|
2444
|
+
- Updated dependencies [3010514]
|
|
2445
|
+
- Updated dependencies [ca774b3]
|
|
2446
|
+
- @akinon/next@1.71.0-rc.0
|
|
2447
|
+
- @akinon/pz-akifast@1.71.0-rc.0
|
|
2448
|
+
- @akinon/pz-b2b@1.71.0-rc.0
|
|
2449
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
2450
|
+
- @akinon/pz-bkm@1.71.0-rc.0
|
|
2451
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
2452
|
+
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
2453
|
+
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
2454
|
+
- @akinon/pz-gpay@1.71.0-rc.0
|
|
2455
|
+
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
2456
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
2457
|
+
- @akinon/pz-otp@1.71.0-rc.0
|
|
2458
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
2459
|
+
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
2460
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
546
2461
|
|
|
547
2462
|
## 1.70.0
|
|
548
2463
|
|
|
@@ -573,32 +2488,249 @@
|
|
|
573
2488
|
|
|
574
2489
|
### Minor Changes
|
|
575
2490
|
|
|
2491
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
2492
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2493
|
+
|
|
2494
|
+
### Patch Changes
|
|
2495
|
+
|
|
2496
|
+
- Updated dependencies [3bfa12a]
|
|
2497
|
+
- Updated dependencies [4d3deb4]
|
|
2498
|
+
- Updated dependencies [3010514]
|
|
2499
|
+
- Updated dependencies [ca774b3]
|
|
2500
|
+
- Updated dependencies [f046f8e]
|
|
2501
|
+
- @akinon/next@1.69.0-rc.9
|
|
2502
|
+
- @akinon/pz-akifast@1.69.0-rc.9
|
|
2503
|
+
- @akinon/pz-b2b@1.69.0-rc.9
|
|
2504
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
2505
|
+
- @akinon/pz-bkm@1.69.0-rc.9
|
|
2506
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
2507
|
+
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
2508
|
+
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
2509
|
+
- @akinon/pz-gpay@1.69.0-rc.9
|
|
2510
|
+
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
2511
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
2512
|
+
- @akinon/pz-otp@1.69.0-rc.9
|
|
2513
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
2514
|
+
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
2515
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
2516
|
+
|
|
2517
|
+
## 1.69.0-rc.8
|
|
2518
|
+
|
|
2519
|
+
### Patch Changes
|
|
2520
|
+
|
|
2521
|
+
- Updated dependencies [3010514]
|
|
2522
|
+
- Updated dependencies [ca774b3]
|
|
2523
|
+
- @akinon/next@1.69.0-rc.8
|
|
2524
|
+
- @akinon/pz-akifast@1.69.0-rc.8
|
|
2525
|
+
- @akinon/pz-b2b@1.69.0-rc.8
|
|
2526
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
2527
|
+
- @akinon/pz-bkm@1.69.0-rc.8
|
|
2528
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
2529
|
+
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
2530
|
+
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
2531
|
+
- @akinon/pz-gpay@1.69.0-rc.8
|
|
2532
|
+
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
2533
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
2534
|
+
- @akinon/pz-otp@1.69.0-rc.8
|
|
2535
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
2536
|
+
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
2537
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
2538
|
+
|
|
2539
|
+
## 1.69.0-rc.7
|
|
2540
|
+
|
|
2541
|
+
### Patch Changes
|
|
2542
|
+
|
|
2543
|
+
- Updated dependencies [3bfa12a]
|
|
2544
|
+
- @akinon/next@1.69.0-rc.7
|
|
2545
|
+
- @akinon/pz-akifast@1.69.0-rc.7
|
|
2546
|
+
- @akinon/pz-b2b@1.69.0-rc.7
|
|
2547
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
2548
|
+
- @akinon/pz-bkm@1.69.0-rc.7
|
|
2549
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
2550
|
+
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
2551
|
+
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
2552
|
+
- @akinon/pz-gpay@1.69.0-rc.7
|
|
2553
|
+
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
2554
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
2555
|
+
- @akinon/pz-otp@1.69.0-rc.7
|
|
2556
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
2557
|
+
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
2558
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
2559
|
+
|
|
2560
|
+
## 1.69.0-rc.6
|
|
2561
|
+
|
|
2562
|
+
### Minor Changes
|
|
2563
|
+
|
|
2564
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
576
2565
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
577
2566
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
578
2567
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
579
2568
|
|
|
580
2569
|
### Patch Changes
|
|
581
2570
|
|
|
2571
|
+
- Updated dependencies [4d3deb4]
|
|
582
2572
|
- Updated dependencies [063da74]
|
|
583
2573
|
- Updated dependencies [72da021]
|
|
584
2574
|
- Updated dependencies [5632a99]
|
|
585
2575
|
- Updated dependencies [cbdb0c8]
|
|
586
2576
|
- Updated dependencies [80c869b]
|
|
587
|
-
- @akinon/next@1.69.0
|
|
588
|
-
- @akinon/pz-akifast@1.69.0
|
|
589
|
-
- @akinon/pz-b2b@1.69.0
|
|
590
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
591
|
-
- @akinon/pz-bkm@1.69.0
|
|
592
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
593
|
-
- @akinon/pz-click-collect@1.69.0
|
|
594
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
595
|
-
- @akinon/pz-gpay@1.69.0
|
|
596
|
-
- @akinon/pz-masterpass@1.69.0
|
|
597
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
598
|
-
- @akinon/pz-otp@1.69.0
|
|
599
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
600
|
-
- @akinon/pz-saved-card@1.69.0
|
|
601
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
2577
|
+
- @akinon/next@1.69.0-rc.6
|
|
2578
|
+
- @akinon/pz-akifast@1.69.0-rc.6
|
|
2579
|
+
- @akinon/pz-b2b@1.69.0-rc.6
|
|
2580
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.6
|
|
2581
|
+
- @akinon/pz-bkm@1.69.0-rc.6
|
|
2582
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.6
|
|
2583
|
+
- @akinon/pz-click-collect@1.69.0-rc.6
|
|
2584
|
+
- @akinon/pz-credit-payment@1.69.0-rc.6
|
|
2585
|
+
- @akinon/pz-gpay@1.69.0-rc.6
|
|
2586
|
+
- @akinon/pz-masterpass@1.69.0-rc.6
|
|
2587
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.6
|
|
2588
|
+
- @akinon/pz-otp@1.69.0-rc.6
|
|
2589
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.6
|
|
2590
|
+
- @akinon/pz-saved-card@1.69.0-rc.6
|
|
2591
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.6
|
|
2592
|
+
|
|
2593
|
+
## 1.69.0-rc.5
|
|
2594
|
+
|
|
2595
|
+
### Minor Changes
|
|
2596
|
+
|
|
2597
|
+
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
2598
|
+
|
|
2599
|
+
### Patch Changes
|
|
2600
|
+
|
|
2601
|
+
- Updated dependencies [80c869b]
|
|
2602
|
+
- @akinon/next@1.69.0-rc.5
|
|
2603
|
+
- @akinon/pz-akifast@1.69.0-rc.5
|
|
2604
|
+
- @akinon/pz-b2b@1.69.0-rc.5
|
|
2605
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
2606
|
+
- @akinon/pz-bkm@1.69.0-rc.5
|
|
2607
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
2608
|
+
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
2609
|
+
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
2610
|
+
- @akinon/pz-gpay@1.69.0-rc.5
|
|
2611
|
+
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
2612
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
2613
|
+
- @akinon/pz-otp@1.69.0-rc.5
|
|
2614
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
2615
|
+
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
2616
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
2617
|
+
|
|
2618
|
+
## 1.69.0-rc.4
|
|
2619
|
+
|
|
2620
|
+
### Minor Changes
|
|
2621
|
+
|
|
2622
|
+
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
2623
|
+
|
|
2624
|
+
### Patch Changes
|
|
2625
|
+
|
|
2626
|
+
- Updated dependencies [063da74]
|
|
2627
|
+
- @akinon/next@1.69.0-rc.4
|
|
2628
|
+
- @akinon/pz-akifast@1.69.0-rc.4
|
|
2629
|
+
- @akinon/pz-b2b@1.69.0-rc.4
|
|
2630
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
2631
|
+
- @akinon/pz-bkm@1.69.0-rc.4
|
|
2632
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
2633
|
+
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
2634
|
+
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
2635
|
+
- @akinon/pz-gpay@1.69.0-rc.4
|
|
2636
|
+
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
2637
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
2638
|
+
- @akinon/pz-otp@1.69.0-rc.4
|
|
2639
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
2640
|
+
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
2641
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
2642
|
+
|
|
2643
|
+
## 1.69.0-rc.3
|
|
2644
|
+
|
|
2645
|
+
### Minor Changes
|
|
2646
|
+
|
|
2647
|
+
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
2648
|
+
|
|
2649
|
+
### Patch Changes
|
|
2650
|
+
|
|
2651
|
+
- Updated dependencies [cbdb0c8]
|
|
2652
|
+
- @akinon/next@1.69.0-rc.3
|
|
2653
|
+
- @akinon/pz-akifast@1.69.0-rc.3
|
|
2654
|
+
- @akinon/pz-b2b@1.69.0-rc.3
|
|
2655
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
2656
|
+
- @akinon/pz-bkm@1.69.0-rc.3
|
|
2657
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
2658
|
+
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
2659
|
+
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
2660
|
+
- @akinon/pz-gpay@1.69.0-rc.3
|
|
2661
|
+
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
2662
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
2663
|
+
- @akinon/pz-otp@1.69.0-rc.3
|
|
2664
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
2665
|
+
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
2666
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
2667
|
+
|
|
2668
|
+
## 1.69.0-rc.2
|
|
2669
|
+
|
|
2670
|
+
### Patch Changes
|
|
2671
|
+
|
|
2672
|
+
- Updated dependencies [5632a99]
|
|
2673
|
+
- @akinon/next@1.69.0-rc.2
|
|
2674
|
+
- @akinon/pz-akifast@1.69.0-rc.2
|
|
2675
|
+
- @akinon/pz-b2b@1.69.0-rc.2
|
|
2676
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
2677
|
+
- @akinon/pz-bkm@1.69.0-rc.2
|
|
2678
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
2679
|
+
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
2680
|
+
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
2681
|
+
- @akinon/pz-gpay@1.69.0-rc.2
|
|
2682
|
+
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
2683
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
2684
|
+
- @akinon/pz-otp@1.69.0-rc.2
|
|
2685
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
2686
|
+
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
2687
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
2688
|
+
|
|
2689
|
+
## 1.69.0-rc.1
|
|
2690
|
+
|
|
2691
|
+
### Patch Changes
|
|
2692
|
+
|
|
2693
|
+
- Updated dependencies [72da021]
|
|
2694
|
+
- @akinon/next@1.69.0-rc.1
|
|
2695
|
+
- @akinon/pz-akifast@1.69.0-rc.1
|
|
2696
|
+
- @akinon/pz-b2b@1.69.0-rc.1
|
|
2697
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
2698
|
+
- @akinon/pz-bkm@1.69.0-rc.1
|
|
2699
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
2700
|
+
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
2701
|
+
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
2702
|
+
- @akinon/pz-gpay@1.69.0-rc.1
|
|
2703
|
+
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
2704
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
2705
|
+
- @akinon/pz-otp@1.69.0-rc.1
|
|
2706
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
2707
|
+
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
2708
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
2709
|
+
|
|
2710
|
+
## 1.69.0-rc.0
|
|
2711
|
+
|
|
2712
|
+
### Minor Changes
|
|
2713
|
+
|
|
2714
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
2715
|
+
|
|
2716
|
+
### Patch Changes
|
|
2717
|
+
|
|
2718
|
+
- Updated dependencies [4d3deb4]
|
|
2719
|
+
- @akinon/next@1.69.0-rc.0
|
|
2720
|
+
- @akinon/pz-akifast@1.69.0-rc.0
|
|
2721
|
+
- @akinon/pz-b2b@1.69.0-rc.0
|
|
2722
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
2723
|
+
- @akinon/pz-bkm@1.69.0-rc.0
|
|
2724
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
2725
|
+
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
2726
|
+
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
2727
|
+
- @akinon/pz-gpay@1.69.0-rc.0
|
|
2728
|
+
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
2729
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
2730
|
+
- @akinon/pz-otp@1.69.0-rc.0
|
|
2731
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
2732
|
+
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
2733
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
602
2734
|
|
|
603
2735
|
## 1.68.0
|
|
604
2736
|
|
|
@@ -949,28 +3081,401 @@
|
|
|
949
3081
|
|
|
950
3082
|
### Minor Changes
|
|
951
3083
|
|
|
3084
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3085
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3086
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3087
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3088
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3089
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3090
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3091
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3092
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3093
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
3094
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3095
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3096
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3097
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3098
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3099
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3100
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3101
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3102
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3103
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3104
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3105
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3106
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3107
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
3108
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3109
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3110
|
+
|
|
3111
|
+
### Patch Changes
|
|
3112
|
+
|
|
3113
|
+
- Updated dependencies [c416d18]
|
|
3114
|
+
- Updated dependencies [572d2e84]
|
|
3115
|
+
- Updated dependencies [5dfeea0]
|
|
3116
|
+
- Updated dependencies [0e25399]
|
|
3117
|
+
- Updated dependencies [a4c8d6a9]
|
|
3118
|
+
- Updated dependencies [fda5b927]
|
|
3119
|
+
- Updated dependencies [2d9b2b2c]
|
|
3120
|
+
- Updated dependencies [c53ea3e6]
|
|
3121
|
+
- Updated dependencies [714e0b46]
|
|
3122
|
+
- Updated dependencies [6c25f66]
|
|
3123
|
+
- Updated dependencies [bc2b4117]
|
|
3124
|
+
- Updated dependencies [3bf2dd9]
|
|
3125
|
+
- Updated dependencies [e9541a13]
|
|
3126
|
+
- Updated dependencies [c53ef7b9]
|
|
3127
|
+
- Updated dependencies [2e6104d]
|
|
3128
|
+
- Updated dependencies [64699d3f]
|
|
3129
|
+
- Updated dependencies [0d3a913e]
|
|
3130
|
+
- Updated dependencies [7b05522]
|
|
3131
|
+
- Updated dependencies [d6edb1d]
|
|
3132
|
+
- Updated dependencies [d3474c64]
|
|
3133
|
+
- Updated dependencies [17f87524]
|
|
3134
|
+
- Updated dependencies [29ead87]
|
|
3135
|
+
- Updated dependencies [c45b62c]
|
|
3136
|
+
- Updated dependencies [91265bba]
|
|
3137
|
+
- Updated dependencies [bbe18b9f]
|
|
3138
|
+
- Updated dependencies [d4099960]
|
|
3139
|
+
- Updated dependencies [4920742]
|
|
3140
|
+
- Updated dependencies [12a873e]
|
|
3141
|
+
- Updated dependencies [7e56d6b]
|
|
3142
|
+
- Updated dependencies [94b69285]
|
|
3143
|
+
- Updated dependencies [98bb8dcd]
|
|
3144
|
+
- Updated dependencies [dcc8a150]
|
|
3145
|
+
- Updated dependencies [8f47cca]
|
|
3146
|
+
- Updated dependencies [fad27689]
|
|
3147
|
+
- Updated dependencies [dff0d595]
|
|
3148
|
+
- Updated dependencies [fdd0b41]
|
|
3149
|
+
- Updated dependencies [f2c325c]
|
|
3150
|
+
- Updated dependencies [9e25a64]
|
|
3151
|
+
- Updated dependencies [beb499e6]
|
|
3152
|
+
- Updated dependencies [f2c92d5c]
|
|
3153
|
+
- Updated dependencies [7bd3d992]
|
|
3154
|
+
- Updated dependencies [f3d076b]
|
|
3155
|
+
- Updated dependencies [f046f8e0]
|
|
3156
|
+
- Updated dependencies [49eeebf]
|
|
3157
|
+
- Updated dependencies [86d25315]
|
|
3158
|
+
- Updated dependencies [3f9b8d7e]
|
|
3159
|
+
- @akinon/next@1.56.0-rc.8
|
|
3160
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
3161
|
+
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
3162
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
3163
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
3164
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
3165
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
3166
|
+
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
3167
|
+
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
3168
|
+
- @akinon/pz-akifast@1.56.0-rc.8
|
|
3169
|
+
- @akinon/pz-gpay@1.56.0-rc.8
|
|
3170
|
+
- @akinon/pz-b2b@1.56.0-rc.8
|
|
3171
|
+
- @akinon/pz-bkm@1.56.0-rc.8
|
|
3172
|
+
- @akinon/pz-otp@1.56.0-rc.8
|
|
3173
|
+
|
|
3174
|
+
## 1.56.0-rc.7
|
|
3175
|
+
|
|
3176
|
+
### Patch Changes
|
|
3177
|
+
|
|
3178
|
+
- Updated dependencies [0e25399]
|
|
3179
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
3180
|
+
- @akinon/next@1.56.0-rc.7
|
|
3181
|
+
- @akinon/pz-akifast@1.56.0-rc.7
|
|
3182
|
+
- @akinon/pz-b2b@1.56.0-rc.7
|
|
3183
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
3184
|
+
- @akinon/pz-bkm@1.56.0-rc.7
|
|
3185
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
3186
|
+
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
3187
|
+
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
3188
|
+
- @akinon/pz-gpay@1.56.0-rc.7
|
|
3189
|
+
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
3190
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
3191
|
+
- @akinon/pz-otp@1.56.0-rc.7
|
|
3192
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
3193
|
+
|
|
3194
|
+
## 1.56.0-rc.6
|
|
3195
|
+
|
|
3196
|
+
### Minor Changes
|
|
3197
|
+
|
|
3198
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
3199
|
+
|
|
3200
|
+
### Patch Changes
|
|
3201
|
+
|
|
3202
|
+
- Updated dependencies [f3d076b]
|
|
3203
|
+
- @akinon/next@1.56.0-rc.6
|
|
3204
|
+
- @akinon/pz-akifast@1.56.0-rc.6
|
|
3205
|
+
- @akinon/pz-b2b@1.56.0-rc.6
|
|
3206
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
3207
|
+
- @akinon/pz-bkm@1.56.0-rc.6
|
|
3208
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
3209
|
+
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
3210
|
+
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
3211
|
+
- @akinon/pz-gpay@1.56.0-rc.6
|
|
3212
|
+
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
3213
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
3214
|
+
- @akinon/pz-otp@1.56.0-rc.6
|
|
3215
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
3216
|
+
|
|
3217
|
+
## 1.56.0-rc.5
|
|
3218
|
+
|
|
3219
|
+
### Patch Changes
|
|
3220
|
+
|
|
3221
|
+
- Updated dependencies [c416d18]
|
|
3222
|
+
- @akinon/next@1.56.0-rc.5
|
|
3223
|
+
- @akinon/pz-akifast@1.56.0-rc.5
|
|
3224
|
+
- @akinon/pz-b2b@1.56.0-rc.5
|
|
3225
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
3226
|
+
- @akinon/pz-bkm@1.56.0-rc.5
|
|
3227
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
3228
|
+
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
3229
|
+
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
3230
|
+
- @akinon/pz-gpay@1.56.0-rc.5
|
|
3231
|
+
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
3232
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
3233
|
+
- @akinon/pz-otp@1.56.0-rc.5
|
|
3234
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
3235
|
+
|
|
3236
|
+
## 1.56.0-rc.4
|
|
3237
|
+
|
|
3238
|
+
### Minor Changes
|
|
3239
|
+
|
|
3240
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3241
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3242
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3243
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3244
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3245
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3246
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3247
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3248
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3249
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3250
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3251
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3252
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3253
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3254
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3255
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3256
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3257
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3258
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3259
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3260
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3261
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3262
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3263
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
952
3264
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
3265
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
953
3266
|
|
|
954
3267
|
### Patch Changes
|
|
955
3268
|
|
|
3269
|
+
- Updated dependencies [572d2e84]
|
|
3270
|
+
- Updated dependencies [5dfeea0]
|
|
3271
|
+
- Updated dependencies [a4c8d6a9]
|
|
3272
|
+
- Updated dependencies [fda5b927]
|
|
3273
|
+
- Updated dependencies [2d9b2b2c]
|
|
3274
|
+
- Updated dependencies [c53ea3e6]
|
|
956
3275
|
- Updated dependencies [d93a507]
|
|
3276
|
+
- Updated dependencies [714e0b46]
|
|
3277
|
+
- Updated dependencies [6c25f66]
|
|
3278
|
+
- Updated dependencies [bc2b411]
|
|
3279
|
+
- Updated dependencies [3bf2dd9]
|
|
3280
|
+
- Updated dependencies [e9541a13]
|
|
3281
|
+
- Updated dependencies [c53ef7b9]
|
|
3282
|
+
- Updated dependencies [2e6104d]
|
|
3283
|
+
- Updated dependencies [64699d3]
|
|
3284
|
+
- Updated dependencies [0d3a913e]
|
|
3285
|
+
- Updated dependencies [7b05522]
|
|
3286
|
+
- Updated dependencies [d6edb1d]
|
|
3287
|
+
- Updated dependencies [d3474c64]
|
|
3288
|
+
- Updated dependencies [17f8752]
|
|
3289
|
+
- Updated dependencies [29ead87]
|
|
3290
|
+
- Updated dependencies [c45b62c]
|
|
3291
|
+
- Updated dependencies [91265bba]
|
|
3292
|
+
- Updated dependencies [bbe18b9f]
|
|
3293
|
+
- Updated dependencies [d4099960]
|
|
3294
|
+
- Updated dependencies [4920742]
|
|
3295
|
+
- Updated dependencies [12a873e]
|
|
957
3296
|
- Updated dependencies [674badc]
|
|
3297
|
+
- Updated dependencies [7e56d6b]
|
|
3298
|
+
- Updated dependencies [94b69285]
|
|
3299
|
+
- Updated dependencies [98bb8dcd]
|
|
958
3300
|
- Updated dependencies [207ac6e]
|
|
3301
|
+
- Updated dependencies [dcc8a150]
|
|
3302
|
+
- Updated dependencies [8f47cca]
|
|
3303
|
+
- Updated dependencies [fad27689]
|
|
3304
|
+
- Updated dependencies [dff0d595]
|
|
3305
|
+
- Updated dependencies [fdd0b41]
|
|
3306
|
+
- Updated dependencies [f2c325c]
|
|
3307
|
+
- Updated dependencies [9e25a64]
|
|
3308
|
+
- Updated dependencies [beb499e6]
|
|
3309
|
+
- Updated dependencies [f2c92d5c]
|
|
3310
|
+
- Updated dependencies [7bd3d99]
|
|
3311
|
+
- Updated dependencies [f046f8e0]
|
|
959
3312
|
- Updated dependencies [b9273fd]
|
|
3313
|
+
- Updated dependencies [49eeebf]
|
|
3314
|
+
- Updated dependencies [86d25315]
|
|
960
3315
|
- Updated dependencies [c670bd4]
|
|
961
|
-
|
|
962
|
-
- @akinon/
|
|
963
|
-
- @akinon/pz-
|
|
964
|
-
- @akinon/pz-
|
|
965
|
-
- @akinon/pz-
|
|
966
|
-
- @akinon/pz-
|
|
967
|
-
- @akinon/pz-
|
|
968
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
969
|
-
- @akinon/pz-
|
|
970
|
-
- @akinon/pz-
|
|
971
|
-
- @akinon/pz-
|
|
972
|
-
- @akinon/pz-
|
|
973
|
-
- @akinon/pz-
|
|
3316
|
+
- Updated dependencies [3f9b8d7]
|
|
3317
|
+
- @akinon/next@1.56.0-rc.4
|
|
3318
|
+
- @akinon/pz-click-collect@1.56.0-rc.4
|
|
3319
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.4
|
|
3320
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.4
|
|
3321
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.4
|
|
3322
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.4
|
|
3323
|
+
- @akinon/pz-credit-payment@1.56.0-rc.4
|
|
3324
|
+
- @akinon/pz-masterpass@1.56.0-rc.4
|
|
3325
|
+
- @akinon/pz-akifast@1.56.0-rc.4
|
|
3326
|
+
- @akinon/pz-gpay@1.56.0-rc.4
|
|
3327
|
+
- @akinon/pz-b2b@1.56.0-rc.4
|
|
3328
|
+
- @akinon/pz-bkm@1.56.0-rc.4
|
|
3329
|
+
- @akinon/pz-otp@1.56.0-rc.4
|
|
3330
|
+
|
|
3331
|
+
## 1.56.0-rc.3
|
|
3332
|
+
|
|
3333
|
+
### Patch Changes
|
|
3334
|
+
|
|
3335
|
+
- Updated dependencies [674badc]
|
|
3336
|
+
- @akinon/next@1.56.0-rc.3
|
|
3337
|
+
- @akinon/pz-akifast@1.56.0-rc.3
|
|
3338
|
+
- @akinon/pz-b2b@1.56.0-rc.3
|
|
3339
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
3340
|
+
- @akinon/pz-bkm@1.56.0-rc.3
|
|
3341
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
3342
|
+
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
3343
|
+
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
3344
|
+
- @akinon/pz-gpay@1.56.0-rc.3
|
|
3345
|
+
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
3346
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
3347
|
+
- @akinon/pz-otp@1.56.0-rc.3
|
|
3348
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
3349
|
+
|
|
3350
|
+
## 1.56.0-rc.2
|
|
3351
|
+
|
|
3352
|
+
### Patch Changes
|
|
3353
|
+
|
|
3354
|
+
- Updated dependencies [7b05522]
|
|
3355
|
+
- Updated dependencies [29ead87]
|
|
3356
|
+
- @akinon/next@1.56.0-rc.2
|
|
3357
|
+
- @akinon/pz-otp@1.56.0-rc.2
|
|
3358
|
+
- @akinon/pz-akifast@1.56.0-rc.2
|
|
3359
|
+
- @akinon/pz-b2b@1.56.0-rc.2
|
|
3360
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
3361
|
+
- @akinon/pz-bkm@1.56.0-rc.2
|
|
3362
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
3363
|
+
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
3364
|
+
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
3365
|
+
- @akinon/pz-gpay@1.56.0-rc.2
|
|
3366
|
+
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
3367
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
3368
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
3369
|
+
|
|
3370
|
+
## 1.56.0-rc.1
|
|
3371
|
+
|
|
3372
|
+
### Patch Changes
|
|
3373
|
+
|
|
3374
|
+
- Updated dependencies [207ac6e]
|
|
3375
|
+
- @akinon/next@1.56.0-rc.1
|
|
3376
|
+
- @akinon/pz-akifast@1.56.0-rc.1
|
|
3377
|
+
- @akinon/pz-b2b@1.56.0-rc.1
|
|
3378
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
3379
|
+
- @akinon/pz-bkm@1.56.0-rc.1
|
|
3380
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
3381
|
+
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
3382
|
+
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
3383
|
+
- @akinon/pz-gpay@1.56.0-rc.1
|
|
3384
|
+
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
3385
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
3386
|
+
- @akinon/pz-otp@1.56.0-rc.1
|
|
3387
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
3388
|
+
|
|
3389
|
+
## 1.56.0-rc.0
|
|
3390
|
+
|
|
3391
|
+
### Minor Changes
|
|
3392
|
+
|
|
3393
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3394
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3395
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3396
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3397
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3398
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3399
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3400
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3401
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3402
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
3403
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3404
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3405
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3406
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3407
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3408
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3409
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3410
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3411
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3412
|
+
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
3413
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3414
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3415
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3416
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3417
|
+
- b9273fd3: ZERO-2889: add host headers to requests
|
|
3418
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3419
|
+
|
|
3420
|
+
### Patch Changes
|
|
3421
|
+
|
|
3422
|
+
- Updated dependencies [572d2e84]
|
|
3423
|
+
- Updated dependencies [5dfeea0]
|
|
3424
|
+
- Updated dependencies [a4c8d6a9]
|
|
3425
|
+
- Updated dependencies [fda5b927]
|
|
3426
|
+
- Updated dependencies [2d9b2b2c]
|
|
3427
|
+
- Updated dependencies [c53ea3e6]
|
|
3428
|
+
- Updated dependencies [d93a507]
|
|
3429
|
+
- Updated dependencies [714e0b46]
|
|
3430
|
+
- Updated dependencies [6c25f666]
|
|
3431
|
+
- Updated dependencies [bc2b4117]
|
|
3432
|
+
- Updated dependencies [3bf2dd94]
|
|
3433
|
+
- Updated dependencies [e9541a13]
|
|
3434
|
+
- Updated dependencies [c53ef7b9]
|
|
3435
|
+
- Updated dependencies [2e6104d]
|
|
3436
|
+
- Updated dependencies [64699d3f]
|
|
3437
|
+
- Updated dependencies [0d3a913e]
|
|
3438
|
+
- Updated dependencies [d6edb1d0]
|
|
3439
|
+
- Updated dependencies [d3474c64]
|
|
3440
|
+
- Updated dependencies [17f87524]
|
|
3441
|
+
- Updated dependencies [c45b62c9]
|
|
3442
|
+
- Updated dependencies [91265bba]
|
|
3443
|
+
- Updated dependencies [bbe18b9f]
|
|
3444
|
+
- Updated dependencies [d4099960]
|
|
3445
|
+
- Updated dependencies [4920742c]
|
|
3446
|
+
- Updated dependencies [12a873e]
|
|
3447
|
+
- Updated dependencies [7e56d6b6]
|
|
3448
|
+
- Updated dependencies [94b69285]
|
|
3449
|
+
- Updated dependencies [98bb8dcd]
|
|
3450
|
+
- Updated dependencies [dcc8a150]
|
|
3451
|
+
- Updated dependencies [8f47ccae]
|
|
3452
|
+
- Updated dependencies [fad27689]
|
|
3453
|
+
- Updated dependencies [dff0d595]
|
|
3454
|
+
- Updated dependencies [fdd0b41]
|
|
3455
|
+
- Updated dependencies [f2c325c1]
|
|
3456
|
+
- Updated dependencies [9e25a64b]
|
|
3457
|
+
- Updated dependencies [beb499e6]
|
|
3458
|
+
- Updated dependencies [f2c92d5c]
|
|
3459
|
+
- Updated dependencies [7bd3d992]
|
|
3460
|
+
- Updated dependencies [f046f8e0]
|
|
3461
|
+
- Updated dependencies [b9273fd3]
|
|
3462
|
+
- Updated dependencies [49eeebf]
|
|
3463
|
+
- Updated dependencies [86d25315]
|
|
3464
|
+
- Updated dependencies [c670bd48]
|
|
3465
|
+
- Updated dependencies [3f9b8d7e]
|
|
3466
|
+
- @akinon/next@1.56.0-rc.0
|
|
3467
|
+
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
3468
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
3469
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
3470
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
3471
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
3472
|
+
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
3473
|
+
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
3474
|
+
- @akinon/pz-akifast@1.56.0-rc.0
|
|
3475
|
+
- @akinon/pz-gpay@1.56.0-rc.0
|
|
3476
|
+
- @akinon/pz-b2b@1.56.0-rc.0
|
|
3477
|
+
- @akinon/pz-bkm@1.56.0-rc.0
|
|
3478
|
+
- @akinon/pz-otp@1.56.0-rc.0
|
|
974
3479
|
|
|
975
3480
|
## 1.55.0
|
|
976
3481
|
|
|
@@ -1113,22 +3618,222 @@
|
|
|
1113
3618
|
|
|
1114
3619
|
### Patch Changes
|
|
1115
3620
|
|
|
1116
|
-
- Updated dependencies [
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
3621
|
+
- Updated dependencies [90282b53]
|
|
3622
|
+
- Updated dependencies [50b90692]
|
|
3623
|
+
- Updated dependencies [572d2e84]
|
|
3624
|
+
- Updated dependencies [5dfeea0]
|
|
3625
|
+
- Updated dependencies [a4c8d6a9]
|
|
3626
|
+
- Updated dependencies [fda5b927]
|
|
3627
|
+
- Updated dependencies [2d9b2b2]
|
|
3628
|
+
- Updated dependencies [c53ea3e6]
|
|
3629
|
+
- Updated dependencies [d93a507]
|
|
3630
|
+
- Updated dependencies [8d9ac9a]
|
|
3631
|
+
- Updated dependencies [18e8197]
|
|
3632
|
+
- Updated dependencies [714e0b46]
|
|
3633
|
+
- Updated dependencies [70279e7]
|
|
3634
|
+
- Updated dependencies [6c25f66]
|
|
3635
|
+
- Updated dependencies [bc2b411]
|
|
3636
|
+
- Updated dependencies [3bf2dd9]
|
|
3637
|
+
- Updated dependencies [e9541a1]
|
|
3638
|
+
- Updated dependencies [c53ef7b9]
|
|
3639
|
+
- Updated dependencies [9d94f7e]
|
|
3640
|
+
- Updated dependencies [2e6104d]
|
|
3641
|
+
- Updated dependencies [64699d3]
|
|
3642
|
+
- Updated dependencies [0d3a913e]
|
|
3643
|
+
- Updated dependencies [1448a96e]
|
|
3644
|
+
- Updated dependencies [1ec2e9d]
|
|
3645
|
+
- Updated dependencies [d6edb1d]
|
|
3646
|
+
- Updated dependencies [d3474c64]
|
|
3647
|
+
- Updated dependencies [75080fd6]
|
|
3648
|
+
- Updated dependencies [17f8752]
|
|
3649
|
+
- Updated dependencies [c45b62c]
|
|
3650
|
+
- Updated dependencies [91265bba]
|
|
3651
|
+
- Updated dependencies [bbe18b9f]
|
|
3652
|
+
- Updated dependencies [d4099960]
|
|
3653
|
+
- Updated dependencies [4920742]
|
|
3654
|
+
- Updated dependencies [12a873e]
|
|
3655
|
+
- Updated dependencies [69ca0801]
|
|
3656
|
+
- Updated dependencies [7e56d6b]
|
|
3657
|
+
- Updated dependencies [94b6928]
|
|
3658
|
+
- Updated dependencies [98bb8dcd]
|
|
3659
|
+
- Updated dependencies [46b7aad7]
|
|
3660
|
+
- Updated dependencies [dcc8a150]
|
|
3661
|
+
- Updated dependencies [8f47cca]
|
|
3662
|
+
- Updated dependencies [fad27689]
|
|
3663
|
+
- Updated dependencies [dff0d595]
|
|
3664
|
+
- Updated dependencies [fdd0b41]
|
|
3665
|
+
- Updated dependencies [eecb282]
|
|
3666
|
+
- Updated dependencies [f2c325c]
|
|
3667
|
+
- Updated dependencies [9e25a64]
|
|
3668
|
+
- Updated dependencies [beb499e6]
|
|
3669
|
+
- Updated dependencies [146ea391]
|
|
3670
|
+
- Updated dependencies [f2c92d5]
|
|
3671
|
+
- Updated dependencies [7bd3d99]
|
|
3672
|
+
- Updated dependencies [c47be30d]
|
|
3673
|
+
- Updated dependencies [e9a46acb]
|
|
3674
|
+
- Updated dependencies [f046f8e0]
|
|
3675
|
+
- Updated dependencies [b9273fd]
|
|
3676
|
+
- Updated dependencies [49eeebf]
|
|
3677
|
+
- Updated dependencies [86d25315]
|
|
3678
|
+
- Updated dependencies [c670bd4]
|
|
3679
|
+
- Updated dependencies [3f9b8d7]
|
|
3680
|
+
- Updated dependencies [3d35f70]
|
|
3681
|
+
- @akinon/next@1.50.0-rc.2
|
|
3682
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
3683
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
3684
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
3685
|
+
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
3686
|
+
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
3687
|
+
- @akinon/pz-akifast@1.50.0-rc.2
|
|
3688
|
+
- @akinon/pz-gpay@1.50.0-rc.2
|
|
3689
|
+
- @akinon/pz-b2b@1.50.0-rc.2
|
|
3690
|
+
- @akinon/pz-bkm@1.50.0-rc.2
|
|
3691
|
+
- @akinon/pz-otp@1.50.0-rc.2
|
|
3692
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
3693
|
+
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
3694
|
+
|
|
3695
|
+
## 1.50.0-rc.1
|
|
3696
|
+
|
|
3697
|
+
### Patch Changes
|
|
3698
|
+
|
|
3699
|
+
- Updated dependencies [49eeebf]
|
|
3700
|
+
- @akinon/next@1.50.0-rc.1
|
|
3701
|
+
- @akinon/pz-akifast@1.50.0-rc.1
|
|
3702
|
+
- @akinon/pz-b2b@1.50.0-rc.1
|
|
3703
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
3704
|
+
- @akinon/pz-bkm@1.50.0-rc.1
|
|
3705
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
3706
|
+
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
3707
|
+
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
3708
|
+
- @akinon/pz-gpay@1.50.0-rc.1
|
|
3709
|
+
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
3710
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
3711
|
+
- @akinon/pz-otp@1.50.0-rc.1
|
|
3712
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
3713
|
+
|
|
3714
|
+
## 1.50.0-rc.0
|
|
3715
|
+
|
|
3716
|
+
### Minor Changes
|
|
3717
|
+
|
|
3718
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3719
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3720
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3721
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
3722
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3723
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3724
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3725
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3726
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3727
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3728
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3729
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
3730
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3731
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
3732
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3733
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3734
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3735
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
3736
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3737
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3738
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3739
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
3740
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3741
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
3742
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
3743
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3744
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3745
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3746
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3747
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3748
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3749
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3750
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3751
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3752
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3753
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3754
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3755
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3756
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3757
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3758
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
3759
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3760
|
+
|
|
3761
|
+
### Patch Changes
|
|
3762
|
+
|
|
3763
|
+
- Updated dependencies [90282b53]
|
|
3764
|
+
- Updated dependencies [50b90692]
|
|
3765
|
+
- Updated dependencies [572d2e84]
|
|
3766
|
+
- Updated dependencies [5dfeea0]
|
|
3767
|
+
- Updated dependencies [a4c8d6a9]
|
|
3768
|
+
- Updated dependencies [fda5b927]
|
|
3769
|
+
- Updated dependencies [2d9b2b2]
|
|
3770
|
+
- Updated dependencies [c53ea3e6]
|
|
3771
|
+
- Updated dependencies [d93a507]
|
|
3772
|
+
- Updated dependencies [8d9ac9a]
|
|
3773
|
+
- Updated dependencies [18e8197]
|
|
3774
|
+
- Updated dependencies [eaf97d6]
|
|
3775
|
+
- Updated dependencies [714e0b46]
|
|
3776
|
+
- Updated dependencies [70279e7]
|
|
3777
|
+
- Updated dependencies [6c25f66]
|
|
3778
|
+
- Updated dependencies [bc2b411]
|
|
3779
|
+
- Updated dependencies [3bf2dd9]
|
|
3780
|
+
- Updated dependencies [e9541a1]
|
|
3781
|
+
- Updated dependencies [c53ef7b9]
|
|
3782
|
+
- Updated dependencies [9d94f7e]
|
|
3783
|
+
- Updated dependencies [2e6104d]
|
|
3784
|
+
- Updated dependencies [64699d3]
|
|
3785
|
+
- Updated dependencies [0d3a913e]
|
|
3786
|
+
- Updated dependencies [1448a96e]
|
|
3787
|
+
- Updated dependencies [1ec2e9d]
|
|
3788
|
+
- Updated dependencies [d6edb1d]
|
|
3789
|
+
- Updated dependencies [d3474c64]
|
|
3790
|
+
- Updated dependencies [75080fd6]
|
|
3791
|
+
- Updated dependencies [17f8752]
|
|
3792
|
+
- Updated dependencies [c45b62c]
|
|
3793
|
+
- Updated dependencies [91265bba]
|
|
3794
|
+
- Updated dependencies [bbe18b9f]
|
|
3795
|
+
- Updated dependencies [d4099960]
|
|
3796
|
+
- Updated dependencies [4920742]
|
|
3797
|
+
- Updated dependencies [12a873e]
|
|
3798
|
+
- Updated dependencies [69ca080]
|
|
3799
|
+
- Updated dependencies [7e56d6b]
|
|
3800
|
+
- Updated dependencies [94b6928]
|
|
3801
|
+
- Updated dependencies [98bb8dcd]
|
|
3802
|
+
- Updated dependencies [46b7aad7]
|
|
3803
|
+
- Updated dependencies [dcc8a150]
|
|
3804
|
+
- Updated dependencies [8f47cca]
|
|
3805
|
+
- Updated dependencies [fad27689]
|
|
3806
|
+
- Updated dependencies [dff0d595]
|
|
3807
|
+
- Updated dependencies [fdd0b41]
|
|
3808
|
+
- Updated dependencies [eecb282]
|
|
3809
|
+
- Updated dependencies [f2c325c]
|
|
3810
|
+
- Updated dependencies [9e25a64]
|
|
3811
|
+
- Updated dependencies [beb499e6]
|
|
3812
|
+
- Updated dependencies [146ea391]
|
|
3813
|
+
- Updated dependencies [f2c92d5]
|
|
3814
|
+
- Updated dependencies [7bd3d99]
|
|
3815
|
+
- Updated dependencies [c47be30d]
|
|
3816
|
+
- Updated dependencies [e9a46acb]
|
|
3817
|
+
- Updated dependencies [f046f8e0]
|
|
3818
|
+
- Updated dependencies [b9273fd]
|
|
3819
|
+
- Updated dependencies [86d25315]
|
|
3820
|
+
- Updated dependencies [c670bd4]
|
|
3821
|
+
- Updated dependencies [3f9b8d7]
|
|
3822
|
+
- @akinon/next@1.50.0-rc.0
|
|
3823
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
3824
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
3825
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
3826
|
+
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
3827
|
+
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
3828
|
+
- @akinon/pz-akifast@1.50.0-rc.0
|
|
3829
|
+
- @akinon/pz-gpay@1.50.0-rc.0
|
|
3830
|
+
- @akinon/pz-b2b@1.50.0-rc.0
|
|
3831
|
+
- @akinon/pz-bkm@1.50.0-rc.0
|
|
3832
|
+
- @akinon/pz-otp@1.50.0-rc.0
|
|
3833
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
3834
|
+
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
3835
|
+
|
|
3836
|
+
## 1.49.0
|
|
1132
3837
|
|
|
1133
3838
|
### Patch Changes
|
|
1134
3839
|
|
|
@@ -1154,23 +3859,480 @@
|
|
|
1154
3859
|
|
|
1155
3860
|
### Minor Changes
|
|
1156
3861
|
|
|
3862
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3863
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3864
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3865
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
3866
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3867
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3868
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3869
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3870
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3871
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3872
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3873
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
3874
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3875
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
3876
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3877
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3878
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3879
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
3880
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3881
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3882
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3883
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
3884
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3885
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
3886
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
3887
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3888
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3889
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3890
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3891
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3892
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3893
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3894
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3895
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3896
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3897
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3898
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3899
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3900
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3901
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3902
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
3903
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3904
|
+
|
|
3905
|
+
### Patch Changes
|
|
3906
|
+
|
|
3907
|
+
- Updated dependencies [90282b53]
|
|
3908
|
+
- Updated dependencies [50b9069]
|
|
3909
|
+
- Updated dependencies [572d2e84]
|
|
3910
|
+
- Updated dependencies [5dfeea0]
|
|
3911
|
+
- Updated dependencies [a4c8d6a9]
|
|
3912
|
+
- Updated dependencies [fda5b927]
|
|
3913
|
+
- Updated dependencies [2d9b2b2]
|
|
3914
|
+
- Updated dependencies [c53ea3e6]
|
|
3915
|
+
- Updated dependencies [d93a507]
|
|
3916
|
+
- Updated dependencies [8d9ac9a]
|
|
3917
|
+
- Updated dependencies [18e8197]
|
|
3918
|
+
- Updated dependencies [714e0b46]
|
|
3919
|
+
- Updated dependencies [70279e7]
|
|
3920
|
+
- Updated dependencies [6c25f66]
|
|
3921
|
+
- Updated dependencies [bc2b411]
|
|
3922
|
+
- Updated dependencies [3bf2dd9]
|
|
3923
|
+
- Updated dependencies [e9541a1]
|
|
3924
|
+
- Updated dependencies [c53ef7b9]
|
|
3925
|
+
- Updated dependencies [9d94f7e]
|
|
3926
|
+
- Updated dependencies [2e6104d]
|
|
3927
|
+
- Updated dependencies [64699d3]
|
|
3928
|
+
- Updated dependencies [0d3a913e]
|
|
3929
|
+
- Updated dependencies [1448a96e]
|
|
3930
|
+
- Updated dependencies [26b809f]
|
|
3931
|
+
- Updated dependencies [1ec2e9d]
|
|
3932
|
+
- Updated dependencies [d6edb1d]
|
|
3933
|
+
- Updated dependencies [d3474c64]
|
|
3934
|
+
- Updated dependencies [75080fd6]
|
|
3935
|
+
- Updated dependencies [17f8752]
|
|
3936
|
+
- Updated dependencies [c45b62c]
|
|
3937
|
+
- Updated dependencies [91265bba]
|
|
3938
|
+
- Updated dependencies [20da358]
|
|
3939
|
+
- Updated dependencies [bbe18b9f]
|
|
3940
|
+
- Updated dependencies [d409996]
|
|
3941
|
+
- Updated dependencies [4920742]
|
|
3942
|
+
- Updated dependencies [12a873e]
|
|
3943
|
+
- Updated dependencies [69ca080]
|
|
3944
|
+
- Updated dependencies [7e56d6b]
|
|
3945
|
+
- Updated dependencies [94b6928]
|
|
3946
|
+
- Updated dependencies [98bb8dcd]
|
|
3947
|
+
- Updated dependencies [46b7aad7]
|
|
3948
|
+
- Updated dependencies [dcc8a150]
|
|
3949
|
+
- Updated dependencies [8f47cca]
|
|
3950
|
+
- Updated dependencies [fad27689]
|
|
3951
|
+
- Updated dependencies [dff0d595]
|
|
3952
|
+
- Updated dependencies [fdd0b41]
|
|
3953
|
+
- Updated dependencies [eecb282]
|
|
3954
|
+
- Updated dependencies [f2c325c]
|
|
3955
|
+
- Updated dependencies [9e25a64]
|
|
3956
|
+
- Updated dependencies [beb499e6]
|
|
3957
|
+
- Updated dependencies [146ea391]
|
|
3958
|
+
- Updated dependencies [f2c92d5]
|
|
3959
|
+
- Updated dependencies [7bd3d99]
|
|
3960
|
+
- Updated dependencies [c47be30d]
|
|
3961
|
+
- Updated dependencies [e9a46acb]
|
|
3962
|
+
- Updated dependencies [f046f8e0]
|
|
3963
|
+
- Updated dependencies [04115e5]
|
|
3964
|
+
- Updated dependencies [b9273fd]
|
|
3965
|
+
- Updated dependencies [fa88889]
|
|
3966
|
+
- Updated dependencies [86d25315]
|
|
3967
|
+
- Updated dependencies [c670bd4]
|
|
3968
|
+
- Updated dependencies [3f9b8d7]
|
|
3969
|
+
- @akinon/next@1.48.0-rc.8
|
|
3970
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
3971
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
3972
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
3973
|
+
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
3974
|
+
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
3975
|
+
- @akinon/pz-akifast@1.48.0-rc.8
|
|
3976
|
+
- @akinon/pz-gpay@1.48.0-rc.8
|
|
3977
|
+
- @akinon/pz-b2b@1.48.0-rc.8
|
|
3978
|
+
- @akinon/pz-bkm@1.48.0-rc.8
|
|
3979
|
+
- @akinon/pz-otp@1.48.0-rc.8
|
|
3980
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
3981
|
+
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
3982
|
+
|
|
3983
|
+
## 1.48.0-rc.7
|
|
3984
|
+
|
|
3985
|
+
### Patch Changes
|
|
3986
|
+
|
|
3987
|
+
- Updated dependencies [26b809f]
|
|
3988
|
+
- @akinon/next@1.48.0-rc.7
|
|
3989
|
+
- @akinon/pz-akifast@1.48.0-rc.7
|
|
3990
|
+
- @akinon/pz-b2b@1.48.0-rc.7
|
|
3991
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
3992
|
+
- @akinon/pz-bkm@1.48.0-rc.7
|
|
3993
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
3994
|
+
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
3995
|
+
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
3996
|
+
- @akinon/pz-gpay@1.48.0-rc.7
|
|
3997
|
+
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
3998
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
3999
|
+
- @akinon/pz-otp@1.48.0-rc.7
|
|
4000
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
4001
|
+
|
|
4002
|
+
## 1.48.0-rc.6
|
|
4003
|
+
|
|
4004
|
+
### Patch Changes
|
|
4005
|
+
|
|
4006
|
+
- Updated dependencies [04115e5]
|
|
4007
|
+
- @akinon/next@1.48.0-rc.6
|
|
4008
|
+
- @akinon/pz-akifast@1.48.0-rc.6
|
|
4009
|
+
- @akinon/pz-b2b@1.48.0-rc.6
|
|
4010
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
4011
|
+
- @akinon/pz-bkm@1.48.0-rc.6
|
|
4012
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
4013
|
+
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
4014
|
+
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
4015
|
+
- @akinon/pz-gpay@1.48.0-rc.6
|
|
4016
|
+
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
4017
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
4018
|
+
- @akinon/pz-otp@1.48.0-rc.6
|
|
4019
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
4020
|
+
|
|
4021
|
+
## 1.48.0-rc.5
|
|
4022
|
+
|
|
4023
|
+
### Patch Changes
|
|
4024
|
+
|
|
4025
|
+
- Updated dependencies [20da358]
|
|
4026
|
+
- @akinon/next@1.48.0-rc.5
|
|
4027
|
+
- @akinon/pz-akifast@1.48.0-rc.5
|
|
4028
|
+
- @akinon/pz-b2b@1.48.0-rc.5
|
|
4029
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
4030
|
+
- @akinon/pz-bkm@1.48.0-rc.5
|
|
4031
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
4032
|
+
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
4033
|
+
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
4034
|
+
- @akinon/pz-gpay@1.48.0-rc.5
|
|
4035
|
+
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
4036
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
4037
|
+
- @akinon/pz-otp@1.48.0-rc.5
|
|
4038
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
4039
|
+
|
|
4040
|
+
## 1.48.0-rc.4
|
|
4041
|
+
|
|
4042
|
+
### Patch Changes
|
|
4043
|
+
|
|
4044
|
+
- Updated dependencies [5dfeea0]
|
|
4045
|
+
- @akinon/next@1.48.0-rc.4
|
|
4046
|
+
- @akinon/pz-akifast@1.48.0-rc.4
|
|
4047
|
+
- @akinon/pz-b2b@1.48.0-rc.4
|
|
4048
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
4049
|
+
- @akinon/pz-bkm@1.48.0-rc.4
|
|
4050
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
4051
|
+
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
4052
|
+
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
4053
|
+
- @akinon/pz-gpay@1.48.0-rc.4
|
|
4054
|
+
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
4055
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
4056
|
+
- @akinon/pz-otp@1.48.0-rc.4
|
|
4057
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
4058
|
+
|
|
4059
|
+
## 1.48.0-rc.3
|
|
4060
|
+
|
|
4061
|
+
### Minor Changes
|
|
4062
|
+
|
|
4063
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4064
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
4065
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4066
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
4067
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
4068
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4069
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
4070
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
4071
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4072
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4073
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4074
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4075
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4076
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
4077
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
4078
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4079
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
4080
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
4081
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
4082
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4083
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
4084
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
4085
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
4086
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
4087
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
4088
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4089
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
4090
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
4091
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4092
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4093
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4094
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
4095
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
4096
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4097
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4098
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1157
4099
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
4100
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4101
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
4102
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4103
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4104
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
4105
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4106
|
+
|
|
4107
|
+
### Patch Changes
|
|
4108
|
+
|
|
4109
|
+
- Updated dependencies [90282b53]
|
|
4110
|
+
- Updated dependencies [50b9069]
|
|
4111
|
+
- Updated dependencies [572d2e84]
|
|
4112
|
+
- Updated dependencies [a4c8d6a9]
|
|
4113
|
+
- Updated dependencies [fda5b92]
|
|
4114
|
+
- Updated dependencies [2d9b2b2]
|
|
4115
|
+
- Updated dependencies [c53ea3e6]
|
|
4116
|
+
- Updated dependencies [d93a507]
|
|
4117
|
+
- Updated dependencies [8d9ac9a]
|
|
4118
|
+
- Updated dependencies [18e8197]
|
|
4119
|
+
- Updated dependencies [714e0b46]
|
|
4120
|
+
- Updated dependencies [70279e7]
|
|
4121
|
+
- Updated dependencies [6c25f66]
|
|
4122
|
+
- Updated dependencies [bc2b411]
|
|
4123
|
+
- Updated dependencies [3bf2dd9]
|
|
4124
|
+
- Updated dependencies [e9541a1]
|
|
4125
|
+
- Updated dependencies [c53ef7b9]
|
|
4126
|
+
- Updated dependencies [9d94f7e]
|
|
4127
|
+
- Updated dependencies [2e6104d]
|
|
4128
|
+
- Updated dependencies [64699d3]
|
|
4129
|
+
- Updated dependencies [0d3a913e]
|
|
4130
|
+
- Updated dependencies [1448a96e]
|
|
4131
|
+
- Updated dependencies [1ec2e9d]
|
|
4132
|
+
- Updated dependencies [d6edb1d]
|
|
4133
|
+
- Updated dependencies [d3474c64]
|
|
4134
|
+
- Updated dependencies [75080fd6]
|
|
4135
|
+
- Updated dependencies [17f8752]
|
|
4136
|
+
- Updated dependencies [c45b62c]
|
|
4137
|
+
- Updated dependencies [91265bba]
|
|
4138
|
+
- Updated dependencies [bbe18b9f]
|
|
4139
|
+
- Updated dependencies [d409996]
|
|
4140
|
+
- Updated dependencies [4920742]
|
|
4141
|
+
- Updated dependencies [12a873e]
|
|
4142
|
+
- Updated dependencies [69ca080]
|
|
4143
|
+
- Updated dependencies [7e56d6b]
|
|
4144
|
+
- Updated dependencies [94b6928]
|
|
4145
|
+
- Updated dependencies [98bb8dcd]
|
|
4146
|
+
- Updated dependencies [46b7aad]
|
|
4147
|
+
- Updated dependencies [dcc8a150]
|
|
4148
|
+
- Updated dependencies [8f47cca]
|
|
4149
|
+
- Updated dependencies [fad27689]
|
|
4150
|
+
- Updated dependencies [dff0d595]
|
|
4151
|
+
- Updated dependencies [fdd0b41]
|
|
4152
|
+
- Updated dependencies [eecb282]
|
|
4153
|
+
- Updated dependencies [f2c325c]
|
|
4154
|
+
- Updated dependencies [9e25a64]
|
|
4155
|
+
- Updated dependencies [beb499e6]
|
|
4156
|
+
- Updated dependencies [146ea39]
|
|
4157
|
+
- Updated dependencies [f2c92d5]
|
|
4158
|
+
- Updated dependencies [7bd3d99]
|
|
4159
|
+
- Updated dependencies [c47be30d]
|
|
4160
|
+
- Updated dependencies [e9a46acb]
|
|
4161
|
+
- Updated dependencies [f046f8e0]
|
|
4162
|
+
- Updated dependencies [b9273fd]
|
|
4163
|
+
- Updated dependencies [86d25315]
|
|
4164
|
+
- Updated dependencies [c670bd4]
|
|
4165
|
+
- Updated dependencies [3f9b8d7]
|
|
4166
|
+
- @akinon/next@1.48.0-rc.3
|
|
4167
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
4168
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
4169
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
4170
|
+
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
4171
|
+
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
4172
|
+
- @akinon/pz-akifast@1.48.0-rc.3
|
|
4173
|
+
- @akinon/pz-gpay@1.48.0-rc.3
|
|
4174
|
+
- @akinon/pz-b2b@1.48.0-rc.3
|
|
4175
|
+
- @akinon/pz-bkm@1.48.0-rc.3
|
|
4176
|
+
- @akinon/pz-otp@1.48.0-rc.3
|
|
4177
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
4178
|
+
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
4179
|
+
|
|
4180
|
+
## 1.48.0-rc.2
|
|
4181
|
+
|
|
4182
|
+
### Minor Changes
|
|
4183
|
+
|
|
4184
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
4185
|
+
|
|
4186
|
+
### Patch Changes
|
|
4187
|
+
|
|
4188
|
+
- Updated dependencies [2e6104d]
|
|
4189
|
+
- @akinon/next@1.48.0-rc.2
|
|
4190
|
+
- @akinon/pz-akifast@1.48.0-rc.2
|
|
4191
|
+
- @akinon/pz-b2b@1.48.0-rc.2
|
|
4192
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
4193
|
+
- @akinon/pz-bkm@1.48.0-rc.2
|
|
4194
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
4195
|
+
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
4196
|
+
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
4197
|
+
- @akinon/pz-gpay@1.48.0-rc.2
|
|
4198
|
+
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
4199
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
4200
|
+
- @akinon/pz-otp@1.48.0-rc.2
|
|
4201
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
4202
|
+
|
|
4203
|
+
## 1.48.0-rc.1
|
|
4204
|
+
|
|
4205
|
+
### Patch Changes
|
|
4206
|
+
|
|
4207
|
+
- Updated dependencies [fdd0b41]
|
|
4208
|
+
- @akinon/next@1.48.0-rc.1
|
|
4209
|
+
- @akinon/pz-akifast@1.48.0-rc.1
|
|
4210
|
+
- @akinon/pz-b2b@1.48.0-rc.1
|
|
4211
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
4212
|
+
- @akinon/pz-bkm@1.48.0-rc.1
|
|
4213
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
4214
|
+
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
4215
|
+
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
4216
|
+
- @akinon/pz-gpay@1.48.0-rc.1
|
|
4217
|
+
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
4218
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
4219
|
+
- @akinon/pz-otp@1.48.0-rc.1
|
|
4220
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
4221
|
+
|
|
4222
|
+
## 1.48.0-rc.0
|
|
4223
|
+
|
|
4224
|
+
### Minor Changes
|
|
4225
|
+
|
|
4226
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4227
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4228
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4229
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4230
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4231
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4232
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
4233
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4234
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4235
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4236
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4237
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4238
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4239
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4240
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4241
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4242
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
4243
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4244
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
4245
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
4246
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4247
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4248
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
4249
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4250
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
4251
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4252
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4253
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4254
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
4255
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
4256
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4257
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4258
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
4259
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4260
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
4261
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4262
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4263
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
4264
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1158
4265
|
|
|
1159
4266
|
### Patch Changes
|
|
1160
4267
|
|
|
1161
|
-
-
|
|
1162
|
-
-
|
|
1163
|
-
-
|
|
1164
|
-
-
|
|
1165
|
-
-
|
|
1166
|
-
-
|
|
1167
|
-
-
|
|
1168
|
-
-
|
|
1169
|
-
-
|
|
1170
|
-
-
|
|
1171
|
-
-
|
|
1172
|
-
-
|
|
1173
|
-
-
|
|
4268
|
+
- Updated dependencies [90282b5]
|
|
4269
|
+
- Updated dependencies [50b9069]
|
|
4270
|
+
- Updated dependencies [572d2e8]
|
|
4271
|
+
- Updated dependencies [a4c8d6a9]
|
|
4272
|
+
- Updated dependencies [fda5b92]
|
|
4273
|
+
- Updated dependencies [2d9b2b2]
|
|
4274
|
+
- Updated dependencies [c53ea3e6]
|
|
4275
|
+
- Updated dependencies [d93a507]
|
|
4276
|
+
- Updated dependencies [8d9ac9a]
|
|
4277
|
+
- Updated dependencies [18e8197]
|
|
4278
|
+
- Updated dependencies [714e0b4]
|
|
4279
|
+
- Updated dependencies [70279e7]
|
|
4280
|
+
- Updated dependencies [6c25f66]
|
|
4281
|
+
- Updated dependencies [bc2b411]
|
|
4282
|
+
- Updated dependencies [3bf2dd9]
|
|
4283
|
+
- Updated dependencies [e9541a1]
|
|
4284
|
+
- Updated dependencies [c53ef7b9]
|
|
4285
|
+
- Updated dependencies [9d94f7e]
|
|
4286
|
+
- Updated dependencies [64699d3]
|
|
4287
|
+
- Updated dependencies [0d3a913]
|
|
4288
|
+
- Updated dependencies [1448a96e]
|
|
4289
|
+
- Updated dependencies [1ec2e9d]
|
|
4290
|
+
- Updated dependencies [d6edb1d]
|
|
4291
|
+
- Updated dependencies [d3474c6]
|
|
4292
|
+
- Updated dependencies [75080fd6]
|
|
4293
|
+
- Updated dependencies [17f8752]
|
|
4294
|
+
- Updated dependencies [c45b62c]
|
|
4295
|
+
- Updated dependencies [91265bba]
|
|
4296
|
+
- Updated dependencies [bbe18b9f]
|
|
4297
|
+
- Updated dependencies [d409996]
|
|
4298
|
+
- Updated dependencies [4920742]
|
|
4299
|
+
- Updated dependencies [12a873e]
|
|
4300
|
+
- Updated dependencies [69ca080]
|
|
4301
|
+
- Updated dependencies [7e56d6b]
|
|
4302
|
+
- Updated dependencies [94b6928]
|
|
4303
|
+
- Updated dependencies [98bb8dc]
|
|
4304
|
+
- Updated dependencies [46b7aad]
|
|
4305
|
+
- Updated dependencies [dcc8a15]
|
|
4306
|
+
- Updated dependencies [8f47cca]
|
|
4307
|
+
- Updated dependencies [fad2768]
|
|
4308
|
+
- Updated dependencies [dff0d595]
|
|
4309
|
+
- Updated dependencies [eecb282]
|
|
4310
|
+
- Updated dependencies [f2c325c]
|
|
4311
|
+
- Updated dependencies [9e25a64]
|
|
4312
|
+
- Updated dependencies [beb499e6]
|
|
4313
|
+
- Updated dependencies [146ea39]
|
|
4314
|
+
- Updated dependencies [f2c92d5]
|
|
4315
|
+
- Updated dependencies [7bd3d99]
|
|
4316
|
+
- Updated dependencies [c47be30]
|
|
4317
|
+
- Updated dependencies [e9a46ac]
|
|
4318
|
+
- Updated dependencies [f046f8e0]
|
|
4319
|
+
- Updated dependencies [b9273fd]
|
|
4320
|
+
- Updated dependencies [86d2531]
|
|
4321
|
+
- Updated dependencies [c670bd4]
|
|
4322
|
+
- Updated dependencies [3f9b8d7]
|
|
4323
|
+
- @akinon/next@1.48.0-rc.0
|
|
4324
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
4325
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
4326
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
4327
|
+
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
4328
|
+
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
4329
|
+
- @akinon/pz-akifast@1.48.0-rc.0
|
|
4330
|
+
- @akinon/pz-gpay@1.48.0-rc.0
|
|
4331
|
+
- @akinon/pz-b2b@1.48.0-rc.0
|
|
4332
|
+
- @akinon/pz-bkm@1.48.0-rc.0
|
|
4333
|
+
- @akinon/pz-otp@1.48.0-rc.0
|
|
4334
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
4335
|
+
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
1174
4336
|
|
|
1175
4337
|
## 1.47.0
|
|
1176
4338
|
|
|
@@ -1214,65 +4376,841 @@
|
|
|
1214
4376
|
- @akinon/pz-otp@1.46.0
|
|
1215
4377
|
- @akinon/pz-pay-on-delivery@1.46.0
|
|
1216
4378
|
|
|
1217
|
-
## 1.45.0
|
|
4379
|
+
## 1.45.0
|
|
4380
|
+
|
|
4381
|
+
### Patch Changes
|
|
4382
|
+
|
|
4383
|
+
- Updated dependencies [90282b5]
|
|
4384
|
+
- Updated dependencies [50b9069]
|
|
4385
|
+
- Updated dependencies [572d2e8]
|
|
4386
|
+
- Updated dependencies [a4c8d6a9]
|
|
4387
|
+
- Updated dependencies [fda5b92]
|
|
4388
|
+
- Updated dependencies [2d9b2b2]
|
|
4389
|
+
- Updated dependencies [c53ea3e]
|
|
4390
|
+
- Updated dependencies [8d9ac9a]
|
|
4391
|
+
- Updated dependencies [18e8197]
|
|
4392
|
+
- Updated dependencies [714e0b4]
|
|
4393
|
+
- Updated dependencies [70279e7]
|
|
4394
|
+
- Updated dependencies [6c25f66]
|
|
4395
|
+
- Updated dependencies [bc2b411]
|
|
4396
|
+
- Updated dependencies [3bf2dd9]
|
|
4397
|
+
- Updated dependencies [e9541a1]
|
|
4398
|
+
- Updated dependencies [c53ef7b9]
|
|
4399
|
+
- Updated dependencies [9d94f7e]
|
|
4400
|
+
- Updated dependencies [64699d3]
|
|
4401
|
+
- Updated dependencies [0d3a913]
|
|
4402
|
+
- Updated dependencies [1448a96e]
|
|
4403
|
+
- Updated dependencies [d6edb1d]
|
|
4404
|
+
- Updated dependencies [d3474c6]
|
|
4405
|
+
- Updated dependencies [75080fd6]
|
|
4406
|
+
- Updated dependencies [17f8752]
|
|
4407
|
+
- Updated dependencies [c45b62c]
|
|
4408
|
+
- Updated dependencies [91265bba]
|
|
4409
|
+
- Updated dependencies [bbe18b9f]
|
|
4410
|
+
- Updated dependencies [d409996]
|
|
4411
|
+
- Updated dependencies [4920742]
|
|
4412
|
+
- Updated dependencies [69ca080]
|
|
4413
|
+
- Updated dependencies [7e56d6b]
|
|
4414
|
+
- Updated dependencies [94b6928]
|
|
4415
|
+
- Updated dependencies [98bb8dc]
|
|
4416
|
+
- Updated dependencies [46b7aad]
|
|
4417
|
+
- Updated dependencies [dcc8a15]
|
|
4418
|
+
- Updated dependencies [8f47cca]
|
|
4419
|
+
- Updated dependencies [fad2768]
|
|
4420
|
+
- Updated dependencies [dff0d595]
|
|
4421
|
+
- Updated dependencies [eecb282]
|
|
4422
|
+
- Updated dependencies [f2c325c]
|
|
4423
|
+
- Updated dependencies [9e25a64]
|
|
4424
|
+
- Updated dependencies [beb499e6]
|
|
4425
|
+
- Updated dependencies [948eb42]
|
|
4426
|
+
- Updated dependencies [146ea39]
|
|
4427
|
+
- Updated dependencies [f2c92d5]
|
|
4428
|
+
- Updated dependencies [7bd3d99]
|
|
4429
|
+
- Updated dependencies [c47be30]
|
|
4430
|
+
- Updated dependencies [e9a46ac]
|
|
4431
|
+
- Updated dependencies [f046f8e0]
|
|
4432
|
+
- Updated dependencies [86d2531]
|
|
4433
|
+
- Updated dependencies [3f9b8d7]
|
|
4434
|
+
- @akinon/next@1.45.0-rc.5
|
|
4435
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
4436
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
4437
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
4438
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
4439
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
4440
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
4441
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
4442
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
4443
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
4444
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
4445
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
4446
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
4447
|
+
|
|
4448
|
+
## 1.45.0-rc.4
|
|
4449
|
+
|
|
4450
|
+
### Patch Changes
|
|
4451
|
+
|
|
4452
|
+
- Updated dependencies [8f47cca]
|
|
4453
|
+
- @akinon/next@1.45.0-rc.4
|
|
4454
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
4455
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
4456
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
4457
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
4458
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
4459
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
4460
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
4461
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
4462
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
4463
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
4464
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
4465
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
4466
|
+
|
|
4467
|
+
## 1.45.0-rc.3
|
|
4468
|
+
|
|
4469
|
+
### Patch Changes
|
|
4470
|
+
|
|
4471
|
+
- Updated dependencies [948eb42]
|
|
4472
|
+
- @akinon/next@1.45.0-rc.3
|
|
4473
|
+
- @akinon/pz-akifast@1.45.0-rc.3
|
|
4474
|
+
- @akinon/pz-b2b@1.45.0-rc.3
|
|
4475
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
4476
|
+
- @akinon/pz-bkm@1.45.0-rc.3
|
|
4477
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
4478
|
+
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
4479
|
+
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
4480
|
+
- @akinon/pz-gpay@1.45.0-rc.3
|
|
4481
|
+
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
4482
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
4483
|
+
- @akinon/pz-otp@1.45.0-rc.3
|
|
4484
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
4485
|
+
|
|
4486
|
+
## 1.45.0-rc.2
|
|
4487
|
+
|
|
4488
|
+
### Minor Changes
|
|
4489
|
+
|
|
4490
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
4491
|
+
|
|
4492
|
+
### Patch Changes
|
|
4493
|
+
|
|
4494
|
+
- Updated dependencies [c45b62c]
|
|
4495
|
+
- Updated dependencies [f2c325c]
|
|
4496
|
+
- @akinon/next@1.45.0-rc.2
|
|
4497
|
+
- @akinon/pz-b2b@1.45.0-rc.2
|
|
4498
|
+
- @akinon/pz-akifast@1.45.0-rc.2
|
|
4499
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
4500
|
+
- @akinon/pz-bkm@1.45.0-rc.2
|
|
4501
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
4502
|
+
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
4503
|
+
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
4504
|
+
- @akinon/pz-gpay@1.45.0-rc.2
|
|
4505
|
+
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
4506
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
4507
|
+
- @akinon/pz-otp@1.45.0-rc.2
|
|
4508
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
4509
|
+
|
|
4510
|
+
## 1.45.0-rc.1
|
|
4511
|
+
|
|
4512
|
+
### Patch Changes
|
|
4513
|
+
|
|
4514
|
+
- Updated dependencies [7e56d6b]
|
|
4515
|
+
- @akinon/next@1.45.0-rc.1
|
|
4516
|
+
- @akinon/pz-akifast@1.45.0-rc.1
|
|
4517
|
+
- @akinon/pz-b2b@1.45.0-rc.1
|
|
4518
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
4519
|
+
- @akinon/pz-bkm@1.45.0-rc.1
|
|
4520
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
4521
|
+
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
4522
|
+
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
4523
|
+
- @akinon/pz-gpay@1.45.0-rc.1
|
|
4524
|
+
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
4525
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
4526
|
+
- @akinon/pz-otp@1.45.0-rc.1
|
|
4527
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
4528
|
+
|
|
4529
|
+
## 1.45.0-rc.0
|
|
4530
|
+
|
|
4531
|
+
### Minor Changes
|
|
4532
|
+
|
|
4533
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4534
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4535
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4536
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4537
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4538
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4539
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4540
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4541
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4542
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4543
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4544
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4545
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4546
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4547
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4548
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4549
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4550
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4551
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4552
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4553
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4554
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4555
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4556
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4557
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4558
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4559
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4560
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4561
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4562
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4563
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4564
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4565
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4566
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4567
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4568
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4569
|
+
|
|
4570
|
+
### Patch Changes
|
|
4571
|
+
|
|
4572
|
+
- Updated dependencies [90282b5]
|
|
4573
|
+
- Updated dependencies [50b9069]
|
|
4574
|
+
- Updated dependencies [572d2e8]
|
|
4575
|
+
- Updated dependencies [a4c8d6a9]
|
|
4576
|
+
- Updated dependencies [fda5b92]
|
|
4577
|
+
- Updated dependencies [2d9b2b2]
|
|
4578
|
+
- Updated dependencies [c53ea3e]
|
|
4579
|
+
- Updated dependencies [8d9ac9a]
|
|
4580
|
+
- Updated dependencies [18e8197]
|
|
4581
|
+
- Updated dependencies [714e0b4]
|
|
4582
|
+
- Updated dependencies [70279e7]
|
|
4583
|
+
- Updated dependencies [6c25f66]
|
|
4584
|
+
- Updated dependencies [bc2b411]
|
|
4585
|
+
- Updated dependencies [3bf2dd9]
|
|
4586
|
+
- Updated dependencies [e9541a1]
|
|
4587
|
+
- Updated dependencies [c53ef7b9]
|
|
4588
|
+
- Updated dependencies [9d94f7e]
|
|
4589
|
+
- Updated dependencies [64699d3]
|
|
4590
|
+
- Updated dependencies [0d3a913]
|
|
4591
|
+
- Updated dependencies [1448a96]
|
|
4592
|
+
- Updated dependencies [2ab6e08]
|
|
4593
|
+
- Updated dependencies [d6edb1d]
|
|
4594
|
+
- Updated dependencies [d3474c6]
|
|
4595
|
+
- Updated dependencies [75080fd]
|
|
4596
|
+
- Updated dependencies [17f8752]
|
|
4597
|
+
- Updated dependencies [91265bb]
|
|
4598
|
+
- Updated dependencies [bbe18b9]
|
|
4599
|
+
- Updated dependencies [d409996]
|
|
4600
|
+
- Updated dependencies [4920742]
|
|
4601
|
+
- Updated dependencies [69ca080]
|
|
4602
|
+
- Updated dependencies [94b6928]
|
|
4603
|
+
- Updated dependencies [98bb8dc]
|
|
4604
|
+
- Updated dependencies [46b7aad]
|
|
4605
|
+
- Updated dependencies [dcc8a15]
|
|
4606
|
+
- Updated dependencies [fad2768]
|
|
4607
|
+
- Updated dependencies [dff0d59]
|
|
4608
|
+
- Updated dependencies [eecb282]
|
|
4609
|
+
- Updated dependencies [9e25a64]
|
|
4610
|
+
- Updated dependencies [beb499e]
|
|
4611
|
+
- Updated dependencies [146ea39]
|
|
4612
|
+
- Updated dependencies [f2c92d5]
|
|
4613
|
+
- Updated dependencies [7bd3d99]
|
|
4614
|
+
- Updated dependencies [c47be30]
|
|
4615
|
+
- Updated dependencies [e9a46ac]
|
|
4616
|
+
- Updated dependencies [f046f8e0]
|
|
4617
|
+
- Updated dependencies [86d2531]
|
|
4618
|
+
- Updated dependencies [3f9b8d7]
|
|
4619
|
+
- @akinon/next@1.45.0-rc.0
|
|
4620
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
4621
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
4622
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
4623
|
+
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
4624
|
+
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
4625
|
+
- @akinon/pz-akifast@1.45.0-rc.0
|
|
4626
|
+
- @akinon/pz-gpay@1.45.0-rc.0
|
|
4627
|
+
- @akinon/pz-b2b@1.45.0-rc.0
|
|
4628
|
+
- @akinon/pz-bkm@1.45.0-rc.0
|
|
4629
|
+
- @akinon/pz-otp@1.45.0-rc.0
|
|
4630
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
4631
|
+
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
4632
|
+
|
|
4633
|
+
## 1.44.0
|
|
4634
|
+
|
|
4635
|
+
### Patch Changes
|
|
4636
|
+
|
|
4637
|
+
- @akinon/next@1.44.0
|
|
4638
|
+
- @akinon/pz-akifast@1.44.0
|
|
4639
|
+
- @akinon/pz-b2b@1.44.0
|
|
4640
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
4641
|
+
- @akinon/pz-bkm@1.44.0
|
|
4642
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
4643
|
+
- @akinon/pz-click-collect@1.44.0
|
|
4644
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
4645
|
+
- @akinon/pz-gpay@1.44.0
|
|
4646
|
+
- @akinon/pz-masterpass@1.44.0
|
|
4647
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
4648
|
+
- @akinon/pz-otp@1.44.0
|
|
4649
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
4650
|
+
|
|
4651
|
+
## 1.43.0
|
|
4652
|
+
|
|
4653
|
+
### Minor Changes
|
|
4654
|
+
|
|
4655
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4656
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4657
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4658
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4659
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4660
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4661
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4662
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4663
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4664
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4665
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4666
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4667
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4668
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4669
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4670
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4671
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4672
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4673
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4674
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4675
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4676
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4677
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4678
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4679
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4680
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4681
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4682
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4683
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4684
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4685
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4686
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4687
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4688
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4689
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4690
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4691
|
+
|
|
4692
|
+
### Patch Changes
|
|
4693
|
+
|
|
4694
|
+
- Updated dependencies [90282b5]
|
|
4695
|
+
- Updated dependencies [50b9069]
|
|
4696
|
+
- Updated dependencies [572d2e8]
|
|
4697
|
+
- Updated dependencies [a4c8d6a9]
|
|
4698
|
+
- Updated dependencies [fda5b92]
|
|
4699
|
+
- Updated dependencies [2d9b2b2]
|
|
4700
|
+
- Updated dependencies [c53ea3e]
|
|
4701
|
+
- Updated dependencies [8d9ac9a]
|
|
4702
|
+
- Updated dependencies [18e8197]
|
|
4703
|
+
- Updated dependencies [714e0b4]
|
|
4704
|
+
- Updated dependencies [70279e7]
|
|
4705
|
+
- Updated dependencies [6c25f66]
|
|
4706
|
+
- Updated dependencies [bc2b411]
|
|
4707
|
+
- Updated dependencies [3bf2dd9]
|
|
4708
|
+
- Updated dependencies [e9541a1]
|
|
4709
|
+
- Updated dependencies [c53ef7b9]
|
|
4710
|
+
- Updated dependencies [9d94f7e]
|
|
4711
|
+
- Updated dependencies [64699d3]
|
|
4712
|
+
- Updated dependencies [0d3a913]
|
|
4713
|
+
- Updated dependencies [1448a96]
|
|
4714
|
+
- Updated dependencies [d6edb1d]
|
|
4715
|
+
- Updated dependencies [d3474c6]
|
|
4716
|
+
- Updated dependencies [75080fd]
|
|
4717
|
+
- Updated dependencies [17f8752]
|
|
4718
|
+
- Updated dependencies [91265bb]
|
|
4719
|
+
- Updated dependencies [bbe18b9]
|
|
4720
|
+
- Updated dependencies [d409996]
|
|
4721
|
+
- Updated dependencies [4920742]
|
|
4722
|
+
- Updated dependencies [69ca080]
|
|
4723
|
+
- Updated dependencies [94b6928]
|
|
4724
|
+
- Updated dependencies [98bb8dc]
|
|
4725
|
+
- Updated dependencies [46b7aad]
|
|
4726
|
+
- Updated dependencies [dcc8a15]
|
|
4727
|
+
- Updated dependencies [fad2768]
|
|
4728
|
+
- Updated dependencies [dff0d59]
|
|
4729
|
+
- Updated dependencies [eecb282]
|
|
4730
|
+
- Updated dependencies [9e25a64]
|
|
4731
|
+
- Updated dependencies [beb499e]
|
|
4732
|
+
- Updated dependencies [146ea39]
|
|
4733
|
+
- Updated dependencies [f2c92d5]
|
|
4734
|
+
- Updated dependencies [7bd3d99]
|
|
4735
|
+
- Updated dependencies [c47be30]
|
|
4736
|
+
- Updated dependencies [e9a46ac]
|
|
4737
|
+
- Updated dependencies [f046f8e0]
|
|
4738
|
+
- Updated dependencies [86d2531]
|
|
4739
|
+
- Updated dependencies [3f9b8d7]
|
|
4740
|
+
- @akinon/next@1.43.0-rc.16
|
|
4741
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
4742
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
4743
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
4744
|
+
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
4745
|
+
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
4746
|
+
- @akinon/pz-akifast@1.43.0-rc.16
|
|
4747
|
+
- @akinon/pz-gpay@1.43.0-rc.16
|
|
4748
|
+
- @akinon/pz-b2b@1.43.0-rc.16
|
|
4749
|
+
- @akinon/pz-bkm@1.43.0-rc.16
|
|
4750
|
+
- @akinon/pz-otp@1.43.0-rc.16
|
|
4751
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
4752
|
+
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
4753
|
+
|
|
4754
|
+
## 1.43.0-rc.15
|
|
4755
|
+
|
|
4756
|
+
### Patch Changes
|
|
4757
|
+
|
|
4758
|
+
- @akinon/next@1.43.0-rc.15
|
|
4759
|
+
- @akinon/pz-akifast@1.43.0-rc.15
|
|
4760
|
+
- @akinon/pz-b2b@1.43.0-rc.15
|
|
4761
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
4762
|
+
- @akinon/pz-bkm@1.43.0-rc.15
|
|
4763
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
4764
|
+
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
4765
|
+
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
4766
|
+
- @akinon/pz-gpay@1.43.0-rc.15
|
|
4767
|
+
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
4768
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
4769
|
+
- @akinon/pz-otp@1.43.0-rc.15
|
|
4770
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
4771
|
+
|
|
4772
|
+
## 1.43.0-rc.14
|
|
4773
|
+
|
|
4774
|
+
### Patch Changes
|
|
4775
|
+
|
|
4776
|
+
- Updated dependencies [3bf2dd9]
|
|
4777
|
+
- @akinon/next@1.43.0-rc.14
|
|
4778
|
+
- @akinon/pz-akifast@1.43.0-rc.14
|
|
4779
|
+
- @akinon/pz-b2b@1.43.0-rc.14
|
|
4780
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
4781
|
+
- @akinon/pz-bkm@1.43.0-rc.14
|
|
4782
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
4783
|
+
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
4784
|
+
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
4785
|
+
- @akinon/pz-gpay@1.43.0-rc.14
|
|
4786
|
+
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
4787
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
4788
|
+
- @akinon/pz-otp@1.43.0-rc.14
|
|
4789
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
4790
|
+
|
|
4791
|
+
## 1.43.0-rc.13
|
|
4792
|
+
|
|
4793
|
+
### Minor Changes
|
|
4794
|
+
|
|
4795
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4796
|
+
|
|
4797
|
+
### Patch Changes
|
|
4798
|
+
|
|
4799
|
+
- Updated dependencies [9e25a64]
|
|
4800
|
+
- @akinon/next@1.43.0-rc.13
|
|
4801
|
+
- @akinon/pz-akifast@1.43.0-rc.13
|
|
4802
|
+
- @akinon/pz-b2b@1.43.0-rc.13
|
|
4803
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
4804
|
+
- @akinon/pz-bkm@1.43.0-rc.13
|
|
4805
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
4806
|
+
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
4807
|
+
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
4808
|
+
- @akinon/pz-gpay@1.43.0-rc.13
|
|
4809
|
+
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
4810
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
4811
|
+
- @akinon/pz-otp@1.43.0-rc.13
|
|
4812
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
4813
|
+
|
|
4814
|
+
## 1.43.0-rc.12
|
|
4815
|
+
|
|
4816
|
+
### Patch Changes
|
|
4817
|
+
|
|
4818
|
+
- Updated dependencies [4920742]
|
|
4819
|
+
- @akinon/next@1.43.0-rc.12
|
|
4820
|
+
- @akinon/pz-akifast@1.43.0-rc.12
|
|
4821
|
+
- @akinon/pz-b2b@1.43.0-rc.12
|
|
4822
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
4823
|
+
- @akinon/pz-bkm@1.43.0-rc.12
|
|
4824
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
4825
|
+
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
4826
|
+
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
4827
|
+
- @akinon/pz-gpay@1.43.0-rc.12
|
|
4828
|
+
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
4829
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
4830
|
+
- @akinon/pz-otp@1.43.0-rc.12
|
|
4831
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
4832
|
+
|
|
4833
|
+
## 1.43.0-rc.11
|
|
4834
|
+
|
|
4835
|
+
### Patch Changes
|
|
4836
|
+
|
|
4837
|
+
- Updated dependencies [6c25f66]
|
|
4838
|
+
- @akinon/next@1.43.0-rc.11
|
|
4839
|
+
- @akinon/pz-akifast@1.43.0-rc.11
|
|
4840
|
+
- @akinon/pz-b2b@1.43.0-rc.11
|
|
4841
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
4842
|
+
- @akinon/pz-bkm@1.43.0-rc.11
|
|
4843
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
4844
|
+
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
4845
|
+
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
4846
|
+
- @akinon/pz-gpay@1.43.0-rc.11
|
|
4847
|
+
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
4848
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
4849
|
+
- @akinon/pz-otp@1.43.0-rc.11
|
|
4850
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
4851
|
+
|
|
4852
|
+
## 1.43.0-rc.10
|
|
4853
|
+
|
|
4854
|
+
### Patch Changes
|
|
4855
|
+
|
|
4856
|
+
- Updated dependencies [d6edb1d]
|
|
4857
|
+
- @akinon/next@1.43.0-rc.10
|
|
4858
|
+
- @akinon/pz-akifast@1.43.0-rc.10
|
|
4859
|
+
- @akinon/pz-b2b@1.43.0-rc.10
|
|
4860
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
4861
|
+
- @akinon/pz-bkm@1.43.0-rc.10
|
|
4862
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
4863
|
+
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
4864
|
+
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
4865
|
+
- @akinon/pz-gpay@1.43.0-rc.10
|
|
4866
|
+
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
4867
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
4868
|
+
- @akinon/pz-otp@1.43.0-rc.10
|
|
4869
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
4870
|
+
|
|
4871
|
+
## 1.43.0-rc.9
|
|
4872
|
+
|
|
4873
|
+
### Minor Changes
|
|
4874
|
+
|
|
4875
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4876
|
+
|
|
4877
|
+
### Patch Changes
|
|
4878
|
+
|
|
4879
|
+
- Updated dependencies [bc2b411]
|
|
4880
|
+
- @akinon/next@1.43.0-rc.9
|
|
4881
|
+
- @akinon/pz-akifast@1.43.0-rc.9
|
|
4882
|
+
- @akinon/pz-b2b@1.43.0-rc.9
|
|
4883
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
4884
|
+
- @akinon/pz-bkm@1.43.0-rc.9
|
|
4885
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
4886
|
+
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
4887
|
+
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
4888
|
+
- @akinon/pz-gpay@1.43.0-rc.9
|
|
4889
|
+
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
4890
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
4891
|
+
- @akinon/pz-otp@1.43.0-rc.9
|
|
4892
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
4893
|
+
|
|
4894
|
+
## 1.43.0-rc.8
|
|
4895
|
+
|
|
4896
|
+
### Patch Changes
|
|
4897
|
+
|
|
4898
|
+
- Updated dependencies [70279e7]
|
|
4899
|
+
- Updated dependencies [9d94f7e]
|
|
4900
|
+
- @akinon/next@1.43.0-rc.8
|
|
4901
|
+
- @akinon/pz-akifast@1.43.0-rc.8
|
|
4902
|
+
- @akinon/pz-b2b@1.43.0-rc.8
|
|
4903
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
4904
|
+
- @akinon/pz-bkm@1.43.0-rc.8
|
|
4905
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
4906
|
+
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
4907
|
+
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
4908
|
+
- @akinon/pz-gpay@1.43.0-rc.8
|
|
4909
|
+
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
4910
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
4911
|
+
- @akinon/pz-otp@1.43.0-rc.8
|
|
4912
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
4913
|
+
|
|
4914
|
+
## 1.43.0-rc.7
|
|
4915
|
+
|
|
4916
|
+
### Patch Changes
|
|
4917
|
+
|
|
4918
|
+
- Updated dependencies [7bd3d99]
|
|
4919
|
+
- @akinon/next@1.43.0-rc.7
|
|
4920
|
+
- @akinon/pz-akifast@1.43.0-rc.7
|
|
4921
|
+
- @akinon/pz-b2b@1.43.0-rc.7
|
|
4922
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
4923
|
+
- @akinon/pz-bkm@1.43.0-rc.7
|
|
4924
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
4925
|
+
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
4926
|
+
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
4927
|
+
- @akinon/pz-gpay@1.43.0-rc.7
|
|
4928
|
+
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
4929
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
4930
|
+
- @akinon/pz-otp@1.43.0-rc.7
|
|
4931
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
4932
|
+
|
|
4933
|
+
## 1.43.0-rc.6
|
|
4934
|
+
|
|
4935
|
+
### Minor Changes
|
|
4936
|
+
|
|
4937
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4938
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4939
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4940
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4941
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4942
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4943
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4944
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4945
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4946
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4947
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4948
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4949
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4950
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4951
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4952
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4953
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4954
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4955
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4956
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4957
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4958
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4959
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4960
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4961
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4962
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4963
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4964
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4965
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
4966
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4967
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4968
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4969
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4970
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4971
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4972
|
+
|
|
4973
|
+
### Patch Changes
|
|
4974
|
+
|
|
4975
|
+
- Updated dependencies [90282b5]
|
|
4976
|
+
- Updated dependencies [50b9069]
|
|
4977
|
+
- Updated dependencies [572d2e8]
|
|
4978
|
+
- Updated dependencies [a4c8d6a]
|
|
4979
|
+
- Updated dependencies [fda5b92]
|
|
4980
|
+
- Updated dependencies [2d9b2b2]
|
|
4981
|
+
- Updated dependencies [c53ea3e]
|
|
4982
|
+
- Updated dependencies [8d9ac9a]
|
|
4983
|
+
- Updated dependencies [18e8197]
|
|
4984
|
+
- Updated dependencies [714e0b4]
|
|
4985
|
+
- Updated dependencies [e9541a1]
|
|
4986
|
+
- Updated dependencies [c53ef7b]
|
|
4987
|
+
- Updated dependencies [64699d3]
|
|
4988
|
+
- Updated dependencies [0d3a913]
|
|
4989
|
+
- Updated dependencies [1448a96]
|
|
4990
|
+
- Updated dependencies [d3474c6]
|
|
4991
|
+
- Updated dependencies [75080fd]
|
|
4992
|
+
- Updated dependencies [17f8752]
|
|
4993
|
+
- Updated dependencies [91265bb]
|
|
4994
|
+
- Updated dependencies [bbe18b9]
|
|
4995
|
+
- Updated dependencies [d409996]
|
|
4996
|
+
- Updated dependencies [69ca080]
|
|
4997
|
+
- Updated dependencies [94b6928]
|
|
4998
|
+
- Updated dependencies [98bb8dc]
|
|
4999
|
+
- Updated dependencies [46b7aad]
|
|
5000
|
+
- Updated dependencies [dcc8a15]
|
|
5001
|
+
- Updated dependencies [fad2768]
|
|
5002
|
+
- Updated dependencies [dff0d59]
|
|
5003
|
+
- Updated dependencies [eecb282]
|
|
5004
|
+
- Updated dependencies [4a163f2]
|
|
5005
|
+
- Updated dependencies [beb499e]
|
|
5006
|
+
- Updated dependencies [146ea39]
|
|
5007
|
+
- Updated dependencies [f2c92d5]
|
|
5008
|
+
- Updated dependencies [c47be30]
|
|
5009
|
+
- Updated dependencies [e9a46ac]
|
|
5010
|
+
- Updated dependencies [f046f8e]
|
|
5011
|
+
- Updated dependencies [86d2531]
|
|
5012
|
+
- Updated dependencies [3f9b8d7]
|
|
5013
|
+
- @akinon/next@1.43.0-rc.6
|
|
5014
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
5015
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
5016
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
5017
|
+
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
5018
|
+
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
5019
|
+
- @akinon/pz-akifast@1.43.0-rc.6
|
|
5020
|
+
- @akinon/pz-gpay@1.43.0-rc.6
|
|
5021
|
+
- @akinon/pz-b2b@1.43.0-rc.6
|
|
5022
|
+
- @akinon/pz-bkm@1.43.0-rc.6
|
|
5023
|
+
- @akinon/pz-otp@1.43.0-rc.6
|
|
5024
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
5025
|
+
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
5026
|
+
|
|
5027
|
+
## 1.43.0-rc.5
|
|
5028
|
+
|
|
5029
|
+
### Patch Changes
|
|
5030
|
+
|
|
5031
|
+
- Updated dependencies [17f8752]
|
|
5032
|
+
- @akinon/next@1.43.0-rc.5
|
|
5033
|
+
- @akinon/pz-akifast@1.43.0-rc.5
|
|
5034
|
+
- @akinon/pz-b2b@1.43.0-rc.5
|
|
5035
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
5036
|
+
- @akinon/pz-bkm@1.43.0-rc.5
|
|
5037
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
5038
|
+
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
5039
|
+
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
5040
|
+
- @akinon/pz-gpay@1.43.0-rc.5
|
|
5041
|
+
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
5042
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
5043
|
+
- @akinon/pz-otp@1.43.0-rc.5
|
|
5044
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
5045
|
+
|
|
5046
|
+
## 1.43.0-rc.4
|
|
1218
5047
|
|
|
1219
5048
|
### Patch Changes
|
|
1220
5049
|
|
|
1221
|
-
- Updated dependencies [
|
|
1222
|
-
- @akinon/next@1.
|
|
1223
|
-
- @akinon/pz-akifast@1.
|
|
1224
|
-
- @akinon/pz-b2b@1.
|
|
1225
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
1226
|
-
- @akinon/pz-bkm@1.
|
|
1227
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
1228
|
-
- @akinon/pz-click-collect@1.
|
|
1229
|
-
- @akinon/pz-credit-payment@1.
|
|
1230
|
-
- @akinon/pz-gpay@1.
|
|
1231
|
-
- @akinon/pz-masterpass@1.
|
|
1232
|
-
- @akinon/pz-one-click-checkout@1.
|
|
1233
|
-
- @akinon/pz-otp@1.
|
|
1234
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
5050
|
+
- Updated dependencies [3f9b8d7]
|
|
5051
|
+
- @akinon/next@1.43.0-rc.4
|
|
5052
|
+
- @akinon/pz-akifast@1.43.0-rc.4
|
|
5053
|
+
- @akinon/pz-b2b@1.43.0-rc.4
|
|
5054
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
5055
|
+
- @akinon/pz-bkm@1.43.0-rc.4
|
|
5056
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
5057
|
+
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
5058
|
+
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
5059
|
+
- @akinon/pz-gpay@1.43.0-rc.4
|
|
5060
|
+
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
5061
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
5062
|
+
- @akinon/pz-otp@1.43.0-rc.4
|
|
5063
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
5064
|
+
|
|
5065
|
+
## 1.43.0-rc.3
|
|
1235
5066
|
|
|
1236
|
-
|
|
5067
|
+
### Minor Changes
|
|
5068
|
+
|
|
5069
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1237
5070
|
|
|
1238
5071
|
### Patch Changes
|
|
1239
5072
|
|
|
1240
|
-
-
|
|
1241
|
-
- @akinon/pz-
|
|
1242
|
-
- @akinon/pz-
|
|
1243
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
1244
|
-
- @akinon/pz-
|
|
1245
|
-
- @akinon/pz-
|
|
1246
|
-
- @akinon/pz-click-collect@1.
|
|
1247
|
-
- @akinon/pz-
|
|
1248
|
-
- @akinon/
|
|
1249
|
-
- @akinon/pz-
|
|
1250
|
-
- @akinon/pz-
|
|
1251
|
-
- @akinon/pz-
|
|
1252
|
-
- @akinon/pz-
|
|
5073
|
+
- Updated dependencies [64699d3]
|
|
5074
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
5075
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
5076
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
5077
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
5078
|
+
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
5079
|
+
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
5080
|
+
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
5081
|
+
- @akinon/next@1.43.0-rc.3
|
|
5082
|
+
- @akinon/pz-akifast@1.43.0-rc.3
|
|
5083
|
+
- @akinon/pz-gpay@1.43.0-rc.3
|
|
5084
|
+
- @akinon/pz-b2b@1.43.0-rc.3
|
|
5085
|
+
- @akinon/pz-bkm@1.43.0-rc.3
|
|
5086
|
+
- @akinon/pz-otp@1.43.0-rc.3
|
|
5087
|
+
|
|
5088
|
+
## 1.43.0-rc.2
|
|
1253
5089
|
|
|
1254
|
-
|
|
5090
|
+
### Patch Changes
|
|
5091
|
+
|
|
5092
|
+
- Updated dependencies [f2c92d5]
|
|
5093
|
+
- @akinon/next@1.43.0-rc.2
|
|
5094
|
+
- @akinon/pz-akifast@1.43.0-rc.2
|
|
5095
|
+
- @akinon/pz-b2b@1.43.0-rc.2
|
|
5096
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
5097
|
+
- @akinon/pz-bkm@1.43.0-rc.2
|
|
5098
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
5099
|
+
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
5100
|
+
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
5101
|
+
- @akinon/pz-gpay@1.43.0-rc.2
|
|
5102
|
+
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
5103
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
5104
|
+
- @akinon/pz-otp@1.43.0-rc.2
|
|
5105
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
5106
|
+
|
|
5107
|
+
## 1.43.0-rc.1
|
|
1255
5108
|
|
|
1256
5109
|
### Minor Changes
|
|
1257
5110
|
|
|
1258
|
-
-
|
|
5111
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1259
5112
|
|
|
1260
5113
|
### Patch Changes
|
|
1261
5114
|
|
|
1262
|
-
- Updated dependencies [
|
|
1263
|
-
- @akinon/next@1.43.0
|
|
1264
|
-
- @akinon/pz-akifast@1.43.0
|
|
1265
|
-
- @akinon/pz-b2b@1.43.0
|
|
1266
|
-
- @akinon/pz-basket-gift-pack@1.43.0
|
|
1267
|
-
- @akinon/pz-bkm@1.43.0
|
|
1268
|
-
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
1269
|
-
- @akinon/pz-click-collect@1.43.0
|
|
1270
|
-
- @akinon/pz-credit-payment@1.43.0
|
|
1271
|
-
- @akinon/pz-gpay@1.43.0
|
|
1272
|
-
- @akinon/pz-masterpass@1.43.0
|
|
1273
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1274
|
-
- @akinon/pz-otp@1.43.0
|
|
1275
|
-
- @akinon/pz-pay-on-delivery@1.43.0
|
|
5115
|
+
- Updated dependencies [eecb282]
|
|
5116
|
+
- @akinon/next@1.43.0-rc.1
|
|
5117
|
+
- @akinon/pz-akifast@1.43.0-rc.1
|
|
5118
|
+
- @akinon/pz-b2b@1.43.0-rc.1
|
|
5119
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
5120
|
+
- @akinon/pz-bkm@1.43.0-rc.1
|
|
5121
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
5122
|
+
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
5123
|
+
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
5124
|
+
- @akinon/pz-gpay@1.43.0-rc.1
|
|
5125
|
+
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
5126
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
5127
|
+
- @akinon/pz-otp@1.43.0-rc.1
|
|
5128
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
5129
|
+
|
|
5130
|
+
## 1.43.0-rc.0
|
|
5131
|
+
|
|
5132
|
+
### Minor Changes
|
|
5133
|
+
|
|
5134
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
5135
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
5136
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
5137
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
5138
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
5139
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
5140
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
5141
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
5142
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
5143
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
5144
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
5145
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
5146
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
5147
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
5148
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
5149
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
5150
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
5151
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
5152
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
5153
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
5154
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
5155
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
5156
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
5157
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
5158
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
5159
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
5160
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
5161
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
5162
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
5163
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
5164
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
5165
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
5166
|
+
|
|
5167
|
+
### Patch Changes
|
|
5168
|
+
|
|
5169
|
+
- Updated dependencies [90282b5]
|
|
5170
|
+
- Updated dependencies [50b9069]
|
|
5171
|
+
- Updated dependencies [572d2e8]
|
|
5172
|
+
- Updated dependencies [a4c8d6a]
|
|
5173
|
+
- Updated dependencies [fda5b92]
|
|
5174
|
+
- Updated dependencies [2d9b2b2]
|
|
5175
|
+
- Updated dependencies [c53ea3e]
|
|
5176
|
+
- Updated dependencies [8d9ac9a]
|
|
5177
|
+
- Updated dependencies [18e8197]
|
|
5178
|
+
- Updated dependencies [714e0b4]
|
|
5179
|
+
- Updated dependencies [e9541a1]
|
|
5180
|
+
- Updated dependencies [c53ef7b]
|
|
5181
|
+
- Updated dependencies [0d3a913]
|
|
5182
|
+
- Updated dependencies [1448a96]
|
|
5183
|
+
- Updated dependencies [d3474c6]
|
|
5184
|
+
- Updated dependencies [75080fd]
|
|
5185
|
+
- Updated dependencies [91265bb]
|
|
5186
|
+
- Updated dependencies [bbe18b9]
|
|
5187
|
+
- Updated dependencies [d409996]
|
|
5188
|
+
- Updated dependencies [69ca080]
|
|
5189
|
+
- Updated dependencies [94b6928]
|
|
5190
|
+
- Updated dependencies [98bb8dc]
|
|
5191
|
+
- Updated dependencies [46b7aad]
|
|
5192
|
+
- Updated dependencies [dcc8a15]
|
|
5193
|
+
- Updated dependencies [fad2768]
|
|
5194
|
+
- Updated dependencies [dff0d59]
|
|
5195
|
+
- Updated dependencies [beb499e]
|
|
5196
|
+
- Updated dependencies [146ea39]
|
|
5197
|
+
- Updated dependencies [c47be30]
|
|
5198
|
+
- Updated dependencies [e9a46ac]
|
|
5199
|
+
- Updated dependencies [f046f8e]
|
|
5200
|
+
- Updated dependencies [86d2531]
|
|
5201
|
+
- @akinon/next@1.43.0-rc.0
|
|
5202
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
5203
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
5204
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
5205
|
+
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
5206
|
+
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
5207
|
+
- @akinon/pz-akifast@1.43.0-rc.0
|
|
5208
|
+
- @akinon/pz-gpay@1.43.0-rc.0
|
|
5209
|
+
- @akinon/pz-b2b@1.43.0-rc.0
|
|
5210
|
+
- @akinon/pz-bkm@1.43.0-rc.0
|
|
5211
|
+
- @akinon/pz-otp@1.43.0-rc.0
|
|
5212
|
+
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
5213
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
1276
5214
|
|
|
1277
5215
|
## 1.42.0
|
|
1278
5216
|
|
|
@@ -1441,13 +5379,301 @@
|
|
|
1441
5379
|
|
|
1442
5380
|
### Patch Changes
|
|
1443
5381
|
|
|
1444
|
-
-
|
|
1445
|
-
-
|
|
1446
|
-
-
|
|
1447
|
-
-
|
|
1448
|
-
-
|
|
1449
|
-
-
|
|
1450
|
-
-
|
|
5382
|
+
- Updated dependencies [a4c8d6a]
|
|
5383
|
+
- Updated dependencies [d09b677]
|
|
5384
|
+
- Updated dependencies [6d4aadb]
|
|
5385
|
+
- Updated dependencies [8e6e8cf]
|
|
5386
|
+
- Updated dependencies [c53ef7b]
|
|
5387
|
+
- Updated dependencies [ebb63ce]
|
|
5388
|
+
- Updated dependencies [7cebe87]
|
|
5389
|
+
- Updated dependencies [616690d]
|
|
5390
|
+
- Updated dependencies [f3b595e]
|
|
5391
|
+
- Updated dependencies [91265bb]
|
|
5392
|
+
- Updated dependencies [59fb7c3]
|
|
5393
|
+
- Updated dependencies [bbe18b9]
|
|
5394
|
+
- Updated dependencies [f0c23bc]
|
|
5395
|
+
- Updated dependencies [3420416]
|
|
5396
|
+
- Updated dependencies [495d155]
|
|
5397
|
+
- Updated dependencies [beb499e]
|
|
5398
|
+
- Updated dependencies [6c18543]
|
|
5399
|
+
- Updated dependencies [40ad73e]
|
|
5400
|
+
- Updated dependencies [495d155]
|
|
5401
|
+
- Updated dependencies [f046f8e]
|
|
5402
|
+
- Updated dependencies [6b2972b]
|
|
5403
|
+
- Updated dependencies [3e68768]
|
|
5404
|
+
- @akinon/next@1.34.0-rc.20
|
|
5405
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
5406
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
5407
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
5408
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
5409
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
5410
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
5411
|
+
|
|
5412
|
+
## 1.34.0-rc.19
|
|
5413
|
+
|
|
5414
|
+
### Patch Changes
|
|
5415
|
+
|
|
5416
|
+
- Updated dependencies [c53ef7b]
|
|
5417
|
+
- @akinon/next@1.34.0-rc.19
|
|
5418
|
+
- @akinon/pz-b2b@1.34.0-rc.19
|
|
5419
|
+
- @akinon/pz-gpay@1.34.0-rc.19
|
|
5420
|
+
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
5421
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
5422
|
+
- @akinon/pz-otp@1.34.0-rc.19
|
|
5423
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
5424
|
+
|
|
5425
|
+
## 1.34.0-rc.18
|
|
5426
|
+
|
|
5427
|
+
### Minor Changes
|
|
5428
|
+
|
|
5429
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
5430
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
5431
|
+
|
|
5432
|
+
### Patch Changes
|
|
5433
|
+
|
|
5434
|
+
- Updated dependencies [a4c8d6a]
|
|
5435
|
+
- @akinon/next@1.34.0-rc.18
|
|
5436
|
+
- @akinon/pz-b2b@1.34.0-rc.18
|
|
5437
|
+
- @akinon/pz-gpay@1.34.0-rc.18
|
|
5438
|
+
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
5439
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
5440
|
+
- @akinon/pz-otp@1.34.0-rc.18
|
|
5441
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
5442
|
+
|
|
5443
|
+
## 1.34.0-rc.17
|
|
5444
|
+
|
|
5445
|
+
### Minor Changes
|
|
5446
|
+
|
|
5447
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
5448
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
5449
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
5450
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
5451
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
5452
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
5453
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
5454
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
5455
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
5456
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
5457
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
5458
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
5459
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
5460
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
5461
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
5462
|
+
|
|
5463
|
+
### Patch Changes
|
|
5464
|
+
|
|
5465
|
+
- Updated dependencies [d09b677]
|
|
5466
|
+
- Updated dependencies [6d4aadb]
|
|
5467
|
+
- Updated dependencies [8e6e8cf]
|
|
5468
|
+
- Updated dependencies [ebb63ce]
|
|
5469
|
+
- Updated dependencies [7cebe87]
|
|
5470
|
+
- Updated dependencies [616690d]
|
|
5471
|
+
- Updated dependencies [f3b595e]
|
|
5472
|
+
- Updated dependencies [91265bb]
|
|
5473
|
+
- Updated dependencies [59fb7c3]
|
|
5474
|
+
- Updated dependencies [bbe18b9]
|
|
5475
|
+
- Updated dependencies [f0c23bc]
|
|
5476
|
+
- Updated dependencies [3420416]
|
|
5477
|
+
- Updated dependencies [495d155]
|
|
5478
|
+
- Updated dependencies [beb499e]
|
|
5479
|
+
- Updated dependencies [6c18543]
|
|
5480
|
+
- Updated dependencies [40ad73e]
|
|
5481
|
+
- Updated dependencies [495d155]
|
|
5482
|
+
- Updated dependencies [f046f8e]
|
|
5483
|
+
- Updated dependencies [6b2972b]
|
|
5484
|
+
- Updated dependencies [3e68768]
|
|
5485
|
+
- @akinon/next@1.34.0-rc.17
|
|
5486
|
+
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
5487
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
5488
|
+
- @akinon/pz-b2b@1.34.0-rc.17
|
|
5489
|
+
- @akinon/pz-gpay@1.34.0-rc.17
|
|
5490
|
+
- @akinon/pz-otp@1.34.0-rc.17
|
|
5491
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
5492
|
+
|
|
5493
|
+
## 1.34.0-rc.16
|
|
5494
|
+
|
|
5495
|
+
### Patch Changes
|
|
5496
|
+
|
|
5497
|
+
- @akinon/next@1.34.0-rc.16
|
|
5498
|
+
- @akinon/pz-b2b@1.34.0-rc.16
|
|
5499
|
+
- @akinon/pz-gpay@1.34.0-rc.16
|
|
5500
|
+
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
5501
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
5502
|
+
- @akinon/pz-otp@1.34.0-rc.16
|
|
5503
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
5504
|
+
|
|
5505
|
+
## 1.34.0-rc.15
|
|
5506
|
+
|
|
5507
|
+
### Patch Changes
|
|
5508
|
+
|
|
5509
|
+
- @akinon/next@1.34.0-rc.15
|
|
5510
|
+
- @akinon/pz-b2b@1.34.0-rc.15
|
|
5511
|
+
- @akinon/pz-gpay@1.34.0-rc.15
|
|
5512
|
+
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
5513
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
5514
|
+
- @akinon/pz-otp@1.34.0-rc.15
|
|
5515
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
5516
|
+
|
|
5517
|
+
## 1.34.0-rc.14
|
|
5518
|
+
|
|
5519
|
+
### Minor Changes
|
|
5520
|
+
|
|
5521
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
5522
|
+
|
|
5523
|
+
### Patch Changes
|
|
5524
|
+
|
|
5525
|
+
- @akinon/next@1.34.0-rc.14
|
|
5526
|
+
- @akinon/pz-b2b@1.34.0-rc.14
|
|
5527
|
+
- @akinon/pz-gpay@1.34.0-rc.14
|
|
5528
|
+
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
5529
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
5530
|
+
- @akinon/pz-otp@1.34.0-rc.14
|
|
5531
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
5532
|
+
|
|
5533
|
+
## 1.34.0-rc.13
|
|
5534
|
+
|
|
5535
|
+
### Minor Changes
|
|
5536
|
+
|
|
5537
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
5538
|
+
|
|
5539
|
+
### Patch Changes
|
|
5540
|
+
|
|
5541
|
+
- @akinon/next@1.34.0-rc.13
|
|
5542
|
+
- @akinon/pz-b2b@1.34.0-rc.13
|
|
5543
|
+
- @akinon/pz-gpay@1.34.0-rc.13
|
|
5544
|
+
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
5545
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
5546
|
+
- @akinon/pz-otp@1.34.0-rc.13
|
|
5547
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
5548
|
+
|
|
5549
|
+
## 1.34.0-rc.12
|
|
5550
|
+
|
|
5551
|
+
### Patch Changes
|
|
5552
|
+
|
|
5553
|
+
- Updated dependencies [616690d]
|
|
5554
|
+
- @akinon/next@1.34.0-rc.12
|
|
5555
|
+
- @akinon/pz-b2b@1.34.0-rc.12
|
|
5556
|
+
- @akinon/pz-gpay@1.34.0-rc.12
|
|
5557
|
+
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
5558
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
5559
|
+
- @akinon/pz-otp@1.34.0-rc.12
|
|
5560
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
5561
|
+
|
|
5562
|
+
## 1.34.0-rc.11
|
|
5563
|
+
|
|
5564
|
+
### Patch Changes
|
|
5565
|
+
|
|
5566
|
+
- Updated dependencies [8e6e8cf]
|
|
5567
|
+
- @akinon/next@1.34.0-rc.11
|
|
5568
|
+
- @akinon/pz-b2b@1.34.0-rc.11
|
|
5569
|
+
- @akinon/pz-gpay@1.34.0-rc.11
|
|
5570
|
+
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
5571
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
5572
|
+
- @akinon/pz-otp@1.34.0-rc.11
|
|
5573
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
5574
|
+
|
|
5575
|
+
## 1.34.0-rc.10
|
|
5576
|
+
|
|
5577
|
+
### Patch Changes
|
|
5578
|
+
|
|
5579
|
+
- Updated dependencies [bbe18b9]
|
|
5580
|
+
- @akinon/next@1.34.0-rc.10
|
|
5581
|
+
- @akinon/pz-b2b@1.34.0-rc.10
|
|
5582
|
+
- @akinon/pz-gpay@1.34.0-rc.10
|
|
5583
|
+
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
5584
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
5585
|
+
- @akinon/pz-otp@1.34.0-rc.10
|
|
5586
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
5587
|
+
|
|
5588
|
+
## 1.34.0-rc.9
|
|
5589
|
+
|
|
5590
|
+
### Minor Changes
|
|
5591
|
+
|
|
5592
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
5593
|
+
|
|
5594
|
+
### Patch Changes
|
|
5595
|
+
|
|
5596
|
+
- Updated dependencies [beb499e]
|
|
5597
|
+
- @akinon/next@1.34.0-rc.9
|
|
5598
|
+
- @akinon/pz-b2b@1.34.0-rc.9
|
|
5599
|
+
- @akinon/pz-gpay@1.34.0-rc.9
|
|
5600
|
+
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
5601
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
5602
|
+
- @akinon/pz-otp@1.34.0-rc.9
|
|
5603
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
5604
|
+
|
|
5605
|
+
## 1.34.0-rc.8
|
|
5606
|
+
|
|
5607
|
+
### Minor Changes
|
|
5608
|
+
|
|
5609
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
5610
|
+
|
|
5611
|
+
### Patch Changes
|
|
5612
|
+
|
|
5613
|
+
- Updated dependencies [91265bb]
|
|
5614
|
+
- @akinon/next@1.34.0-rc.8
|
|
5615
|
+
- @akinon/pz-b2b@1.34.0-rc.8
|
|
5616
|
+
- @akinon/pz-gpay@1.34.0-rc.8
|
|
5617
|
+
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
5618
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
5619
|
+
- @akinon/pz-otp@1.34.0-rc.8
|
|
5620
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
5621
|
+
|
|
5622
|
+
## 1.34.0-rc.7
|
|
5623
|
+
|
|
5624
|
+
### Minor Changes
|
|
5625
|
+
|
|
5626
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
5627
|
+
|
|
5628
|
+
### Patch Changes
|
|
5629
|
+
|
|
5630
|
+
- @akinon/next@1.34.0-rc.7
|
|
5631
|
+
- @akinon/pz-b2b@1.34.0-rc.7
|
|
5632
|
+
- @akinon/pz-gpay@1.34.0-rc.7
|
|
5633
|
+
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
5634
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
5635
|
+
- @akinon/pz-otp@1.34.0-rc.7
|
|
5636
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
5637
|
+
|
|
5638
|
+
## 1.34.0-rc.6
|
|
5639
|
+
|
|
5640
|
+
### Minor Changes
|
|
5641
|
+
|
|
5642
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
5643
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
5644
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
5645
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
5646
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
5647
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
5648
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
5649
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
5650
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
5651
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
5652
|
+
|
|
5653
|
+
### Patch Changes
|
|
5654
|
+
|
|
5655
|
+
- Updated dependencies [d09b677]
|
|
5656
|
+
- Updated dependencies [6d4aadb]
|
|
5657
|
+
- Updated dependencies [ebb63ce]
|
|
5658
|
+
- Updated dependencies [7cebe87]
|
|
5659
|
+
- Updated dependencies [f3b595e]
|
|
5660
|
+
- Updated dependencies [59fb7c3]
|
|
5661
|
+
- Updated dependencies [f0c23bc]
|
|
5662
|
+
- Updated dependencies [3420416]
|
|
5663
|
+
- Updated dependencies [495d155]
|
|
5664
|
+
- Updated dependencies [6c18543]
|
|
5665
|
+
- Updated dependencies [40ad73e]
|
|
5666
|
+
- Updated dependencies [495d155]
|
|
5667
|
+
- Updated dependencies [f046f8e]
|
|
5668
|
+
- Updated dependencies [6b2972b]
|
|
5669
|
+
- Updated dependencies [3e68768]
|
|
5670
|
+
- @akinon/next@1.34.0-rc.6
|
|
5671
|
+
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
5672
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
5673
|
+
- @akinon/pz-b2b@1.34.0-rc.6
|
|
5674
|
+
- @akinon/pz-gpay@1.34.0-rc.6
|
|
5675
|
+
- @akinon/pz-otp@1.34.0-rc.6
|
|
5676
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1451
5677
|
|
|
1452
5678
|
## 1.33.2
|
|
1453
5679
|
|