@akinon/projectzero 1.82.0-rc.9 → 1.83.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 +5 -28
- package/app-template/.gitignore +0 -2
- package/app-template/CHANGELOG.md +199 -3163
- package/app-template/next-env.d.ts +1 -1
- package/app-template/package.json +20 -20
- package/app-template/sentry.edge.config.ts +3 -0
- package/app-template/sentry.server.config.ts +3 -0
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +82 -9
- package/app-template/src/app/[commerce]/[locale]/[currency]/error.tsx +1 -29
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/basket/basket-item.tsx +13 -16
- package/app-template/src/views/basket/summary.tsx +7 -10
- package/app-template/src/views/header/action-menu.tsx +3 -6
- package/app-template/src/views/header/mini-basket.tsx +1 -6
- package/app-template/src/views/otp-login/index.tsx +14 -12
- package/package.json +1 -1
- package/app-template/src/components/widget/widget-placeholder.tsx +0 -12
- package/app-template/src/views/basket/basket-content.tsx +0 -106
|
@@ -1,319 +1,65 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
- @akinon/
|
|
48
|
-
- @akinon/pz-tabby-extension@1.82.0
|
|
49
|
-
- @akinon/pz-tamara-extension@1.82.0
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
- @akinon/
|
|
61
|
-
- @akinon/pz-
|
|
62
|
-
- @akinon/pz-
|
|
63
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.7
|
|
64
|
-
- @akinon/pz-bkm@1.82.0-rc.7
|
|
65
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.7
|
|
66
|
-
- @akinon/pz-click-collect@1.82.0-rc.7
|
|
67
|
-
- @akinon/pz-credit-payment@1.82.0-rc.7
|
|
68
|
-
- @akinon/pz-gpay@1.82.0-rc.7
|
|
69
|
-
- @akinon/pz-masterpass@1.82.0-rc.7
|
|
70
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.7
|
|
71
|
-
- @akinon/pz-otp@1.82.0-rc.7
|
|
72
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.7
|
|
73
|
-
- @akinon/pz-saved-card@1.82.0-rc.7
|
|
74
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.7
|
|
75
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.7
|
|
76
|
-
|
|
77
|
-
## 1.82.0-rc.6
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- Updated dependencies [0b1bd07f]
|
|
82
|
-
- @akinon/next@1.82.0-rc.6
|
|
83
|
-
- @akinon/pz-akifast@1.82.0-rc.6
|
|
84
|
-
- @akinon/pz-b2b@1.82.0-rc.6
|
|
85
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.6
|
|
86
|
-
- @akinon/pz-bkm@1.82.0-rc.6
|
|
87
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.6
|
|
88
|
-
- @akinon/pz-click-collect@1.82.0-rc.6
|
|
89
|
-
- @akinon/pz-credit-payment@1.82.0-rc.6
|
|
90
|
-
- @akinon/pz-gpay@1.82.0-rc.6
|
|
91
|
-
- @akinon/pz-masterpass@1.82.0-rc.6
|
|
92
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.6
|
|
93
|
-
- @akinon/pz-otp@1.82.0-rc.6
|
|
94
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.6
|
|
95
|
-
- @akinon/pz-saved-card@1.82.0-rc.6
|
|
96
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.6
|
|
97
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.6
|
|
98
|
-
|
|
99
|
-
## 1.82.0-rc.5
|
|
100
|
-
|
|
101
|
-
### Minor Changes
|
|
102
|
-
|
|
103
|
-
- 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
|
|
104
|
-
|
|
105
|
-
### Patch Changes
|
|
106
|
-
|
|
107
|
-
- Updated dependencies [6f506afc]
|
|
108
|
-
- Updated dependencies [c0c19629]
|
|
109
|
-
- Updated dependencies [9be2c081]
|
|
110
|
-
- @akinon/next@1.82.0-rc.5
|
|
111
|
-
- @akinon/pz-akifast@1.82.0-rc.5
|
|
112
|
-
- @akinon/pz-b2b@1.82.0-rc.5
|
|
113
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.5
|
|
114
|
-
- @akinon/pz-bkm@1.82.0-rc.5
|
|
115
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.5
|
|
116
|
-
- @akinon/pz-click-collect@1.82.0-rc.5
|
|
117
|
-
- @akinon/pz-credit-payment@1.82.0-rc.5
|
|
118
|
-
- @akinon/pz-gpay@1.82.0-rc.5
|
|
119
|
-
- @akinon/pz-masterpass@1.82.0-rc.5
|
|
120
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.5
|
|
121
|
-
- @akinon/pz-otp@1.82.0-rc.5
|
|
122
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.5
|
|
123
|
-
- @akinon/pz-saved-card@1.82.0-rc.5
|
|
124
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.5
|
|
125
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.5
|
|
126
|
-
|
|
127
|
-
## 1.82.0-rc.4
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- Updated dependencies [b6e5b624]
|
|
132
|
-
- @akinon/next@1.82.0-rc.4
|
|
133
|
-
- @akinon/pz-akifast@1.82.0-rc.4
|
|
134
|
-
- @akinon/pz-b2b@1.82.0-rc.4
|
|
135
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.4
|
|
136
|
-
- @akinon/pz-bkm@1.82.0-rc.4
|
|
137
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.4
|
|
138
|
-
- @akinon/pz-click-collect@1.82.0-rc.4
|
|
139
|
-
- @akinon/pz-credit-payment@1.82.0-rc.4
|
|
140
|
-
- @akinon/pz-gpay@1.82.0-rc.4
|
|
141
|
-
- @akinon/pz-masterpass@1.82.0-rc.4
|
|
142
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.4
|
|
143
|
-
- @akinon/pz-otp@1.82.0-rc.4
|
|
144
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.4
|
|
145
|
-
- @akinon/pz-saved-card@1.82.0-rc.4
|
|
146
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.4
|
|
147
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.4
|
|
148
|
-
|
|
149
|
-
## 1.82.0-rc.3
|
|
150
|
-
|
|
151
|
-
### Minor Changes
|
|
152
|
-
|
|
153
|
-
- a0a1bac4: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
154
|
-
|
|
155
|
-
### Patch Changes
|
|
156
|
-
|
|
157
|
-
- Updated dependencies [a0a1bac4]
|
|
158
|
-
- @akinon/pz-otp@1.82.0-rc.3
|
|
159
|
-
- @akinon/next@1.82.0-rc.3
|
|
160
|
-
- @akinon/pz-akifast@1.82.0-rc.3
|
|
161
|
-
- @akinon/pz-b2b@1.82.0-rc.3
|
|
162
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.3
|
|
163
|
-
- @akinon/pz-bkm@1.82.0-rc.3
|
|
164
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.3
|
|
165
|
-
- @akinon/pz-click-collect@1.82.0-rc.3
|
|
166
|
-
- @akinon/pz-credit-payment@1.82.0-rc.3
|
|
167
|
-
- @akinon/pz-gpay@1.82.0-rc.3
|
|
168
|
-
- @akinon/pz-masterpass@1.82.0-rc.3
|
|
169
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.3
|
|
170
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.3
|
|
171
|
-
- @akinon/pz-saved-card@1.82.0-rc.3
|
|
172
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.3
|
|
173
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.3
|
|
174
|
-
|
|
175
|
-
## 1.82.0-rc.2
|
|
176
|
-
|
|
177
|
-
### Minor Changes
|
|
178
|
-
|
|
179
|
-
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
180
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
181
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
182
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
183
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
184
|
-
|
|
185
|
-
### Patch Changes
|
|
186
|
-
|
|
187
|
-
- Updated dependencies [757ee539]
|
|
188
|
-
- Updated dependencies [5dfeea04]
|
|
189
|
-
- Updated dependencies [2d9b2b2c]
|
|
190
|
-
- Updated dependencies [40a46853]
|
|
191
|
-
- Updated dependencies [f49bb74f]
|
|
192
|
-
- Updated dependencies [0e051352]
|
|
193
|
-
- Updated dependencies [e9541a13]
|
|
194
|
-
- Updated dependencies [4d3deb4f]
|
|
195
|
-
- Updated dependencies [72fd4d67]
|
|
196
|
-
- Updated dependencies [c53ef7b9]
|
|
197
|
-
- Updated dependencies [64699d3f]
|
|
198
|
-
- Updated dependencies [7727ae55]
|
|
199
|
-
- Updated dependencies [d552629f]
|
|
200
|
-
- Updated dependencies [17f87524]
|
|
201
|
-
- Updated dependencies [65d3b862]
|
|
202
|
-
- Updated dependencies [bbe18b9f]
|
|
203
|
-
- Updated dependencies [4920742c]
|
|
204
|
-
- Updated dependencies [7e56d6b6]
|
|
205
|
-
- Updated dependencies [43c182ee]
|
|
206
|
-
- Updated dependencies [2d305aaf]
|
|
207
|
-
- Updated dependencies [eeb20bea]
|
|
208
|
-
- Updated dependencies [f2c92d5c]
|
|
209
|
-
- Updated dependencies [7bd3d992]
|
|
210
|
-
- Updated dependencies [fdd255ee]
|
|
211
|
-
- Updated dependencies [49eeebfa]
|
|
212
|
-
- Updated dependencies [3f9b8d7e]
|
|
213
|
-
- @akinon/next@1.82.0-rc.2
|
|
214
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.2
|
|
215
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.2
|
|
216
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.2
|
|
217
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.2
|
|
218
|
-
- @akinon/pz-credit-payment@1.82.0-rc.2
|
|
219
|
-
- @akinon/pz-click-collect@1.82.0-rc.2
|
|
220
|
-
- @akinon/pz-masterpass@1.82.0-rc.2
|
|
221
|
-
- @akinon/pz-akifast@1.82.0-rc.2
|
|
222
|
-
- @akinon/pz-gpay@1.82.0-rc.2
|
|
223
|
-
- @akinon/pz-b2b@1.82.0-rc.2
|
|
224
|
-
- @akinon/pz-bkm@1.82.0-rc.2
|
|
225
|
-
- @akinon/pz-otp@1.82.0-rc.2
|
|
226
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.2
|
|
227
|
-
- @akinon/pz-saved-card@1.82.0-rc.2
|
|
228
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.2
|
|
229
|
-
|
|
230
|
-
## 1.82.0-rc.1
|
|
231
|
-
|
|
232
|
-
### Patch Changes
|
|
233
|
-
|
|
234
|
-
- Updated dependencies [0e051352]
|
|
235
|
-
- @akinon/next@1.82.0-rc.1
|
|
236
|
-
- @akinon/pz-akifast@1.82.0-rc.1
|
|
237
|
-
- @akinon/pz-b2b@1.82.0-rc.1
|
|
238
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.1
|
|
239
|
-
- @akinon/pz-bkm@1.82.0-rc.1
|
|
240
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.1
|
|
241
|
-
- @akinon/pz-click-collect@1.82.0-rc.1
|
|
242
|
-
- @akinon/pz-credit-payment@1.82.0-rc.1
|
|
243
|
-
- @akinon/pz-gpay@1.82.0-rc.1
|
|
244
|
-
- @akinon/pz-masterpass@1.82.0-rc.1
|
|
245
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.1
|
|
246
|
-
- @akinon/pz-otp@1.82.0-rc.1
|
|
247
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.1
|
|
248
|
-
- @akinon/pz-saved-card@1.82.0-rc.1
|
|
249
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.1
|
|
250
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.1
|
|
251
|
-
|
|
252
|
-
## 1.82.0-rc.0
|
|
253
|
-
|
|
254
|
-
### Minor Changes
|
|
255
|
-
|
|
256
|
-
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
257
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
258
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
259
|
-
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
260
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
261
|
-
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
262
|
-
- c82875bc: ZERO-3140: Fix style layout size
|
|
263
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
|
-
|
|
267
|
-
- Updated dependencies [2e0b7ffd]
|
|
268
|
-
- Updated dependencies [757ee539]
|
|
269
|
-
- Updated dependencies [778aabf8]
|
|
270
|
-
- Updated dependencies [c0fef075]
|
|
271
|
-
- Updated dependencies [5dfeea04]
|
|
272
|
-
- Updated dependencies [2d9b2b2c]
|
|
273
|
-
- Updated dependencies [40a46853]
|
|
274
|
-
- Updated dependencies [2d2ab446]
|
|
275
|
-
- Updated dependencies [f49bb74f]
|
|
276
|
-
- Updated dependencies [e9541a13]
|
|
277
|
-
- Updated dependencies [4d3deb4f]
|
|
278
|
-
- Updated dependencies [72fd4d67]
|
|
279
|
-
- Updated dependencies [c53ef7b9]
|
|
280
|
-
- Updated dependencies [64699d3f]
|
|
281
|
-
- Updated dependencies [9db58ad6]
|
|
282
|
-
- Updated dependencies [0200d568]
|
|
283
|
-
- Updated dependencies [7727ae55]
|
|
284
|
-
- Updated dependencies [d552629f]
|
|
285
|
-
- Updated dependencies [17f87524]
|
|
286
|
-
- Updated dependencies [65d3b862]
|
|
287
|
-
- Updated dependencies [bbe18b9f]
|
|
288
|
-
- Updated dependencies [4920742c]
|
|
289
|
-
- Updated dependencies [7e56d6b6]
|
|
290
|
-
- Updated dependencies [7d1b5af1]
|
|
291
|
-
- Updated dependencies [43c182ee]
|
|
292
|
-
- Updated dependencies [2d305aaf]
|
|
293
|
-
- Updated dependencies [eeb20bea]
|
|
294
|
-
- Updated dependencies [f2c92d5c]
|
|
295
|
-
- Updated dependencies [6c1dba75]
|
|
296
|
-
- Updated dependencies [7bd3d992]
|
|
297
|
-
- Updated dependencies [fdd255ee]
|
|
298
|
-
- Updated dependencies [aa05ed79]
|
|
299
|
-
- Updated dependencies [49eeebfa]
|
|
300
|
-
- Updated dependencies [3f9b8d7e]
|
|
301
|
-
- @akinon/next@1.82.0-rc.0
|
|
302
|
-
- @akinon/pz-checkout-gift-pack@1.82.0-rc.0
|
|
303
|
-
- @akinon/pz-one-click-checkout@1.82.0-rc.0
|
|
304
|
-
- @akinon/pz-basket-gift-pack@1.82.0-rc.0
|
|
305
|
-
- @akinon/pz-pay-on-delivery@1.82.0-rc.0
|
|
306
|
-
- @akinon/pz-credit-payment@1.82.0-rc.0
|
|
307
|
-
- @akinon/pz-click-collect@1.82.0-rc.0
|
|
308
|
-
- @akinon/pz-masterpass@1.82.0-rc.0
|
|
309
|
-
- @akinon/pz-akifast@1.82.0-rc.0
|
|
310
|
-
- @akinon/pz-gpay@1.82.0-rc.0
|
|
311
|
-
- @akinon/pz-b2b@1.82.0-rc.0
|
|
312
|
-
- @akinon/pz-bkm@1.82.0-rc.0
|
|
313
|
-
- @akinon/pz-otp@1.82.0-rc.0
|
|
314
|
-
- @akinon/pz-tabby-extension@1.82.0-rc.0
|
|
315
|
-
- @akinon/pz-saved-card@1.82.0-rc.0
|
|
316
|
-
- @akinon/pz-tamara-extension@1.82.0-rc.0
|
|
3
|
+
## 1.83.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 596e987: ZERO-3291: Update Next.js to version 14.2.25
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- @akinon/next@1.83.0
|
|
12
|
+
- @akinon/pz-akifast@1.83.0
|
|
13
|
+
- @akinon/pz-b2b@1.83.0
|
|
14
|
+
- @akinon/pz-basket-gift-pack@1.83.0
|
|
15
|
+
- @akinon/pz-bkm@1.83.0
|
|
16
|
+
- @akinon/pz-checkout-gift-pack@1.83.0
|
|
17
|
+
- @akinon/pz-click-collect@1.83.0
|
|
18
|
+
- @akinon/pz-credit-payment@1.83.0
|
|
19
|
+
- @akinon/pz-gpay@1.83.0
|
|
20
|
+
- @akinon/pz-masterpass@1.83.0
|
|
21
|
+
- @akinon/pz-one-click-checkout@1.83.0
|
|
22
|
+
- @akinon/pz-otp@1.83.0
|
|
23
|
+
- @akinon/pz-pay-on-delivery@1.83.0
|
|
24
|
+
- @akinon/pz-saved-card@1.83.0
|
|
25
|
+
- @akinon/pz-tabby-extension@1.83.0
|
|
26
|
+
- @akinon/pz-tamara-extension@1.83.0
|
|
27
|
+
|
|
28
|
+
## 1.82.0
|
|
29
|
+
|
|
30
|
+
### Minor Changes
|
|
31
|
+
|
|
32
|
+
- 7a1e1f7: ZERO-3138: Close the search input with the esc key
|
|
33
|
+
- b02d5ea: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
34
|
+
- c82875b: ZERO-3140: Fix style layout size
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [2e0b7ff]
|
|
39
|
+
- Updated dependencies [778aabf]
|
|
40
|
+
- Updated dependencies [c0fef07]
|
|
41
|
+
- Updated dependencies [2d2ab44]
|
|
42
|
+
- Updated dependencies [9db58ad]
|
|
43
|
+
- Updated dependencies [0200d56]
|
|
44
|
+
- Updated dependencies [7d1b5af]
|
|
45
|
+
- Updated dependencies [6c1dba7]
|
|
46
|
+
- Updated dependencies [aa05ed7]
|
|
47
|
+
- @akinon/next@1.82.0
|
|
48
|
+
- @akinon/pz-tabby-extension@1.82.0
|
|
49
|
+
- @akinon/pz-tamara-extension@1.82.0
|
|
50
|
+
- @akinon/pz-akifast@1.82.0
|
|
51
|
+
- @akinon/pz-b2b@1.82.0
|
|
52
|
+
- @akinon/pz-basket-gift-pack@1.82.0
|
|
53
|
+
- @akinon/pz-bkm@1.82.0
|
|
54
|
+
- @akinon/pz-checkout-gift-pack@1.82.0
|
|
55
|
+
- @akinon/pz-click-collect@1.82.0
|
|
56
|
+
- @akinon/pz-credit-payment@1.82.0
|
|
57
|
+
- @akinon/pz-gpay@1.82.0
|
|
58
|
+
- @akinon/pz-masterpass@1.82.0
|
|
59
|
+
- @akinon/pz-one-click-checkout@1.82.0
|
|
60
|
+
- @akinon/pz-otp@1.82.0
|
|
61
|
+
- @akinon/pz-pay-on-delivery@1.82.0
|
|
62
|
+
- @akinon/pz-saved-card@1.82.0
|
|
317
63
|
|
|
318
64
|
## 1.81.0
|
|
319
65
|
|
|
@@ -378,281 +124,22 @@
|
|
|
378
124
|
|
|
379
125
|
### Patch Changes
|
|
380
126
|
|
|
381
|
-
- Updated dependencies [
|
|
382
|
-
-
|
|
383
|
-
-
|
|
384
|
-
-
|
|
385
|
-
-
|
|
386
|
-
-
|
|
387
|
-
-
|
|
388
|
-
-
|
|
389
|
-
-
|
|
390
|
-
-
|
|
391
|
-
-
|
|
392
|
-
-
|
|
393
|
-
-
|
|
394
|
-
-
|
|
395
|
-
-
|
|
396
|
-
-
|
|
397
|
-
- Updated dependencies [4920742c]
|
|
398
|
-
- Updated dependencies [7e56d6b6]
|
|
399
|
-
- Updated dependencies [43c182ee]
|
|
400
|
-
- Updated dependencies [2d305aaf]
|
|
401
|
-
- Updated dependencies [4cc22c7c]
|
|
402
|
-
- Updated dependencies [eeb20bea]
|
|
403
|
-
- Updated dependencies [6a0a0807]
|
|
404
|
-
- Updated dependencies [f2c92d5c]
|
|
405
|
-
- Updated dependencies [7bd3d992]
|
|
406
|
-
- Updated dependencies [fdd255ee]
|
|
407
|
-
- Updated dependencies [49eeebfa]
|
|
408
|
-
- Updated dependencies [3f9b8d7e]
|
|
409
|
-
- Updated dependencies [7ab9e2fd]
|
|
410
|
-
- @akinon/next@1.80.0-rc.7
|
|
411
|
-
- @akinon/pz-masterpass@1.80.0-rc.7
|
|
412
|
-
- @akinon/pz-checkout-gift-pack@1.80.0-rc.7
|
|
413
|
-
- @akinon/pz-one-click-checkout@1.80.0-rc.7
|
|
414
|
-
- @akinon/pz-basket-gift-pack@1.80.0-rc.7
|
|
415
|
-
- @akinon/pz-pay-on-delivery@1.80.0-rc.7
|
|
416
|
-
- @akinon/pz-credit-payment@1.80.0-rc.7
|
|
417
|
-
- @akinon/pz-click-collect@1.80.0-rc.7
|
|
418
|
-
- @akinon/pz-akifast@1.80.0-rc.7
|
|
419
|
-
- @akinon/pz-gpay@1.80.0-rc.7
|
|
420
|
-
- @akinon/pz-b2b@1.80.0-rc.7
|
|
421
|
-
- @akinon/pz-bkm@1.80.0-rc.7
|
|
422
|
-
- @akinon/pz-otp@1.80.0-rc.7
|
|
423
|
-
- @akinon/pz-tabby-extension@1.80.0-rc.7
|
|
424
|
-
- @akinon/pz-saved-card@1.80.0-rc.7
|
|
425
|
-
- @akinon/pz-tamara-extension@1.80.0-rc.7
|
|
426
|
-
|
|
427
|
-
## 1.79.0-rc.6
|
|
428
|
-
|
|
429
|
-
### Patch Changes
|
|
430
|
-
|
|
431
|
-
- Updated dependencies [0200d568]
|
|
432
|
-
- @akinon/next@1.79.0-rc.6
|
|
433
|
-
- @akinon/pz-akifast@1.79.0-rc.6
|
|
434
|
-
- @akinon/pz-b2b@1.79.0-rc.6
|
|
435
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.6
|
|
436
|
-
- @akinon/pz-bkm@1.79.0-rc.6
|
|
437
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.6
|
|
438
|
-
- @akinon/pz-click-collect@1.79.0-rc.6
|
|
439
|
-
- @akinon/pz-credit-payment@1.79.0-rc.6
|
|
440
|
-
- @akinon/pz-gpay@1.79.0-rc.6
|
|
441
|
-
- @akinon/pz-masterpass@1.79.0-rc.6
|
|
442
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.6
|
|
443
|
-
- @akinon/pz-otp@1.79.0-rc.6
|
|
444
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.6
|
|
445
|
-
- @akinon/pz-saved-card@1.79.0-rc.6
|
|
446
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.6
|
|
447
|
-
|
|
448
|
-
## 1.79.0-rc.5
|
|
449
|
-
|
|
450
|
-
### Patch Changes
|
|
451
|
-
|
|
452
|
-
- Updated dependencies [778aabf8]
|
|
453
|
-
- @akinon/next@1.79.0-rc.5
|
|
454
|
-
- @akinon/pz-akifast@1.79.0-rc.5
|
|
455
|
-
- @akinon/pz-b2b@1.79.0-rc.5
|
|
456
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.5
|
|
457
|
-
- @akinon/pz-bkm@1.79.0-rc.5
|
|
458
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.5
|
|
459
|
-
- @akinon/pz-click-collect@1.79.0-rc.5
|
|
460
|
-
- @akinon/pz-credit-payment@1.79.0-rc.5
|
|
461
|
-
- @akinon/pz-gpay@1.79.0-rc.5
|
|
462
|
-
- @akinon/pz-masterpass@1.79.0-rc.5
|
|
463
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.5
|
|
464
|
-
- @akinon/pz-otp@1.79.0-rc.5
|
|
465
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.5
|
|
466
|
-
- @akinon/pz-saved-card@1.79.0-rc.5
|
|
467
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.5
|
|
468
|
-
|
|
469
|
-
## 1.79.0-rc.4
|
|
470
|
-
|
|
471
|
-
### Minor Changes
|
|
472
|
-
|
|
473
|
-
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
474
|
-
- c82875bc: ZERO-3140: Fix style layout size
|
|
475
|
-
|
|
476
|
-
### Patch Changes
|
|
477
|
-
|
|
478
|
-
- Updated dependencies [fdbf156f]
|
|
479
|
-
- @akinon/pz-masterpass@1.79.0-rc.4
|
|
480
|
-
- @akinon/next@1.79.0-rc.4
|
|
481
|
-
- @akinon/pz-akifast@1.79.0-rc.4
|
|
482
|
-
- @akinon/pz-b2b@1.79.0-rc.4
|
|
483
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.4
|
|
484
|
-
- @akinon/pz-bkm@1.79.0-rc.4
|
|
485
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.4
|
|
486
|
-
- @akinon/pz-click-collect@1.79.0-rc.4
|
|
487
|
-
- @akinon/pz-credit-payment@1.79.0-rc.4
|
|
488
|
-
- @akinon/pz-gpay@1.79.0-rc.4
|
|
489
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.4
|
|
490
|
-
- @akinon/pz-otp@1.79.0-rc.4
|
|
491
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.4
|
|
492
|
-
- @akinon/pz-saved-card@1.79.0-rc.4
|
|
493
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.4
|
|
494
|
-
|
|
495
|
-
## 1.79.0-rc.3
|
|
496
|
-
|
|
497
|
-
### Minor Changes
|
|
498
|
-
|
|
499
|
-
- e8dcbe3c: ZERO-3112: Update button component
|
|
500
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
501
|
-
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
502
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
503
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
504
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
505
|
-
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
506
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
507
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
508
|
-
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
509
|
-
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
510
|
-
|
|
511
|
-
### Patch Changes
|
|
512
|
-
|
|
513
|
-
- Updated dependencies [5dfeea04]
|
|
514
|
-
- Updated dependencies [2d9b2b2c]
|
|
515
|
-
- Updated dependencies [fd4b74e9]
|
|
516
|
-
- Updated dependencies [f49bb74f]
|
|
517
|
-
- Updated dependencies [e9541a13]
|
|
518
|
-
- Updated dependencies [4d3deb4f]
|
|
519
|
-
- Updated dependencies [72fd4d67]
|
|
520
|
-
- Updated dependencies [c53ef7b9]
|
|
521
|
-
- Updated dependencies [64699d3f]
|
|
522
|
-
- Updated dependencies [7727ae55]
|
|
523
|
-
- Updated dependencies [17f87524]
|
|
524
|
-
- Updated dependencies [65d3b862]
|
|
525
|
-
- Updated dependencies [bbe18b9f]
|
|
526
|
-
- Updated dependencies [4920742c]
|
|
527
|
-
- Updated dependencies [7e56d6b6]
|
|
528
|
-
- Updated dependencies [43c182ee]
|
|
529
|
-
- Updated dependencies [2d305aaf]
|
|
530
|
-
- Updated dependencies [4cc22c7c]
|
|
531
|
-
- Updated dependencies [eeb20bea]
|
|
532
|
-
- Updated dependencies [6a0a0807]
|
|
533
|
-
- Updated dependencies [f2c92d5c]
|
|
534
|
-
- Updated dependencies [7bd3d992]
|
|
535
|
-
- Updated dependencies [fdd255ee]
|
|
536
|
-
- Updated dependencies [59fa21ce]
|
|
537
|
-
- Updated dependencies [49eeebfa]
|
|
538
|
-
- Updated dependencies [3f9b8d7e]
|
|
539
|
-
- @akinon/next@1.79.0-rc.3
|
|
540
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.3
|
|
541
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.3
|
|
542
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.3
|
|
543
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.3
|
|
544
|
-
- @akinon/pz-credit-payment@1.79.0-rc.3
|
|
545
|
-
- @akinon/pz-click-collect@1.79.0-rc.3
|
|
546
|
-
- @akinon/pz-masterpass@1.79.0-rc.3
|
|
547
|
-
- @akinon/pz-akifast@1.79.0-rc.3
|
|
548
|
-
- @akinon/pz-gpay@1.79.0-rc.3
|
|
549
|
-
- @akinon/pz-b2b@1.79.0-rc.3
|
|
550
|
-
- @akinon/pz-bkm@1.79.0-rc.3
|
|
551
|
-
- @akinon/pz-otp@1.79.0-rc.3
|
|
552
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.3
|
|
553
|
-
- @akinon/pz-saved-card@1.79.0-rc.3
|
|
554
|
-
|
|
555
|
-
## 1.79.0-rc.2
|
|
556
|
-
|
|
557
|
-
### Minor Changes
|
|
558
|
-
|
|
559
|
-
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
560
|
-
|
|
561
|
-
### Patch Changes
|
|
562
|
-
|
|
563
|
-
- @akinon/next@1.79.0-rc.2
|
|
564
|
-
- @akinon/pz-akifast@1.79.0-rc.2
|
|
565
|
-
- @akinon/pz-b2b@1.79.0-rc.2
|
|
566
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.2
|
|
567
|
-
- @akinon/pz-bkm@1.79.0-rc.2
|
|
568
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.2
|
|
569
|
-
- @akinon/pz-click-collect@1.79.0-rc.2
|
|
570
|
-
- @akinon/pz-credit-payment@1.79.0-rc.2
|
|
571
|
-
- @akinon/pz-gpay@1.79.0-rc.2
|
|
572
|
-
- @akinon/pz-masterpass@1.79.0-rc.2
|
|
573
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.2
|
|
574
|
-
- @akinon/pz-otp@1.79.0-rc.2
|
|
575
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.2
|
|
576
|
-
- @akinon/pz-saved-card@1.79.0-rc.2
|
|
577
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.2
|
|
578
|
-
|
|
579
|
-
## 1.79.0-rc.1
|
|
580
|
-
|
|
581
|
-
### Patch Changes
|
|
582
|
-
|
|
583
|
-
- Updated dependencies [4cc22c7c]
|
|
584
|
-
- @akinon/next@1.79.0-rc.1
|
|
585
|
-
- @akinon/pz-akifast@1.79.0-rc.1
|
|
586
|
-
- @akinon/pz-b2b@1.79.0-rc.1
|
|
587
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.1
|
|
588
|
-
- @akinon/pz-bkm@1.79.0-rc.1
|
|
589
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.1
|
|
590
|
-
- @akinon/pz-click-collect@1.79.0-rc.1
|
|
591
|
-
- @akinon/pz-credit-payment@1.79.0-rc.1
|
|
592
|
-
- @akinon/pz-gpay@1.79.0-rc.1
|
|
593
|
-
- @akinon/pz-masterpass@1.79.0-rc.1
|
|
594
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.1
|
|
595
|
-
- @akinon/pz-otp@1.79.0-rc.1
|
|
596
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.1
|
|
597
|
-
- @akinon/pz-saved-card@1.79.0-rc.1
|
|
598
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.1
|
|
599
|
-
|
|
600
|
-
## 1.79.0-rc.0
|
|
601
|
-
|
|
602
|
-
### Minor Changes
|
|
603
|
-
|
|
604
|
-
- e8dcbe3c: ZERO-3112: Update button component
|
|
605
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
606
|
-
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
607
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
608
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
609
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
610
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
611
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
612
|
-
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
613
|
-
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
614
|
-
|
|
615
|
-
### Patch Changes
|
|
616
|
-
|
|
617
|
-
- Updated dependencies [5dfeea04]
|
|
618
|
-
- Updated dependencies [2d9b2b2c]
|
|
619
|
-
- Updated dependencies [fd4b74e9]
|
|
620
|
-
- Updated dependencies [f49bb74f]
|
|
621
|
-
- Updated dependencies [e9541a13]
|
|
622
|
-
- Updated dependencies [4d3deb4f]
|
|
623
|
-
- Updated dependencies [72fd4d67]
|
|
624
|
-
- Updated dependencies [c53ef7b9]
|
|
625
|
-
- Updated dependencies [64699d3f]
|
|
626
|
-
- Updated dependencies [7727ae55]
|
|
627
|
-
- Updated dependencies [17f87524]
|
|
628
|
-
- Updated dependencies [65d3b862]
|
|
629
|
-
- Updated dependencies [bbe18b9f]
|
|
630
|
-
- Updated dependencies [4920742c]
|
|
631
|
-
- Updated dependencies [7e56d6b6]
|
|
632
|
-
- Updated dependencies [43c182ee]
|
|
633
|
-
- Updated dependencies [2d305aaf]
|
|
634
|
-
- Updated dependencies [eeb20bea]
|
|
635
|
-
- Updated dependencies [6a0a0807]
|
|
636
|
-
- Updated dependencies [f2c92d5c]
|
|
637
|
-
- Updated dependencies [7bd3d992]
|
|
638
|
-
- Updated dependencies [fdd255ee]
|
|
639
|
-
- Updated dependencies [49eeebfa]
|
|
640
|
-
- Updated dependencies [3f9b8d7e]
|
|
641
|
-
- @akinon/next@1.79.0-rc.0
|
|
642
|
-
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
643
|
-
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
644
|
-
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
645
|
-
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
646
|
-
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
647
|
-
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
648
|
-
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
649
|
-
- @akinon/pz-akifast@1.79.0-rc.0
|
|
650
|
-
- @akinon/pz-gpay@1.79.0-rc.0
|
|
651
|
-
- @akinon/pz-b2b@1.79.0-rc.0
|
|
652
|
-
- @akinon/pz-bkm@1.79.0-rc.0
|
|
653
|
-
- @akinon/pz-otp@1.79.0-rc.0
|
|
654
|
-
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
655
|
-
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
127
|
+
- Updated dependencies [59fa21c]
|
|
128
|
+
- @akinon/next@1.79.0
|
|
129
|
+
- @akinon/pz-akifast@1.79.0
|
|
130
|
+
- @akinon/pz-b2b@1.79.0
|
|
131
|
+
- @akinon/pz-basket-gift-pack@1.79.0
|
|
132
|
+
- @akinon/pz-bkm@1.79.0
|
|
133
|
+
- @akinon/pz-checkout-gift-pack@1.79.0
|
|
134
|
+
- @akinon/pz-click-collect@1.79.0
|
|
135
|
+
- @akinon/pz-credit-payment@1.79.0
|
|
136
|
+
- @akinon/pz-gpay@1.79.0
|
|
137
|
+
- @akinon/pz-masterpass@1.79.0
|
|
138
|
+
- @akinon/pz-one-click-checkout@1.79.0
|
|
139
|
+
- @akinon/pz-otp@1.79.0
|
|
140
|
+
- @akinon/pz-pay-on-delivery@1.79.0
|
|
141
|
+
- @akinon/pz-saved-card@1.79.0
|
|
142
|
+
- @akinon/pz-tabby-extension@1.79.0
|
|
656
143
|
|
|
657
144
|
## 1.78.0
|
|
658
145
|
|
|
@@ -854,161 +341,21 @@
|
|
|
854
341
|
### Patch Changes
|
|
855
342
|
|
|
856
343
|
- Updated dependencies [f34454a]
|
|
857
|
-
- @akinon/next@1.71.0
|
|
858
|
-
- @akinon/pz-akifast@1.71.0
|
|
859
|
-
- @akinon/pz-b2b@1.71.0
|
|
860
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
861
|
-
- @akinon/pz-bkm@1.71.0
|
|
862
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
863
|
-
- @akinon/pz-click-collect@1.71.0
|
|
864
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
865
|
-
- @akinon/pz-gpay@1.71.0
|
|
866
|
-
- @akinon/pz-masterpass@1.71.0
|
|
867
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
868
|
-
- @akinon/pz-otp@1.71.0
|
|
869
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
870
|
-
- @akinon/pz-saved-card@1.71.0
|
|
871
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
872
|
-
|
|
873
|
-
## 1.71.0-rc.5
|
|
874
|
-
|
|
875
|
-
### Patch Changes
|
|
876
|
-
|
|
877
|
-
- Updated dependencies [0ab91e5]
|
|
878
|
-
- @akinon/pz-akifast@1.71.0-rc.5
|
|
879
|
-
- @akinon/next@1.71.0-rc.5
|
|
880
|
-
- @akinon/pz-b2b@1.71.0-rc.5
|
|
881
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
882
|
-
- @akinon/pz-bkm@1.71.0-rc.5
|
|
883
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
884
|
-
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
885
|
-
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
886
|
-
- @akinon/pz-gpay@1.71.0-rc.5
|
|
887
|
-
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
888
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
889
|
-
- @akinon/pz-otp@1.71.0-rc.5
|
|
890
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
891
|
-
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
892
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
893
|
-
|
|
894
|
-
## 1.71.0-rc.4
|
|
895
|
-
|
|
896
|
-
### Minor Changes
|
|
897
|
-
|
|
898
|
-
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
899
|
-
|
|
900
|
-
### Patch Changes
|
|
901
|
-
|
|
902
|
-
- @akinon/next@1.71.0-rc.4
|
|
903
|
-
- @akinon/pz-akifast@1.71.0-rc.4
|
|
904
|
-
- @akinon/pz-b2b@1.71.0-rc.4
|
|
905
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
906
|
-
- @akinon/pz-bkm@1.71.0-rc.4
|
|
907
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
908
|
-
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
909
|
-
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
910
|
-
- @akinon/pz-gpay@1.71.0-rc.4
|
|
911
|
-
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
912
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
913
|
-
- @akinon/pz-otp@1.71.0-rc.4
|
|
914
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
915
|
-
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
916
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
917
|
-
|
|
918
|
-
## 1.71.0-rc.3
|
|
919
|
-
|
|
920
|
-
### Minor Changes
|
|
921
|
-
|
|
922
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
923
|
-
|
|
924
|
-
### Patch Changes
|
|
925
|
-
|
|
926
|
-
- Updated dependencies [3344bca]
|
|
927
|
-
- @akinon/next@1.71.0-rc.3
|
|
928
|
-
- @akinon/pz-akifast@1.71.0-rc.3
|
|
929
|
-
- @akinon/pz-b2b@1.71.0-rc.3
|
|
930
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
931
|
-
- @akinon/pz-bkm@1.71.0-rc.3
|
|
932
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
933
|
-
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
934
|
-
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
935
|
-
- @akinon/pz-gpay@1.71.0-rc.3
|
|
936
|
-
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
937
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
938
|
-
- @akinon/pz-otp@1.71.0-rc.3
|
|
939
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
940
|
-
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
941
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
942
|
-
|
|
943
|
-
## 1.71.0-rc.2
|
|
944
|
-
|
|
945
|
-
### Patch Changes
|
|
946
|
-
|
|
947
|
-
- Updated dependencies [56cdddc]
|
|
948
|
-
- @akinon/next@1.71.0-rc.2
|
|
949
|
-
- @akinon/pz-akifast@1.71.0-rc.2
|
|
950
|
-
- @akinon/pz-b2b@1.71.0-rc.2
|
|
951
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
952
|
-
- @akinon/pz-bkm@1.71.0-rc.2
|
|
953
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
954
|
-
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
955
|
-
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
956
|
-
- @akinon/pz-gpay@1.71.0-rc.2
|
|
957
|
-
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
958
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
959
|
-
- @akinon/pz-otp@1.71.0-rc.2
|
|
960
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
961
|
-
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
962
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
963
|
-
|
|
964
|
-
## 1.71.0-rc.1
|
|
965
|
-
|
|
966
|
-
### Patch Changes
|
|
967
|
-
|
|
968
|
-
- Updated dependencies [9a50730]
|
|
969
|
-
- @akinon/next@1.71.0-rc.1
|
|
970
|
-
- @akinon/pz-akifast@1.71.0-rc.1
|
|
971
|
-
- @akinon/pz-b2b@1.71.0-rc.1
|
|
972
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
973
|
-
- @akinon/pz-bkm@1.71.0-rc.1
|
|
974
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
975
|
-
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
976
|
-
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
977
|
-
- @akinon/pz-gpay@1.71.0-rc.1
|
|
978
|
-
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
979
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
980
|
-
- @akinon/pz-otp@1.71.0-rc.1
|
|
981
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
982
|
-
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
983
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
984
|
-
|
|
985
|
-
## 1.71.0-rc.0
|
|
986
|
-
|
|
987
|
-
### Minor Changes
|
|
988
|
-
|
|
989
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
990
|
-
|
|
991
|
-
### Patch Changes
|
|
992
|
-
|
|
993
|
-
- Updated dependencies [3bfa12a]
|
|
994
|
-
- Updated dependencies [4d3deb4]
|
|
995
|
-
- Updated dependencies [3010514]
|
|
996
|
-
- Updated dependencies [ca774b3]
|
|
997
|
-
- @akinon/next@1.71.0-rc.0
|
|
998
|
-
- @akinon/pz-akifast@1.71.0-rc.0
|
|
999
|
-
- @akinon/pz-b2b@1.71.0-rc.0
|
|
1000
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
1001
|
-
- @akinon/pz-bkm@1.71.0-rc.0
|
|
1002
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
1003
|
-
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
1004
|
-
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
1005
|
-
- @akinon/pz-gpay@1.71.0-rc.0
|
|
1006
|
-
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
1007
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
1008
|
-
- @akinon/pz-otp@1.71.0-rc.0
|
|
1009
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
1010
|
-
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
1011
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
344
|
+
- @akinon/next@1.71.0
|
|
345
|
+
- @akinon/pz-akifast@1.71.0
|
|
346
|
+
- @akinon/pz-b2b@1.71.0
|
|
347
|
+
- @akinon/pz-basket-gift-pack@1.71.0
|
|
348
|
+
- @akinon/pz-bkm@1.71.0
|
|
349
|
+
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
350
|
+
- @akinon/pz-click-collect@1.71.0
|
|
351
|
+
- @akinon/pz-credit-payment@1.71.0
|
|
352
|
+
- @akinon/pz-gpay@1.71.0
|
|
353
|
+
- @akinon/pz-masterpass@1.71.0
|
|
354
|
+
- @akinon/pz-one-click-checkout@1.71.0
|
|
355
|
+
- @akinon/pz-otp@1.71.0
|
|
356
|
+
- @akinon/pz-pay-on-delivery@1.71.0
|
|
357
|
+
- @akinon/pz-saved-card@1.71.0
|
|
358
|
+
- @akinon/pz-tabby-extension@1.71.0
|
|
1012
359
|
|
|
1013
360
|
## 1.70.0
|
|
1014
361
|
|
|
@@ -1039,249 +386,32 @@
|
|
|
1039
386
|
|
|
1040
387
|
### Minor Changes
|
|
1041
388
|
|
|
1042
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1043
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1044
|
-
|
|
1045
|
-
### Patch Changes
|
|
1046
|
-
|
|
1047
|
-
- Updated dependencies [3bfa12a]
|
|
1048
|
-
- Updated dependencies [4d3deb4]
|
|
1049
|
-
- Updated dependencies [3010514]
|
|
1050
|
-
- Updated dependencies [ca774b3]
|
|
1051
|
-
- Updated dependencies [f046f8e]
|
|
1052
|
-
- @akinon/next@1.69.0-rc.9
|
|
1053
|
-
- @akinon/pz-akifast@1.69.0-rc.9
|
|
1054
|
-
- @akinon/pz-b2b@1.69.0-rc.9
|
|
1055
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
1056
|
-
- @akinon/pz-bkm@1.69.0-rc.9
|
|
1057
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
1058
|
-
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
1059
|
-
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
1060
|
-
- @akinon/pz-gpay@1.69.0-rc.9
|
|
1061
|
-
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
1062
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
1063
|
-
- @akinon/pz-otp@1.69.0-rc.9
|
|
1064
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
1065
|
-
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
1066
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
1067
|
-
|
|
1068
|
-
## 1.69.0-rc.8
|
|
1069
|
-
|
|
1070
|
-
### Patch Changes
|
|
1071
|
-
|
|
1072
|
-
- Updated dependencies [3010514]
|
|
1073
|
-
- Updated dependencies [ca774b3]
|
|
1074
|
-
- @akinon/next@1.69.0-rc.8
|
|
1075
|
-
- @akinon/pz-akifast@1.69.0-rc.8
|
|
1076
|
-
- @akinon/pz-b2b@1.69.0-rc.8
|
|
1077
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
1078
|
-
- @akinon/pz-bkm@1.69.0-rc.8
|
|
1079
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
1080
|
-
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
1081
|
-
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
1082
|
-
- @akinon/pz-gpay@1.69.0-rc.8
|
|
1083
|
-
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
1084
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
1085
|
-
- @akinon/pz-otp@1.69.0-rc.8
|
|
1086
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
1087
|
-
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
1088
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
1089
|
-
|
|
1090
|
-
## 1.69.0-rc.7
|
|
1091
|
-
|
|
1092
|
-
### Patch Changes
|
|
1093
|
-
|
|
1094
|
-
- Updated dependencies [3bfa12a]
|
|
1095
|
-
- @akinon/next@1.69.0-rc.7
|
|
1096
|
-
- @akinon/pz-akifast@1.69.0-rc.7
|
|
1097
|
-
- @akinon/pz-b2b@1.69.0-rc.7
|
|
1098
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
1099
|
-
- @akinon/pz-bkm@1.69.0-rc.7
|
|
1100
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
1101
|
-
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
1102
|
-
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
1103
|
-
- @akinon/pz-gpay@1.69.0-rc.7
|
|
1104
|
-
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
1105
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
1106
|
-
- @akinon/pz-otp@1.69.0-rc.7
|
|
1107
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
1108
|
-
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
1109
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
1110
|
-
|
|
1111
|
-
## 1.69.0-rc.6
|
|
1112
|
-
|
|
1113
|
-
### Minor Changes
|
|
1114
|
-
|
|
1115
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1116
389
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
1117
390
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
1118
391
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
1119
392
|
|
|
1120
393
|
### Patch Changes
|
|
1121
394
|
|
|
1122
|
-
- Updated dependencies [4d3deb4]
|
|
1123
395
|
- Updated dependencies [063da74]
|
|
1124
396
|
- Updated dependencies [72da021]
|
|
1125
397
|
- Updated dependencies [5632a99]
|
|
1126
398
|
- Updated dependencies [cbdb0c8]
|
|
1127
399
|
- Updated dependencies [80c869b]
|
|
1128
|
-
- @akinon/next@1.69.0
|
|
1129
|
-
- @akinon/pz-akifast@1.69.0
|
|
1130
|
-
- @akinon/pz-b2b@1.69.0
|
|
1131
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
1132
|
-
- @akinon/pz-bkm@1.69.0
|
|
1133
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
1134
|
-
- @akinon/pz-click-collect@1.69.0
|
|
1135
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
1136
|
-
- @akinon/pz-gpay@1.69.0
|
|
1137
|
-
- @akinon/pz-masterpass@1.69.0
|
|
1138
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
1139
|
-
- @akinon/pz-otp@1.69.0
|
|
1140
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
1141
|
-
- @akinon/pz-saved-card@1.69.0
|
|
1142
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
1143
|
-
|
|
1144
|
-
## 1.69.0-rc.5
|
|
1145
|
-
|
|
1146
|
-
### Minor Changes
|
|
1147
|
-
|
|
1148
|
-
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
1149
|
-
|
|
1150
|
-
### Patch Changes
|
|
1151
|
-
|
|
1152
|
-
- Updated dependencies [80c869b]
|
|
1153
|
-
- @akinon/next@1.69.0-rc.5
|
|
1154
|
-
- @akinon/pz-akifast@1.69.0-rc.5
|
|
1155
|
-
- @akinon/pz-b2b@1.69.0-rc.5
|
|
1156
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
1157
|
-
- @akinon/pz-bkm@1.69.0-rc.5
|
|
1158
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
1159
|
-
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
1160
|
-
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
1161
|
-
- @akinon/pz-gpay@1.69.0-rc.5
|
|
1162
|
-
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
1163
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
1164
|
-
- @akinon/pz-otp@1.69.0-rc.5
|
|
1165
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
1166
|
-
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
1167
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
1168
|
-
|
|
1169
|
-
## 1.69.0-rc.4
|
|
1170
|
-
|
|
1171
|
-
### Minor Changes
|
|
1172
|
-
|
|
1173
|
-
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
1174
|
-
|
|
1175
|
-
### Patch Changes
|
|
1176
|
-
|
|
1177
|
-
- Updated dependencies [063da74]
|
|
1178
|
-
- @akinon/next@1.69.0-rc.4
|
|
1179
|
-
- @akinon/pz-akifast@1.69.0-rc.4
|
|
1180
|
-
- @akinon/pz-b2b@1.69.0-rc.4
|
|
1181
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
1182
|
-
- @akinon/pz-bkm@1.69.0-rc.4
|
|
1183
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
1184
|
-
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
1185
|
-
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
1186
|
-
- @akinon/pz-gpay@1.69.0-rc.4
|
|
1187
|
-
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
1188
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
1189
|
-
- @akinon/pz-otp@1.69.0-rc.4
|
|
1190
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
1191
|
-
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
1192
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
1193
|
-
|
|
1194
|
-
## 1.69.0-rc.3
|
|
1195
|
-
|
|
1196
|
-
### Minor Changes
|
|
1197
|
-
|
|
1198
|
-
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
1199
|
-
|
|
1200
|
-
### Patch Changes
|
|
1201
|
-
|
|
1202
|
-
- Updated dependencies [cbdb0c8]
|
|
1203
|
-
- @akinon/next@1.69.0-rc.3
|
|
1204
|
-
- @akinon/pz-akifast@1.69.0-rc.3
|
|
1205
|
-
- @akinon/pz-b2b@1.69.0-rc.3
|
|
1206
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
1207
|
-
- @akinon/pz-bkm@1.69.0-rc.3
|
|
1208
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
1209
|
-
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
1210
|
-
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
1211
|
-
- @akinon/pz-gpay@1.69.0-rc.3
|
|
1212
|
-
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
1213
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
1214
|
-
- @akinon/pz-otp@1.69.0-rc.3
|
|
1215
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
1216
|
-
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
1217
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
1218
|
-
|
|
1219
|
-
## 1.69.0-rc.2
|
|
1220
|
-
|
|
1221
|
-
### Patch Changes
|
|
1222
|
-
|
|
1223
|
-
- Updated dependencies [5632a99]
|
|
1224
|
-
- @akinon/next@1.69.0-rc.2
|
|
1225
|
-
- @akinon/pz-akifast@1.69.0-rc.2
|
|
1226
|
-
- @akinon/pz-b2b@1.69.0-rc.2
|
|
1227
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
1228
|
-
- @akinon/pz-bkm@1.69.0-rc.2
|
|
1229
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
1230
|
-
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
1231
|
-
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
1232
|
-
- @akinon/pz-gpay@1.69.0-rc.2
|
|
1233
|
-
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
1234
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
1235
|
-
- @akinon/pz-otp@1.69.0-rc.2
|
|
1236
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
1237
|
-
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
1238
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
1239
|
-
|
|
1240
|
-
## 1.69.0-rc.1
|
|
1241
|
-
|
|
1242
|
-
### Patch Changes
|
|
1243
|
-
|
|
1244
|
-
- Updated dependencies [72da021]
|
|
1245
|
-
- @akinon/next@1.69.0-rc.1
|
|
1246
|
-
- @akinon/pz-akifast@1.69.0-rc.1
|
|
1247
|
-
- @akinon/pz-b2b@1.69.0-rc.1
|
|
1248
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
1249
|
-
- @akinon/pz-bkm@1.69.0-rc.1
|
|
1250
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
1251
|
-
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
1252
|
-
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
1253
|
-
- @akinon/pz-gpay@1.69.0-rc.1
|
|
1254
|
-
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
1255
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
1256
|
-
- @akinon/pz-otp@1.69.0-rc.1
|
|
1257
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
1258
|
-
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
1259
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
1260
|
-
|
|
1261
|
-
## 1.69.0-rc.0
|
|
1262
|
-
|
|
1263
|
-
### Minor Changes
|
|
1264
|
-
|
|
1265
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1266
|
-
|
|
1267
|
-
### Patch Changes
|
|
1268
|
-
|
|
1269
|
-
- Updated dependencies [4d3deb4]
|
|
1270
|
-
- @akinon/next@1.69.0-rc.0
|
|
1271
|
-
- @akinon/pz-akifast@1.69.0-rc.0
|
|
1272
|
-
- @akinon/pz-b2b@1.69.0-rc.0
|
|
1273
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
1274
|
-
- @akinon/pz-bkm@1.69.0-rc.0
|
|
1275
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
1276
|
-
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
1277
|
-
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
1278
|
-
- @akinon/pz-gpay@1.69.0-rc.0
|
|
1279
|
-
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
1280
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
1281
|
-
- @akinon/pz-otp@1.69.0-rc.0
|
|
1282
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
1283
|
-
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
1284
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
400
|
+
- @akinon/next@1.69.0
|
|
401
|
+
- @akinon/pz-akifast@1.69.0
|
|
402
|
+
- @akinon/pz-b2b@1.69.0
|
|
403
|
+
- @akinon/pz-basket-gift-pack@1.69.0
|
|
404
|
+
- @akinon/pz-bkm@1.69.0
|
|
405
|
+
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
406
|
+
- @akinon/pz-click-collect@1.69.0
|
|
407
|
+
- @akinon/pz-credit-payment@1.69.0
|
|
408
|
+
- @akinon/pz-gpay@1.69.0
|
|
409
|
+
- @akinon/pz-masterpass@1.69.0
|
|
410
|
+
- @akinon/pz-one-click-checkout@1.69.0
|
|
411
|
+
- @akinon/pz-otp@1.69.0
|
|
412
|
+
- @akinon/pz-pay-on-delivery@1.69.0
|
|
413
|
+
- @akinon/pz-saved-card@1.69.0
|
|
414
|
+
- @akinon/pz-tabby-extension@1.69.0
|
|
1285
415
|
|
|
1286
416
|
## 1.68.0
|
|
1287
417
|
|
|
@@ -1632,401 +762,28 @@
|
|
|
1632
762
|
|
|
1633
763
|
### Minor Changes
|
|
1634
764
|
|
|
1635
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1636
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1637
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1638
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1639
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1640
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1641
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1642
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1643
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1644
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1645
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1646
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1647
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1648
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1649
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1650
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1651
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1652
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1653
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1654
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1655
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1656
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1657
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1658
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1659
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1660
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1661
|
-
|
|
1662
|
-
### Patch Changes
|
|
1663
|
-
|
|
1664
|
-
- Updated dependencies [c416d18]
|
|
1665
|
-
- Updated dependencies [572d2e84]
|
|
1666
|
-
- Updated dependencies [5dfeea0]
|
|
1667
|
-
- Updated dependencies [0e25399]
|
|
1668
|
-
- Updated dependencies [a4c8d6a9]
|
|
1669
|
-
- Updated dependencies [fda5b927]
|
|
1670
|
-
- Updated dependencies [2d9b2b2c]
|
|
1671
|
-
- Updated dependencies [c53ea3e6]
|
|
1672
|
-
- Updated dependencies [714e0b46]
|
|
1673
|
-
- Updated dependencies [6c25f66]
|
|
1674
|
-
- Updated dependencies [bc2b4117]
|
|
1675
|
-
- Updated dependencies [3bf2dd9]
|
|
1676
|
-
- Updated dependencies [e9541a13]
|
|
1677
|
-
- Updated dependencies [c53ef7b9]
|
|
1678
|
-
- Updated dependencies [2e6104d]
|
|
1679
|
-
- Updated dependencies [64699d3f]
|
|
1680
|
-
- Updated dependencies [0d3a913e]
|
|
1681
|
-
- Updated dependencies [7b05522]
|
|
1682
|
-
- Updated dependencies [d6edb1d]
|
|
1683
|
-
- Updated dependencies [d3474c64]
|
|
1684
|
-
- Updated dependencies [17f87524]
|
|
1685
|
-
- Updated dependencies [29ead87]
|
|
1686
|
-
- Updated dependencies [c45b62c]
|
|
1687
|
-
- Updated dependencies [91265bba]
|
|
1688
|
-
- Updated dependencies [bbe18b9f]
|
|
1689
|
-
- Updated dependencies [d4099960]
|
|
1690
|
-
- Updated dependencies [4920742]
|
|
1691
|
-
- Updated dependencies [12a873e]
|
|
1692
|
-
- Updated dependencies [7e56d6b]
|
|
1693
|
-
- Updated dependencies [94b69285]
|
|
1694
|
-
- Updated dependencies [98bb8dcd]
|
|
1695
|
-
- Updated dependencies [dcc8a150]
|
|
1696
|
-
- Updated dependencies [8f47cca]
|
|
1697
|
-
- Updated dependencies [fad27689]
|
|
1698
|
-
- Updated dependencies [dff0d595]
|
|
1699
|
-
- Updated dependencies [fdd0b41]
|
|
1700
|
-
- Updated dependencies [f2c325c]
|
|
1701
|
-
- Updated dependencies [9e25a64]
|
|
1702
|
-
- Updated dependencies [beb499e6]
|
|
1703
|
-
- Updated dependencies [f2c92d5c]
|
|
1704
|
-
- Updated dependencies [7bd3d992]
|
|
1705
|
-
- Updated dependencies [f3d076b]
|
|
1706
|
-
- Updated dependencies [f046f8e0]
|
|
1707
|
-
- Updated dependencies [49eeebf]
|
|
1708
|
-
- Updated dependencies [86d25315]
|
|
1709
|
-
- Updated dependencies [3f9b8d7e]
|
|
1710
|
-
- @akinon/next@1.56.0-rc.8
|
|
1711
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
1712
|
-
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
1713
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
1714
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
1715
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
1716
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
1717
|
-
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
1718
|
-
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
1719
|
-
- @akinon/pz-akifast@1.56.0-rc.8
|
|
1720
|
-
- @akinon/pz-gpay@1.56.0-rc.8
|
|
1721
|
-
- @akinon/pz-b2b@1.56.0-rc.8
|
|
1722
|
-
- @akinon/pz-bkm@1.56.0-rc.8
|
|
1723
|
-
- @akinon/pz-otp@1.56.0-rc.8
|
|
1724
|
-
|
|
1725
|
-
## 1.56.0-rc.7
|
|
1726
|
-
|
|
1727
|
-
### Patch Changes
|
|
1728
|
-
|
|
1729
|
-
- Updated dependencies [0e25399]
|
|
1730
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
1731
|
-
- @akinon/next@1.56.0-rc.7
|
|
1732
|
-
- @akinon/pz-akifast@1.56.0-rc.7
|
|
1733
|
-
- @akinon/pz-b2b@1.56.0-rc.7
|
|
1734
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
1735
|
-
- @akinon/pz-bkm@1.56.0-rc.7
|
|
1736
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
1737
|
-
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
1738
|
-
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
1739
|
-
- @akinon/pz-gpay@1.56.0-rc.7
|
|
1740
|
-
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
1741
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
1742
|
-
- @akinon/pz-otp@1.56.0-rc.7
|
|
1743
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
1744
|
-
|
|
1745
|
-
## 1.56.0-rc.6
|
|
1746
|
-
|
|
1747
|
-
### Minor Changes
|
|
1748
|
-
|
|
1749
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1750
|
-
|
|
1751
|
-
### Patch Changes
|
|
1752
|
-
|
|
1753
|
-
- Updated dependencies [f3d076b]
|
|
1754
|
-
- @akinon/next@1.56.0-rc.6
|
|
1755
|
-
- @akinon/pz-akifast@1.56.0-rc.6
|
|
1756
|
-
- @akinon/pz-b2b@1.56.0-rc.6
|
|
1757
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
1758
|
-
- @akinon/pz-bkm@1.56.0-rc.6
|
|
1759
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
1760
|
-
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
1761
|
-
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
1762
|
-
- @akinon/pz-gpay@1.56.0-rc.6
|
|
1763
|
-
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
1764
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
1765
|
-
- @akinon/pz-otp@1.56.0-rc.6
|
|
1766
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
1767
|
-
|
|
1768
|
-
## 1.56.0-rc.5
|
|
1769
|
-
|
|
1770
|
-
### Patch Changes
|
|
1771
|
-
|
|
1772
|
-
- Updated dependencies [c416d18]
|
|
1773
|
-
- @akinon/next@1.56.0-rc.5
|
|
1774
|
-
- @akinon/pz-akifast@1.56.0-rc.5
|
|
1775
|
-
- @akinon/pz-b2b@1.56.0-rc.5
|
|
1776
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
1777
|
-
- @akinon/pz-bkm@1.56.0-rc.5
|
|
1778
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
1779
|
-
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
1780
|
-
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
1781
|
-
- @akinon/pz-gpay@1.56.0-rc.5
|
|
1782
|
-
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
1783
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
1784
|
-
- @akinon/pz-otp@1.56.0-rc.5
|
|
1785
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
1786
|
-
|
|
1787
|
-
## 1.56.0-rc.4
|
|
1788
|
-
|
|
1789
|
-
### Minor Changes
|
|
1790
|
-
|
|
1791
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1792
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1793
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1794
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1795
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1796
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1797
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1798
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1799
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1800
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1801
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1802
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1803
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1804
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1805
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1806
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1807
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1808
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1809
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1810
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1811
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1812
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1813
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1814
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1815
765
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
1816
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1817
766
|
|
|
1818
767
|
### Patch Changes
|
|
1819
768
|
|
|
1820
|
-
- Updated dependencies [572d2e84]
|
|
1821
|
-
- Updated dependencies [5dfeea0]
|
|
1822
|
-
- Updated dependencies [a4c8d6a9]
|
|
1823
|
-
- Updated dependencies [fda5b927]
|
|
1824
|
-
- Updated dependencies [2d9b2b2c]
|
|
1825
|
-
- Updated dependencies [c53ea3e6]
|
|
1826
769
|
- Updated dependencies [d93a507]
|
|
1827
|
-
- Updated dependencies [714e0b46]
|
|
1828
|
-
- Updated dependencies [6c25f66]
|
|
1829
|
-
- Updated dependencies [bc2b411]
|
|
1830
|
-
- Updated dependencies [3bf2dd9]
|
|
1831
|
-
- Updated dependencies [e9541a13]
|
|
1832
|
-
- Updated dependencies [c53ef7b9]
|
|
1833
|
-
- Updated dependencies [2e6104d]
|
|
1834
|
-
- Updated dependencies [64699d3]
|
|
1835
|
-
- Updated dependencies [0d3a913e]
|
|
1836
|
-
- Updated dependencies [7b05522]
|
|
1837
|
-
- Updated dependencies [d6edb1d]
|
|
1838
|
-
- Updated dependencies [d3474c64]
|
|
1839
|
-
- Updated dependencies [17f8752]
|
|
1840
|
-
- Updated dependencies [29ead87]
|
|
1841
|
-
- Updated dependencies [c45b62c]
|
|
1842
|
-
- Updated dependencies [91265bba]
|
|
1843
|
-
- Updated dependencies [bbe18b9f]
|
|
1844
|
-
- Updated dependencies [d4099960]
|
|
1845
|
-
- Updated dependencies [4920742]
|
|
1846
|
-
- Updated dependencies [12a873e]
|
|
1847
770
|
- Updated dependencies [674badc]
|
|
1848
|
-
- Updated dependencies [7e56d6b]
|
|
1849
|
-
- Updated dependencies [94b69285]
|
|
1850
|
-
- Updated dependencies [98bb8dcd]
|
|
1851
771
|
- Updated dependencies [207ac6e]
|
|
1852
|
-
- Updated dependencies [dcc8a150]
|
|
1853
|
-
- Updated dependencies [8f47cca]
|
|
1854
|
-
- Updated dependencies [fad27689]
|
|
1855
|
-
- Updated dependencies [dff0d595]
|
|
1856
|
-
- Updated dependencies [fdd0b41]
|
|
1857
|
-
- Updated dependencies [f2c325c]
|
|
1858
|
-
- Updated dependencies [9e25a64]
|
|
1859
|
-
- Updated dependencies [beb499e6]
|
|
1860
|
-
- Updated dependencies [f2c92d5c]
|
|
1861
|
-
- Updated dependencies [7bd3d99]
|
|
1862
|
-
- Updated dependencies [f046f8e0]
|
|
1863
772
|
- Updated dependencies [b9273fd]
|
|
1864
|
-
- Updated dependencies [49eeebf]
|
|
1865
|
-
- Updated dependencies [86d25315]
|
|
1866
773
|
- Updated dependencies [c670bd4]
|
|
1867
|
-
-
|
|
1868
|
-
- @akinon/
|
|
1869
|
-
- @akinon/pz-
|
|
1870
|
-
- @akinon/pz-
|
|
1871
|
-
- @akinon/pz-
|
|
1872
|
-
- @akinon/pz-
|
|
1873
|
-
- @akinon/pz-
|
|
1874
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
1875
|
-
- @akinon/pz-
|
|
1876
|
-
- @akinon/pz-
|
|
1877
|
-
- @akinon/pz-
|
|
1878
|
-
- @akinon/pz-
|
|
1879
|
-
- @akinon/pz-
|
|
1880
|
-
- @akinon/pz-otp@1.56.0-rc.4
|
|
1881
|
-
|
|
1882
|
-
## 1.56.0-rc.3
|
|
1883
|
-
|
|
1884
|
-
### Patch Changes
|
|
1885
|
-
|
|
1886
|
-
- Updated dependencies [674badc]
|
|
1887
|
-
- @akinon/next@1.56.0-rc.3
|
|
1888
|
-
- @akinon/pz-akifast@1.56.0-rc.3
|
|
1889
|
-
- @akinon/pz-b2b@1.56.0-rc.3
|
|
1890
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
1891
|
-
- @akinon/pz-bkm@1.56.0-rc.3
|
|
1892
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
1893
|
-
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
1894
|
-
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
1895
|
-
- @akinon/pz-gpay@1.56.0-rc.3
|
|
1896
|
-
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
1897
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
1898
|
-
- @akinon/pz-otp@1.56.0-rc.3
|
|
1899
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
1900
|
-
|
|
1901
|
-
## 1.56.0-rc.2
|
|
1902
|
-
|
|
1903
|
-
### Patch Changes
|
|
1904
|
-
|
|
1905
|
-
- Updated dependencies [7b05522]
|
|
1906
|
-
- Updated dependencies [29ead87]
|
|
1907
|
-
- @akinon/next@1.56.0-rc.2
|
|
1908
|
-
- @akinon/pz-otp@1.56.0-rc.2
|
|
1909
|
-
- @akinon/pz-akifast@1.56.0-rc.2
|
|
1910
|
-
- @akinon/pz-b2b@1.56.0-rc.2
|
|
1911
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
1912
|
-
- @akinon/pz-bkm@1.56.0-rc.2
|
|
1913
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
1914
|
-
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
1915
|
-
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
1916
|
-
- @akinon/pz-gpay@1.56.0-rc.2
|
|
1917
|
-
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
1918
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
1919
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
1920
|
-
|
|
1921
|
-
## 1.56.0-rc.1
|
|
1922
|
-
|
|
1923
|
-
### Patch Changes
|
|
1924
|
-
|
|
1925
|
-
- Updated dependencies [207ac6e]
|
|
1926
|
-
- @akinon/next@1.56.0-rc.1
|
|
1927
|
-
- @akinon/pz-akifast@1.56.0-rc.1
|
|
1928
|
-
- @akinon/pz-b2b@1.56.0-rc.1
|
|
1929
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
1930
|
-
- @akinon/pz-bkm@1.56.0-rc.1
|
|
1931
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
1932
|
-
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
1933
|
-
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
1934
|
-
- @akinon/pz-gpay@1.56.0-rc.1
|
|
1935
|
-
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
1936
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
1937
|
-
- @akinon/pz-otp@1.56.0-rc.1
|
|
1938
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
1939
|
-
|
|
1940
|
-
## 1.56.0-rc.0
|
|
1941
|
-
|
|
1942
|
-
### Minor Changes
|
|
1943
|
-
|
|
1944
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1945
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1946
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1947
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1948
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1949
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1950
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1951
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1952
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1953
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1954
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1955
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1956
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1957
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1958
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1959
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1960
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1961
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1962
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1963
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1964
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1965
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1966
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1967
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1968
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1969
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1970
|
-
|
|
1971
|
-
### Patch Changes
|
|
1972
|
-
|
|
1973
|
-
- Updated dependencies [572d2e84]
|
|
1974
|
-
- Updated dependencies [5dfeea0]
|
|
1975
|
-
- Updated dependencies [a4c8d6a9]
|
|
1976
|
-
- Updated dependencies [fda5b927]
|
|
1977
|
-
- Updated dependencies [2d9b2b2c]
|
|
1978
|
-
- Updated dependencies [c53ea3e6]
|
|
1979
|
-
- Updated dependencies [d93a507]
|
|
1980
|
-
- Updated dependencies [714e0b46]
|
|
1981
|
-
- Updated dependencies [6c25f666]
|
|
1982
|
-
- Updated dependencies [bc2b4117]
|
|
1983
|
-
- Updated dependencies [3bf2dd94]
|
|
1984
|
-
- Updated dependencies [e9541a13]
|
|
1985
|
-
- Updated dependencies [c53ef7b9]
|
|
1986
|
-
- Updated dependencies [2e6104d]
|
|
1987
|
-
- Updated dependencies [64699d3f]
|
|
1988
|
-
- Updated dependencies [0d3a913e]
|
|
1989
|
-
- Updated dependencies [d6edb1d0]
|
|
1990
|
-
- Updated dependencies [d3474c64]
|
|
1991
|
-
- Updated dependencies [17f87524]
|
|
1992
|
-
- Updated dependencies [c45b62c9]
|
|
1993
|
-
- Updated dependencies [91265bba]
|
|
1994
|
-
- Updated dependencies [bbe18b9f]
|
|
1995
|
-
- Updated dependencies [d4099960]
|
|
1996
|
-
- Updated dependencies [4920742c]
|
|
1997
|
-
- Updated dependencies [12a873e]
|
|
1998
|
-
- Updated dependencies [7e56d6b6]
|
|
1999
|
-
- Updated dependencies [94b69285]
|
|
2000
|
-
- Updated dependencies [98bb8dcd]
|
|
2001
|
-
- Updated dependencies [dcc8a150]
|
|
2002
|
-
- Updated dependencies [8f47ccae]
|
|
2003
|
-
- Updated dependencies [fad27689]
|
|
2004
|
-
- Updated dependencies [dff0d595]
|
|
2005
|
-
- Updated dependencies [fdd0b41]
|
|
2006
|
-
- Updated dependencies [f2c325c1]
|
|
2007
|
-
- Updated dependencies [9e25a64b]
|
|
2008
|
-
- Updated dependencies [beb499e6]
|
|
2009
|
-
- Updated dependencies [f2c92d5c]
|
|
2010
|
-
- Updated dependencies [7bd3d992]
|
|
2011
|
-
- Updated dependencies [f046f8e0]
|
|
2012
|
-
- Updated dependencies [b9273fd3]
|
|
2013
|
-
- Updated dependencies [49eeebf]
|
|
2014
|
-
- Updated dependencies [86d25315]
|
|
2015
|
-
- Updated dependencies [c670bd48]
|
|
2016
|
-
- Updated dependencies [3f9b8d7e]
|
|
2017
|
-
- @akinon/next@1.56.0-rc.0
|
|
2018
|
-
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
2019
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
2020
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
2021
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
2022
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
2023
|
-
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
2024
|
-
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
2025
|
-
- @akinon/pz-akifast@1.56.0-rc.0
|
|
2026
|
-
- @akinon/pz-gpay@1.56.0-rc.0
|
|
2027
|
-
- @akinon/pz-b2b@1.56.0-rc.0
|
|
2028
|
-
- @akinon/pz-bkm@1.56.0-rc.0
|
|
2029
|
-
- @akinon/pz-otp@1.56.0-rc.0
|
|
774
|
+
- @akinon/next@1.56.0
|
|
775
|
+
- @akinon/pz-akifast@1.56.0
|
|
776
|
+
- @akinon/pz-b2b@1.56.0
|
|
777
|
+
- @akinon/pz-basket-gift-pack@1.56.0
|
|
778
|
+
- @akinon/pz-bkm@1.56.0
|
|
779
|
+
- @akinon/pz-checkout-gift-pack@1.56.0
|
|
780
|
+
- @akinon/pz-click-collect@1.56.0
|
|
781
|
+
- @akinon/pz-credit-payment@1.56.0
|
|
782
|
+
- @akinon/pz-gpay@1.56.0
|
|
783
|
+
- @akinon/pz-masterpass@1.56.0
|
|
784
|
+
- @akinon/pz-one-click-checkout@1.56.0
|
|
785
|
+
- @akinon/pz-otp@1.56.0
|
|
786
|
+
- @akinon/pz-pay-on-delivery@1.56.0
|
|
2030
787
|
|
|
2031
788
|
## 1.55.0
|
|
2032
789
|
|
|
@@ -2169,220 +926,20 @@
|
|
|
2169
926
|
|
|
2170
927
|
### Patch Changes
|
|
2171
928
|
|
|
2172
|
-
- Updated dependencies [90282b53]
|
|
2173
|
-
- Updated dependencies [50b90692]
|
|
2174
|
-
- Updated dependencies [572d2e84]
|
|
2175
|
-
- Updated dependencies [5dfeea0]
|
|
2176
|
-
- Updated dependencies [a4c8d6a9]
|
|
2177
|
-
- Updated dependencies [fda5b927]
|
|
2178
|
-
- Updated dependencies [2d9b2b2]
|
|
2179
|
-
- Updated dependencies [c53ea3e6]
|
|
2180
|
-
- Updated dependencies [d93a507]
|
|
2181
|
-
- Updated dependencies [8d9ac9a]
|
|
2182
|
-
- Updated dependencies [18e8197]
|
|
2183
|
-
- Updated dependencies [714e0b46]
|
|
2184
|
-
- Updated dependencies [70279e7]
|
|
2185
|
-
- Updated dependencies [6c25f66]
|
|
2186
|
-
- Updated dependencies [bc2b411]
|
|
2187
|
-
- Updated dependencies [3bf2dd9]
|
|
2188
|
-
- Updated dependencies [e9541a1]
|
|
2189
|
-
- Updated dependencies [c53ef7b9]
|
|
2190
|
-
- Updated dependencies [9d94f7e]
|
|
2191
|
-
- Updated dependencies [2e6104d]
|
|
2192
|
-
- Updated dependencies [64699d3]
|
|
2193
|
-
- Updated dependencies [0d3a913e]
|
|
2194
|
-
- Updated dependencies [1448a96e]
|
|
2195
|
-
- Updated dependencies [1ec2e9d]
|
|
2196
|
-
- Updated dependencies [d6edb1d]
|
|
2197
|
-
- Updated dependencies [d3474c64]
|
|
2198
|
-
- Updated dependencies [75080fd6]
|
|
2199
|
-
- Updated dependencies [17f8752]
|
|
2200
|
-
- Updated dependencies [c45b62c]
|
|
2201
|
-
- Updated dependencies [91265bba]
|
|
2202
|
-
- Updated dependencies [bbe18b9f]
|
|
2203
|
-
- Updated dependencies [d4099960]
|
|
2204
|
-
- Updated dependencies [4920742]
|
|
2205
|
-
- Updated dependencies [12a873e]
|
|
2206
|
-
- Updated dependencies [69ca0801]
|
|
2207
|
-
- Updated dependencies [7e56d6b]
|
|
2208
|
-
- Updated dependencies [94b6928]
|
|
2209
|
-
- Updated dependencies [98bb8dcd]
|
|
2210
|
-
- Updated dependencies [46b7aad7]
|
|
2211
|
-
- Updated dependencies [dcc8a150]
|
|
2212
|
-
- Updated dependencies [8f47cca]
|
|
2213
|
-
- Updated dependencies [fad27689]
|
|
2214
|
-
- Updated dependencies [dff0d595]
|
|
2215
|
-
- Updated dependencies [fdd0b41]
|
|
2216
|
-
- Updated dependencies [eecb282]
|
|
2217
|
-
- Updated dependencies [f2c325c]
|
|
2218
|
-
- Updated dependencies [9e25a64]
|
|
2219
|
-
- Updated dependencies [beb499e6]
|
|
2220
|
-
- Updated dependencies [146ea391]
|
|
2221
|
-
- Updated dependencies [f2c92d5]
|
|
2222
|
-
- Updated dependencies [7bd3d99]
|
|
2223
|
-
- Updated dependencies [c47be30d]
|
|
2224
|
-
- Updated dependencies [e9a46acb]
|
|
2225
|
-
- Updated dependencies [f046f8e0]
|
|
2226
|
-
- Updated dependencies [b9273fd]
|
|
2227
|
-
- Updated dependencies [49eeebf]
|
|
2228
|
-
- Updated dependencies [86d25315]
|
|
2229
|
-
- Updated dependencies [c670bd4]
|
|
2230
|
-
- Updated dependencies [3f9b8d7]
|
|
2231
|
-
- Updated dependencies [3d35f70]
|
|
2232
|
-
- @akinon/next@1.50.0-rc.2
|
|
2233
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
2234
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
2235
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
2236
|
-
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
2237
|
-
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
2238
|
-
- @akinon/pz-akifast@1.50.0-rc.2
|
|
2239
|
-
- @akinon/pz-gpay@1.50.0-rc.2
|
|
2240
|
-
- @akinon/pz-b2b@1.50.0-rc.2
|
|
2241
|
-
- @akinon/pz-bkm@1.50.0-rc.2
|
|
2242
|
-
- @akinon/pz-otp@1.50.0-rc.2
|
|
2243
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
2244
|
-
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
2245
|
-
|
|
2246
|
-
## 1.50.0-rc.1
|
|
2247
|
-
|
|
2248
|
-
### Patch Changes
|
|
2249
|
-
|
|
2250
|
-
- Updated dependencies [49eeebf]
|
|
2251
|
-
- @akinon/next@1.50.0-rc.1
|
|
2252
|
-
- @akinon/pz-akifast@1.50.0-rc.1
|
|
2253
|
-
- @akinon/pz-b2b@1.50.0-rc.1
|
|
2254
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
2255
|
-
- @akinon/pz-bkm@1.50.0-rc.1
|
|
2256
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
2257
|
-
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
2258
|
-
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
2259
|
-
- @akinon/pz-gpay@1.50.0-rc.1
|
|
2260
|
-
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
2261
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
2262
|
-
- @akinon/pz-otp@1.50.0-rc.1
|
|
2263
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
2264
|
-
|
|
2265
|
-
## 1.50.0-rc.0
|
|
2266
|
-
|
|
2267
|
-
### Minor Changes
|
|
2268
|
-
|
|
2269
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2270
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2271
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2272
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2273
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2274
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2275
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2276
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2277
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2278
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2279
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2280
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2281
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2282
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2283
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2284
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2285
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2286
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2287
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2288
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2289
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2290
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2291
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2292
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2293
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2294
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2295
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2296
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2297
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2298
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2299
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2300
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2301
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2302
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2303
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2304
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2305
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2306
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2307
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2308
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2309
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2310
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2311
|
-
|
|
2312
|
-
### Patch Changes
|
|
2313
|
-
|
|
2314
|
-
- Updated dependencies [90282b53]
|
|
2315
|
-
- Updated dependencies [50b90692]
|
|
2316
|
-
- Updated dependencies [572d2e84]
|
|
2317
|
-
- Updated dependencies [5dfeea0]
|
|
2318
|
-
- Updated dependencies [a4c8d6a9]
|
|
2319
|
-
- Updated dependencies [fda5b927]
|
|
2320
|
-
- Updated dependencies [2d9b2b2]
|
|
2321
|
-
- Updated dependencies [c53ea3e6]
|
|
2322
|
-
- Updated dependencies [d93a507]
|
|
2323
|
-
- Updated dependencies [8d9ac9a]
|
|
2324
|
-
- Updated dependencies [18e8197]
|
|
2325
929
|
- Updated dependencies [eaf97d6]
|
|
2326
|
-
-
|
|
2327
|
-
-
|
|
2328
|
-
-
|
|
2329
|
-
-
|
|
2330
|
-
-
|
|
2331
|
-
-
|
|
2332
|
-
-
|
|
2333
|
-
-
|
|
2334
|
-
-
|
|
2335
|
-
-
|
|
2336
|
-
-
|
|
2337
|
-
-
|
|
2338
|
-
-
|
|
2339
|
-
- Updated dependencies [d6edb1d]
|
|
2340
|
-
- Updated dependencies [d3474c64]
|
|
2341
|
-
- Updated dependencies [75080fd6]
|
|
2342
|
-
- Updated dependencies [17f8752]
|
|
2343
|
-
- Updated dependencies [c45b62c]
|
|
2344
|
-
- Updated dependencies [91265bba]
|
|
2345
|
-
- Updated dependencies [bbe18b9f]
|
|
2346
|
-
- Updated dependencies [d4099960]
|
|
2347
|
-
- Updated dependencies [4920742]
|
|
2348
|
-
- Updated dependencies [12a873e]
|
|
2349
|
-
- Updated dependencies [69ca080]
|
|
2350
|
-
- Updated dependencies [7e56d6b]
|
|
2351
|
-
- Updated dependencies [94b6928]
|
|
2352
|
-
- Updated dependencies [98bb8dcd]
|
|
2353
|
-
- Updated dependencies [46b7aad7]
|
|
2354
|
-
- Updated dependencies [dcc8a150]
|
|
2355
|
-
- Updated dependencies [8f47cca]
|
|
2356
|
-
- Updated dependencies [fad27689]
|
|
2357
|
-
- Updated dependencies [dff0d595]
|
|
2358
|
-
- Updated dependencies [fdd0b41]
|
|
2359
|
-
- Updated dependencies [eecb282]
|
|
2360
|
-
- Updated dependencies [f2c325c]
|
|
2361
|
-
- Updated dependencies [9e25a64]
|
|
2362
|
-
- Updated dependencies [beb499e6]
|
|
2363
|
-
- Updated dependencies [146ea391]
|
|
2364
|
-
- Updated dependencies [f2c92d5]
|
|
2365
|
-
- Updated dependencies [7bd3d99]
|
|
2366
|
-
- Updated dependencies [c47be30d]
|
|
2367
|
-
- Updated dependencies [e9a46acb]
|
|
2368
|
-
- Updated dependencies [f046f8e0]
|
|
2369
|
-
- Updated dependencies [b9273fd]
|
|
2370
|
-
- Updated dependencies [86d25315]
|
|
2371
|
-
- Updated dependencies [c670bd4]
|
|
2372
|
-
- Updated dependencies [3f9b8d7]
|
|
2373
|
-
- @akinon/next@1.50.0-rc.0
|
|
2374
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
2375
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
2376
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
2377
|
-
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
2378
|
-
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
2379
|
-
- @akinon/pz-akifast@1.50.0-rc.0
|
|
2380
|
-
- @akinon/pz-gpay@1.50.0-rc.0
|
|
2381
|
-
- @akinon/pz-b2b@1.50.0-rc.0
|
|
2382
|
-
- @akinon/pz-bkm@1.50.0-rc.0
|
|
2383
|
-
- @akinon/pz-otp@1.50.0-rc.0
|
|
2384
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
2385
|
-
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
930
|
+
- @akinon/next@1.50.0
|
|
931
|
+
- @akinon/pz-akifast@1.50.0
|
|
932
|
+
- @akinon/pz-b2b@1.50.0
|
|
933
|
+
- @akinon/pz-basket-gift-pack@1.50.0
|
|
934
|
+
- @akinon/pz-bkm@1.50.0
|
|
935
|
+
- @akinon/pz-checkout-gift-pack@1.50.0
|
|
936
|
+
- @akinon/pz-click-collect@1.50.0
|
|
937
|
+
- @akinon/pz-credit-payment@1.50.0
|
|
938
|
+
- @akinon/pz-gpay@1.50.0
|
|
939
|
+
- @akinon/pz-masterpass@1.50.0
|
|
940
|
+
- @akinon/pz-one-click-checkout@1.50.0
|
|
941
|
+
- @akinon/pz-otp@1.50.0
|
|
942
|
+
- @akinon/pz-pay-on-delivery@1.50.0
|
|
2386
943
|
|
|
2387
944
|
## 1.49.0
|
|
2388
945
|
|
|
@@ -2410,480 +967,23 @@
|
|
|
2410
967
|
|
|
2411
968
|
### Minor Changes
|
|
2412
969
|
|
|
2413
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2414
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2415
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2416
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2417
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2418
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2419
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2420
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2421
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2422
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2423
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2424
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2425
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2426
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2427
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2428
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2429
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2430
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2431
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2432
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2433
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2434
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2435
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2436
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2437
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2438
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2439
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2440
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2441
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2442
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2443
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2444
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2445
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2446
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2447
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2448
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2449
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2450
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2451
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2452
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2453
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2454
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2455
|
-
|
|
2456
|
-
### Patch Changes
|
|
2457
|
-
|
|
2458
|
-
- Updated dependencies [90282b53]
|
|
2459
|
-
- Updated dependencies [50b9069]
|
|
2460
|
-
- Updated dependencies [572d2e84]
|
|
2461
|
-
- Updated dependencies [5dfeea0]
|
|
2462
|
-
- Updated dependencies [a4c8d6a9]
|
|
2463
|
-
- Updated dependencies [fda5b927]
|
|
2464
|
-
- Updated dependencies [2d9b2b2]
|
|
2465
|
-
- Updated dependencies [c53ea3e6]
|
|
2466
|
-
- Updated dependencies [d93a507]
|
|
2467
|
-
- Updated dependencies [8d9ac9a]
|
|
2468
|
-
- Updated dependencies [18e8197]
|
|
2469
|
-
- Updated dependencies [714e0b46]
|
|
2470
|
-
- Updated dependencies [70279e7]
|
|
2471
|
-
- Updated dependencies [6c25f66]
|
|
2472
|
-
- Updated dependencies [bc2b411]
|
|
2473
|
-
- Updated dependencies [3bf2dd9]
|
|
2474
|
-
- Updated dependencies [e9541a1]
|
|
2475
|
-
- Updated dependencies [c53ef7b9]
|
|
2476
|
-
- Updated dependencies [9d94f7e]
|
|
2477
|
-
- Updated dependencies [2e6104d]
|
|
2478
|
-
- Updated dependencies [64699d3]
|
|
2479
|
-
- Updated dependencies [0d3a913e]
|
|
2480
|
-
- Updated dependencies [1448a96e]
|
|
2481
|
-
- Updated dependencies [26b809f]
|
|
2482
|
-
- Updated dependencies [1ec2e9d]
|
|
2483
|
-
- Updated dependencies [d6edb1d]
|
|
2484
|
-
- Updated dependencies [d3474c64]
|
|
2485
|
-
- Updated dependencies [75080fd6]
|
|
2486
|
-
- Updated dependencies [17f8752]
|
|
2487
|
-
- Updated dependencies [c45b62c]
|
|
2488
|
-
- Updated dependencies [91265bba]
|
|
2489
|
-
- Updated dependencies [20da358]
|
|
2490
|
-
- Updated dependencies [bbe18b9f]
|
|
2491
|
-
- Updated dependencies [d409996]
|
|
2492
|
-
- Updated dependencies [4920742]
|
|
2493
|
-
- Updated dependencies [12a873e]
|
|
2494
|
-
- Updated dependencies [69ca080]
|
|
2495
|
-
- Updated dependencies [7e56d6b]
|
|
2496
|
-
- Updated dependencies [94b6928]
|
|
2497
|
-
- Updated dependencies [98bb8dcd]
|
|
2498
|
-
- Updated dependencies [46b7aad7]
|
|
2499
|
-
- Updated dependencies [dcc8a150]
|
|
2500
|
-
- Updated dependencies [8f47cca]
|
|
2501
|
-
- Updated dependencies [fad27689]
|
|
2502
|
-
- Updated dependencies [dff0d595]
|
|
2503
|
-
- Updated dependencies [fdd0b41]
|
|
2504
|
-
- Updated dependencies [eecb282]
|
|
2505
|
-
- Updated dependencies [f2c325c]
|
|
2506
|
-
- Updated dependencies [9e25a64]
|
|
2507
|
-
- Updated dependencies [beb499e6]
|
|
2508
|
-
- Updated dependencies [146ea391]
|
|
2509
|
-
- Updated dependencies [f2c92d5]
|
|
2510
|
-
- Updated dependencies [7bd3d99]
|
|
2511
|
-
- Updated dependencies [c47be30d]
|
|
2512
|
-
- Updated dependencies [e9a46acb]
|
|
2513
|
-
- Updated dependencies [f046f8e0]
|
|
2514
|
-
- Updated dependencies [04115e5]
|
|
2515
|
-
- Updated dependencies [b9273fd]
|
|
2516
|
-
- Updated dependencies [fa88889]
|
|
2517
|
-
- Updated dependencies [86d25315]
|
|
2518
|
-
- Updated dependencies [c670bd4]
|
|
2519
|
-
- Updated dependencies [3f9b8d7]
|
|
2520
|
-
- @akinon/next@1.48.0-rc.8
|
|
2521
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
2522
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
2523
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
2524
|
-
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
2525
|
-
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
2526
|
-
- @akinon/pz-akifast@1.48.0-rc.8
|
|
2527
|
-
- @akinon/pz-gpay@1.48.0-rc.8
|
|
2528
|
-
- @akinon/pz-b2b@1.48.0-rc.8
|
|
2529
|
-
- @akinon/pz-bkm@1.48.0-rc.8
|
|
2530
|
-
- @akinon/pz-otp@1.48.0-rc.8
|
|
2531
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
2532
|
-
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
2533
|
-
|
|
2534
|
-
## 1.48.0-rc.7
|
|
2535
|
-
|
|
2536
|
-
### Patch Changes
|
|
2537
|
-
|
|
2538
|
-
- Updated dependencies [26b809f]
|
|
2539
|
-
- @akinon/next@1.48.0-rc.7
|
|
2540
|
-
- @akinon/pz-akifast@1.48.0-rc.7
|
|
2541
|
-
- @akinon/pz-b2b@1.48.0-rc.7
|
|
2542
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
2543
|
-
- @akinon/pz-bkm@1.48.0-rc.7
|
|
2544
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
2545
|
-
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
2546
|
-
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
2547
|
-
- @akinon/pz-gpay@1.48.0-rc.7
|
|
2548
|
-
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
2549
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
2550
|
-
- @akinon/pz-otp@1.48.0-rc.7
|
|
2551
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
2552
|
-
|
|
2553
|
-
## 1.48.0-rc.6
|
|
2554
|
-
|
|
2555
|
-
### Patch Changes
|
|
2556
|
-
|
|
2557
|
-
- Updated dependencies [04115e5]
|
|
2558
|
-
- @akinon/next@1.48.0-rc.6
|
|
2559
|
-
- @akinon/pz-akifast@1.48.0-rc.6
|
|
2560
|
-
- @akinon/pz-b2b@1.48.0-rc.6
|
|
2561
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
2562
|
-
- @akinon/pz-bkm@1.48.0-rc.6
|
|
2563
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
2564
|
-
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
2565
|
-
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
2566
|
-
- @akinon/pz-gpay@1.48.0-rc.6
|
|
2567
|
-
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
2568
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
2569
|
-
- @akinon/pz-otp@1.48.0-rc.6
|
|
2570
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
2571
|
-
|
|
2572
|
-
## 1.48.0-rc.5
|
|
2573
|
-
|
|
2574
|
-
### Patch Changes
|
|
2575
|
-
|
|
2576
|
-
- Updated dependencies [20da358]
|
|
2577
|
-
- @akinon/next@1.48.0-rc.5
|
|
2578
|
-
- @akinon/pz-akifast@1.48.0-rc.5
|
|
2579
|
-
- @akinon/pz-b2b@1.48.0-rc.5
|
|
2580
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
2581
|
-
- @akinon/pz-bkm@1.48.0-rc.5
|
|
2582
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
2583
|
-
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
2584
|
-
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
2585
|
-
- @akinon/pz-gpay@1.48.0-rc.5
|
|
2586
|
-
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
2587
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
2588
|
-
- @akinon/pz-otp@1.48.0-rc.5
|
|
2589
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
2590
|
-
|
|
2591
|
-
## 1.48.0-rc.4
|
|
2592
|
-
|
|
2593
|
-
### Patch Changes
|
|
2594
|
-
|
|
2595
|
-
- Updated dependencies [5dfeea0]
|
|
2596
|
-
- @akinon/next@1.48.0-rc.4
|
|
2597
|
-
- @akinon/pz-akifast@1.48.0-rc.4
|
|
2598
|
-
- @akinon/pz-b2b@1.48.0-rc.4
|
|
2599
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
2600
|
-
- @akinon/pz-bkm@1.48.0-rc.4
|
|
2601
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
2602
|
-
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
2603
|
-
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
2604
|
-
- @akinon/pz-gpay@1.48.0-rc.4
|
|
2605
|
-
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
2606
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
2607
|
-
- @akinon/pz-otp@1.48.0-rc.4
|
|
2608
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
2609
|
-
|
|
2610
|
-
## 1.48.0-rc.3
|
|
2611
|
-
|
|
2612
|
-
### Minor Changes
|
|
2613
|
-
|
|
2614
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2615
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2616
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2617
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2618
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2619
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2620
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2621
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2622
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2623
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2624
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2625
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2626
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2627
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2628
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2629
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2630
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2631
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2632
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2633
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2634
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2635
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2636
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2637
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2638
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2639
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2640
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2641
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2642
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2643
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2644
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2645
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2646
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2647
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2648
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2649
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2650
970
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
2651
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2652
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2653
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2654
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2655
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2656
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2657
|
-
|
|
2658
|
-
### Patch Changes
|
|
2659
|
-
|
|
2660
|
-
- Updated dependencies [90282b53]
|
|
2661
|
-
- Updated dependencies [50b9069]
|
|
2662
|
-
- Updated dependencies [572d2e84]
|
|
2663
|
-
- Updated dependencies [a4c8d6a9]
|
|
2664
|
-
- Updated dependencies [fda5b92]
|
|
2665
|
-
- Updated dependencies [2d9b2b2]
|
|
2666
|
-
- Updated dependencies [c53ea3e6]
|
|
2667
|
-
- Updated dependencies [d93a507]
|
|
2668
|
-
- Updated dependencies [8d9ac9a]
|
|
2669
|
-
- Updated dependencies [18e8197]
|
|
2670
|
-
- Updated dependencies [714e0b46]
|
|
2671
|
-
- Updated dependencies [70279e7]
|
|
2672
|
-
- Updated dependencies [6c25f66]
|
|
2673
|
-
- Updated dependencies [bc2b411]
|
|
2674
|
-
- Updated dependencies [3bf2dd9]
|
|
2675
|
-
- Updated dependencies [e9541a1]
|
|
2676
|
-
- Updated dependencies [c53ef7b9]
|
|
2677
|
-
- Updated dependencies [9d94f7e]
|
|
2678
|
-
- Updated dependencies [2e6104d]
|
|
2679
|
-
- Updated dependencies [64699d3]
|
|
2680
|
-
- Updated dependencies [0d3a913e]
|
|
2681
|
-
- Updated dependencies [1448a96e]
|
|
2682
|
-
- Updated dependencies [1ec2e9d]
|
|
2683
|
-
- Updated dependencies [d6edb1d]
|
|
2684
|
-
- Updated dependencies [d3474c64]
|
|
2685
|
-
- Updated dependencies [75080fd6]
|
|
2686
|
-
- Updated dependencies [17f8752]
|
|
2687
|
-
- Updated dependencies [c45b62c]
|
|
2688
|
-
- Updated dependencies [91265bba]
|
|
2689
|
-
- Updated dependencies [bbe18b9f]
|
|
2690
|
-
- Updated dependencies [d409996]
|
|
2691
|
-
- Updated dependencies [4920742]
|
|
2692
|
-
- Updated dependencies [12a873e]
|
|
2693
|
-
- Updated dependencies [69ca080]
|
|
2694
|
-
- Updated dependencies [7e56d6b]
|
|
2695
|
-
- Updated dependencies [94b6928]
|
|
2696
|
-
- Updated dependencies [98bb8dcd]
|
|
2697
|
-
- Updated dependencies [46b7aad]
|
|
2698
|
-
- Updated dependencies [dcc8a150]
|
|
2699
|
-
- Updated dependencies [8f47cca]
|
|
2700
|
-
- Updated dependencies [fad27689]
|
|
2701
|
-
- Updated dependencies [dff0d595]
|
|
2702
|
-
- Updated dependencies [fdd0b41]
|
|
2703
|
-
- Updated dependencies [eecb282]
|
|
2704
|
-
- Updated dependencies [f2c325c]
|
|
2705
|
-
- Updated dependencies [9e25a64]
|
|
2706
|
-
- Updated dependencies [beb499e6]
|
|
2707
|
-
- Updated dependencies [146ea39]
|
|
2708
|
-
- Updated dependencies [f2c92d5]
|
|
2709
|
-
- Updated dependencies [7bd3d99]
|
|
2710
|
-
- Updated dependencies [c47be30d]
|
|
2711
|
-
- Updated dependencies [e9a46acb]
|
|
2712
|
-
- Updated dependencies [f046f8e0]
|
|
2713
|
-
- Updated dependencies [b9273fd]
|
|
2714
|
-
- Updated dependencies [86d25315]
|
|
2715
|
-
- Updated dependencies [c670bd4]
|
|
2716
|
-
- Updated dependencies [3f9b8d7]
|
|
2717
|
-
- @akinon/next@1.48.0-rc.3
|
|
2718
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
2719
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
2720
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
2721
|
-
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
2722
|
-
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
2723
|
-
- @akinon/pz-akifast@1.48.0-rc.3
|
|
2724
|
-
- @akinon/pz-gpay@1.48.0-rc.3
|
|
2725
|
-
- @akinon/pz-b2b@1.48.0-rc.3
|
|
2726
|
-
- @akinon/pz-bkm@1.48.0-rc.3
|
|
2727
|
-
- @akinon/pz-otp@1.48.0-rc.3
|
|
2728
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
2729
|
-
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
2730
|
-
|
|
2731
|
-
## 1.48.0-rc.2
|
|
2732
|
-
|
|
2733
|
-
### Minor Changes
|
|
2734
|
-
|
|
2735
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2736
|
-
|
|
2737
|
-
### Patch Changes
|
|
2738
|
-
|
|
2739
|
-
- Updated dependencies [2e6104d]
|
|
2740
|
-
- @akinon/next@1.48.0-rc.2
|
|
2741
|
-
- @akinon/pz-akifast@1.48.0-rc.2
|
|
2742
|
-
- @akinon/pz-b2b@1.48.0-rc.2
|
|
2743
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
2744
|
-
- @akinon/pz-bkm@1.48.0-rc.2
|
|
2745
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
2746
|
-
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
2747
|
-
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
2748
|
-
- @akinon/pz-gpay@1.48.0-rc.2
|
|
2749
|
-
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
2750
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
2751
|
-
- @akinon/pz-otp@1.48.0-rc.2
|
|
2752
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
2753
|
-
|
|
2754
|
-
## 1.48.0-rc.1
|
|
2755
|
-
|
|
2756
|
-
### Patch Changes
|
|
2757
|
-
|
|
2758
|
-
- Updated dependencies [fdd0b41]
|
|
2759
|
-
- @akinon/next@1.48.0-rc.1
|
|
2760
|
-
- @akinon/pz-akifast@1.48.0-rc.1
|
|
2761
|
-
- @akinon/pz-b2b@1.48.0-rc.1
|
|
2762
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
2763
|
-
- @akinon/pz-bkm@1.48.0-rc.1
|
|
2764
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
2765
|
-
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
2766
|
-
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
2767
|
-
- @akinon/pz-gpay@1.48.0-rc.1
|
|
2768
|
-
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
2769
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
2770
|
-
- @akinon/pz-otp@1.48.0-rc.1
|
|
2771
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
2772
|
-
|
|
2773
|
-
## 1.48.0-rc.0
|
|
2774
|
-
|
|
2775
|
-
### Minor Changes
|
|
2776
|
-
|
|
2777
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2778
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2779
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2780
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2781
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2782
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2783
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2784
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2785
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2786
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2787
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2788
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2789
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2790
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2791
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2792
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2793
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2794
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2795
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2796
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2797
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2798
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2799
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2800
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2801
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2802
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2803
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2804
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2805
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2806
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2807
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2808
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2809
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2810
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2811
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2812
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2813
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2814
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2815
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2816
971
|
|
|
2817
972
|
### Patch Changes
|
|
2818
973
|
|
|
2819
|
-
-
|
|
2820
|
-
-
|
|
2821
|
-
-
|
|
2822
|
-
-
|
|
2823
|
-
-
|
|
2824
|
-
-
|
|
2825
|
-
-
|
|
2826
|
-
-
|
|
2827
|
-
-
|
|
2828
|
-
-
|
|
2829
|
-
-
|
|
2830
|
-
-
|
|
2831
|
-
-
|
|
2832
|
-
- Updated dependencies [bc2b411]
|
|
2833
|
-
- Updated dependencies [3bf2dd9]
|
|
2834
|
-
- Updated dependencies [e9541a1]
|
|
2835
|
-
- Updated dependencies [c53ef7b9]
|
|
2836
|
-
- Updated dependencies [9d94f7e]
|
|
2837
|
-
- Updated dependencies [64699d3]
|
|
2838
|
-
- Updated dependencies [0d3a913]
|
|
2839
|
-
- Updated dependencies [1448a96e]
|
|
2840
|
-
- Updated dependencies [1ec2e9d]
|
|
2841
|
-
- Updated dependencies [d6edb1d]
|
|
2842
|
-
- Updated dependencies [d3474c6]
|
|
2843
|
-
- Updated dependencies [75080fd6]
|
|
2844
|
-
- Updated dependencies [17f8752]
|
|
2845
|
-
- Updated dependencies [c45b62c]
|
|
2846
|
-
- Updated dependencies [91265bba]
|
|
2847
|
-
- Updated dependencies [bbe18b9f]
|
|
2848
|
-
- Updated dependencies [d409996]
|
|
2849
|
-
- Updated dependencies [4920742]
|
|
2850
|
-
- Updated dependencies [12a873e]
|
|
2851
|
-
- Updated dependencies [69ca080]
|
|
2852
|
-
- Updated dependencies [7e56d6b]
|
|
2853
|
-
- Updated dependencies [94b6928]
|
|
2854
|
-
- Updated dependencies [98bb8dc]
|
|
2855
|
-
- Updated dependencies [46b7aad]
|
|
2856
|
-
- Updated dependencies [dcc8a15]
|
|
2857
|
-
- Updated dependencies [8f47cca]
|
|
2858
|
-
- Updated dependencies [fad2768]
|
|
2859
|
-
- Updated dependencies [dff0d595]
|
|
2860
|
-
- Updated dependencies [eecb282]
|
|
2861
|
-
- Updated dependencies [f2c325c]
|
|
2862
|
-
- Updated dependencies [9e25a64]
|
|
2863
|
-
- Updated dependencies [beb499e6]
|
|
2864
|
-
- Updated dependencies [146ea39]
|
|
2865
|
-
- Updated dependencies [f2c92d5]
|
|
2866
|
-
- Updated dependencies [7bd3d99]
|
|
2867
|
-
- Updated dependencies [c47be30]
|
|
2868
|
-
- Updated dependencies [e9a46ac]
|
|
2869
|
-
- Updated dependencies [f046f8e0]
|
|
2870
|
-
- Updated dependencies [b9273fd]
|
|
2871
|
-
- Updated dependencies [86d2531]
|
|
2872
|
-
- Updated dependencies [c670bd4]
|
|
2873
|
-
- Updated dependencies [3f9b8d7]
|
|
2874
|
-
- @akinon/next@1.48.0-rc.0
|
|
2875
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
2876
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
2877
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
2878
|
-
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
2879
|
-
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
2880
|
-
- @akinon/pz-akifast@1.48.0-rc.0
|
|
2881
|
-
- @akinon/pz-gpay@1.48.0-rc.0
|
|
2882
|
-
- @akinon/pz-b2b@1.48.0-rc.0
|
|
2883
|
-
- @akinon/pz-bkm@1.48.0-rc.0
|
|
2884
|
-
- @akinon/pz-otp@1.48.0-rc.0
|
|
2885
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
2886
|
-
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
974
|
+
- @akinon/next@1.48.0
|
|
975
|
+
- @akinon/pz-akifast@1.48.0
|
|
976
|
+
- @akinon/pz-b2b@1.48.0
|
|
977
|
+
- @akinon/pz-basket-gift-pack@1.48.0
|
|
978
|
+
- @akinon/pz-bkm@1.48.0
|
|
979
|
+
- @akinon/pz-checkout-gift-pack@1.48.0
|
|
980
|
+
- @akinon/pz-click-collect@1.48.0
|
|
981
|
+
- @akinon/pz-credit-payment@1.48.0
|
|
982
|
+
- @akinon/pz-gpay@1.48.0
|
|
983
|
+
- @akinon/pz-masterpass@1.48.0
|
|
984
|
+
- @akinon/pz-one-click-checkout@1.48.0
|
|
985
|
+
- @akinon/pz-otp@1.48.0
|
|
986
|
+
- @akinon/pz-pay-on-delivery@1.48.0
|
|
2887
987
|
|
|
2888
988
|
## 1.47.0
|
|
2889
989
|
|
|
@@ -2924,844 +1024,68 @@
|
|
|
2924
1024
|
- @akinon/pz-gpay@1.46.0
|
|
2925
1025
|
- @akinon/pz-masterpass@1.46.0
|
|
2926
1026
|
- @akinon/pz-one-click-checkout@1.46.0
|
|
2927
|
-
- @akinon/pz-otp@1.46.0
|
|
2928
|
-
- @akinon/pz-pay-on-delivery@1.46.0
|
|
2929
|
-
|
|
2930
|
-
## 1.45.0
|
|
2931
|
-
|
|
2932
|
-
### Patch Changes
|
|
2933
|
-
|
|
2934
|
-
- Updated dependencies [90282b5]
|
|
2935
|
-
- Updated dependencies [50b9069]
|
|
2936
|
-
- Updated dependencies [572d2e8]
|
|
2937
|
-
- Updated dependencies [a4c8d6a9]
|
|
2938
|
-
- Updated dependencies [fda5b92]
|
|
2939
|
-
- Updated dependencies [2d9b2b2]
|
|
2940
|
-
- Updated dependencies [c53ea3e]
|
|
2941
|
-
- Updated dependencies [8d9ac9a]
|
|
2942
|
-
- Updated dependencies [18e8197]
|
|
2943
|
-
- Updated dependencies [714e0b4]
|
|
2944
|
-
- Updated dependencies [70279e7]
|
|
2945
|
-
- Updated dependencies [6c25f66]
|
|
2946
|
-
- Updated dependencies [bc2b411]
|
|
2947
|
-
- Updated dependencies [3bf2dd9]
|
|
2948
|
-
- Updated dependencies [e9541a1]
|
|
2949
|
-
- Updated dependencies [c53ef7b9]
|
|
2950
|
-
- Updated dependencies [9d94f7e]
|
|
2951
|
-
- Updated dependencies [64699d3]
|
|
2952
|
-
- Updated dependencies [0d3a913]
|
|
2953
|
-
- Updated dependencies [1448a96e]
|
|
2954
|
-
- Updated dependencies [d6edb1d]
|
|
2955
|
-
- Updated dependencies [d3474c6]
|
|
2956
|
-
- Updated dependencies [75080fd6]
|
|
2957
|
-
- Updated dependencies [17f8752]
|
|
2958
|
-
- Updated dependencies [c45b62c]
|
|
2959
|
-
- Updated dependencies [91265bba]
|
|
2960
|
-
- Updated dependencies [bbe18b9f]
|
|
2961
|
-
- Updated dependencies [d409996]
|
|
2962
|
-
- Updated dependencies [4920742]
|
|
2963
|
-
- Updated dependencies [69ca080]
|
|
2964
|
-
- Updated dependencies [7e56d6b]
|
|
2965
|
-
- Updated dependencies [94b6928]
|
|
2966
|
-
- Updated dependencies [98bb8dc]
|
|
2967
|
-
- Updated dependencies [46b7aad]
|
|
2968
|
-
- Updated dependencies [dcc8a15]
|
|
2969
|
-
- Updated dependencies [8f47cca]
|
|
2970
|
-
- Updated dependencies [fad2768]
|
|
2971
|
-
- Updated dependencies [dff0d595]
|
|
2972
|
-
- Updated dependencies [eecb282]
|
|
2973
|
-
- Updated dependencies [f2c325c]
|
|
2974
|
-
- Updated dependencies [9e25a64]
|
|
2975
|
-
- Updated dependencies [beb499e6]
|
|
2976
|
-
- Updated dependencies [948eb42]
|
|
2977
|
-
- Updated dependencies [146ea39]
|
|
2978
|
-
- Updated dependencies [f2c92d5]
|
|
2979
|
-
- Updated dependencies [7bd3d99]
|
|
2980
|
-
- Updated dependencies [c47be30]
|
|
2981
|
-
- Updated dependencies [e9a46ac]
|
|
2982
|
-
- Updated dependencies [f046f8e0]
|
|
2983
|
-
- Updated dependencies [86d2531]
|
|
2984
|
-
- Updated dependencies [3f9b8d7]
|
|
2985
|
-
- @akinon/next@1.45.0-rc.5
|
|
2986
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
2987
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
2988
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
2989
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
2990
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
2991
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
2992
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
2993
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
2994
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
2995
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
2996
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
2997
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
2998
|
-
|
|
2999
|
-
## 1.45.0-rc.4
|
|
3000
|
-
|
|
3001
|
-
### Patch Changes
|
|
3002
|
-
|
|
3003
|
-
- Updated dependencies [8f47cca]
|
|
3004
|
-
- @akinon/next@1.45.0-rc.4
|
|
3005
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
3006
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
3007
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
3008
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
3009
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
3010
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
3011
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
3012
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
3013
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
3014
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
3015
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
3016
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
3017
|
-
|
|
3018
|
-
## 1.45.0-rc.3
|
|
3019
|
-
|
|
3020
|
-
### Patch Changes
|
|
3021
|
-
|
|
3022
|
-
- Updated dependencies [948eb42]
|
|
3023
|
-
- @akinon/next@1.45.0-rc.3
|
|
3024
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
3025
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
3026
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
3027
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
3028
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
3029
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
3030
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
3031
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
3032
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
3033
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
3034
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
3035
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
3036
|
-
|
|
3037
|
-
## 1.45.0-rc.2
|
|
3038
|
-
|
|
3039
|
-
### Minor Changes
|
|
3040
|
-
|
|
3041
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3042
|
-
|
|
3043
|
-
### Patch Changes
|
|
3044
|
-
|
|
3045
|
-
- Updated dependencies [c45b62c]
|
|
3046
|
-
- Updated dependencies [f2c325c]
|
|
3047
|
-
- @akinon/next@1.45.0-rc.2
|
|
3048
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
3049
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
3050
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
3051
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
3052
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
3053
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
3054
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
3055
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
3056
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
3057
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
3058
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
3059
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
3060
|
-
|
|
3061
|
-
## 1.45.0-rc.1
|
|
3062
|
-
|
|
3063
|
-
### Patch Changes
|
|
3064
|
-
|
|
3065
|
-
- Updated dependencies [7e56d6b]
|
|
3066
|
-
- @akinon/next@1.45.0-rc.1
|
|
3067
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
3068
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
3069
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
3070
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
3071
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
3072
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
3073
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
3074
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
3075
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
3076
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
3077
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
3078
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
3079
|
-
|
|
3080
|
-
## 1.45.0-rc.0
|
|
3081
|
-
|
|
3082
|
-
### Minor Changes
|
|
3083
|
-
|
|
3084
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3085
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3086
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3087
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3088
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3089
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3090
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3091
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3092
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3093
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3094
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3095
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
3096
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3097
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3098
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3099
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3100
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3101
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3102
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3103
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3104
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3105
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3106
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3107
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3108
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3109
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3110
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3111
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3112
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3113
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3114
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3115
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3116
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3117
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3118
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3119
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3120
|
-
|
|
3121
|
-
### Patch Changes
|
|
3122
|
-
|
|
3123
|
-
- Updated dependencies [90282b5]
|
|
3124
|
-
- Updated dependencies [50b9069]
|
|
3125
|
-
- Updated dependencies [572d2e8]
|
|
3126
|
-
- Updated dependencies [a4c8d6a9]
|
|
3127
|
-
- Updated dependencies [fda5b92]
|
|
3128
|
-
- Updated dependencies [2d9b2b2]
|
|
3129
|
-
- Updated dependencies [c53ea3e]
|
|
3130
|
-
- Updated dependencies [8d9ac9a]
|
|
3131
|
-
- Updated dependencies [18e8197]
|
|
3132
|
-
- Updated dependencies [714e0b4]
|
|
3133
|
-
- Updated dependencies [70279e7]
|
|
3134
|
-
- Updated dependencies [6c25f66]
|
|
3135
|
-
- Updated dependencies [bc2b411]
|
|
3136
|
-
- Updated dependencies [3bf2dd9]
|
|
3137
|
-
- Updated dependencies [e9541a1]
|
|
3138
|
-
- Updated dependencies [c53ef7b9]
|
|
3139
|
-
- Updated dependencies [9d94f7e]
|
|
3140
|
-
- Updated dependencies [64699d3]
|
|
3141
|
-
- Updated dependencies [0d3a913]
|
|
3142
|
-
- Updated dependencies [1448a96]
|
|
3143
|
-
- Updated dependencies [2ab6e08]
|
|
3144
|
-
- Updated dependencies [d6edb1d]
|
|
3145
|
-
- Updated dependencies [d3474c6]
|
|
3146
|
-
- Updated dependencies [75080fd]
|
|
3147
|
-
- Updated dependencies [17f8752]
|
|
3148
|
-
- Updated dependencies [91265bb]
|
|
3149
|
-
- Updated dependencies [bbe18b9]
|
|
3150
|
-
- Updated dependencies [d409996]
|
|
3151
|
-
- Updated dependencies [4920742]
|
|
3152
|
-
- Updated dependencies [69ca080]
|
|
3153
|
-
- Updated dependencies [94b6928]
|
|
3154
|
-
- Updated dependencies [98bb8dc]
|
|
3155
|
-
- Updated dependencies [46b7aad]
|
|
3156
|
-
- Updated dependencies [dcc8a15]
|
|
3157
|
-
- Updated dependencies [fad2768]
|
|
3158
|
-
- Updated dependencies [dff0d59]
|
|
3159
|
-
- Updated dependencies [eecb282]
|
|
3160
|
-
- Updated dependencies [9e25a64]
|
|
3161
|
-
- Updated dependencies [beb499e]
|
|
3162
|
-
- Updated dependencies [146ea39]
|
|
3163
|
-
- Updated dependencies [f2c92d5]
|
|
3164
|
-
- Updated dependencies [7bd3d99]
|
|
3165
|
-
- Updated dependencies [c47be30]
|
|
3166
|
-
- Updated dependencies [e9a46ac]
|
|
3167
|
-
- Updated dependencies [f046f8e0]
|
|
3168
|
-
- Updated dependencies [86d2531]
|
|
3169
|
-
- Updated dependencies [3f9b8d7]
|
|
3170
|
-
- @akinon/next@1.45.0-rc.0
|
|
3171
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
3172
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
3173
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
3174
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
3175
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
3176
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
3177
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
3178
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
3179
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
3180
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
3181
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
3182
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
3183
|
-
|
|
3184
|
-
## 1.44.0
|
|
3185
|
-
|
|
3186
|
-
### Patch Changes
|
|
3187
|
-
|
|
3188
|
-
- @akinon/next@1.44.0
|
|
3189
|
-
- @akinon/pz-akifast@1.44.0
|
|
3190
|
-
- @akinon/pz-b2b@1.44.0
|
|
3191
|
-
- @akinon/pz-basket-gift-pack@1.44.0
|
|
3192
|
-
- @akinon/pz-bkm@1.44.0
|
|
3193
|
-
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
3194
|
-
- @akinon/pz-click-collect@1.44.0
|
|
3195
|
-
- @akinon/pz-credit-payment@1.44.0
|
|
3196
|
-
- @akinon/pz-gpay@1.44.0
|
|
3197
|
-
- @akinon/pz-masterpass@1.44.0
|
|
3198
|
-
- @akinon/pz-one-click-checkout@1.44.0
|
|
3199
|
-
- @akinon/pz-otp@1.44.0
|
|
3200
|
-
- @akinon/pz-pay-on-delivery@1.44.0
|
|
3201
|
-
|
|
3202
|
-
## 1.43.0
|
|
3203
|
-
|
|
3204
|
-
### Minor Changes
|
|
3205
|
-
|
|
3206
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3207
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3208
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3209
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3210
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3211
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3212
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3213
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3214
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3215
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3216
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3217
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
3218
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3219
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3220
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3221
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3222
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3223
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3224
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3225
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3226
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3227
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3228
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3229
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3230
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3231
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3232
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3233
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3234
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3235
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3236
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3237
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3238
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3239
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3240
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3241
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3242
|
-
|
|
3243
|
-
### Patch Changes
|
|
3244
|
-
|
|
3245
|
-
- Updated dependencies [90282b5]
|
|
3246
|
-
- Updated dependencies [50b9069]
|
|
3247
|
-
- Updated dependencies [572d2e8]
|
|
3248
|
-
- Updated dependencies [a4c8d6a9]
|
|
3249
|
-
- Updated dependencies [fda5b92]
|
|
3250
|
-
- Updated dependencies [2d9b2b2]
|
|
3251
|
-
- Updated dependencies [c53ea3e]
|
|
3252
|
-
- Updated dependencies [8d9ac9a]
|
|
3253
|
-
- Updated dependencies [18e8197]
|
|
3254
|
-
- Updated dependencies [714e0b4]
|
|
3255
|
-
- Updated dependencies [70279e7]
|
|
3256
|
-
- Updated dependencies [6c25f66]
|
|
3257
|
-
- Updated dependencies [bc2b411]
|
|
3258
|
-
- Updated dependencies [3bf2dd9]
|
|
3259
|
-
- Updated dependencies [e9541a1]
|
|
3260
|
-
- Updated dependencies [c53ef7b9]
|
|
3261
|
-
- Updated dependencies [9d94f7e]
|
|
3262
|
-
- Updated dependencies [64699d3]
|
|
3263
|
-
- Updated dependencies [0d3a913]
|
|
3264
|
-
- Updated dependencies [1448a96]
|
|
3265
|
-
- Updated dependencies [d6edb1d]
|
|
3266
|
-
- Updated dependencies [d3474c6]
|
|
3267
|
-
- Updated dependencies [75080fd]
|
|
3268
|
-
- Updated dependencies [17f8752]
|
|
3269
|
-
- Updated dependencies [91265bb]
|
|
3270
|
-
- Updated dependencies [bbe18b9]
|
|
3271
|
-
- Updated dependencies [d409996]
|
|
3272
|
-
- Updated dependencies [4920742]
|
|
3273
|
-
- Updated dependencies [69ca080]
|
|
3274
|
-
- Updated dependencies [94b6928]
|
|
3275
|
-
- Updated dependencies [98bb8dc]
|
|
3276
|
-
- Updated dependencies [46b7aad]
|
|
3277
|
-
- Updated dependencies [dcc8a15]
|
|
3278
|
-
- Updated dependencies [fad2768]
|
|
3279
|
-
- Updated dependencies [dff0d59]
|
|
3280
|
-
- Updated dependencies [eecb282]
|
|
3281
|
-
- Updated dependencies [9e25a64]
|
|
3282
|
-
- Updated dependencies [beb499e]
|
|
3283
|
-
- Updated dependencies [146ea39]
|
|
3284
|
-
- Updated dependencies [f2c92d5]
|
|
3285
|
-
- Updated dependencies [7bd3d99]
|
|
3286
|
-
- Updated dependencies [c47be30]
|
|
3287
|
-
- Updated dependencies [e9a46ac]
|
|
3288
|
-
- Updated dependencies [f046f8e0]
|
|
3289
|
-
- Updated dependencies [86d2531]
|
|
3290
|
-
- Updated dependencies [3f9b8d7]
|
|
3291
|
-
- @akinon/next@1.43.0-rc.16
|
|
3292
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
3293
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
3294
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
3295
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
3296
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
3297
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
3298
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
3299
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
3300
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
3301
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
3302
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
3303
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
3304
|
-
|
|
3305
|
-
## 1.43.0-rc.15
|
|
3306
|
-
|
|
3307
|
-
### Patch Changes
|
|
3308
|
-
|
|
3309
|
-
- @akinon/next@1.43.0-rc.15
|
|
3310
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
3311
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
3312
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
3313
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
3314
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
3315
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
3316
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
3317
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
3318
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
3319
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
3320
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
3321
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
3322
|
-
|
|
3323
|
-
## 1.43.0-rc.14
|
|
3324
|
-
|
|
3325
|
-
### Patch Changes
|
|
3326
|
-
|
|
3327
|
-
- Updated dependencies [3bf2dd9]
|
|
3328
|
-
- @akinon/next@1.43.0-rc.14
|
|
3329
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
3330
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
3331
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
3332
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
3333
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
3334
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
3335
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
3336
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
3337
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
3338
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
3339
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
3340
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
3341
|
-
|
|
3342
|
-
## 1.43.0-rc.13
|
|
3343
|
-
|
|
3344
|
-
### Minor Changes
|
|
3345
|
-
|
|
3346
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3347
|
-
|
|
3348
|
-
### Patch Changes
|
|
3349
|
-
|
|
3350
|
-
- Updated dependencies [9e25a64]
|
|
3351
|
-
- @akinon/next@1.43.0-rc.13
|
|
3352
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
3353
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
3354
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
3355
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
3356
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
3357
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
3358
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
3359
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
3360
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
3361
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
3362
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
3363
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
3364
|
-
|
|
3365
|
-
## 1.43.0-rc.12
|
|
3366
|
-
|
|
3367
|
-
### Patch Changes
|
|
3368
|
-
|
|
3369
|
-
- Updated dependencies [4920742]
|
|
3370
|
-
- @akinon/next@1.43.0-rc.12
|
|
3371
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
3372
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
3373
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
3374
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
3375
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
3376
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
3377
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
3378
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
3379
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
3380
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
3381
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
3382
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
3383
|
-
|
|
3384
|
-
## 1.43.0-rc.11
|
|
3385
|
-
|
|
3386
|
-
### Patch Changes
|
|
3387
|
-
|
|
3388
|
-
- Updated dependencies [6c25f66]
|
|
3389
|
-
- @akinon/next@1.43.0-rc.11
|
|
3390
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
3391
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
3392
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
3393
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
3394
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
3395
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
3396
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
3397
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
3398
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
3399
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
3400
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
3401
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
3402
|
-
|
|
3403
|
-
## 1.43.0-rc.10
|
|
3404
|
-
|
|
3405
|
-
### Patch Changes
|
|
3406
|
-
|
|
3407
|
-
- Updated dependencies [d6edb1d]
|
|
3408
|
-
- @akinon/next@1.43.0-rc.10
|
|
3409
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
3410
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
3411
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
3412
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
3413
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
3414
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
3415
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
3416
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
3417
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
3418
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
3419
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
3420
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
3421
|
-
|
|
3422
|
-
## 1.43.0-rc.9
|
|
3423
|
-
|
|
3424
|
-
### Minor Changes
|
|
3425
|
-
|
|
3426
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3427
|
-
|
|
3428
|
-
### Patch Changes
|
|
3429
|
-
|
|
3430
|
-
- Updated dependencies [bc2b411]
|
|
3431
|
-
- @akinon/next@1.43.0-rc.9
|
|
3432
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
3433
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
3434
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
3435
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
3436
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
3437
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
3438
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
3439
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
3440
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
3441
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
3442
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
3443
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
3444
|
-
|
|
3445
|
-
## 1.43.0-rc.8
|
|
3446
|
-
|
|
3447
|
-
### Patch Changes
|
|
3448
|
-
|
|
3449
|
-
- Updated dependencies [70279e7]
|
|
3450
|
-
- Updated dependencies [9d94f7e]
|
|
3451
|
-
- @akinon/next@1.43.0-rc.8
|
|
3452
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
3453
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
3454
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
3455
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
3456
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
3457
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
3458
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
3459
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
3460
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
3461
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
3462
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
3463
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
3464
|
-
|
|
3465
|
-
## 1.43.0-rc.7
|
|
3466
|
-
|
|
3467
|
-
### Patch Changes
|
|
3468
|
-
|
|
3469
|
-
- Updated dependencies [7bd3d99]
|
|
3470
|
-
- @akinon/next@1.43.0-rc.7
|
|
3471
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
3472
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
3473
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
3474
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
3475
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
3476
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
3477
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
3478
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
3479
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
3480
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
3481
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
3482
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
3483
|
-
|
|
3484
|
-
## 1.43.0-rc.6
|
|
3485
|
-
|
|
3486
|
-
### Minor Changes
|
|
3487
|
-
|
|
3488
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3489
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3490
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3491
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3492
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3493
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3494
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3495
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3496
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3497
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3498
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
3499
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3500
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3501
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3502
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3503
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3504
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3505
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3506
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3507
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3508
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3509
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3510
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3511
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3512
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3513
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3514
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3515
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3516
|
-
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3517
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3518
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3519
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3520
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3521
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3522
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3523
|
-
|
|
3524
|
-
### Patch Changes
|
|
3525
|
-
|
|
3526
|
-
- Updated dependencies [90282b5]
|
|
3527
|
-
- Updated dependencies [50b9069]
|
|
3528
|
-
- Updated dependencies [572d2e8]
|
|
3529
|
-
- Updated dependencies [a4c8d6a]
|
|
3530
|
-
- Updated dependencies [fda5b92]
|
|
3531
|
-
- Updated dependencies [2d9b2b2]
|
|
3532
|
-
- Updated dependencies [c53ea3e]
|
|
3533
|
-
- Updated dependencies [8d9ac9a]
|
|
3534
|
-
- Updated dependencies [18e8197]
|
|
3535
|
-
- Updated dependencies [714e0b4]
|
|
3536
|
-
- Updated dependencies [e9541a1]
|
|
3537
|
-
- Updated dependencies [c53ef7b]
|
|
3538
|
-
- Updated dependencies [64699d3]
|
|
3539
|
-
- Updated dependencies [0d3a913]
|
|
3540
|
-
- Updated dependencies [1448a96]
|
|
3541
|
-
- Updated dependencies [d3474c6]
|
|
3542
|
-
- Updated dependencies [75080fd]
|
|
3543
|
-
- Updated dependencies [17f8752]
|
|
3544
|
-
- Updated dependencies [91265bb]
|
|
3545
|
-
- Updated dependencies [bbe18b9]
|
|
3546
|
-
- Updated dependencies [d409996]
|
|
3547
|
-
- Updated dependencies [69ca080]
|
|
3548
|
-
- Updated dependencies [94b6928]
|
|
3549
|
-
- Updated dependencies [98bb8dc]
|
|
3550
|
-
- Updated dependencies [46b7aad]
|
|
3551
|
-
- Updated dependencies [dcc8a15]
|
|
3552
|
-
- Updated dependencies [fad2768]
|
|
3553
|
-
- Updated dependencies [dff0d59]
|
|
3554
|
-
- Updated dependencies [eecb282]
|
|
3555
|
-
- Updated dependencies [4a163f2]
|
|
3556
|
-
- Updated dependencies [beb499e]
|
|
3557
|
-
- Updated dependencies [146ea39]
|
|
3558
|
-
- Updated dependencies [f2c92d5]
|
|
3559
|
-
- Updated dependencies [c47be30]
|
|
3560
|
-
- Updated dependencies [e9a46ac]
|
|
3561
|
-
- Updated dependencies [f046f8e]
|
|
3562
|
-
- Updated dependencies [86d2531]
|
|
3563
|
-
- Updated dependencies [3f9b8d7]
|
|
3564
|
-
- @akinon/next@1.43.0-rc.6
|
|
3565
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
3566
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
3567
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
3568
|
-
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
3569
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
3570
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
3571
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
3572
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
3573
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
3574
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
3575
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
3576
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
3577
|
-
|
|
3578
|
-
## 1.43.0-rc.5
|
|
3579
|
-
|
|
3580
|
-
### Patch Changes
|
|
1027
|
+
- @akinon/pz-otp@1.46.0
|
|
1028
|
+
- @akinon/pz-pay-on-delivery@1.46.0
|
|
3581
1029
|
|
|
3582
|
-
|
|
3583
|
-
- @akinon/next@1.43.0-rc.5
|
|
3584
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
3585
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
3586
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
3587
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
3588
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
3589
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
3590
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
3591
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
3592
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
3593
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
3594
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
3595
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
3596
|
-
|
|
3597
|
-
## 1.43.0-rc.4
|
|
1030
|
+
## 1.45.0
|
|
3598
1031
|
|
|
3599
1032
|
### Patch Changes
|
|
3600
1033
|
|
|
3601
|
-
- Updated dependencies [
|
|
3602
|
-
- @akinon/next@1.
|
|
3603
|
-
- @akinon/pz-akifast@1.
|
|
3604
|
-
- @akinon/pz-b2b@1.
|
|
3605
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
3606
|
-
- @akinon/pz-bkm@1.
|
|
3607
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
3608
|
-
- @akinon/pz-click-collect@1.
|
|
3609
|
-
- @akinon/pz-credit-payment@1.
|
|
3610
|
-
- @akinon/pz-gpay@1.
|
|
3611
|
-
- @akinon/pz-masterpass@1.
|
|
3612
|
-
- @akinon/pz-one-click-checkout@1.
|
|
3613
|
-
- @akinon/pz-otp@1.
|
|
3614
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
3615
|
-
|
|
3616
|
-
## 1.43.0-rc.3
|
|
3617
|
-
|
|
3618
|
-
### Minor Changes
|
|
3619
|
-
|
|
3620
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3621
|
-
|
|
3622
|
-
### Patch Changes
|
|
1034
|
+
- Updated dependencies [2ab6e08]
|
|
1035
|
+
- @akinon/next@1.45.0
|
|
1036
|
+
- @akinon/pz-akifast@1.45.0
|
|
1037
|
+
- @akinon/pz-b2b@1.45.0
|
|
1038
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
1039
|
+
- @akinon/pz-bkm@1.45.0
|
|
1040
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
1041
|
+
- @akinon/pz-click-collect@1.45.0
|
|
1042
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
1043
|
+
- @akinon/pz-gpay@1.45.0
|
|
1044
|
+
- @akinon/pz-masterpass@1.45.0
|
|
1045
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
1046
|
+
- @akinon/pz-otp@1.45.0
|
|
1047
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
3623
1048
|
|
|
3624
|
-
|
|
3625
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
3626
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
3627
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
3628
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
3629
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
3630
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
3631
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
3632
|
-
- @akinon/next@1.43.0-rc.3
|
|
3633
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
3634
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
3635
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
3636
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
3637
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
3638
|
-
|
|
3639
|
-
## 1.43.0-rc.2
|
|
1049
|
+
## 1.44.0
|
|
3640
1050
|
|
|
3641
1051
|
### Patch Changes
|
|
3642
1052
|
|
|
3643
|
-
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
3657
|
-
|
|
3658
|
-
## 1.43.0-rc.1
|
|
3659
|
-
|
|
3660
|
-
### Minor Changes
|
|
3661
|
-
|
|
3662
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3663
|
-
|
|
3664
|
-
### Patch Changes
|
|
1053
|
+
- @akinon/next@1.44.0
|
|
1054
|
+
- @akinon/pz-akifast@1.44.0
|
|
1055
|
+
- @akinon/pz-b2b@1.44.0
|
|
1056
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
1057
|
+
- @akinon/pz-bkm@1.44.0
|
|
1058
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
1059
|
+
- @akinon/pz-click-collect@1.44.0
|
|
1060
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
1061
|
+
- @akinon/pz-gpay@1.44.0
|
|
1062
|
+
- @akinon/pz-masterpass@1.44.0
|
|
1063
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
1064
|
+
- @akinon/pz-otp@1.44.0
|
|
1065
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
3665
1066
|
|
|
3666
|
-
|
|
3667
|
-
- @akinon/next@1.43.0-rc.1
|
|
3668
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
3669
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
3670
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
3671
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
3672
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
3673
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
3674
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
3675
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
3676
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
3677
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
3678
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
3679
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
3680
|
-
|
|
3681
|
-
## 1.43.0-rc.0
|
|
1067
|
+
## 1.43.0
|
|
3682
1068
|
|
|
3683
1069
|
### Minor Changes
|
|
3684
1070
|
|
|
3685
|
-
-
|
|
3686
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3687
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3688
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3689
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3690
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3691
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3692
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3693
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3694
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3695
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
3696
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3697
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3698
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3699
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3700
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3701
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3702
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3703
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3704
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3705
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3706
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3707
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3708
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3709
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3710
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3711
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3712
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3713
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3714
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3715
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3716
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1071
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3717
1072
|
|
|
3718
1073
|
### Patch Changes
|
|
3719
1074
|
|
|
3720
|
-
- Updated dependencies [
|
|
3721
|
-
-
|
|
3722
|
-
-
|
|
3723
|
-
-
|
|
3724
|
-
-
|
|
3725
|
-
-
|
|
3726
|
-
-
|
|
3727
|
-
-
|
|
3728
|
-
-
|
|
3729
|
-
-
|
|
3730
|
-
-
|
|
3731
|
-
-
|
|
3732
|
-
-
|
|
3733
|
-
-
|
|
3734
|
-
- Updated dependencies [d3474c6]
|
|
3735
|
-
- Updated dependencies [75080fd]
|
|
3736
|
-
- Updated dependencies [91265bb]
|
|
3737
|
-
- Updated dependencies [bbe18b9]
|
|
3738
|
-
- Updated dependencies [d409996]
|
|
3739
|
-
- Updated dependencies [69ca080]
|
|
3740
|
-
- Updated dependencies [94b6928]
|
|
3741
|
-
- Updated dependencies [98bb8dc]
|
|
3742
|
-
- Updated dependencies [46b7aad]
|
|
3743
|
-
- Updated dependencies [dcc8a15]
|
|
3744
|
-
- Updated dependencies [fad2768]
|
|
3745
|
-
- Updated dependencies [dff0d59]
|
|
3746
|
-
- Updated dependencies [beb499e]
|
|
3747
|
-
- Updated dependencies [146ea39]
|
|
3748
|
-
- Updated dependencies [c47be30]
|
|
3749
|
-
- Updated dependencies [e9a46ac]
|
|
3750
|
-
- Updated dependencies [f046f8e]
|
|
3751
|
-
- Updated dependencies [86d2531]
|
|
3752
|
-
- @akinon/next@1.43.0-rc.0
|
|
3753
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
3754
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
3755
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
3756
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
3757
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
3758
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
3759
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
3760
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
3761
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
3762
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
3763
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
3764
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
1075
|
+
- Updated dependencies [4a163f2]
|
|
1076
|
+
- @akinon/next@1.43.0
|
|
1077
|
+
- @akinon/pz-akifast@1.43.0
|
|
1078
|
+
- @akinon/pz-b2b@1.43.0
|
|
1079
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
1080
|
+
- @akinon/pz-bkm@1.43.0
|
|
1081
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
1082
|
+
- @akinon/pz-click-collect@1.43.0
|
|
1083
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
1084
|
+
- @akinon/pz-gpay@1.43.0
|
|
1085
|
+
- @akinon/pz-masterpass@1.43.0
|
|
1086
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
1087
|
+
- @akinon/pz-otp@1.43.0
|
|
1088
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
3765
1089
|
|
|
3766
1090
|
## 1.42.0
|
|
3767
1091
|
|
|
@@ -3930,301 +1254,13 @@
|
|
|
3930
1254
|
|
|
3931
1255
|
### Patch Changes
|
|
3932
1256
|
|
|
3933
|
-
-
|
|
3934
|
-
-
|
|
3935
|
-
-
|
|
3936
|
-
-
|
|
3937
|
-
-
|
|
3938
|
-
-
|
|
3939
|
-
-
|
|
3940
|
-
- Updated dependencies [616690d]
|
|
3941
|
-
- Updated dependencies [f3b595e]
|
|
3942
|
-
- Updated dependencies [91265bb]
|
|
3943
|
-
- Updated dependencies [59fb7c3]
|
|
3944
|
-
- Updated dependencies [bbe18b9]
|
|
3945
|
-
- Updated dependencies [f0c23bc]
|
|
3946
|
-
- Updated dependencies [3420416]
|
|
3947
|
-
- Updated dependencies [495d155]
|
|
3948
|
-
- Updated dependencies [beb499e]
|
|
3949
|
-
- Updated dependencies [6c18543]
|
|
3950
|
-
- Updated dependencies [40ad73e]
|
|
3951
|
-
- Updated dependencies [495d155]
|
|
3952
|
-
- Updated dependencies [f046f8e]
|
|
3953
|
-
- Updated dependencies [6b2972b]
|
|
3954
|
-
- Updated dependencies [3e68768]
|
|
3955
|
-
- @akinon/next@1.34.0-rc.20
|
|
3956
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
3957
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
3958
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
3959
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
3960
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
3961
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
3962
|
-
|
|
3963
|
-
## 1.34.0-rc.19
|
|
3964
|
-
|
|
3965
|
-
### Patch Changes
|
|
3966
|
-
|
|
3967
|
-
- Updated dependencies [c53ef7b]
|
|
3968
|
-
- @akinon/next@1.34.0-rc.19
|
|
3969
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
3970
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
3971
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
3972
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
3973
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
3974
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
3975
|
-
|
|
3976
|
-
## 1.34.0-rc.18
|
|
3977
|
-
|
|
3978
|
-
### Minor Changes
|
|
3979
|
-
|
|
3980
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3981
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3982
|
-
|
|
3983
|
-
### Patch Changes
|
|
3984
|
-
|
|
3985
|
-
- Updated dependencies [a4c8d6a]
|
|
3986
|
-
- @akinon/next@1.34.0-rc.18
|
|
3987
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
3988
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
3989
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
3990
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
3991
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
3992
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
3993
|
-
|
|
3994
|
-
## 1.34.0-rc.17
|
|
3995
|
-
|
|
3996
|
-
### Minor Changes
|
|
3997
|
-
|
|
3998
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3999
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
4000
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4001
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
4002
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4003
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
4004
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4005
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
4006
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
4007
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4008
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
4009
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
4010
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4011
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4012
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
4013
|
-
|
|
4014
|
-
### Patch Changes
|
|
4015
|
-
|
|
4016
|
-
- Updated dependencies [d09b677]
|
|
4017
|
-
- Updated dependencies [6d4aadb]
|
|
4018
|
-
- Updated dependencies [8e6e8cf]
|
|
4019
|
-
- Updated dependencies [ebb63ce]
|
|
4020
|
-
- Updated dependencies [7cebe87]
|
|
4021
|
-
- Updated dependencies [616690d]
|
|
4022
|
-
- Updated dependencies [f3b595e]
|
|
4023
|
-
- Updated dependencies [91265bb]
|
|
4024
|
-
- Updated dependencies [59fb7c3]
|
|
4025
|
-
- Updated dependencies [bbe18b9]
|
|
4026
|
-
- Updated dependencies [f0c23bc]
|
|
4027
|
-
- Updated dependencies [3420416]
|
|
4028
|
-
- Updated dependencies [495d155]
|
|
4029
|
-
- Updated dependencies [beb499e]
|
|
4030
|
-
- Updated dependencies [6c18543]
|
|
4031
|
-
- Updated dependencies [40ad73e]
|
|
4032
|
-
- Updated dependencies [495d155]
|
|
4033
|
-
- Updated dependencies [f046f8e]
|
|
4034
|
-
- Updated dependencies [6b2972b]
|
|
4035
|
-
- Updated dependencies [3e68768]
|
|
4036
|
-
- @akinon/next@1.34.0-rc.17
|
|
4037
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
4038
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
4039
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
4040
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
4041
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
4042
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
4043
|
-
|
|
4044
|
-
## 1.34.0-rc.16
|
|
4045
|
-
|
|
4046
|
-
### Patch Changes
|
|
4047
|
-
|
|
4048
|
-
- @akinon/next@1.34.0-rc.16
|
|
4049
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
4050
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
4051
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
4052
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
4053
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
4054
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
4055
|
-
|
|
4056
|
-
## 1.34.0-rc.15
|
|
4057
|
-
|
|
4058
|
-
### Patch Changes
|
|
4059
|
-
|
|
4060
|
-
- @akinon/next@1.34.0-rc.15
|
|
4061
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
4062
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
4063
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
4064
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
4065
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
4066
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
4067
|
-
|
|
4068
|
-
## 1.34.0-rc.14
|
|
4069
|
-
|
|
4070
|
-
### Minor Changes
|
|
4071
|
-
|
|
4072
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4073
|
-
|
|
4074
|
-
### Patch Changes
|
|
4075
|
-
|
|
4076
|
-
- @akinon/next@1.34.0-rc.14
|
|
4077
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
4078
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
4079
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
4080
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
4081
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
4082
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
4083
|
-
|
|
4084
|
-
## 1.34.0-rc.13
|
|
4085
|
-
|
|
4086
|
-
### Minor Changes
|
|
4087
|
-
|
|
4088
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4089
|
-
|
|
4090
|
-
### Patch Changes
|
|
4091
|
-
|
|
4092
|
-
- @akinon/next@1.34.0-rc.13
|
|
4093
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
4094
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
4095
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
4096
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
4097
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
4098
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
4099
|
-
|
|
4100
|
-
## 1.34.0-rc.12
|
|
4101
|
-
|
|
4102
|
-
### Patch Changes
|
|
4103
|
-
|
|
4104
|
-
- Updated dependencies [616690d]
|
|
4105
|
-
- @akinon/next@1.34.0-rc.12
|
|
4106
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
4107
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
4108
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
4109
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
4110
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
4111
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
4112
|
-
|
|
4113
|
-
## 1.34.0-rc.11
|
|
4114
|
-
|
|
4115
|
-
### Patch Changes
|
|
4116
|
-
|
|
4117
|
-
- Updated dependencies [8e6e8cf]
|
|
4118
|
-
- @akinon/next@1.34.0-rc.11
|
|
4119
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
4120
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
4121
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
4122
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
4123
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
4124
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
4125
|
-
|
|
4126
|
-
## 1.34.0-rc.10
|
|
4127
|
-
|
|
4128
|
-
### Patch Changes
|
|
4129
|
-
|
|
4130
|
-
- Updated dependencies [bbe18b9]
|
|
4131
|
-
- @akinon/next@1.34.0-rc.10
|
|
4132
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
4133
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
4134
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
4135
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
4136
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
4137
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
4138
|
-
|
|
4139
|
-
## 1.34.0-rc.9
|
|
4140
|
-
|
|
4141
|
-
### Minor Changes
|
|
4142
|
-
|
|
4143
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4144
|
-
|
|
4145
|
-
### Patch Changes
|
|
4146
|
-
|
|
4147
|
-
- Updated dependencies [beb499e]
|
|
4148
|
-
- @akinon/next@1.34.0-rc.9
|
|
4149
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
4150
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
4151
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
4152
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
4153
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
4154
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
4155
|
-
|
|
4156
|
-
## 1.34.0-rc.8
|
|
4157
|
-
|
|
4158
|
-
### Minor Changes
|
|
4159
|
-
|
|
4160
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4161
|
-
|
|
4162
|
-
### Patch Changes
|
|
4163
|
-
|
|
4164
|
-
- Updated dependencies [91265bb]
|
|
4165
|
-
- @akinon/next@1.34.0-rc.8
|
|
4166
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
4167
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
4168
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
4169
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
4170
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
4171
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
4172
|
-
|
|
4173
|
-
## 1.34.0-rc.7
|
|
4174
|
-
|
|
4175
|
-
### Minor Changes
|
|
4176
|
-
|
|
4177
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
4178
|
-
|
|
4179
|
-
### Patch Changes
|
|
4180
|
-
|
|
4181
|
-
- @akinon/next@1.34.0-rc.7
|
|
4182
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
4183
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
4184
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
4185
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
4186
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
4187
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
4188
|
-
|
|
4189
|
-
## 1.34.0-rc.6
|
|
4190
|
-
|
|
4191
|
-
### Minor Changes
|
|
4192
|
-
|
|
4193
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
4194
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
4195
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4196
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
4197
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
4198
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
4199
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
4200
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
4201
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4202
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
4203
|
-
|
|
4204
|
-
### Patch Changes
|
|
4205
|
-
|
|
4206
|
-
- Updated dependencies [d09b677]
|
|
4207
|
-
- Updated dependencies [6d4aadb]
|
|
4208
|
-
- Updated dependencies [ebb63ce]
|
|
4209
|
-
- Updated dependencies [7cebe87]
|
|
4210
|
-
- Updated dependencies [f3b595e]
|
|
4211
|
-
- Updated dependencies [59fb7c3]
|
|
4212
|
-
- Updated dependencies [f0c23bc]
|
|
4213
|
-
- Updated dependencies [3420416]
|
|
4214
|
-
- Updated dependencies [495d155]
|
|
4215
|
-
- Updated dependencies [6c18543]
|
|
4216
|
-
- Updated dependencies [40ad73e]
|
|
4217
|
-
- Updated dependencies [495d155]
|
|
4218
|
-
- Updated dependencies [f046f8e]
|
|
4219
|
-
- Updated dependencies [6b2972b]
|
|
4220
|
-
- Updated dependencies [3e68768]
|
|
4221
|
-
- @akinon/next@1.34.0-rc.6
|
|
4222
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
4223
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
4224
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
4225
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
4226
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
4227
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1257
|
+
- @akinon/next@1.34.0
|
|
1258
|
+
- @akinon/pz-b2b@1.34.0
|
|
1259
|
+
- @akinon/pz-gpay@1.34.0
|
|
1260
|
+
- @akinon/pz-masterpass@1.34.0
|
|
1261
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
1262
|
+
- @akinon/pz-otp@1.34.0
|
|
1263
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
4228
1264
|
|
|
4229
1265
|
## 1.33.2
|
|
4230
1266
|
|