@akinon/projectzero 1.83.0 → 1.85.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +72 -3
- package/app-template/.gitignore +2 -0
- package/app-template/CHANGELOG.md +3637 -209
- package/app-template/next.config.mjs +4 -1
- package/app-template/package.json +18 -19
- package/app-template/public/locales/en/common.json +6 -0
- package/app-template/public/locales/tr/common.json +6 -0
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
- package/app-template/src/app/[commerce]/[locale]/[currency]/error.tsx +12 -15
- package/app-template/src/settings.js +6 -1
- package/app-template/src/views/basket/basket-content.tsx +106 -0
- package/app-template/src/views/basket/basket-item.tsx +16 -13
- package/app-template/src/views/basket/summary.tsx +10 -7
- package/app-template/src/views/header/action-menu.tsx +6 -3
- package/app-template/src/views/header/mini-basket.tsx +6 -1
- package/app-template/src/views/otp-login/index.tsx +12 -14
- package/codemods/sentry-9/index.js +30 -0
- package/codemods/sentry-9/remove-sentry-configs.js +14 -0
- package/codemods/sentry-9/remove-sentry-dependency.js +25 -0
- package/codemods/sentry-9/replace-error-page.js +32 -0
- package/commands/codemod.ts +18 -0
- package/commands/index.ts +3 -1
- package/dist/codemods/sentry-9/templates/error.js +14 -0
- package/dist/commands/codemod.js +16 -0
- package/dist/commands/index.js +3 -1
- package/package.json +1 -1
- package/app-template/sentry.client.config.ts +0 -16
- package/app-template/sentry.edge.config.ts +0 -3
- package/app-template/sentry.properties +0 -4
- package/app-template/sentry.server.config.ts +0 -3
|
@@ -1,5 +1,109 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.85.0-rc.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
|
|
8
|
+
- a0a1bac4: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
9
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
10
|
+
- e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
|
|
11
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
12
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
13
|
+
- 9abd0115: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
14
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
15
|
+
- c3b2f3ff: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
16
|
+
- fa96b0ba: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
17
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
18
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [6f506afc]
|
|
23
|
+
- Updated dependencies [5dfeea04]
|
|
24
|
+
- Updated dependencies [ef75c032]
|
|
25
|
+
- Updated dependencies [2d9b2b2c]
|
|
26
|
+
- Updated dependencies [5e1feca6]
|
|
27
|
+
- Updated dependencies [40a46853]
|
|
28
|
+
- Updated dependencies [a0a1bac4]
|
|
29
|
+
- Updated dependencies [f49bb74f]
|
|
30
|
+
- Updated dependencies [e4761d2c]
|
|
31
|
+
- Updated dependencies [e9541a13]
|
|
32
|
+
- Updated dependencies [e2c6d426]
|
|
33
|
+
- Updated dependencies [4d3deb4f]
|
|
34
|
+
- Updated dependencies [72fd4d67]
|
|
35
|
+
- Updated dependencies [c53ef7b9]
|
|
36
|
+
- Updated dependencies [64699d3f]
|
|
37
|
+
- Updated dependencies [9abd0115]
|
|
38
|
+
- Updated dependencies [7727ae55]
|
|
39
|
+
- Updated dependencies [d552629f]
|
|
40
|
+
- Updated dependencies [c3b2f3ff]
|
|
41
|
+
- Updated dependencies [17f87524]
|
|
42
|
+
- Updated dependencies [70bc0aed]
|
|
43
|
+
- Updated dependencies [65d3b862]
|
|
44
|
+
- Updated dependencies [4167dcd7]
|
|
45
|
+
- Updated dependencies [bbe18b9f]
|
|
46
|
+
- Updated dependencies [17bfadc4]
|
|
47
|
+
- Updated dependencies [4920742c]
|
|
48
|
+
- Updated dependencies [b6e5b624]
|
|
49
|
+
- Updated dependencies [ac65ca9f]
|
|
50
|
+
- Updated dependencies [7e56d6b6]
|
|
51
|
+
- Updated dependencies [33377cfd]
|
|
52
|
+
- Updated dependencies [43c182ee]
|
|
53
|
+
- Updated dependencies [2d305aaf]
|
|
54
|
+
- Updated dependencies [eeb20bea]
|
|
55
|
+
- Updated dependencies [3bf63c8a]
|
|
56
|
+
- Updated dependencies [9be2c081]
|
|
57
|
+
- Updated dependencies [f2c92d5c]
|
|
58
|
+
- Updated dependencies [2f3588fb]
|
|
59
|
+
- Updated dependencies [e5529cd3]
|
|
60
|
+
- Updated dependencies [7bd3d992]
|
|
61
|
+
- Updated dependencies [fdd255ee]
|
|
62
|
+
- Updated dependencies [0b1bd07f]
|
|
63
|
+
- Updated dependencies [49eeebfa]
|
|
64
|
+
- Updated dependencies [3f9b8d7e]
|
|
65
|
+
- @akinon/next@1.85.0-rc.0
|
|
66
|
+
- @akinon/pz-otp@1.85.0-rc.0
|
|
67
|
+
- @akinon/pz-checkout-gift-pack@1.85.0-rc.0
|
|
68
|
+
- @akinon/pz-one-click-checkout@1.85.0-rc.0
|
|
69
|
+
- @akinon/pz-basket-gift-pack@1.85.0-rc.0
|
|
70
|
+
- @akinon/pz-pay-on-delivery@1.85.0-rc.0
|
|
71
|
+
- @akinon/pz-credit-payment@1.85.0-rc.0
|
|
72
|
+
- @akinon/pz-click-collect@1.85.0-rc.0
|
|
73
|
+
- @akinon/pz-masterpass@1.85.0-rc.0
|
|
74
|
+
- @akinon/pz-akifast@1.85.0-rc.0
|
|
75
|
+
- @akinon/pz-gpay@1.85.0-rc.0
|
|
76
|
+
- @akinon/pz-b2b@1.85.0-rc.0
|
|
77
|
+
- @akinon/pz-bkm@1.85.0-rc.0
|
|
78
|
+
- @akinon/pz-tabby-extension@1.85.0-rc.0
|
|
79
|
+
- @akinon/pz-saved-card@1.85.0-rc.0
|
|
80
|
+
- @akinon/pz-tamara-extension@1.85.0-rc.0
|
|
81
|
+
|
|
82
|
+
## 1.84.0
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [757ee53]
|
|
87
|
+
- Updated dependencies [c0c1962]
|
|
88
|
+
- Updated dependencies [0e05135]
|
|
89
|
+
- Updated dependencies [624a4eb]
|
|
90
|
+
- @akinon/next@1.84.0
|
|
91
|
+
- @akinon/pz-checkout-gift-pack@1.84.0
|
|
92
|
+
- @akinon/pz-one-click-checkout@1.84.0
|
|
93
|
+
- @akinon/pz-basket-gift-pack@1.84.0
|
|
94
|
+
- @akinon/pz-tamara-extension@1.84.0
|
|
95
|
+
- @akinon/pz-tabby-extension@1.84.0
|
|
96
|
+
- @akinon/pz-click-collect@1.84.0
|
|
97
|
+
- @akinon/pz-masterpass@1.84.0
|
|
98
|
+
- @akinon/pz-saved-card@1.84.0
|
|
99
|
+
- @akinon/pz-akifast@1.84.0
|
|
100
|
+
- @akinon/pz-gpay@1.84.0
|
|
101
|
+
- @akinon/pz-b2b@1.84.0
|
|
102
|
+
- @akinon/pz-bkm@1.84.0
|
|
103
|
+
- @akinon/pz-otp@1.84.0
|
|
104
|
+
- @akinon/pz-credit-payment@1.84.0
|
|
105
|
+
- @akinon/pz-pay-on-delivery@1.84.0
|
|
106
|
+
|
|
3
107
|
## 1.83.0
|
|
4
108
|
|
|
5
109
|
### Minor Changes
|
|
@@ -35,31 +139,645 @@
|
|
|
35
139
|
|
|
36
140
|
### Patch Changes
|
|
37
141
|
|
|
38
|
-
- Updated dependencies [
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
- @akinon/
|
|
48
|
-
- @akinon/pz-
|
|
49
|
-
- @akinon/pz-
|
|
50
|
-
- @akinon/pz-
|
|
51
|
-
- @akinon/pz-
|
|
52
|
-
- @akinon/pz-
|
|
53
|
-
- @akinon/pz-
|
|
54
|
-
- @akinon/pz-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
- @akinon/
|
|
62
|
-
- @akinon/pz-
|
|
142
|
+
- Updated dependencies [ef75c03]
|
|
143
|
+
- @akinon/next@1.82.0-rc.21
|
|
144
|
+
- @akinon/pz-akifast@1.82.0-rc.21
|
|
145
|
+
- @akinon/pz-b2b@1.82.0-rc.21
|
|
146
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.21
|
|
147
|
+
- @akinon/pz-bkm@1.82.0-rc.21
|
|
148
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.21
|
|
149
|
+
- @akinon/pz-click-collect@1.82.0-rc.21
|
|
150
|
+
- @akinon/pz-credit-payment@1.82.0-rc.21
|
|
151
|
+
- @akinon/pz-gpay@1.82.0-rc.21
|
|
152
|
+
- @akinon/pz-masterpass@1.82.0-rc.21
|
|
153
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.21
|
|
154
|
+
- @akinon/pz-otp@1.82.0-rc.21
|
|
155
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.21
|
|
156
|
+
- @akinon/pz-saved-card@1.82.0-rc.21
|
|
157
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.21
|
|
158
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.21
|
|
159
|
+
|
|
160
|
+
## 1.82.0-rc.20
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- Updated dependencies [e5529cd]
|
|
165
|
+
- @akinon/next@1.82.0-rc.20
|
|
166
|
+
- @akinon/pz-akifast@1.82.0-rc.20
|
|
167
|
+
- @akinon/pz-b2b@1.82.0-rc.20
|
|
168
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.20
|
|
169
|
+
- @akinon/pz-bkm@1.82.0-rc.20
|
|
170
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.20
|
|
171
|
+
- @akinon/pz-click-collect@1.82.0-rc.20
|
|
172
|
+
- @akinon/pz-credit-payment@1.82.0-rc.20
|
|
173
|
+
- @akinon/pz-gpay@1.82.0-rc.20
|
|
174
|
+
- @akinon/pz-masterpass@1.82.0-rc.20
|
|
175
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.20
|
|
176
|
+
- @akinon/pz-otp@1.82.0-rc.20
|
|
177
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.20
|
|
178
|
+
- @akinon/pz-saved-card@1.82.0-rc.20
|
|
179
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.20
|
|
180
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.20
|
|
181
|
+
|
|
182
|
+
## 1.82.0-rc.19
|
|
183
|
+
|
|
184
|
+
### Minor Changes
|
|
185
|
+
|
|
186
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- Updated dependencies [33377cf]
|
|
191
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.19
|
|
192
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.19
|
|
193
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.19
|
|
194
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.19
|
|
195
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.19
|
|
196
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.19
|
|
197
|
+
- @akinon/pz-credit-payment@1.82.0-rc.19
|
|
198
|
+
- @akinon/pz-click-collect@1.82.0-rc.19
|
|
199
|
+
- @akinon/pz-masterpass@1.82.0-rc.19
|
|
200
|
+
- @akinon/pz-saved-card@1.82.0-rc.19
|
|
201
|
+
- @akinon/next@1.82.0-rc.19
|
|
202
|
+
- @akinon/pz-akifast@1.82.0-rc.19
|
|
203
|
+
- @akinon/pz-gpay@1.82.0-rc.19
|
|
204
|
+
- @akinon/pz-b2b@1.82.0-rc.19
|
|
205
|
+
- @akinon/pz-bkm@1.82.0-rc.19
|
|
206
|
+
- @akinon/pz-otp@1.82.0-rc.19
|
|
207
|
+
|
|
208
|
+
## 1.82.0-rc.18
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- Updated dependencies [e4761d2]
|
|
213
|
+
- @akinon/next@1.82.0-rc.18
|
|
214
|
+
- @akinon/pz-akifast@1.82.0-rc.18
|
|
215
|
+
- @akinon/pz-b2b@1.82.0-rc.18
|
|
216
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.18
|
|
217
|
+
- @akinon/pz-bkm@1.82.0-rc.18
|
|
218
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.18
|
|
219
|
+
- @akinon/pz-click-collect@1.82.0-rc.18
|
|
220
|
+
- @akinon/pz-credit-payment@1.82.0-rc.18
|
|
221
|
+
- @akinon/pz-gpay@1.82.0-rc.18
|
|
222
|
+
- @akinon/pz-masterpass@1.82.0-rc.18
|
|
223
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.18
|
|
224
|
+
- @akinon/pz-otp@1.82.0-rc.18
|
|
225
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.18
|
|
226
|
+
- @akinon/pz-saved-card@1.82.0-rc.18
|
|
227
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.18
|
|
228
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.18
|
|
229
|
+
|
|
230
|
+
## 1.82.0-rc.17
|
|
231
|
+
|
|
232
|
+
### Minor Changes
|
|
233
|
+
|
|
234
|
+
- e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
|
|
235
|
+
|
|
236
|
+
### Patch Changes
|
|
237
|
+
|
|
238
|
+
- Updated dependencies [e2c6d426]
|
|
239
|
+
- Updated dependencies [70bc0aed]
|
|
240
|
+
- @akinon/next@1.82.0-rc.17
|
|
241
|
+
- @akinon/pz-akifast@1.82.0-rc.17
|
|
242
|
+
- @akinon/pz-b2b@1.82.0-rc.17
|
|
243
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.17
|
|
244
|
+
- @akinon/pz-bkm@1.82.0-rc.17
|
|
245
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.17
|
|
246
|
+
- @akinon/pz-click-collect@1.82.0-rc.17
|
|
247
|
+
- @akinon/pz-credit-payment@1.82.0-rc.17
|
|
248
|
+
- @akinon/pz-gpay@1.82.0-rc.17
|
|
249
|
+
- @akinon/pz-masterpass@1.82.0-rc.17
|
|
250
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.17
|
|
251
|
+
- @akinon/pz-otp@1.82.0-rc.17
|
|
252
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.17
|
|
253
|
+
- @akinon/pz-saved-card@1.82.0-rc.17
|
|
254
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.17
|
|
255
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.17
|
|
256
|
+
|
|
257
|
+
## 1.82.0-rc.16
|
|
258
|
+
|
|
259
|
+
### Minor Changes
|
|
260
|
+
|
|
261
|
+
- 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
|
|
262
|
+
- a0a1bac: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
263
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
264
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
265
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
266
|
+
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
267
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
268
|
+
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
269
|
+
- fa96b0b: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
270
|
+
- 596e987: ZERO-3291: Update Next.js to version 14.2.25
|
|
271
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
272
|
+
|
|
273
|
+
### Patch Changes
|
|
274
|
+
|
|
275
|
+
- Updated dependencies [757ee539]
|
|
276
|
+
- Updated dependencies [6f506af]
|
|
277
|
+
- Updated dependencies [5dfeea04]
|
|
278
|
+
- Updated dependencies [2d9b2b2c]
|
|
279
|
+
- Updated dependencies [5e1feca]
|
|
280
|
+
- Updated dependencies [c0c1962]
|
|
281
|
+
- Updated dependencies [40a46853]
|
|
282
|
+
- Updated dependencies [a0a1bac]
|
|
283
|
+
- Updated dependencies [f49bb74f]
|
|
284
|
+
- Updated dependencies [0e05135]
|
|
285
|
+
- Updated dependencies [e9541a13]
|
|
286
|
+
- Updated dependencies [4d3deb4f]
|
|
287
|
+
- Updated dependencies [72fd4d67]
|
|
288
|
+
- Updated dependencies [c53ef7b9]
|
|
289
|
+
- Updated dependencies [64699d3f]
|
|
290
|
+
- Updated dependencies [9abd011]
|
|
291
|
+
- Updated dependencies [7727ae55]
|
|
292
|
+
- Updated dependencies [d552629]
|
|
293
|
+
- Updated dependencies [c3b2f3f]
|
|
294
|
+
- Updated dependencies [17f87524]
|
|
295
|
+
- Updated dependencies [65d3b862]
|
|
296
|
+
- Updated dependencies [bbe18b9f]
|
|
297
|
+
- Updated dependencies [17bfadc]
|
|
298
|
+
- Updated dependencies [4920742c]
|
|
299
|
+
- Updated dependencies [b6e5b62]
|
|
300
|
+
- Updated dependencies [ac65ca9]
|
|
301
|
+
- Updated dependencies [7e56d6b6]
|
|
302
|
+
- Updated dependencies [43c182ee]
|
|
303
|
+
- Updated dependencies [624a4eb]
|
|
304
|
+
- Updated dependencies [2d305aaf]
|
|
305
|
+
- Updated dependencies [eeb20bea]
|
|
306
|
+
- Updated dependencies [3bf63c8]
|
|
307
|
+
- Updated dependencies [9be2c08]
|
|
308
|
+
- Updated dependencies [f2c92d5c]
|
|
309
|
+
- Updated dependencies [2f3588f]
|
|
310
|
+
- Updated dependencies [7bd3d992]
|
|
311
|
+
- Updated dependencies [fdd255ee]
|
|
312
|
+
- Updated dependencies [0b1bd07]
|
|
313
|
+
- Updated dependencies [49eeebfa]
|
|
314
|
+
- Updated dependencies [3f9b8d7e]
|
|
315
|
+
- @akinon/next@1.82.0-rc.16
|
|
316
|
+
- @akinon/pz-otp@1.82.0-rc.16
|
|
317
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.16
|
|
318
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.16
|
|
319
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.16
|
|
320
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.16
|
|
321
|
+
- @akinon/pz-credit-payment@1.82.0-rc.16
|
|
322
|
+
- @akinon/pz-click-collect@1.82.0-rc.16
|
|
323
|
+
- @akinon/pz-masterpass@1.82.0-rc.16
|
|
324
|
+
- @akinon/pz-akifast@1.82.0-rc.16
|
|
325
|
+
- @akinon/pz-gpay@1.82.0-rc.16
|
|
326
|
+
- @akinon/pz-b2b@1.82.0-rc.16
|
|
327
|
+
- @akinon/pz-bkm@1.82.0-rc.16
|
|
328
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.16
|
|
329
|
+
- @akinon/pz-saved-card@1.82.0-rc.16
|
|
330
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.16
|
|
331
|
+
|
|
332
|
+
## 1.82.0-rc.15
|
|
333
|
+
|
|
334
|
+
### Patch Changes
|
|
335
|
+
|
|
336
|
+
- Updated dependencies [2f3588fb]
|
|
337
|
+
- @akinon/next@1.82.0-rc.15
|
|
338
|
+
- @akinon/pz-akifast@1.82.0-rc.15
|
|
339
|
+
- @akinon/pz-b2b@1.82.0-rc.15
|
|
340
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.15
|
|
341
|
+
- @akinon/pz-bkm@1.82.0-rc.15
|
|
342
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.15
|
|
343
|
+
- @akinon/pz-click-collect@1.82.0-rc.15
|
|
344
|
+
- @akinon/pz-credit-payment@1.82.0-rc.15
|
|
345
|
+
- @akinon/pz-gpay@1.82.0-rc.15
|
|
346
|
+
- @akinon/pz-masterpass@1.82.0-rc.15
|
|
347
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.15
|
|
348
|
+
- @akinon/pz-otp@1.82.0-rc.15
|
|
349
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.15
|
|
350
|
+
- @akinon/pz-saved-card@1.82.0-rc.15
|
|
351
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.15
|
|
352
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.15
|
|
353
|
+
|
|
354
|
+
## 1.82.0-rc.14
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- Updated dependencies [5e1feca]
|
|
359
|
+
- @akinon/next@1.82.0-rc.14
|
|
360
|
+
- @akinon/pz-akifast@1.82.0-rc.14
|
|
361
|
+
- @akinon/pz-b2b@1.82.0-rc.14
|
|
362
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.14
|
|
363
|
+
- @akinon/pz-bkm@1.82.0-rc.14
|
|
364
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.14
|
|
365
|
+
- @akinon/pz-click-collect@1.82.0-rc.14
|
|
366
|
+
- @akinon/pz-credit-payment@1.82.0-rc.14
|
|
367
|
+
- @akinon/pz-gpay@1.82.0-rc.14
|
|
368
|
+
- @akinon/pz-masterpass@1.82.0-rc.14
|
|
369
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.14
|
|
370
|
+
- @akinon/pz-otp@1.82.0-rc.14
|
|
371
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.14
|
|
372
|
+
- @akinon/pz-saved-card@1.82.0-rc.14
|
|
373
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.14
|
|
374
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.14
|
|
375
|
+
|
|
376
|
+
## 1.82.0-rc.13
|
|
377
|
+
|
|
378
|
+
### Patch Changes
|
|
379
|
+
|
|
380
|
+
- Updated dependencies [3bf63c8]
|
|
381
|
+
- @akinon/next@1.82.0-rc.13
|
|
382
|
+
- @akinon/pz-akifast@1.82.0-rc.13
|
|
383
|
+
- @akinon/pz-b2b@1.82.0-rc.13
|
|
384
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.13
|
|
385
|
+
- @akinon/pz-bkm@1.82.0-rc.13
|
|
386
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.13
|
|
387
|
+
- @akinon/pz-click-collect@1.82.0-rc.13
|
|
388
|
+
- @akinon/pz-credit-payment@1.82.0-rc.13
|
|
389
|
+
- @akinon/pz-gpay@1.82.0-rc.13
|
|
390
|
+
- @akinon/pz-masterpass@1.82.0-rc.13
|
|
391
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.13
|
|
392
|
+
- @akinon/pz-otp@1.82.0-rc.13
|
|
393
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.13
|
|
394
|
+
- @akinon/pz-saved-card@1.82.0-rc.13
|
|
395
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.13
|
|
396
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.13
|
|
397
|
+
|
|
398
|
+
## 1.82.0-rc.12
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- Updated dependencies [ac65ca9]
|
|
403
|
+
- @akinon/next@1.82.0-rc.12
|
|
404
|
+
- @akinon/pz-akifast@1.82.0-rc.12
|
|
405
|
+
- @akinon/pz-b2b@1.82.0-rc.12
|
|
406
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.12
|
|
407
|
+
- @akinon/pz-bkm@1.82.0-rc.12
|
|
408
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.12
|
|
409
|
+
- @akinon/pz-click-collect@1.82.0-rc.12
|
|
410
|
+
- @akinon/pz-credit-payment@1.82.0-rc.12
|
|
411
|
+
- @akinon/pz-gpay@1.82.0-rc.12
|
|
412
|
+
- @akinon/pz-masterpass@1.82.0-rc.12
|
|
413
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.12
|
|
414
|
+
- @akinon/pz-otp@1.82.0-rc.12
|
|
415
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.12
|
|
416
|
+
- @akinon/pz-saved-card@1.82.0-rc.12
|
|
417
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.12
|
|
418
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.12
|
|
419
|
+
|
|
420
|
+
## 1.82.0-rc.11
|
|
421
|
+
|
|
422
|
+
### Minor Changes
|
|
423
|
+
|
|
424
|
+
- fa96b0b: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
425
|
+
|
|
426
|
+
### Patch Changes
|
|
427
|
+
|
|
428
|
+
- @akinon/next@1.82.0-rc.11
|
|
429
|
+
- @akinon/pz-akifast@1.82.0-rc.11
|
|
430
|
+
- @akinon/pz-b2b@1.82.0-rc.11
|
|
431
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.11
|
|
432
|
+
- @akinon/pz-bkm@1.82.0-rc.11
|
|
433
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.11
|
|
434
|
+
- @akinon/pz-click-collect@1.82.0-rc.11
|
|
435
|
+
- @akinon/pz-credit-payment@1.82.0-rc.11
|
|
436
|
+
- @akinon/pz-gpay@1.82.0-rc.11
|
|
437
|
+
- @akinon/pz-masterpass@1.82.0-rc.11
|
|
438
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.11
|
|
439
|
+
- @akinon/pz-otp@1.82.0-rc.11
|
|
440
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.11
|
|
441
|
+
- @akinon/pz-saved-card@1.82.0-rc.11
|
|
442
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.11
|
|
443
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.11
|
|
444
|
+
|
|
445
|
+
## 1.82.0-rc.10
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- Updated dependencies [624a4eb6]
|
|
450
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.10
|
|
451
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.10
|
|
452
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.10
|
|
453
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.10
|
|
454
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.10
|
|
455
|
+
- @akinon/pz-click-collect@1.82.0-rc.10
|
|
456
|
+
- @akinon/pz-masterpass@1.82.0-rc.10
|
|
457
|
+
- @akinon/pz-saved-card@1.82.0-rc.10
|
|
458
|
+
- @akinon/pz-akifast@1.82.0-rc.10
|
|
459
|
+
- @akinon/pz-gpay@1.82.0-rc.10
|
|
460
|
+
- @akinon/pz-b2b@1.82.0-rc.10
|
|
461
|
+
- @akinon/pz-bkm@1.82.0-rc.10
|
|
462
|
+
- @akinon/pz-otp@1.82.0-rc.10
|
|
463
|
+
- @akinon/next@1.82.0-rc.10
|
|
464
|
+
- @akinon/pz-credit-payment@1.82.0-rc.10
|
|
465
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.10
|
|
466
|
+
|
|
467
|
+
## 1.82.0-rc.9
|
|
468
|
+
|
|
469
|
+
### Minor Changes
|
|
470
|
+
|
|
471
|
+
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
472
|
+
|
|
473
|
+
### Patch Changes
|
|
474
|
+
|
|
475
|
+
- Updated dependencies [9abd011]
|
|
476
|
+
- @akinon/next@1.82.0-rc.9
|
|
477
|
+
- @akinon/pz-akifast@1.82.0-rc.9
|
|
478
|
+
- @akinon/pz-b2b@1.82.0-rc.9
|
|
479
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.9
|
|
480
|
+
- @akinon/pz-bkm@1.82.0-rc.9
|
|
481
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.9
|
|
482
|
+
- @akinon/pz-click-collect@1.82.0-rc.9
|
|
483
|
+
- @akinon/pz-credit-payment@1.82.0-rc.9
|
|
484
|
+
- @akinon/pz-gpay@1.82.0-rc.9
|
|
485
|
+
- @akinon/pz-masterpass@1.82.0-rc.9
|
|
486
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.9
|
|
487
|
+
- @akinon/pz-otp@1.82.0-rc.9
|
|
488
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.9
|
|
489
|
+
- @akinon/pz-saved-card@1.82.0-rc.9
|
|
490
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.9
|
|
491
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.9
|
|
492
|
+
|
|
493
|
+
## 1.82.0-rc.8
|
|
494
|
+
|
|
495
|
+
### Patch Changes
|
|
496
|
+
|
|
497
|
+
- Updated dependencies [17bfadc]
|
|
498
|
+
- @akinon/next@1.82.0-rc.8
|
|
499
|
+
- @akinon/pz-akifast@1.82.0-rc.8
|
|
500
|
+
- @akinon/pz-b2b@1.82.0-rc.8
|
|
501
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.8
|
|
502
|
+
- @akinon/pz-bkm@1.82.0-rc.8
|
|
503
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.8
|
|
504
|
+
- @akinon/pz-click-collect@1.82.0-rc.8
|
|
505
|
+
- @akinon/pz-credit-payment@1.82.0-rc.8
|
|
506
|
+
- @akinon/pz-gpay@1.82.0-rc.8
|
|
507
|
+
- @akinon/pz-masterpass@1.82.0-rc.8
|
|
508
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.8
|
|
509
|
+
- @akinon/pz-otp@1.82.0-rc.8
|
|
510
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.8
|
|
511
|
+
- @akinon/pz-saved-card@1.82.0-rc.8
|
|
512
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.8
|
|
513
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.8
|
|
514
|
+
|
|
515
|
+
## 1.82.0-rc.7
|
|
516
|
+
|
|
517
|
+
### Minor Changes
|
|
518
|
+
|
|
519
|
+
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
520
|
+
|
|
521
|
+
### Patch Changes
|
|
522
|
+
|
|
523
|
+
- Updated dependencies [c3b2f3f]
|
|
524
|
+
- @akinon/next@1.82.0-rc.7
|
|
525
|
+
- @akinon/pz-akifast@1.82.0-rc.7
|
|
526
|
+
- @akinon/pz-b2b@1.82.0-rc.7
|
|
527
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.7
|
|
528
|
+
- @akinon/pz-bkm@1.82.0-rc.7
|
|
529
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.7
|
|
530
|
+
- @akinon/pz-click-collect@1.82.0-rc.7
|
|
531
|
+
- @akinon/pz-credit-payment@1.82.0-rc.7
|
|
532
|
+
- @akinon/pz-gpay@1.82.0-rc.7
|
|
533
|
+
- @akinon/pz-masterpass@1.82.0-rc.7
|
|
534
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.7
|
|
535
|
+
- @akinon/pz-otp@1.82.0-rc.7
|
|
536
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.7
|
|
537
|
+
- @akinon/pz-saved-card@1.82.0-rc.7
|
|
538
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.7
|
|
539
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.7
|
|
540
|
+
|
|
541
|
+
## 1.82.0-rc.6
|
|
542
|
+
|
|
543
|
+
### Patch Changes
|
|
544
|
+
|
|
545
|
+
- Updated dependencies [0b1bd07f]
|
|
546
|
+
- @akinon/next@1.82.0-rc.6
|
|
547
|
+
- @akinon/pz-akifast@1.82.0-rc.6
|
|
548
|
+
- @akinon/pz-b2b@1.82.0-rc.6
|
|
549
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.6
|
|
550
|
+
- @akinon/pz-bkm@1.82.0-rc.6
|
|
551
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.6
|
|
552
|
+
- @akinon/pz-click-collect@1.82.0-rc.6
|
|
553
|
+
- @akinon/pz-credit-payment@1.82.0-rc.6
|
|
554
|
+
- @akinon/pz-gpay@1.82.0-rc.6
|
|
555
|
+
- @akinon/pz-masterpass@1.82.0-rc.6
|
|
556
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.6
|
|
557
|
+
- @akinon/pz-otp@1.82.0-rc.6
|
|
558
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.6
|
|
559
|
+
- @akinon/pz-saved-card@1.82.0-rc.6
|
|
560
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.6
|
|
561
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.6
|
|
562
|
+
|
|
563
|
+
## 1.82.0-rc.5
|
|
564
|
+
|
|
565
|
+
### Minor Changes
|
|
566
|
+
|
|
567
|
+
- 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- Updated dependencies [6f506afc]
|
|
572
|
+
- Updated dependencies [c0c19629]
|
|
573
|
+
- Updated dependencies [9be2c081]
|
|
574
|
+
- @akinon/next@1.82.0-rc.5
|
|
575
|
+
- @akinon/pz-akifast@1.82.0-rc.5
|
|
576
|
+
- @akinon/pz-b2b@1.82.0-rc.5
|
|
577
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.5
|
|
578
|
+
- @akinon/pz-bkm@1.82.0-rc.5
|
|
579
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.5
|
|
580
|
+
- @akinon/pz-click-collect@1.82.0-rc.5
|
|
581
|
+
- @akinon/pz-credit-payment@1.82.0-rc.5
|
|
582
|
+
- @akinon/pz-gpay@1.82.0-rc.5
|
|
583
|
+
- @akinon/pz-masterpass@1.82.0-rc.5
|
|
584
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.5
|
|
585
|
+
- @akinon/pz-otp@1.82.0-rc.5
|
|
586
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.5
|
|
587
|
+
- @akinon/pz-saved-card@1.82.0-rc.5
|
|
588
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.5
|
|
589
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.5
|
|
590
|
+
|
|
591
|
+
## 1.82.0-rc.4
|
|
592
|
+
|
|
593
|
+
### Patch Changes
|
|
594
|
+
|
|
595
|
+
- Updated dependencies [b6e5b624]
|
|
596
|
+
- @akinon/next@1.82.0-rc.4
|
|
597
|
+
- @akinon/pz-akifast@1.82.0-rc.4
|
|
598
|
+
- @akinon/pz-b2b@1.82.0-rc.4
|
|
599
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.4
|
|
600
|
+
- @akinon/pz-bkm@1.82.0-rc.4
|
|
601
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.4
|
|
602
|
+
- @akinon/pz-click-collect@1.82.0-rc.4
|
|
603
|
+
- @akinon/pz-credit-payment@1.82.0-rc.4
|
|
604
|
+
- @akinon/pz-gpay@1.82.0-rc.4
|
|
605
|
+
- @akinon/pz-masterpass@1.82.0-rc.4
|
|
606
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.4
|
|
607
|
+
- @akinon/pz-otp@1.82.0-rc.4
|
|
608
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.4
|
|
609
|
+
- @akinon/pz-saved-card@1.82.0-rc.4
|
|
610
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.4
|
|
611
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.4
|
|
612
|
+
|
|
613
|
+
## 1.82.0-rc.3
|
|
614
|
+
|
|
615
|
+
### Minor Changes
|
|
616
|
+
|
|
617
|
+
- a0a1bac4: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- Updated dependencies [a0a1bac4]
|
|
622
|
+
- @akinon/pz-otp@1.82.0-rc.3
|
|
623
|
+
- @akinon/next@1.82.0-rc.3
|
|
624
|
+
- @akinon/pz-akifast@1.82.0-rc.3
|
|
625
|
+
- @akinon/pz-b2b@1.82.0-rc.3
|
|
626
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.3
|
|
627
|
+
- @akinon/pz-bkm@1.82.0-rc.3
|
|
628
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.3
|
|
629
|
+
- @akinon/pz-click-collect@1.82.0-rc.3
|
|
630
|
+
- @akinon/pz-credit-payment@1.82.0-rc.3
|
|
631
|
+
- @akinon/pz-gpay@1.82.0-rc.3
|
|
632
|
+
- @akinon/pz-masterpass@1.82.0-rc.3
|
|
633
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.3
|
|
634
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.3
|
|
635
|
+
- @akinon/pz-saved-card@1.82.0-rc.3
|
|
636
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.3
|
|
637
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.3
|
|
638
|
+
|
|
639
|
+
## 1.82.0-rc.2
|
|
640
|
+
|
|
641
|
+
### Minor Changes
|
|
642
|
+
|
|
643
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
644
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
645
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
646
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
647
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
648
|
+
|
|
649
|
+
### Patch Changes
|
|
650
|
+
|
|
651
|
+
- Updated dependencies [757ee539]
|
|
652
|
+
- Updated dependencies [5dfeea04]
|
|
653
|
+
- Updated dependencies [2d9b2b2c]
|
|
654
|
+
- Updated dependencies [40a46853]
|
|
655
|
+
- Updated dependencies [f49bb74f]
|
|
656
|
+
- Updated dependencies [0e051352]
|
|
657
|
+
- Updated dependencies [e9541a13]
|
|
658
|
+
- Updated dependencies [4d3deb4f]
|
|
659
|
+
- Updated dependencies [72fd4d67]
|
|
660
|
+
- Updated dependencies [c53ef7b9]
|
|
661
|
+
- Updated dependencies [64699d3f]
|
|
662
|
+
- Updated dependencies [7727ae55]
|
|
663
|
+
- Updated dependencies [d552629f]
|
|
664
|
+
- Updated dependencies [17f87524]
|
|
665
|
+
- Updated dependencies [65d3b862]
|
|
666
|
+
- Updated dependencies [bbe18b9f]
|
|
667
|
+
- Updated dependencies [4920742c]
|
|
668
|
+
- Updated dependencies [7e56d6b6]
|
|
669
|
+
- Updated dependencies [43c182ee]
|
|
670
|
+
- Updated dependencies [2d305aaf]
|
|
671
|
+
- Updated dependencies [eeb20bea]
|
|
672
|
+
- Updated dependencies [f2c92d5c]
|
|
673
|
+
- Updated dependencies [7bd3d992]
|
|
674
|
+
- Updated dependencies [fdd255ee]
|
|
675
|
+
- Updated dependencies [49eeebfa]
|
|
676
|
+
- Updated dependencies [3f9b8d7e]
|
|
677
|
+
- @akinon/next@1.82.0-rc.2
|
|
678
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.2
|
|
679
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.2
|
|
680
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.2
|
|
681
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.2
|
|
682
|
+
- @akinon/pz-credit-payment@1.82.0-rc.2
|
|
683
|
+
- @akinon/pz-click-collect@1.82.0-rc.2
|
|
684
|
+
- @akinon/pz-masterpass@1.82.0-rc.2
|
|
685
|
+
- @akinon/pz-akifast@1.82.0-rc.2
|
|
686
|
+
- @akinon/pz-gpay@1.82.0-rc.2
|
|
687
|
+
- @akinon/pz-b2b@1.82.0-rc.2
|
|
688
|
+
- @akinon/pz-bkm@1.82.0-rc.2
|
|
689
|
+
- @akinon/pz-otp@1.82.0-rc.2
|
|
690
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.2
|
|
691
|
+
- @akinon/pz-saved-card@1.82.0-rc.2
|
|
692
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.2
|
|
693
|
+
|
|
694
|
+
## 1.82.0-rc.1
|
|
695
|
+
|
|
696
|
+
### Patch Changes
|
|
697
|
+
|
|
698
|
+
- Updated dependencies [0e051352]
|
|
699
|
+
- @akinon/next@1.82.0-rc.1
|
|
700
|
+
- @akinon/pz-akifast@1.82.0-rc.1
|
|
701
|
+
- @akinon/pz-b2b@1.82.0-rc.1
|
|
702
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.1
|
|
703
|
+
- @akinon/pz-bkm@1.82.0-rc.1
|
|
704
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.1
|
|
705
|
+
- @akinon/pz-click-collect@1.82.0-rc.1
|
|
706
|
+
- @akinon/pz-credit-payment@1.82.0-rc.1
|
|
707
|
+
- @akinon/pz-gpay@1.82.0-rc.1
|
|
708
|
+
- @akinon/pz-masterpass@1.82.0-rc.1
|
|
709
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.1
|
|
710
|
+
- @akinon/pz-otp@1.82.0-rc.1
|
|
711
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.1
|
|
712
|
+
- @akinon/pz-saved-card@1.82.0-rc.1
|
|
713
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.1
|
|
714
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.1
|
|
715
|
+
|
|
716
|
+
## 1.82.0-rc.0
|
|
717
|
+
|
|
718
|
+
### Minor Changes
|
|
719
|
+
|
|
720
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
721
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
722
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
723
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
724
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
725
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
726
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
727
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
728
|
+
|
|
729
|
+
### Patch Changes
|
|
730
|
+
|
|
731
|
+
- Updated dependencies [2e0b7ffd]
|
|
732
|
+
- Updated dependencies [757ee539]
|
|
733
|
+
- Updated dependencies [778aabf8]
|
|
734
|
+
- Updated dependencies [c0fef075]
|
|
735
|
+
- Updated dependencies [5dfeea04]
|
|
736
|
+
- Updated dependencies [2d9b2b2c]
|
|
737
|
+
- Updated dependencies [40a46853]
|
|
738
|
+
- Updated dependencies [2d2ab446]
|
|
739
|
+
- Updated dependencies [f49bb74f]
|
|
740
|
+
- Updated dependencies [e9541a13]
|
|
741
|
+
- Updated dependencies [4d3deb4f]
|
|
742
|
+
- Updated dependencies [72fd4d67]
|
|
743
|
+
- Updated dependencies [c53ef7b9]
|
|
744
|
+
- Updated dependencies [64699d3f]
|
|
745
|
+
- Updated dependencies [9db58ad6]
|
|
746
|
+
- Updated dependencies [0200d568]
|
|
747
|
+
- Updated dependencies [7727ae55]
|
|
748
|
+
- Updated dependencies [d552629f]
|
|
749
|
+
- Updated dependencies [17f87524]
|
|
750
|
+
- Updated dependencies [65d3b862]
|
|
751
|
+
- Updated dependencies [bbe18b9f]
|
|
752
|
+
- Updated dependencies [4920742c]
|
|
753
|
+
- Updated dependencies [7e56d6b6]
|
|
754
|
+
- Updated dependencies [7d1b5af1]
|
|
755
|
+
- Updated dependencies [43c182ee]
|
|
756
|
+
- Updated dependencies [2d305aaf]
|
|
757
|
+
- Updated dependencies [eeb20bea]
|
|
758
|
+
- Updated dependencies [f2c92d5c]
|
|
759
|
+
- Updated dependencies [6c1dba75]
|
|
760
|
+
- Updated dependencies [7bd3d992]
|
|
761
|
+
- Updated dependencies [fdd255ee]
|
|
762
|
+
- Updated dependencies [aa05ed79]
|
|
763
|
+
- Updated dependencies [49eeebfa]
|
|
764
|
+
- Updated dependencies [3f9b8d7e]
|
|
765
|
+
- @akinon/next@1.82.0-rc.0
|
|
766
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.0
|
|
767
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.0
|
|
768
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.0
|
|
769
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.0
|
|
770
|
+
- @akinon/pz-credit-payment@1.82.0-rc.0
|
|
771
|
+
- @akinon/pz-click-collect@1.82.0-rc.0
|
|
772
|
+
- @akinon/pz-masterpass@1.82.0-rc.0
|
|
773
|
+
- @akinon/pz-akifast@1.82.0-rc.0
|
|
774
|
+
- @akinon/pz-gpay@1.82.0-rc.0
|
|
775
|
+
- @akinon/pz-b2b@1.82.0-rc.0
|
|
776
|
+
- @akinon/pz-bkm@1.82.0-rc.0
|
|
777
|
+
- @akinon/pz-otp@1.82.0-rc.0
|
|
778
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.0
|
|
779
|
+
- @akinon/pz-saved-card@1.82.0-rc.0
|
|
780
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.0
|
|
63
781
|
|
|
64
782
|
## 1.81.0
|
|
65
783
|
|
|
@@ -124,22 +842,281 @@
|
|
|
124
842
|
|
|
125
843
|
### Patch Changes
|
|
126
844
|
|
|
127
|
-
- Updated dependencies [
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
845
|
+
- Updated dependencies [778aabf8]
|
|
846
|
+
- Updated dependencies [5dfeea04]
|
|
847
|
+
- Updated dependencies [2d9b2b2c]
|
|
848
|
+
- Updated dependencies [fdbf156f]
|
|
849
|
+
- Updated dependencies [fd4b74e9]
|
|
850
|
+
- Updated dependencies [f49bb74f]
|
|
851
|
+
- Updated dependencies [e9541a13]
|
|
852
|
+
- Updated dependencies [4d3deb4f]
|
|
853
|
+
- Updated dependencies [72fd4d67]
|
|
854
|
+
- Updated dependencies [c53ef7b9]
|
|
855
|
+
- Updated dependencies [64699d3f]
|
|
856
|
+
- Updated dependencies [0200d568]
|
|
857
|
+
- Updated dependencies [7727ae55]
|
|
858
|
+
- Updated dependencies [17f87524]
|
|
859
|
+
- Updated dependencies [65d3b862]
|
|
860
|
+
- Updated dependencies [bbe18b9f]
|
|
861
|
+
- Updated dependencies [4920742c]
|
|
862
|
+
- Updated dependencies [7e56d6b6]
|
|
863
|
+
- Updated dependencies [43c182ee]
|
|
864
|
+
- Updated dependencies [2d305aaf]
|
|
865
|
+
- Updated dependencies [4cc22c7c]
|
|
866
|
+
- Updated dependencies [eeb20bea]
|
|
867
|
+
- Updated dependencies [6a0a0807]
|
|
868
|
+
- Updated dependencies [f2c92d5c]
|
|
869
|
+
- Updated dependencies [7bd3d992]
|
|
870
|
+
- Updated dependencies [fdd255ee]
|
|
871
|
+
- Updated dependencies [49eeebfa]
|
|
872
|
+
- Updated dependencies [3f9b8d7e]
|
|
873
|
+
- Updated dependencies [7ab9e2fd]
|
|
874
|
+
- @akinon/next@1.80.0-rc.7
|
|
875
|
+
- @akinon/pz-masterpass@1.80.0-rc.7
|
|
876
|
+
- @akinon/pz-checkout-gift-pack@1.80.0-rc.7
|
|
877
|
+
- @akinon/pz-one-click-checkout@1.80.0-rc.7
|
|
878
|
+
- @akinon/pz-basket-gift-pack@1.80.0-rc.7
|
|
879
|
+
- @akinon/pz-pay-on-delivery@1.80.0-rc.7
|
|
880
|
+
- @akinon/pz-credit-payment@1.80.0-rc.7
|
|
881
|
+
- @akinon/pz-click-collect@1.80.0-rc.7
|
|
882
|
+
- @akinon/pz-akifast@1.80.0-rc.7
|
|
883
|
+
- @akinon/pz-gpay@1.80.0-rc.7
|
|
884
|
+
- @akinon/pz-b2b@1.80.0-rc.7
|
|
885
|
+
- @akinon/pz-bkm@1.80.0-rc.7
|
|
886
|
+
- @akinon/pz-otp@1.80.0-rc.7
|
|
887
|
+
- @akinon/pz-tabby-extension@1.80.0-rc.7
|
|
888
|
+
- @akinon/pz-saved-card@1.80.0-rc.7
|
|
889
|
+
- @akinon/pz-tamara-extension@1.80.0-rc.7
|
|
890
|
+
|
|
891
|
+
## 1.79.0-rc.6
|
|
892
|
+
|
|
893
|
+
### Patch Changes
|
|
894
|
+
|
|
895
|
+
- Updated dependencies [0200d568]
|
|
896
|
+
- @akinon/next@1.79.0-rc.6
|
|
897
|
+
- @akinon/pz-akifast@1.79.0-rc.6
|
|
898
|
+
- @akinon/pz-b2b@1.79.0-rc.6
|
|
899
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.6
|
|
900
|
+
- @akinon/pz-bkm@1.79.0-rc.6
|
|
901
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.6
|
|
902
|
+
- @akinon/pz-click-collect@1.79.0-rc.6
|
|
903
|
+
- @akinon/pz-credit-payment@1.79.0-rc.6
|
|
904
|
+
- @akinon/pz-gpay@1.79.0-rc.6
|
|
905
|
+
- @akinon/pz-masterpass@1.79.0-rc.6
|
|
906
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.6
|
|
907
|
+
- @akinon/pz-otp@1.79.0-rc.6
|
|
908
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.6
|
|
909
|
+
- @akinon/pz-saved-card@1.79.0-rc.6
|
|
910
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.6
|
|
911
|
+
|
|
912
|
+
## 1.79.0-rc.5
|
|
913
|
+
|
|
914
|
+
### Patch Changes
|
|
915
|
+
|
|
916
|
+
- Updated dependencies [778aabf8]
|
|
917
|
+
- @akinon/next@1.79.0-rc.5
|
|
918
|
+
- @akinon/pz-akifast@1.79.0-rc.5
|
|
919
|
+
- @akinon/pz-b2b@1.79.0-rc.5
|
|
920
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.5
|
|
921
|
+
- @akinon/pz-bkm@1.79.0-rc.5
|
|
922
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.5
|
|
923
|
+
- @akinon/pz-click-collect@1.79.0-rc.5
|
|
924
|
+
- @akinon/pz-credit-payment@1.79.0-rc.5
|
|
925
|
+
- @akinon/pz-gpay@1.79.0-rc.5
|
|
926
|
+
- @akinon/pz-masterpass@1.79.0-rc.5
|
|
927
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.5
|
|
928
|
+
- @akinon/pz-otp@1.79.0-rc.5
|
|
929
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.5
|
|
930
|
+
- @akinon/pz-saved-card@1.79.0-rc.5
|
|
931
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.5
|
|
932
|
+
|
|
933
|
+
## 1.79.0-rc.4
|
|
934
|
+
|
|
935
|
+
### Minor Changes
|
|
936
|
+
|
|
937
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
938
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
939
|
+
|
|
940
|
+
### Patch Changes
|
|
941
|
+
|
|
942
|
+
- Updated dependencies [fdbf156f]
|
|
943
|
+
- @akinon/pz-masterpass@1.79.0-rc.4
|
|
944
|
+
- @akinon/next@1.79.0-rc.4
|
|
945
|
+
- @akinon/pz-akifast@1.79.0-rc.4
|
|
946
|
+
- @akinon/pz-b2b@1.79.0-rc.4
|
|
947
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.4
|
|
948
|
+
- @akinon/pz-bkm@1.79.0-rc.4
|
|
949
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.4
|
|
950
|
+
- @akinon/pz-click-collect@1.79.0-rc.4
|
|
951
|
+
- @akinon/pz-credit-payment@1.79.0-rc.4
|
|
952
|
+
- @akinon/pz-gpay@1.79.0-rc.4
|
|
953
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.4
|
|
954
|
+
- @akinon/pz-otp@1.79.0-rc.4
|
|
955
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.4
|
|
956
|
+
- @akinon/pz-saved-card@1.79.0-rc.4
|
|
957
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.4
|
|
958
|
+
|
|
959
|
+
## 1.79.0-rc.3
|
|
960
|
+
|
|
961
|
+
### Minor Changes
|
|
962
|
+
|
|
963
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
964
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
965
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
966
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
967
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
968
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
969
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
970
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
971
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
972
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
973
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
974
|
+
|
|
975
|
+
### Patch Changes
|
|
976
|
+
|
|
977
|
+
- Updated dependencies [5dfeea04]
|
|
978
|
+
- Updated dependencies [2d9b2b2c]
|
|
979
|
+
- Updated dependencies [fd4b74e9]
|
|
980
|
+
- Updated dependencies [f49bb74f]
|
|
981
|
+
- Updated dependencies [e9541a13]
|
|
982
|
+
- Updated dependencies [4d3deb4f]
|
|
983
|
+
- Updated dependencies [72fd4d67]
|
|
984
|
+
- Updated dependencies [c53ef7b9]
|
|
985
|
+
- Updated dependencies [64699d3f]
|
|
986
|
+
- Updated dependencies [7727ae55]
|
|
987
|
+
- Updated dependencies [17f87524]
|
|
988
|
+
- Updated dependencies [65d3b862]
|
|
989
|
+
- Updated dependencies [bbe18b9f]
|
|
990
|
+
- Updated dependencies [4920742c]
|
|
991
|
+
- Updated dependencies [7e56d6b6]
|
|
992
|
+
- Updated dependencies [43c182ee]
|
|
993
|
+
- Updated dependencies [2d305aaf]
|
|
994
|
+
- Updated dependencies [4cc22c7c]
|
|
995
|
+
- Updated dependencies [eeb20bea]
|
|
996
|
+
- Updated dependencies [6a0a0807]
|
|
997
|
+
- Updated dependencies [f2c92d5c]
|
|
998
|
+
- Updated dependencies [7bd3d992]
|
|
999
|
+
- Updated dependencies [fdd255ee]
|
|
1000
|
+
- Updated dependencies [59fa21ce]
|
|
1001
|
+
- Updated dependencies [49eeebfa]
|
|
1002
|
+
- Updated dependencies [3f9b8d7e]
|
|
1003
|
+
- @akinon/next@1.79.0-rc.3
|
|
1004
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.3
|
|
1005
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.3
|
|
1006
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.3
|
|
1007
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.3
|
|
1008
|
+
- @akinon/pz-credit-payment@1.79.0-rc.3
|
|
1009
|
+
- @akinon/pz-click-collect@1.79.0-rc.3
|
|
1010
|
+
- @akinon/pz-masterpass@1.79.0-rc.3
|
|
1011
|
+
- @akinon/pz-akifast@1.79.0-rc.3
|
|
1012
|
+
- @akinon/pz-gpay@1.79.0-rc.3
|
|
1013
|
+
- @akinon/pz-b2b@1.79.0-rc.3
|
|
1014
|
+
- @akinon/pz-bkm@1.79.0-rc.3
|
|
1015
|
+
- @akinon/pz-otp@1.79.0-rc.3
|
|
1016
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.3
|
|
1017
|
+
- @akinon/pz-saved-card@1.79.0-rc.3
|
|
1018
|
+
|
|
1019
|
+
## 1.79.0-rc.2
|
|
1020
|
+
|
|
1021
|
+
### Minor Changes
|
|
1022
|
+
|
|
1023
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
1024
|
+
|
|
1025
|
+
### Patch Changes
|
|
1026
|
+
|
|
1027
|
+
- @akinon/next@1.79.0-rc.2
|
|
1028
|
+
- @akinon/pz-akifast@1.79.0-rc.2
|
|
1029
|
+
- @akinon/pz-b2b@1.79.0-rc.2
|
|
1030
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.2
|
|
1031
|
+
- @akinon/pz-bkm@1.79.0-rc.2
|
|
1032
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.2
|
|
1033
|
+
- @akinon/pz-click-collect@1.79.0-rc.2
|
|
1034
|
+
- @akinon/pz-credit-payment@1.79.0-rc.2
|
|
1035
|
+
- @akinon/pz-gpay@1.79.0-rc.2
|
|
1036
|
+
- @akinon/pz-masterpass@1.79.0-rc.2
|
|
1037
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.2
|
|
1038
|
+
- @akinon/pz-otp@1.79.0-rc.2
|
|
1039
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.2
|
|
1040
|
+
- @akinon/pz-saved-card@1.79.0-rc.2
|
|
1041
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.2
|
|
1042
|
+
|
|
1043
|
+
## 1.79.0-rc.1
|
|
1044
|
+
|
|
1045
|
+
### Patch Changes
|
|
1046
|
+
|
|
1047
|
+
- Updated dependencies [4cc22c7c]
|
|
1048
|
+
- @akinon/next@1.79.0-rc.1
|
|
1049
|
+
- @akinon/pz-akifast@1.79.0-rc.1
|
|
1050
|
+
- @akinon/pz-b2b@1.79.0-rc.1
|
|
1051
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.1
|
|
1052
|
+
- @akinon/pz-bkm@1.79.0-rc.1
|
|
1053
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.1
|
|
1054
|
+
- @akinon/pz-click-collect@1.79.0-rc.1
|
|
1055
|
+
- @akinon/pz-credit-payment@1.79.0-rc.1
|
|
1056
|
+
- @akinon/pz-gpay@1.79.0-rc.1
|
|
1057
|
+
- @akinon/pz-masterpass@1.79.0-rc.1
|
|
1058
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.1
|
|
1059
|
+
- @akinon/pz-otp@1.79.0-rc.1
|
|
1060
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.1
|
|
1061
|
+
- @akinon/pz-saved-card@1.79.0-rc.1
|
|
1062
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.1
|
|
1063
|
+
|
|
1064
|
+
## 1.79.0-rc.0
|
|
1065
|
+
|
|
1066
|
+
### Minor Changes
|
|
1067
|
+
|
|
1068
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
1069
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
1070
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1071
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1072
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1073
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1074
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1075
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
1076
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
1077
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
1078
|
+
|
|
1079
|
+
### Patch Changes
|
|
1080
|
+
|
|
1081
|
+
- Updated dependencies [5dfeea04]
|
|
1082
|
+
- Updated dependencies [2d9b2b2c]
|
|
1083
|
+
- Updated dependencies [fd4b74e9]
|
|
1084
|
+
- Updated dependencies [f49bb74f]
|
|
1085
|
+
- Updated dependencies [e9541a13]
|
|
1086
|
+
- Updated dependencies [4d3deb4f]
|
|
1087
|
+
- Updated dependencies [72fd4d67]
|
|
1088
|
+
- Updated dependencies [c53ef7b9]
|
|
1089
|
+
- Updated dependencies [64699d3f]
|
|
1090
|
+
- Updated dependencies [7727ae55]
|
|
1091
|
+
- Updated dependencies [17f87524]
|
|
1092
|
+
- Updated dependencies [65d3b862]
|
|
1093
|
+
- Updated dependencies [bbe18b9f]
|
|
1094
|
+
- Updated dependencies [4920742c]
|
|
1095
|
+
- Updated dependencies [7e56d6b6]
|
|
1096
|
+
- Updated dependencies [43c182ee]
|
|
1097
|
+
- Updated dependencies [2d305aaf]
|
|
1098
|
+
- Updated dependencies [eeb20bea]
|
|
1099
|
+
- Updated dependencies [6a0a0807]
|
|
1100
|
+
- Updated dependencies [f2c92d5c]
|
|
1101
|
+
- Updated dependencies [7bd3d992]
|
|
1102
|
+
- Updated dependencies [fdd255ee]
|
|
1103
|
+
- Updated dependencies [49eeebfa]
|
|
1104
|
+
- Updated dependencies [3f9b8d7e]
|
|
1105
|
+
- @akinon/next@1.79.0-rc.0
|
|
1106
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
1107
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
1108
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
1109
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
1110
|
+
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
1111
|
+
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
1112
|
+
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
1113
|
+
- @akinon/pz-akifast@1.79.0-rc.0
|
|
1114
|
+
- @akinon/pz-gpay@1.79.0-rc.0
|
|
1115
|
+
- @akinon/pz-b2b@1.79.0-rc.0
|
|
1116
|
+
- @akinon/pz-bkm@1.79.0-rc.0
|
|
1117
|
+
- @akinon/pz-otp@1.79.0-rc.0
|
|
1118
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
1119
|
+
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
143
1120
|
|
|
144
1121
|
## 1.78.0
|
|
145
1122
|
|
|
@@ -341,21 +1318,161 @@
|
|
|
341
1318
|
### Patch Changes
|
|
342
1319
|
|
|
343
1320
|
- Updated dependencies [f34454a]
|
|
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
|
|
1321
|
+
- @akinon/next@1.71.0-rc.6
|
|
1322
|
+
- @akinon/pz-akifast@1.71.0-rc.6
|
|
1323
|
+
- @akinon/pz-b2b@1.71.0-rc.6
|
|
1324
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.6
|
|
1325
|
+
- @akinon/pz-bkm@1.71.0-rc.6
|
|
1326
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.6
|
|
1327
|
+
- @akinon/pz-click-collect@1.71.0-rc.6
|
|
1328
|
+
- @akinon/pz-credit-payment@1.71.0-rc.6
|
|
1329
|
+
- @akinon/pz-gpay@1.71.0-rc.6
|
|
1330
|
+
- @akinon/pz-masterpass@1.71.0-rc.6
|
|
1331
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.6
|
|
1332
|
+
- @akinon/pz-otp@1.71.0-rc.6
|
|
1333
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.6
|
|
1334
|
+
- @akinon/pz-saved-card@1.71.0-rc.6
|
|
1335
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.6
|
|
1336
|
+
|
|
1337
|
+
## 1.71.0-rc.5
|
|
1338
|
+
|
|
1339
|
+
### Patch Changes
|
|
1340
|
+
|
|
1341
|
+
- Updated dependencies [0ab91e5]
|
|
1342
|
+
- @akinon/pz-akifast@1.71.0-rc.5
|
|
1343
|
+
- @akinon/next@1.71.0-rc.5
|
|
1344
|
+
- @akinon/pz-b2b@1.71.0-rc.5
|
|
1345
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
1346
|
+
- @akinon/pz-bkm@1.71.0-rc.5
|
|
1347
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
1348
|
+
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
1349
|
+
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
1350
|
+
- @akinon/pz-gpay@1.71.0-rc.5
|
|
1351
|
+
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
1352
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
1353
|
+
- @akinon/pz-otp@1.71.0-rc.5
|
|
1354
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
1355
|
+
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
1356
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
1357
|
+
|
|
1358
|
+
## 1.71.0-rc.4
|
|
1359
|
+
|
|
1360
|
+
### Minor Changes
|
|
1361
|
+
|
|
1362
|
+
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
1363
|
+
|
|
1364
|
+
### Patch Changes
|
|
1365
|
+
|
|
1366
|
+
- @akinon/next@1.71.0-rc.4
|
|
1367
|
+
- @akinon/pz-akifast@1.71.0-rc.4
|
|
1368
|
+
- @akinon/pz-b2b@1.71.0-rc.4
|
|
1369
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
1370
|
+
- @akinon/pz-bkm@1.71.0-rc.4
|
|
1371
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
1372
|
+
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
1373
|
+
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
1374
|
+
- @akinon/pz-gpay@1.71.0-rc.4
|
|
1375
|
+
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
1376
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
1377
|
+
- @akinon/pz-otp@1.71.0-rc.4
|
|
1378
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
1379
|
+
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
1380
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
1381
|
+
|
|
1382
|
+
## 1.71.0-rc.3
|
|
1383
|
+
|
|
1384
|
+
### Minor Changes
|
|
1385
|
+
|
|
1386
|
+
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
1387
|
+
|
|
1388
|
+
### Patch Changes
|
|
1389
|
+
|
|
1390
|
+
- Updated dependencies [3344bca]
|
|
1391
|
+
- @akinon/next@1.71.0-rc.3
|
|
1392
|
+
- @akinon/pz-akifast@1.71.0-rc.3
|
|
1393
|
+
- @akinon/pz-b2b@1.71.0-rc.3
|
|
1394
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
1395
|
+
- @akinon/pz-bkm@1.71.0-rc.3
|
|
1396
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
1397
|
+
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
1398
|
+
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
1399
|
+
- @akinon/pz-gpay@1.71.0-rc.3
|
|
1400
|
+
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
1401
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
1402
|
+
- @akinon/pz-otp@1.71.0-rc.3
|
|
1403
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
1404
|
+
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
1405
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
1406
|
+
|
|
1407
|
+
## 1.71.0-rc.2
|
|
1408
|
+
|
|
1409
|
+
### Patch Changes
|
|
1410
|
+
|
|
1411
|
+
- Updated dependencies [56cdddc]
|
|
1412
|
+
- @akinon/next@1.71.0-rc.2
|
|
1413
|
+
- @akinon/pz-akifast@1.71.0-rc.2
|
|
1414
|
+
- @akinon/pz-b2b@1.71.0-rc.2
|
|
1415
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
1416
|
+
- @akinon/pz-bkm@1.71.0-rc.2
|
|
1417
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
1418
|
+
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
1419
|
+
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
1420
|
+
- @akinon/pz-gpay@1.71.0-rc.2
|
|
1421
|
+
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
1422
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
1423
|
+
- @akinon/pz-otp@1.71.0-rc.2
|
|
1424
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
1425
|
+
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
1426
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
1427
|
+
|
|
1428
|
+
## 1.71.0-rc.1
|
|
1429
|
+
|
|
1430
|
+
### Patch Changes
|
|
1431
|
+
|
|
1432
|
+
- Updated dependencies [9a50730]
|
|
1433
|
+
- @akinon/next@1.71.0-rc.1
|
|
1434
|
+
- @akinon/pz-akifast@1.71.0-rc.1
|
|
1435
|
+
- @akinon/pz-b2b@1.71.0-rc.1
|
|
1436
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
1437
|
+
- @akinon/pz-bkm@1.71.0-rc.1
|
|
1438
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
1439
|
+
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
1440
|
+
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
1441
|
+
- @akinon/pz-gpay@1.71.0-rc.1
|
|
1442
|
+
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
1443
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
1444
|
+
- @akinon/pz-otp@1.71.0-rc.1
|
|
1445
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
1446
|
+
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
1447
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
1448
|
+
|
|
1449
|
+
## 1.71.0-rc.0
|
|
1450
|
+
|
|
1451
|
+
### Minor Changes
|
|
1452
|
+
|
|
1453
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1454
|
+
|
|
1455
|
+
### Patch Changes
|
|
1456
|
+
|
|
1457
|
+
- Updated dependencies [3bfa12a]
|
|
1458
|
+
- Updated dependencies [4d3deb4]
|
|
1459
|
+
- Updated dependencies [3010514]
|
|
1460
|
+
- Updated dependencies [ca774b3]
|
|
1461
|
+
- @akinon/next@1.71.0-rc.0
|
|
1462
|
+
- @akinon/pz-akifast@1.71.0-rc.0
|
|
1463
|
+
- @akinon/pz-b2b@1.71.0-rc.0
|
|
1464
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
1465
|
+
- @akinon/pz-bkm@1.71.0-rc.0
|
|
1466
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
1467
|
+
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
1468
|
+
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
1469
|
+
- @akinon/pz-gpay@1.71.0-rc.0
|
|
1470
|
+
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
1471
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
1472
|
+
- @akinon/pz-otp@1.71.0-rc.0
|
|
1473
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
1474
|
+
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
1475
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
359
1476
|
|
|
360
1477
|
## 1.70.0
|
|
361
1478
|
|
|
@@ -386,32 +1503,249 @@
|
|
|
386
1503
|
|
|
387
1504
|
### Minor Changes
|
|
388
1505
|
|
|
1506
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1507
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1508
|
+
|
|
1509
|
+
### Patch Changes
|
|
1510
|
+
|
|
1511
|
+
- Updated dependencies [3bfa12a]
|
|
1512
|
+
- Updated dependencies [4d3deb4]
|
|
1513
|
+
- Updated dependencies [3010514]
|
|
1514
|
+
- Updated dependencies [ca774b3]
|
|
1515
|
+
- Updated dependencies [f046f8e]
|
|
1516
|
+
- @akinon/next@1.69.0-rc.9
|
|
1517
|
+
- @akinon/pz-akifast@1.69.0-rc.9
|
|
1518
|
+
- @akinon/pz-b2b@1.69.0-rc.9
|
|
1519
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
1520
|
+
- @akinon/pz-bkm@1.69.0-rc.9
|
|
1521
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
1522
|
+
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
1523
|
+
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
1524
|
+
- @akinon/pz-gpay@1.69.0-rc.9
|
|
1525
|
+
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
1526
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
1527
|
+
- @akinon/pz-otp@1.69.0-rc.9
|
|
1528
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
1529
|
+
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
1530
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
1531
|
+
|
|
1532
|
+
## 1.69.0-rc.8
|
|
1533
|
+
|
|
1534
|
+
### Patch Changes
|
|
1535
|
+
|
|
1536
|
+
- Updated dependencies [3010514]
|
|
1537
|
+
- Updated dependencies [ca774b3]
|
|
1538
|
+
- @akinon/next@1.69.0-rc.8
|
|
1539
|
+
- @akinon/pz-akifast@1.69.0-rc.8
|
|
1540
|
+
- @akinon/pz-b2b@1.69.0-rc.8
|
|
1541
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
1542
|
+
- @akinon/pz-bkm@1.69.0-rc.8
|
|
1543
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
1544
|
+
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
1545
|
+
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
1546
|
+
- @akinon/pz-gpay@1.69.0-rc.8
|
|
1547
|
+
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
1548
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
1549
|
+
- @akinon/pz-otp@1.69.0-rc.8
|
|
1550
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
1551
|
+
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
1552
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
1553
|
+
|
|
1554
|
+
## 1.69.0-rc.7
|
|
1555
|
+
|
|
1556
|
+
### Patch Changes
|
|
1557
|
+
|
|
1558
|
+
- Updated dependencies [3bfa12a]
|
|
1559
|
+
- @akinon/next@1.69.0-rc.7
|
|
1560
|
+
- @akinon/pz-akifast@1.69.0-rc.7
|
|
1561
|
+
- @akinon/pz-b2b@1.69.0-rc.7
|
|
1562
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
1563
|
+
- @akinon/pz-bkm@1.69.0-rc.7
|
|
1564
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
1565
|
+
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
1566
|
+
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
1567
|
+
- @akinon/pz-gpay@1.69.0-rc.7
|
|
1568
|
+
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
1569
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
1570
|
+
- @akinon/pz-otp@1.69.0-rc.7
|
|
1571
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
1572
|
+
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
1573
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
1574
|
+
|
|
1575
|
+
## 1.69.0-rc.6
|
|
1576
|
+
|
|
1577
|
+
### Minor Changes
|
|
1578
|
+
|
|
1579
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
389
1580
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
390
1581
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
391
1582
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
392
1583
|
|
|
393
1584
|
### Patch Changes
|
|
394
1585
|
|
|
1586
|
+
- Updated dependencies [4d3deb4]
|
|
395
1587
|
- Updated dependencies [063da74]
|
|
396
1588
|
- Updated dependencies [72da021]
|
|
397
1589
|
- Updated dependencies [5632a99]
|
|
398
1590
|
- Updated dependencies [cbdb0c8]
|
|
399
1591
|
- Updated dependencies [80c869b]
|
|
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
|
|
1592
|
+
- @akinon/next@1.69.0-rc.6
|
|
1593
|
+
- @akinon/pz-akifast@1.69.0-rc.6
|
|
1594
|
+
- @akinon/pz-b2b@1.69.0-rc.6
|
|
1595
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.6
|
|
1596
|
+
- @akinon/pz-bkm@1.69.0-rc.6
|
|
1597
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.6
|
|
1598
|
+
- @akinon/pz-click-collect@1.69.0-rc.6
|
|
1599
|
+
- @akinon/pz-credit-payment@1.69.0-rc.6
|
|
1600
|
+
- @akinon/pz-gpay@1.69.0-rc.6
|
|
1601
|
+
- @akinon/pz-masterpass@1.69.0-rc.6
|
|
1602
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.6
|
|
1603
|
+
- @akinon/pz-otp@1.69.0-rc.6
|
|
1604
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.6
|
|
1605
|
+
- @akinon/pz-saved-card@1.69.0-rc.6
|
|
1606
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.6
|
|
1607
|
+
|
|
1608
|
+
## 1.69.0-rc.5
|
|
1609
|
+
|
|
1610
|
+
### Minor Changes
|
|
1611
|
+
|
|
1612
|
+
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
1613
|
+
|
|
1614
|
+
### Patch Changes
|
|
1615
|
+
|
|
1616
|
+
- Updated dependencies [80c869b]
|
|
1617
|
+
- @akinon/next@1.69.0-rc.5
|
|
1618
|
+
- @akinon/pz-akifast@1.69.0-rc.5
|
|
1619
|
+
- @akinon/pz-b2b@1.69.0-rc.5
|
|
1620
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
1621
|
+
- @akinon/pz-bkm@1.69.0-rc.5
|
|
1622
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
1623
|
+
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
1624
|
+
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
1625
|
+
- @akinon/pz-gpay@1.69.0-rc.5
|
|
1626
|
+
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
1627
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
1628
|
+
- @akinon/pz-otp@1.69.0-rc.5
|
|
1629
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
1630
|
+
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
1631
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
1632
|
+
|
|
1633
|
+
## 1.69.0-rc.4
|
|
1634
|
+
|
|
1635
|
+
### Minor Changes
|
|
1636
|
+
|
|
1637
|
+
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
1638
|
+
|
|
1639
|
+
### Patch Changes
|
|
1640
|
+
|
|
1641
|
+
- Updated dependencies [063da74]
|
|
1642
|
+
- @akinon/next@1.69.0-rc.4
|
|
1643
|
+
- @akinon/pz-akifast@1.69.0-rc.4
|
|
1644
|
+
- @akinon/pz-b2b@1.69.0-rc.4
|
|
1645
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
1646
|
+
- @akinon/pz-bkm@1.69.0-rc.4
|
|
1647
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
1648
|
+
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
1649
|
+
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
1650
|
+
- @akinon/pz-gpay@1.69.0-rc.4
|
|
1651
|
+
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
1652
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
1653
|
+
- @akinon/pz-otp@1.69.0-rc.4
|
|
1654
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
1655
|
+
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
1656
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
1657
|
+
|
|
1658
|
+
## 1.69.0-rc.3
|
|
1659
|
+
|
|
1660
|
+
### Minor Changes
|
|
1661
|
+
|
|
1662
|
+
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
1663
|
+
|
|
1664
|
+
### Patch Changes
|
|
1665
|
+
|
|
1666
|
+
- Updated dependencies [cbdb0c8]
|
|
1667
|
+
- @akinon/next@1.69.0-rc.3
|
|
1668
|
+
- @akinon/pz-akifast@1.69.0-rc.3
|
|
1669
|
+
- @akinon/pz-b2b@1.69.0-rc.3
|
|
1670
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
1671
|
+
- @akinon/pz-bkm@1.69.0-rc.3
|
|
1672
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
1673
|
+
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
1674
|
+
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
1675
|
+
- @akinon/pz-gpay@1.69.0-rc.3
|
|
1676
|
+
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
1677
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
1678
|
+
- @akinon/pz-otp@1.69.0-rc.3
|
|
1679
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
1680
|
+
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
1681
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
1682
|
+
|
|
1683
|
+
## 1.69.0-rc.2
|
|
1684
|
+
|
|
1685
|
+
### Patch Changes
|
|
1686
|
+
|
|
1687
|
+
- Updated dependencies [5632a99]
|
|
1688
|
+
- @akinon/next@1.69.0-rc.2
|
|
1689
|
+
- @akinon/pz-akifast@1.69.0-rc.2
|
|
1690
|
+
- @akinon/pz-b2b@1.69.0-rc.2
|
|
1691
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
1692
|
+
- @akinon/pz-bkm@1.69.0-rc.2
|
|
1693
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
1694
|
+
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
1695
|
+
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
1696
|
+
- @akinon/pz-gpay@1.69.0-rc.2
|
|
1697
|
+
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
1698
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
1699
|
+
- @akinon/pz-otp@1.69.0-rc.2
|
|
1700
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
1701
|
+
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
1702
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
1703
|
+
|
|
1704
|
+
## 1.69.0-rc.1
|
|
1705
|
+
|
|
1706
|
+
### Patch Changes
|
|
1707
|
+
|
|
1708
|
+
- Updated dependencies [72da021]
|
|
1709
|
+
- @akinon/next@1.69.0-rc.1
|
|
1710
|
+
- @akinon/pz-akifast@1.69.0-rc.1
|
|
1711
|
+
- @akinon/pz-b2b@1.69.0-rc.1
|
|
1712
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
1713
|
+
- @akinon/pz-bkm@1.69.0-rc.1
|
|
1714
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
1715
|
+
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
1716
|
+
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
1717
|
+
- @akinon/pz-gpay@1.69.0-rc.1
|
|
1718
|
+
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
1719
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
1720
|
+
- @akinon/pz-otp@1.69.0-rc.1
|
|
1721
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
1722
|
+
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
1723
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
1724
|
+
|
|
1725
|
+
## 1.69.0-rc.0
|
|
1726
|
+
|
|
1727
|
+
### Minor Changes
|
|
1728
|
+
|
|
1729
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
1730
|
+
|
|
1731
|
+
### Patch Changes
|
|
1732
|
+
|
|
1733
|
+
- Updated dependencies [4d3deb4]
|
|
1734
|
+
- @akinon/next@1.69.0-rc.0
|
|
1735
|
+
- @akinon/pz-akifast@1.69.0-rc.0
|
|
1736
|
+
- @akinon/pz-b2b@1.69.0-rc.0
|
|
1737
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
1738
|
+
- @akinon/pz-bkm@1.69.0-rc.0
|
|
1739
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
1740
|
+
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
1741
|
+
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
1742
|
+
- @akinon/pz-gpay@1.69.0-rc.0
|
|
1743
|
+
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
1744
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
1745
|
+
- @akinon/pz-otp@1.69.0-rc.0
|
|
1746
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
1747
|
+
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
1748
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
415
1749
|
|
|
416
1750
|
## 1.68.0
|
|
417
1751
|
|
|
@@ -762,30 +2096,403 @@
|
|
|
762
2096
|
|
|
763
2097
|
### Minor Changes
|
|
764
2098
|
|
|
765
|
-
-
|
|
2099
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2100
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2101
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2102
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2103
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2104
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2105
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2106
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2107
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2108
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
2109
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2110
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2111
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2112
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2113
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2114
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2115
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2116
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2117
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2118
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2119
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2120
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2121
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2122
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
2123
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2124
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
766
2125
|
|
|
767
2126
|
### Patch Changes
|
|
768
2127
|
|
|
769
|
-
- Updated dependencies [
|
|
770
|
-
- Updated dependencies [
|
|
771
|
-
- Updated dependencies [
|
|
772
|
-
- Updated dependencies [
|
|
773
|
-
- Updated dependencies [
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
2128
|
+
- Updated dependencies [c416d18]
|
|
2129
|
+
- Updated dependencies [572d2e84]
|
|
2130
|
+
- Updated dependencies [5dfeea0]
|
|
2131
|
+
- Updated dependencies [0e25399]
|
|
2132
|
+
- Updated dependencies [a4c8d6a9]
|
|
2133
|
+
- Updated dependencies [fda5b927]
|
|
2134
|
+
- Updated dependencies [2d9b2b2c]
|
|
2135
|
+
- Updated dependencies [c53ea3e6]
|
|
2136
|
+
- Updated dependencies [714e0b46]
|
|
2137
|
+
- Updated dependencies [6c25f66]
|
|
2138
|
+
- Updated dependencies [bc2b4117]
|
|
2139
|
+
- Updated dependencies [3bf2dd9]
|
|
2140
|
+
- Updated dependencies [e9541a13]
|
|
2141
|
+
- Updated dependencies [c53ef7b9]
|
|
2142
|
+
- Updated dependencies [2e6104d]
|
|
2143
|
+
- Updated dependencies [64699d3f]
|
|
2144
|
+
- Updated dependencies [0d3a913e]
|
|
2145
|
+
- Updated dependencies [7b05522]
|
|
2146
|
+
- Updated dependencies [d6edb1d]
|
|
2147
|
+
- Updated dependencies [d3474c64]
|
|
2148
|
+
- Updated dependencies [17f87524]
|
|
2149
|
+
- Updated dependencies [29ead87]
|
|
2150
|
+
- Updated dependencies [c45b62c]
|
|
2151
|
+
- Updated dependencies [91265bba]
|
|
2152
|
+
- Updated dependencies [bbe18b9f]
|
|
2153
|
+
- Updated dependencies [d4099960]
|
|
2154
|
+
- Updated dependencies [4920742]
|
|
2155
|
+
- Updated dependencies [12a873e]
|
|
2156
|
+
- Updated dependencies [7e56d6b]
|
|
2157
|
+
- Updated dependencies [94b69285]
|
|
2158
|
+
- Updated dependencies [98bb8dcd]
|
|
2159
|
+
- Updated dependencies [dcc8a150]
|
|
2160
|
+
- Updated dependencies [8f47cca]
|
|
2161
|
+
- Updated dependencies [fad27689]
|
|
2162
|
+
- Updated dependencies [dff0d595]
|
|
2163
|
+
- Updated dependencies [fdd0b41]
|
|
2164
|
+
- Updated dependencies [f2c325c]
|
|
2165
|
+
- Updated dependencies [9e25a64]
|
|
2166
|
+
- Updated dependencies [beb499e6]
|
|
2167
|
+
- Updated dependencies [f2c92d5c]
|
|
2168
|
+
- Updated dependencies [7bd3d992]
|
|
2169
|
+
- Updated dependencies [f3d076b]
|
|
2170
|
+
- Updated dependencies [f046f8e0]
|
|
2171
|
+
- Updated dependencies [49eeebf]
|
|
2172
|
+
- Updated dependencies [86d25315]
|
|
2173
|
+
- Updated dependencies [3f9b8d7e]
|
|
2174
|
+
- @akinon/next@1.56.0-rc.8
|
|
2175
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
2176
|
+
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
2177
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
2178
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
2179
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
2180
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
2181
|
+
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
2182
|
+
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
2183
|
+
- @akinon/pz-akifast@1.56.0-rc.8
|
|
2184
|
+
- @akinon/pz-gpay@1.56.0-rc.8
|
|
2185
|
+
- @akinon/pz-b2b@1.56.0-rc.8
|
|
2186
|
+
- @akinon/pz-bkm@1.56.0-rc.8
|
|
2187
|
+
- @akinon/pz-otp@1.56.0-rc.8
|
|
2188
|
+
|
|
2189
|
+
## 1.56.0-rc.7
|
|
787
2190
|
|
|
788
|
-
|
|
2191
|
+
### Patch Changes
|
|
2192
|
+
|
|
2193
|
+
- Updated dependencies [0e25399]
|
|
2194
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
2195
|
+
- @akinon/next@1.56.0-rc.7
|
|
2196
|
+
- @akinon/pz-akifast@1.56.0-rc.7
|
|
2197
|
+
- @akinon/pz-b2b@1.56.0-rc.7
|
|
2198
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
2199
|
+
- @akinon/pz-bkm@1.56.0-rc.7
|
|
2200
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
2201
|
+
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
2202
|
+
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
2203
|
+
- @akinon/pz-gpay@1.56.0-rc.7
|
|
2204
|
+
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
2205
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
2206
|
+
- @akinon/pz-otp@1.56.0-rc.7
|
|
2207
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
2208
|
+
|
|
2209
|
+
## 1.56.0-rc.6
|
|
2210
|
+
|
|
2211
|
+
### Minor Changes
|
|
2212
|
+
|
|
2213
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
2214
|
+
|
|
2215
|
+
### Patch Changes
|
|
2216
|
+
|
|
2217
|
+
- Updated dependencies [f3d076b]
|
|
2218
|
+
- @akinon/next@1.56.0-rc.6
|
|
2219
|
+
- @akinon/pz-akifast@1.56.0-rc.6
|
|
2220
|
+
- @akinon/pz-b2b@1.56.0-rc.6
|
|
2221
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
2222
|
+
- @akinon/pz-bkm@1.56.0-rc.6
|
|
2223
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
2224
|
+
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
2225
|
+
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
2226
|
+
- @akinon/pz-gpay@1.56.0-rc.6
|
|
2227
|
+
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
2228
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
2229
|
+
- @akinon/pz-otp@1.56.0-rc.6
|
|
2230
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
2231
|
+
|
|
2232
|
+
## 1.56.0-rc.5
|
|
2233
|
+
|
|
2234
|
+
### Patch Changes
|
|
2235
|
+
|
|
2236
|
+
- Updated dependencies [c416d18]
|
|
2237
|
+
- @akinon/next@1.56.0-rc.5
|
|
2238
|
+
- @akinon/pz-akifast@1.56.0-rc.5
|
|
2239
|
+
- @akinon/pz-b2b@1.56.0-rc.5
|
|
2240
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
2241
|
+
- @akinon/pz-bkm@1.56.0-rc.5
|
|
2242
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
2243
|
+
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
2244
|
+
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
2245
|
+
- @akinon/pz-gpay@1.56.0-rc.5
|
|
2246
|
+
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
2247
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
2248
|
+
- @akinon/pz-otp@1.56.0-rc.5
|
|
2249
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
2250
|
+
|
|
2251
|
+
## 1.56.0-rc.4
|
|
2252
|
+
|
|
2253
|
+
### Minor Changes
|
|
2254
|
+
|
|
2255
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2256
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2257
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2258
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2259
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2260
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2261
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2262
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2263
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2264
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2265
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2266
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2267
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2268
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2269
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2270
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2271
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2272
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2273
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2274
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2275
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2276
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2277
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2278
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2279
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2280
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2281
|
+
|
|
2282
|
+
### Patch Changes
|
|
2283
|
+
|
|
2284
|
+
- Updated dependencies [572d2e84]
|
|
2285
|
+
- Updated dependencies [5dfeea0]
|
|
2286
|
+
- Updated dependencies [a4c8d6a9]
|
|
2287
|
+
- Updated dependencies [fda5b927]
|
|
2288
|
+
- Updated dependencies [2d9b2b2c]
|
|
2289
|
+
- Updated dependencies [c53ea3e6]
|
|
2290
|
+
- Updated dependencies [d93a507]
|
|
2291
|
+
- Updated dependencies [714e0b46]
|
|
2292
|
+
- Updated dependencies [6c25f66]
|
|
2293
|
+
- Updated dependencies [bc2b411]
|
|
2294
|
+
- Updated dependencies [3bf2dd9]
|
|
2295
|
+
- Updated dependencies [e9541a13]
|
|
2296
|
+
- Updated dependencies [c53ef7b9]
|
|
2297
|
+
- Updated dependencies [2e6104d]
|
|
2298
|
+
- Updated dependencies [64699d3]
|
|
2299
|
+
- Updated dependencies [0d3a913e]
|
|
2300
|
+
- Updated dependencies [7b05522]
|
|
2301
|
+
- Updated dependencies [d6edb1d]
|
|
2302
|
+
- Updated dependencies [d3474c64]
|
|
2303
|
+
- Updated dependencies [17f8752]
|
|
2304
|
+
- Updated dependencies [29ead87]
|
|
2305
|
+
- Updated dependencies [c45b62c]
|
|
2306
|
+
- Updated dependencies [91265bba]
|
|
2307
|
+
- Updated dependencies [bbe18b9f]
|
|
2308
|
+
- Updated dependencies [d4099960]
|
|
2309
|
+
- Updated dependencies [4920742]
|
|
2310
|
+
- Updated dependencies [12a873e]
|
|
2311
|
+
- Updated dependencies [674badc]
|
|
2312
|
+
- Updated dependencies [7e56d6b]
|
|
2313
|
+
- Updated dependencies [94b69285]
|
|
2314
|
+
- Updated dependencies [98bb8dcd]
|
|
2315
|
+
- Updated dependencies [207ac6e]
|
|
2316
|
+
- Updated dependencies [dcc8a150]
|
|
2317
|
+
- Updated dependencies [8f47cca]
|
|
2318
|
+
- Updated dependencies [fad27689]
|
|
2319
|
+
- Updated dependencies [dff0d595]
|
|
2320
|
+
- Updated dependencies [fdd0b41]
|
|
2321
|
+
- Updated dependencies [f2c325c]
|
|
2322
|
+
- Updated dependencies [9e25a64]
|
|
2323
|
+
- Updated dependencies [beb499e6]
|
|
2324
|
+
- Updated dependencies [f2c92d5c]
|
|
2325
|
+
- Updated dependencies [7bd3d99]
|
|
2326
|
+
- Updated dependencies [f046f8e0]
|
|
2327
|
+
- Updated dependencies [b9273fd]
|
|
2328
|
+
- Updated dependencies [49eeebf]
|
|
2329
|
+
- Updated dependencies [86d25315]
|
|
2330
|
+
- Updated dependencies [c670bd4]
|
|
2331
|
+
- Updated dependencies [3f9b8d7]
|
|
2332
|
+
- @akinon/next@1.56.0-rc.4
|
|
2333
|
+
- @akinon/pz-click-collect@1.56.0-rc.4
|
|
2334
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.4
|
|
2335
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.4
|
|
2336
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.4
|
|
2337
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.4
|
|
2338
|
+
- @akinon/pz-credit-payment@1.56.0-rc.4
|
|
2339
|
+
- @akinon/pz-masterpass@1.56.0-rc.4
|
|
2340
|
+
- @akinon/pz-akifast@1.56.0-rc.4
|
|
2341
|
+
- @akinon/pz-gpay@1.56.0-rc.4
|
|
2342
|
+
- @akinon/pz-b2b@1.56.0-rc.4
|
|
2343
|
+
- @akinon/pz-bkm@1.56.0-rc.4
|
|
2344
|
+
- @akinon/pz-otp@1.56.0-rc.4
|
|
2345
|
+
|
|
2346
|
+
## 1.56.0-rc.3
|
|
2347
|
+
|
|
2348
|
+
### Patch Changes
|
|
2349
|
+
|
|
2350
|
+
- Updated dependencies [674badc]
|
|
2351
|
+
- @akinon/next@1.56.0-rc.3
|
|
2352
|
+
- @akinon/pz-akifast@1.56.0-rc.3
|
|
2353
|
+
- @akinon/pz-b2b@1.56.0-rc.3
|
|
2354
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
2355
|
+
- @akinon/pz-bkm@1.56.0-rc.3
|
|
2356
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
2357
|
+
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
2358
|
+
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
2359
|
+
- @akinon/pz-gpay@1.56.0-rc.3
|
|
2360
|
+
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
2361
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
2362
|
+
- @akinon/pz-otp@1.56.0-rc.3
|
|
2363
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
2364
|
+
|
|
2365
|
+
## 1.56.0-rc.2
|
|
2366
|
+
|
|
2367
|
+
### Patch Changes
|
|
2368
|
+
|
|
2369
|
+
- Updated dependencies [7b05522]
|
|
2370
|
+
- Updated dependencies [29ead87]
|
|
2371
|
+
- @akinon/next@1.56.0-rc.2
|
|
2372
|
+
- @akinon/pz-otp@1.56.0-rc.2
|
|
2373
|
+
- @akinon/pz-akifast@1.56.0-rc.2
|
|
2374
|
+
- @akinon/pz-b2b@1.56.0-rc.2
|
|
2375
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
2376
|
+
- @akinon/pz-bkm@1.56.0-rc.2
|
|
2377
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
2378
|
+
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
2379
|
+
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
2380
|
+
- @akinon/pz-gpay@1.56.0-rc.2
|
|
2381
|
+
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
2382
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
2383
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
2384
|
+
|
|
2385
|
+
## 1.56.0-rc.1
|
|
2386
|
+
|
|
2387
|
+
### Patch Changes
|
|
2388
|
+
|
|
2389
|
+
- Updated dependencies [207ac6e]
|
|
2390
|
+
- @akinon/next@1.56.0-rc.1
|
|
2391
|
+
- @akinon/pz-akifast@1.56.0-rc.1
|
|
2392
|
+
- @akinon/pz-b2b@1.56.0-rc.1
|
|
2393
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
2394
|
+
- @akinon/pz-bkm@1.56.0-rc.1
|
|
2395
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
2396
|
+
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
2397
|
+
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
2398
|
+
- @akinon/pz-gpay@1.56.0-rc.1
|
|
2399
|
+
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
2400
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
2401
|
+
- @akinon/pz-otp@1.56.0-rc.1
|
|
2402
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
2403
|
+
|
|
2404
|
+
## 1.56.0-rc.0
|
|
2405
|
+
|
|
2406
|
+
### Minor Changes
|
|
2407
|
+
|
|
2408
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2409
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2410
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2411
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2412
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2413
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2414
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2415
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2416
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2417
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
2418
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2419
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2420
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2421
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2422
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2423
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2424
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2425
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2426
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2427
|
+
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
2428
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2429
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2430
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2431
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2432
|
+
- b9273fd3: ZERO-2889: add host headers to requests
|
|
2433
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2434
|
+
|
|
2435
|
+
### Patch Changes
|
|
2436
|
+
|
|
2437
|
+
- Updated dependencies [572d2e84]
|
|
2438
|
+
- Updated dependencies [5dfeea0]
|
|
2439
|
+
- Updated dependencies [a4c8d6a9]
|
|
2440
|
+
- Updated dependencies [fda5b927]
|
|
2441
|
+
- Updated dependencies [2d9b2b2c]
|
|
2442
|
+
- Updated dependencies [c53ea3e6]
|
|
2443
|
+
- Updated dependencies [d93a507]
|
|
2444
|
+
- Updated dependencies [714e0b46]
|
|
2445
|
+
- Updated dependencies [6c25f666]
|
|
2446
|
+
- Updated dependencies [bc2b4117]
|
|
2447
|
+
- Updated dependencies [3bf2dd94]
|
|
2448
|
+
- Updated dependencies [e9541a13]
|
|
2449
|
+
- Updated dependencies [c53ef7b9]
|
|
2450
|
+
- Updated dependencies [2e6104d]
|
|
2451
|
+
- Updated dependencies [64699d3f]
|
|
2452
|
+
- Updated dependencies [0d3a913e]
|
|
2453
|
+
- Updated dependencies [d6edb1d0]
|
|
2454
|
+
- Updated dependencies [d3474c64]
|
|
2455
|
+
- Updated dependencies [17f87524]
|
|
2456
|
+
- Updated dependencies [c45b62c9]
|
|
2457
|
+
- Updated dependencies [91265bba]
|
|
2458
|
+
- Updated dependencies [bbe18b9f]
|
|
2459
|
+
- Updated dependencies [d4099960]
|
|
2460
|
+
- Updated dependencies [4920742c]
|
|
2461
|
+
- Updated dependencies [12a873e]
|
|
2462
|
+
- Updated dependencies [7e56d6b6]
|
|
2463
|
+
- Updated dependencies [94b69285]
|
|
2464
|
+
- Updated dependencies [98bb8dcd]
|
|
2465
|
+
- Updated dependencies [dcc8a150]
|
|
2466
|
+
- Updated dependencies [8f47ccae]
|
|
2467
|
+
- Updated dependencies [fad27689]
|
|
2468
|
+
- Updated dependencies [dff0d595]
|
|
2469
|
+
- Updated dependencies [fdd0b41]
|
|
2470
|
+
- Updated dependencies [f2c325c1]
|
|
2471
|
+
- Updated dependencies [9e25a64b]
|
|
2472
|
+
- Updated dependencies [beb499e6]
|
|
2473
|
+
- Updated dependencies [f2c92d5c]
|
|
2474
|
+
- Updated dependencies [7bd3d992]
|
|
2475
|
+
- Updated dependencies [f046f8e0]
|
|
2476
|
+
- Updated dependencies [b9273fd3]
|
|
2477
|
+
- Updated dependencies [49eeebf]
|
|
2478
|
+
- Updated dependencies [86d25315]
|
|
2479
|
+
- Updated dependencies [c670bd48]
|
|
2480
|
+
- Updated dependencies [3f9b8d7e]
|
|
2481
|
+
- @akinon/next@1.56.0-rc.0
|
|
2482
|
+
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
2483
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
2484
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
2485
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
2486
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
2487
|
+
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
2488
|
+
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
2489
|
+
- @akinon/pz-akifast@1.56.0-rc.0
|
|
2490
|
+
- @akinon/pz-gpay@1.56.0-rc.0
|
|
2491
|
+
- @akinon/pz-b2b@1.56.0-rc.0
|
|
2492
|
+
- @akinon/pz-bkm@1.56.0-rc.0
|
|
2493
|
+
- @akinon/pz-otp@1.56.0-rc.0
|
|
2494
|
+
|
|
2495
|
+
## 1.55.0
|
|
789
2496
|
|
|
790
2497
|
### Minor Changes
|
|
791
2498
|
|
|
@@ -926,20 +2633,220 @@
|
|
|
926
2633
|
|
|
927
2634
|
### Patch Changes
|
|
928
2635
|
|
|
2636
|
+
- Updated dependencies [90282b53]
|
|
2637
|
+
- Updated dependencies [50b90692]
|
|
2638
|
+
- Updated dependencies [572d2e84]
|
|
2639
|
+
- Updated dependencies [5dfeea0]
|
|
2640
|
+
- Updated dependencies [a4c8d6a9]
|
|
2641
|
+
- Updated dependencies [fda5b927]
|
|
2642
|
+
- Updated dependencies [2d9b2b2]
|
|
2643
|
+
- Updated dependencies [c53ea3e6]
|
|
2644
|
+
- Updated dependencies [d93a507]
|
|
2645
|
+
- Updated dependencies [8d9ac9a]
|
|
2646
|
+
- Updated dependencies [18e8197]
|
|
2647
|
+
- Updated dependencies [714e0b46]
|
|
2648
|
+
- Updated dependencies [70279e7]
|
|
2649
|
+
- Updated dependencies [6c25f66]
|
|
2650
|
+
- Updated dependencies [bc2b411]
|
|
2651
|
+
- Updated dependencies [3bf2dd9]
|
|
2652
|
+
- Updated dependencies [e9541a1]
|
|
2653
|
+
- Updated dependencies [c53ef7b9]
|
|
2654
|
+
- Updated dependencies [9d94f7e]
|
|
2655
|
+
- Updated dependencies [2e6104d]
|
|
2656
|
+
- Updated dependencies [64699d3]
|
|
2657
|
+
- Updated dependencies [0d3a913e]
|
|
2658
|
+
- Updated dependencies [1448a96e]
|
|
2659
|
+
- Updated dependencies [1ec2e9d]
|
|
2660
|
+
- Updated dependencies [d6edb1d]
|
|
2661
|
+
- Updated dependencies [d3474c64]
|
|
2662
|
+
- Updated dependencies [75080fd6]
|
|
2663
|
+
- Updated dependencies [17f8752]
|
|
2664
|
+
- Updated dependencies [c45b62c]
|
|
2665
|
+
- Updated dependencies [91265bba]
|
|
2666
|
+
- Updated dependencies [bbe18b9f]
|
|
2667
|
+
- Updated dependencies [d4099960]
|
|
2668
|
+
- Updated dependencies [4920742]
|
|
2669
|
+
- Updated dependencies [12a873e]
|
|
2670
|
+
- Updated dependencies [69ca0801]
|
|
2671
|
+
- Updated dependencies [7e56d6b]
|
|
2672
|
+
- Updated dependencies [94b6928]
|
|
2673
|
+
- Updated dependencies [98bb8dcd]
|
|
2674
|
+
- Updated dependencies [46b7aad7]
|
|
2675
|
+
- Updated dependencies [dcc8a150]
|
|
2676
|
+
- Updated dependencies [8f47cca]
|
|
2677
|
+
- Updated dependencies [fad27689]
|
|
2678
|
+
- Updated dependencies [dff0d595]
|
|
2679
|
+
- Updated dependencies [fdd0b41]
|
|
2680
|
+
- Updated dependencies [eecb282]
|
|
2681
|
+
- Updated dependencies [f2c325c]
|
|
2682
|
+
- Updated dependencies [9e25a64]
|
|
2683
|
+
- Updated dependencies [beb499e6]
|
|
2684
|
+
- Updated dependencies [146ea391]
|
|
2685
|
+
- Updated dependencies [f2c92d5]
|
|
2686
|
+
- Updated dependencies [7bd3d99]
|
|
2687
|
+
- Updated dependencies [c47be30d]
|
|
2688
|
+
- Updated dependencies [e9a46acb]
|
|
2689
|
+
- Updated dependencies [f046f8e0]
|
|
2690
|
+
- Updated dependencies [b9273fd]
|
|
2691
|
+
- Updated dependencies [49eeebf]
|
|
2692
|
+
- Updated dependencies [86d25315]
|
|
2693
|
+
- Updated dependencies [c670bd4]
|
|
2694
|
+
- Updated dependencies [3f9b8d7]
|
|
2695
|
+
- Updated dependencies [3d35f70]
|
|
2696
|
+
- @akinon/next@1.50.0-rc.2
|
|
2697
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
2698
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
2699
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
2700
|
+
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
2701
|
+
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
2702
|
+
- @akinon/pz-akifast@1.50.0-rc.2
|
|
2703
|
+
- @akinon/pz-gpay@1.50.0-rc.2
|
|
2704
|
+
- @akinon/pz-b2b@1.50.0-rc.2
|
|
2705
|
+
- @akinon/pz-bkm@1.50.0-rc.2
|
|
2706
|
+
- @akinon/pz-otp@1.50.0-rc.2
|
|
2707
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
2708
|
+
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
2709
|
+
|
|
2710
|
+
## 1.50.0-rc.1
|
|
2711
|
+
|
|
2712
|
+
### Patch Changes
|
|
2713
|
+
|
|
2714
|
+
- Updated dependencies [49eeebf]
|
|
2715
|
+
- @akinon/next@1.50.0-rc.1
|
|
2716
|
+
- @akinon/pz-akifast@1.50.0-rc.1
|
|
2717
|
+
- @akinon/pz-b2b@1.50.0-rc.1
|
|
2718
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
2719
|
+
- @akinon/pz-bkm@1.50.0-rc.1
|
|
2720
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
2721
|
+
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
2722
|
+
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
2723
|
+
- @akinon/pz-gpay@1.50.0-rc.1
|
|
2724
|
+
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
2725
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
2726
|
+
- @akinon/pz-otp@1.50.0-rc.1
|
|
2727
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
2728
|
+
|
|
2729
|
+
## 1.50.0-rc.0
|
|
2730
|
+
|
|
2731
|
+
### Minor Changes
|
|
2732
|
+
|
|
2733
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2734
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2735
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2736
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2737
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2738
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2739
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2740
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2741
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2742
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2743
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2744
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2745
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2746
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2747
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2748
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2749
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2750
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2751
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2752
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2753
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2754
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2755
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2756
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2757
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2758
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2759
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2760
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2761
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2762
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2763
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2764
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2765
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2766
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2767
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2768
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2769
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2770
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2771
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2772
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2773
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2774
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2775
|
+
|
|
2776
|
+
### Patch Changes
|
|
2777
|
+
|
|
2778
|
+
- Updated dependencies [90282b53]
|
|
2779
|
+
- Updated dependencies [50b90692]
|
|
2780
|
+
- Updated dependencies [572d2e84]
|
|
2781
|
+
- Updated dependencies [5dfeea0]
|
|
2782
|
+
- Updated dependencies [a4c8d6a9]
|
|
2783
|
+
- Updated dependencies [fda5b927]
|
|
2784
|
+
- Updated dependencies [2d9b2b2]
|
|
2785
|
+
- Updated dependencies [c53ea3e6]
|
|
2786
|
+
- Updated dependencies [d93a507]
|
|
2787
|
+
- Updated dependencies [8d9ac9a]
|
|
2788
|
+
- Updated dependencies [18e8197]
|
|
929
2789
|
- Updated dependencies [eaf97d6]
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
2790
|
+
- Updated dependencies [714e0b46]
|
|
2791
|
+
- Updated dependencies [70279e7]
|
|
2792
|
+
- Updated dependencies [6c25f66]
|
|
2793
|
+
- Updated dependencies [bc2b411]
|
|
2794
|
+
- Updated dependencies [3bf2dd9]
|
|
2795
|
+
- Updated dependencies [e9541a1]
|
|
2796
|
+
- Updated dependencies [c53ef7b9]
|
|
2797
|
+
- Updated dependencies [9d94f7e]
|
|
2798
|
+
- Updated dependencies [2e6104d]
|
|
2799
|
+
- Updated dependencies [64699d3]
|
|
2800
|
+
- Updated dependencies [0d3a913e]
|
|
2801
|
+
- Updated dependencies [1448a96e]
|
|
2802
|
+
- Updated dependencies [1ec2e9d]
|
|
2803
|
+
- Updated dependencies [d6edb1d]
|
|
2804
|
+
- Updated dependencies [d3474c64]
|
|
2805
|
+
- Updated dependencies [75080fd6]
|
|
2806
|
+
- Updated dependencies [17f8752]
|
|
2807
|
+
- Updated dependencies [c45b62c]
|
|
2808
|
+
- Updated dependencies [91265bba]
|
|
2809
|
+
- Updated dependencies [bbe18b9f]
|
|
2810
|
+
- Updated dependencies [d4099960]
|
|
2811
|
+
- Updated dependencies [4920742]
|
|
2812
|
+
- Updated dependencies [12a873e]
|
|
2813
|
+
- Updated dependencies [69ca080]
|
|
2814
|
+
- Updated dependencies [7e56d6b]
|
|
2815
|
+
- Updated dependencies [94b6928]
|
|
2816
|
+
- Updated dependencies [98bb8dcd]
|
|
2817
|
+
- Updated dependencies [46b7aad7]
|
|
2818
|
+
- Updated dependencies [dcc8a150]
|
|
2819
|
+
- Updated dependencies [8f47cca]
|
|
2820
|
+
- Updated dependencies [fad27689]
|
|
2821
|
+
- Updated dependencies [dff0d595]
|
|
2822
|
+
- Updated dependencies [fdd0b41]
|
|
2823
|
+
- Updated dependencies [eecb282]
|
|
2824
|
+
- Updated dependencies [f2c325c]
|
|
2825
|
+
- Updated dependencies [9e25a64]
|
|
2826
|
+
- Updated dependencies [beb499e6]
|
|
2827
|
+
- Updated dependencies [146ea391]
|
|
2828
|
+
- Updated dependencies [f2c92d5]
|
|
2829
|
+
- Updated dependencies [7bd3d99]
|
|
2830
|
+
- Updated dependencies [c47be30d]
|
|
2831
|
+
- Updated dependencies [e9a46acb]
|
|
2832
|
+
- Updated dependencies [f046f8e0]
|
|
2833
|
+
- Updated dependencies [b9273fd]
|
|
2834
|
+
- Updated dependencies [86d25315]
|
|
2835
|
+
- Updated dependencies [c670bd4]
|
|
2836
|
+
- Updated dependencies [3f9b8d7]
|
|
2837
|
+
- @akinon/next@1.50.0-rc.0
|
|
2838
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
2839
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
2840
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
2841
|
+
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
2842
|
+
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
2843
|
+
- @akinon/pz-akifast@1.50.0-rc.0
|
|
2844
|
+
- @akinon/pz-gpay@1.50.0-rc.0
|
|
2845
|
+
- @akinon/pz-b2b@1.50.0-rc.0
|
|
2846
|
+
- @akinon/pz-bkm@1.50.0-rc.0
|
|
2847
|
+
- @akinon/pz-otp@1.50.0-rc.0
|
|
2848
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
2849
|
+
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
943
2850
|
|
|
944
2851
|
## 1.49.0
|
|
945
2852
|
|
|
@@ -967,125 +2874,1358 @@
|
|
|
967
2874
|
|
|
968
2875
|
### Minor Changes
|
|
969
2876
|
|
|
970
|
-
-
|
|
2877
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2878
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2879
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2880
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2881
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2882
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2883
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2884
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2885
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2886
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2887
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2888
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2889
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2890
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2891
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2892
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2893
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2894
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2895
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2896
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2897
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2898
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2899
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2900
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2901
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2902
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2903
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2904
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2905
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2906
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2907
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2908
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2909
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2910
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2911
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2912
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2913
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2914
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2915
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2916
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2917
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2918
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
971
2919
|
|
|
972
2920
|
### Patch Changes
|
|
973
2921
|
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
-
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
981
|
-
-
|
|
982
|
-
-
|
|
983
|
-
-
|
|
984
|
-
-
|
|
985
|
-
-
|
|
986
|
-
-
|
|
987
|
-
|
|
988
|
-
|
|
2922
|
+
- Updated dependencies [90282b53]
|
|
2923
|
+
- Updated dependencies [50b9069]
|
|
2924
|
+
- Updated dependencies [572d2e84]
|
|
2925
|
+
- Updated dependencies [5dfeea0]
|
|
2926
|
+
- Updated dependencies [a4c8d6a9]
|
|
2927
|
+
- Updated dependencies [fda5b927]
|
|
2928
|
+
- Updated dependencies [2d9b2b2]
|
|
2929
|
+
- Updated dependencies [c53ea3e6]
|
|
2930
|
+
- Updated dependencies [d93a507]
|
|
2931
|
+
- Updated dependencies [8d9ac9a]
|
|
2932
|
+
- Updated dependencies [18e8197]
|
|
2933
|
+
- Updated dependencies [714e0b46]
|
|
2934
|
+
- Updated dependencies [70279e7]
|
|
2935
|
+
- Updated dependencies [6c25f66]
|
|
2936
|
+
- Updated dependencies [bc2b411]
|
|
2937
|
+
- Updated dependencies [3bf2dd9]
|
|
2938
|
+
- Updated dependencies [e9541a1]
|
|
2939
|
+
- Updated dependencies [c53ef7b9]
|
|
2940
|
+
- Updated dependencies [9d94f7e]
|
|
2941
|
+
- Updated dependencies [2e6104d]
|
|
2942
|
+
- Updated dependencies [64699d3]
|
|
2943
|
+
- Updated dependencies [0d3a913e]
|
|
2944
|
+
- Updated dependencies [1448a96e]
|
|
2945
|
+
- Updated dependencies [26b809f]
|
|
2946
|
+
- Updated dependencies [1ec2e9d]
|
|
2947
|
+
- Updated dependencies [d6edb1d]
|
|
2948
|
+
- Updated dependencies [d3474c64]
|
|
2949
|
+
- Updated dependencies [75080fd6]
|
|
2950
|
+
- Updated dependencies [17f8752]
|
|
2951
|
+
- Updated dependencies [c45b62c]
|
|
2952
|
+
- Updated dependencies [91265bba]
|
|
2953
|
+
- Updated dependencies [20da358]
|
|
2954
|
+
- Updated dependencies [bbe18b9f]
|
|
2955
|
+
- Updated dependencies [d409996]
|
|
2956
|
+
- Updated dependencies [4920742]
|
|
2957
|
+
- Updated dependencies [12a873e]
|
|
2958
|
+
- Updated dependencies [69ca080]
|
|
2959
|
+
- Updated dependencies [7e56d6b]
|
|
2960
|
+
- Updated dependencies [94b6928]
|
|
2961
|
+
- Updated dependencies [98bb8dcd]
|
|
2962
|
+
- Updated dependencies [46b7aad7]
|
|
2963
|
+
- Updated dependencies [dcc8a150]
|
|
2964
|
+
- Updated dependencies [8f47cca]
|
|
2965
|
+
- Updated dependencies [fad27689]
|
|
2966
|
+
- Updated dependencies [dff0d595]
|
|
2967
|
+
- Updated dependencies [fdd0b41]
|
|
2968
|
+
- Updated dependencies [eecb282]
|
|
2969
|
+
- Updated dependencies [f2c325c]
|
|
2970
|
+
- Updated dependencies [9e25a64]
|
|
2971
|
+
- Updated dependencies [beb499e6]
|
|
2972
|
+
- Updated dependencies [146ea391]
|
|
2973
|
+
- Updated dependencies [f2c92d5]
|
|
2974
|
+
- Updated dependencies [7bd3d99]
|
|
2975
|
+
- Updated dependencies [c47be30d]
|
|
2976
|
+
- Updated dependencies [e9a46acb]
|
|
2977
|
+
- Updated dependencies [f046f8e0]
|
|
2978
|
+
- Updated dependencies [04115e5]
|
|
2979
|
+
- Updated dependencies [b9273fd]
|
|
2980
|
+
- Updated dependencies [fa88889]
|
|
2981
|
+
- Updated dependencies [86d25315]
|
|
2982
|
+
- Updated dependencies [c670bd4]
|
|
2983
|
+
- Updated dependencies [3f9b8d7]
|
|
2984
|
+
- @akinon/next@1.48.0-rc.8
|
|
2985
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
2986
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
2987
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
2988
|
+
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
2989
|
+
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
2990
|
+
- @akinon/pz-akifast@1.48.0-rc.8
|
|
2991
|
+
- @akinon/pz-gpay@1.48.0-rc.8
|
|
2992
|
+
- @akinon/pz-b2b@1.48.0-rc.8
|
|
2993
|
+
- @akinon/pz-bkm@1.48.0-rc.8
|
|
2994
|
+
- @akinon/pz-otp@1.48.0-rc.8
|
|
2995
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
2996
|
+
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
2997
|
+
|
|
2998
|
+
## 1.48.0-rc.7
|
|
989
2999
|
|
|
990
3000
|
### Patch Changes
|
|
991
3001
|
|
|
992
|
-
- Updated dependencies [
|
|
993
|
-
-
|
|
994
|
-
- @akinon/
|
|
995
|
-
- @akinon/pz-
|
|
996
|
-
- @akinon/pz-
|
|
997
|
-
- @akinon/pz-
|
|
998
|
-
- @akinon/pz-
|
|
999
|
-
- @akinon/pz-
|
|
1000
|
-
- @akinon/pz-
|
|
1001
|
-
- @akinon/pz-
|
|
1002
|
-
- @akinon/pz-
|
|
1003
|
-
- @akinon/pz-
|
|
1004
|
-
- @akinon/pz-
|
|
1005
|
-
- @akinon/pz-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
## 1.46.0
|
|
1009
|
-
|
|
1010
|
-
### Minor Changes
|
|
1011
|
-
|
|
1012
|
-
- 72692a2: ZERO-2879: Update Node.js runtime to version 22-alpine
|
|
3002
|
+
- Updated dependencies [26b809f]
|
|
3003
|
+
- @akinon/next@1.48.0-rc.7
|
|
3004
|
+
- @akinon/pz-akifast@1.48.0-rc.7
|
|
3005
|
+
- @akinon/pz-b2b@1.48.0-rc.7
|
|
3006
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
3007
|
+
- @akinon/pz-bkm@1.48.0-rc.7
|
|
3008
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
3009
|
+
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
3010
|
+
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
3011
|
+
- @akinon/pz-gpay@1.48.0-rc.7
|
|
3012
|
+
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
3013
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
3014
|
+
- @akinon/pz-otp@1.48.0-rc.7
|
|
3015
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
3016
|
+
|
|
3017
|
+
## 1.48.0-rc.6
|
|
1013
3018
|
|
|
1014
3019
|
### Patch Changes
|
|
1015
3020
|
|
|
1016
|
-
-
|
|
1017
|
-
- @akinon/
|
|
1018
|
-
- @akinon/pz-
|
|
1019
|
-
- @akinon/pz-
|
|
1020
|
-
- @akinon/pz-
|
|
1021
|
-
- @akinon/pz-
|
|
1022
|
-
- @akinon/pz-
|
|
1023
|
-
- @akinon/pz-
|
|
1024
|
-
- @akinon/pz-
|
|
1025
|
-
- @akinon/pz-
|
|
1026
|
-
- @akinon/pz-
|
|
1027
|
-
- @akinon/pz-
|
|
1028
|
-
- @akinon/pz-
|
|
1029
|
-
|
|
1030
|
-
|
|
3021
|
+
- Updated dependencies [04115e5]
|
|
3022
|
+
- @akinon/next@1.48.0-rc.6
|
|
3023
|
+
- @akinon/pz-akifast@1.48.0-rc.6
|
|
3024
|
+
- @akinon/pz-b2b@1.48.0-rc.6
|
|
3025
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
3026
|
+
- @akinon/pz-bkm@1.48.0-rc.6
|
|
3027
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
3028
|
+
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
3029
|
+
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
3030
|
+
- @akinon/pz-gpay@1.48.0-rc.6
|
|
3031
|
+
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
3032
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
3033
|
+
- @akinon/pz-otp@1.48.0-rc.6
|
|
3034
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
3035
|
+
|
|
3036
|
+
## 1.48.0-rc.5
|
|
1031
3037
|
|
|
1032
3038
|
### Patch Changes
|
|
1033
3039
|
|
|
1034
|
-
- Updated dependencies [
|
|
1035
|
-
- @akinon/next@1.
|
|
1036
|
-
- @akinon/pz-akifast@1.
|
|
1037
|
-
- @akinon/pz-b2b@1.
|
|
1038
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
1039
|
-
- @akinon/pz-bkm@1.
|
|
1040
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
1041
|
-
- @akinon/pz-click-collect@1.
|
|
1042
|
-
- @akinon/pz-credit-payment@1.
|
|
1043
|
-
- @akinon/pz-gpay@1.
|
|
1044
|
-
- @akinon/pz-masterpass@1.
|
|
1045
|
-
- @akinon/pz-one-click-checkout@1.
|
|
1046
|
-
- @akinon/pz-otp@1.
|
|
1047
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
1048
|
-
|
|
1049
|
-
## 1.
|
|
3040
|
+
- Updated dependencies [20da358]
|
|
3041
|
+
- @akinon/next@1.48.0-rc.5
|
|
3042
|
+
- @akinon/pz-akifast@1.48.0-rc.5
|
|
3043
|
+
- @akinon/pz-b2b@1.48.0-rc.5
|
|
3044
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
3045
|
+
- @akinon/pz-bkm@1.48.0-rc.5
|
|
3046
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
3047
|
+
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
3048
|
+
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
3049
|
+
- @akinon/pz-gpay@1.48.0-rc.5
|
|
3050
|
+
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
3051
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
3052
|
+
- @akinon/pz-otp@1.48.0-rc.5
|
|
3053
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
3054
|
+
|
|
3055
|
+
## 1.48.0-rc.4
|
|
1050
3056
|
|
|
1051
3057
|
### Patch Changes
|
|
1052
3058
|
|
|
1053
|
-
-
|
|
1054
|
-
- @akinon/
|
|
1055
|
-
- @akinon/pz-
|
|
1056
|
-
- @akinon/pz-
|
|
1057
|
-
- @akinon/pz-
|
|
1058
|
-
- @akinon/pz-
|
|
1059
|
-
- @akinon/pz-
|
|
1060
|
-
- @akinon/pz-
|
|
1061
|
-
- @akinon/pz-
|
|
1062
|
-
- @akinon/pz-
|
|
1063
|
-
- @akinon/pz-
|
|
1064
|
-
- @akinon/pz-
|
|
1065
|
-
- @akinon/pz-
|
|
1066
|
-
|
|
1067
|
-
|
|
3059
|
+
- Updated dependencies [5dfeea0]
|
|
3060
|
+
- @akinon/next@1.48.0-rc.4
|
|
3061
|
+
- @akinon/pz-akifast@1.48.0-rc.4
|
|
3062
|
+
- @akinon/pz-b2b@1.48.0-rc.4
|
|
3063
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
3064
|
+
- @akinon/pz-bkm@1.48.0-rc.4
|
|
3065
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
3066
|
+
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
3067
|
+
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
3068
|
+
- @akinon/pz-gpay@1.48.0-rc.4
|
|
3069
|
+
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
3070
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
3071
|
+
- @akinon/pz-otp@1.48.0-rc.4
|
|
3072
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
3073
|
+
|
|
3074
|
+
## 1.48.0-rc.3
|
|
1068
3075
|
|
|
1069
3076
|
### Minor Changes
|
|
1070
3077
|
|
|
1071
|
-
-
|
|
3078
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3079
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3080
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3081
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
3082
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3083
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3084
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3085
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3086
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3087
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3088
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3089
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3090
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3091
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
3092
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3093
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3094
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3095
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
3096
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3097
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3098
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3099
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
3100
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3101
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
3102
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
3103
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3104
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3105
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3106
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3107
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3108
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3109
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3110
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3111
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3112
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3113
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3114
|
+
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
3115
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3116
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3117
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3118
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3119
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
3120
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1072
3121
|
|
|
1073
3122
|
### Patch Changes
|
|
1074
3123
|
|
|
1075
|
-
- Updated dependencies [
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
3124
|
+
- Updated dependencies [90282b53]
|
|
3125
|
+
- Updated dependencies [50b9069]
|
|
3126
|
+
- Updated dependencies [572d2e84]
|
|
3127
|
+
- Updated dependencies [a4c8d6a9]
|
|
3128
|
+
- Updated dependencies [fda5b92]
|
|
3129
|
+
- Updated dependencies [2d9b2b2]
|
|
3130
|
+
- Updated dependencies [c53ea3e6]
|
|
3131
|
+
- Updated dependencies [d93a507]
|
|
3132
|
+
- Updated dependencies [8d9ac9a]
|
|
3133
|
+
- Updated dependencies [18e8197]
|
|
3134
|
+
- Updated dependencies [714e0b46]
|
|
3135
|
+
- Updated dependencies [70279e7]
|
|
3136
|
+
- Updated dependencies [6c25f66]
|
|
3137
|
+
- Updated dependencies [bc2b411]
|
|
3138
|
+
- Updated dependencies [3bf2dd9]
|
|
3139
|
+
- Updated dependencies [e9541a1]
|
|
3140
|
+
- Updated dependencies [c53ef7b9]
|
|
3141
|
+
- Updated dependencies [9d94f7e]
|
|
3142
|
+
- Updated dependencies [2e6104d]
|
|
3143
|
+
- Updated dependencies [64699d3]
|
|
3144
|
+
- Updated dependencies [0d3a913e]
|
|
3145
|
+
- Updated dependencies [1448a96e]
|
|
3146
|
+
- Updated dependencies [1ec2e9d]
|
|
3147
|
+
- Updated dependencies [d6edb1d]
|
|
3148
|
+
- Updated dependencies [d3474c64]
|
|
3149
|
+
- Updated dependencies [75080fd6]
|
|
3150
|
+
- Updated dependencies [17f8752]
|
|
3151
|
+
- Updated dependencies [c45b62c]
|
|
3152
|
+
- Updated dependencies [91265bba]
|
|
3153
|
+
- Updated dependencies [bbe18b9f]
|
|
3154
|
+
- Updated dependencies [d409996]
|
|
3155
|
+
- Updated dependencies [4920742]
|
|
3156
|
+
- Updated dependencies [12a873e]
|
|
3157
|
+
- Updated dependencies [69ca080]
|
|
3158
|
+
- Updated dependencies [7e56d6b]
|
|
3159
|
+
- Updated dependencies [94b6928]
|
|
3160
|
+
- Updated dependencies [98bb8dcd]
|
|
3161
|
+
- Updated dependencies [46b7aad]
|
|
3162
|
+
- Updated dependencies [dcc8a150]
|
|
3163
|
+
- Updated dependencies [8f47cca]
|
|
3164
|
+
- Updated dependencies [fad27689]
|
|
3165
|
+
- Updated dependencies [dff0d595]
|
|
3166
|
+
- Updated dependencies [fdd0b41]
|
|
3167
|
+
- Updated dependencies [eecb282]
|
|
3168
|
+
- Updated dependencies [f2c325c]
|
|
3169
|
+
- Updated dependencies [9e25a64]
|
|
3170
|
+
- Updated dependencies [beb499e6]
|
|
3171
|
+
- Updated dependencies [146ea39]
|
|
3172
|
+
- Updated dependencies [f2c92d5]
|
|
3173
|
+
- Updated dependencies [7bd3d99]
|
|
3174
|
+
- Updated dependencies [c47be30d]
|
|
3175
|
+
- Updated dependencies [e9a46acb]
|
|
3176
|
+
- Updated dependencies [f046f8e0]
|
|
3177
|
+
- Updated dependencies [b9273fd]
|
|
3178
|
+
- Updated dependencies [86d25315]
|
|
3179
|
+
- Updated dependencies [c670bd4]
|
|
3180
|
+
- Updated dependencies [3f9b8d7]
|
|
3181
|
+
- @akinon/next@1.48.0-rc.3
|
|
3182
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
3183
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
3184
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
3185
|
+
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
3186
|
+
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
3187
|
+
- @akinon/pz-akifast@1.48.0-rc.3
|
|
3188
|
+
- @akinon/pz-gpay@1.48.0-rc.3
|
|
3189
|
+
- @akinon/pz-b2b@1.48.0-rc.3
|
|
3190
|
+
- @akinon/pz-bkm@1.48.0-rc.3
|
|
3191
|
+
- @akinon/pz-otp@1.48.0-rc.3
|
|
3192
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
3193
|
+
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
3194
|
+
|
|
3195
|
+
## 1.48.0-rc.2
|
|
3196
|
+
|
|
3197
|
+
### Minor Changes
|
|
3198
|
+
|
|
3199
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3200
|
+
|
|
3201
|
+
### Patch Changes
|
|
3202
|
+
|
|
3203
|
+
- Updated dependencies [2e6104d]
|
|
3204
|
+
- @akinon/next@1.48.0-rc.2
|
|
3205
|
+
- @akinon/pz-akifast@1.48.0-rc.2
|
|
3206
|
+
- @akinon/pz-b2b@1.48.0-rc.2
|
|
3207
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
3208
|
+
- @akinon/pz-bkm@1.48.0-rc.2
|
|
3209
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
3210
|
+
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
3211
|
+
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
3212
|
+
- @akinon/pz-gpay@1.48.0-rc.2
|
|
3213
|
+
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
3214
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
3215
|
+
- @akinon/pz-otp@1.48.0-rc.2
|
|
3216
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
3217
|
+
|
|
3218
|
+
## 1.48.0-rc.1
|
|
3219
|
+
|
|
3220
|
+
### Patch Changes
|
|
3221
|
+
|
|
3222
|
+
- Updated dependencies [fdd0b41]
|
|
3223
|
+
- @akinon/next@1.48.0-rc.1
|
|
3224
|
+
- @akinon/pz-akifast@1.48.0-rc.1
|
|
3225
|
+
- @akinon/pz-b2b@1.48.0-rc.1
|
|
3226
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
3227
|
+
- @akinon/pz-bkm@1.48.0-rc.1
|
|
3228
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
3229
|
+
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
3230
|
+
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
3231
|
+
- @akinon/pz-gpay@1.48.0-rc.1
|
|
3232
|
+
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
3233
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
3234
|
+
- @akinon/pz-otp@1.48.0-rc.1
|
|
3235
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
3236
|
+
|
|
3237
|
+
## 1.48.0-rc.0
|
|
3238
|
+
|
|
3239
|
+
### Minor Changes
|
|
3240
|
+
|
|
3241
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3242
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3243
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3244
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3245
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3246
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3247
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3248
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3249
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3250
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3251
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3252
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3253
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3254
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3255
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3256
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3257
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3258
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3259
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3260
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
3261
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3262
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3263
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
3264
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3265
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3266
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3267
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3268
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3269
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3270
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3271
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3272
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3273
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3274
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3275
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3276
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3277
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3278
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
3279
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3280
|
+
|
|
3281
|
+
### Patch Changes
|
|
3282
|
+
|
|
3283
|
+
- Updated dependencies [90282b5]
|
|
3284
|
+
- Updated dependencies [50b9069]
|
|
3285
|
+
- Updated dependencies [572d2e8]
|
|
3286
|
+
- Updated dependencies [a4c8d6a9]
|
|
3287
|
+
- Updated dependencies [fda5b92]
|
|
3288
|
+
- Updated dependencies [2d9b2b2]
|
|
3289
|
+
- Updated dependencies [c53ea3e6]
|
|
3290
|
+
- Updated dependencies [d93a507]
|
|
3291
|
+
- Updated dependencies [8d9ac9a]
|
|
3292
|
+
- Updated dependencies [18e8197]
|
|
3293
|
+
- Updated dependencies [714e0b4]
|
|
3294
|
+
- Updated dependencies [70279e7]
|
|
3295
|
+
- Updated dependencies [6c25f66]
|
|
3296
|
+
- Updated dependencies [bc2b411]
|
|
3297
|
+
- Updated dependencies [3bf2dd9]
|
|
3298
|
+
- Updated dependencies [e9541a1]
|
|
3299
|
+
- Updated dependencies [c53ef7b9]
|
|
3300
|
+
- Updated dependencies [9d94f7e]
|
|
3301
|
+
- Updated dependencies [64699d3]
|
|
3302
|
+
- Updated dependencies [0d3a913]
|
|
3303
|
+
- Updated dependencies [1448a96e]
|
|
3304
|
+
- Updated dependencies [1ec2e9d]
|
|
3305
|
+
- Updated dependencies [d6edb1d]
|
|
3306
|
+
- Updated dependencies [d3474c6]
|
|
3307
|
+
- Updated dependencies [75080fd6]
|
|
3308
|
+
- Updated dependencies [17f8752]
|
|
3309
|
+
- Updated dependencies [c45b62c]
|
|
3310
|
+
- Updated dependencies [91265bba]
|
|
3311
|
+
- Updated dependencies [bbe18b9f]
|
|
3312
|
+
- Updated dependencies [d409996]
|
|
3313
|
+
- Updated dependencies [4920742]
|
|
3314
|
+
- Updated dependencies [12a873e]
|
|
3315
|
+
- Updated dependencies [69ca080]
|
|
3316
|
+
- Updated dependencies [7e56d6b]
|
|
3317
|
+
- Updated dependencies [94b6928]
|
|
3318
|
+
- Updated dependencies [98bb8dc]
|
|
3319
|
+
- Updated dependencies [46b7aad]
|
|
3320
|
+
- Updated dependencies [dcc8a15]
|
|
3321
|
+
- Updated dependencies [8f47cca]
|
|
3322
|
+
- Updated dependencies [fad2768]
|
|
3323
|
+
- Updated dependencies [dff0d595]
|
|
3324
|
+
- Updated dependencies [eecb282]
|
|
3325
|
+
- Updated dependencies [f2c325c]
|
|
3326
|
+
- Updated dependencies [9e25a64]
|
|
3327
|
+
- Updated dependencies [beb499e6]
|
|
3328
|
+
- Updated dependencies [146ea39]
|
|
3329
|
+
- Updated dependencies [f2c92d5]
|
|
3330
|
+
- Updated dependencies [7bd3d99]
|
|
3331
|
+
- Updated dependencies [c47be30]
|
|
3332
|
+
- Updated dependencies [e9a46ac]
|
|
3333
|
+
- Updated dependencies [f046f8e0]
|
|
3334
|
+
- Updated dependencies [b9273fd]
|
|
3335
|
+
- Updated dependencies [86d2531]
|
|
3336
|
+
- Updated dependencies [c670bd4]
|
|
3337
|
+
- Updated dependencies [3f9b8d7]
|
|
3338
|
+
- @akinon/next@1.48.0-rc.0
|
|
3339
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
3340
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
3341
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
3342
|
+
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
3343
|
+
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
3344
|
+
- @akinon/pz-akifast@1.48.0-rc.0
|
|
3345
|
+
- @akinon/pz-gpay@1.48.0-rc.0
|
|
3346
|
+
- @akinon/pz-b2b@1.48.0-rc.0
|
|
3347
|
+
- @akinon/pz-bkm@1.48.0-rc.0
|
|
3348
|
+
- @akinon/pz-otp@1.48.0-rc.0
|
|
3349
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
3350
|
+
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
3351
|
+
|
|
3352
|
+
## 1.47.0
|
|
3353
|
+
|
|
3354
|
+
### Patch Changes
|
|
3355
|
+
|
|
3356
|
+
- Updated dependencies [948eb42]
|
|
3357
|
+
- Updated dependencies [040ec95]
|
|
3358
|
+
- @akinon/next@1.47.0
|
|
3359
|
+
- @akinon/pz-akifast@1.47.0
|
|
3360
|
+
- @akinon/pz-b2b@1.47.0
|
|
3361
|
+
- @akinon/pz-basket-gift-pack@1.47.0
|
|
3362
|
+
- @akinon/pz-bkm@1.47.0
|
|
3363
|
+
- @akinon/pz-checkout-gift-pack@1.47.0
|
|
3364
|
+
- @akinon/pz-click-collect@1.47.0
|
|
3365
|
+
- @akinon/pz-credit-payment@1.47.0
|
|
3366
|
+
- @akinon/pz-gpay@1.47.0
|
|
3367
|
+
- @akinon/pz-masterpass@1.47.0
|
|
3368
|
+
- @akinon/pz-one-click-checkout@1.47.0
|
|
3369
|
+
- @akinon/pz-otp@1.47.0
|
|
3370
|
+
- @akinon/pz-pay-on-delivery@1.47.0
|
|
3371
|
+
|
|
3372
|
+
## 1.46.0
|
|
3373
|
+
|
|
3374
|
+
### Minor Changes
|
|
3375
|
+
|
|
3376
|
+
- 72692a2: ZERO-2879: Update Node.js runtime to version 22-alpine
|
|
3377
|
+
|
|
3378
|
+
### Patch Changes
|
|
3379
|
+
|
|
3380
|
+
- @akinon/next@1.46.0
|
|
3381
|
+
- @akinon/pz-akifast@1.46.0
|
|
3382
|
+
- @akinon/pz-b2b@1.46.0
|
|
3383
|
+
- @akinon/pz-basket-gift-pack@1.46.0
|
|
3384
|
+
- @akinon/pz-bkm@1.46.0
|
|
3385
|
+
- @akinon/pz-checkout-gift-pack@1.46.0
|
|
3386
|
+
- @akinon/pz-click-collect@1.46.0
|
|
3387
|
+
- @akinon/pz-credit-payment@1.46.0
|
|
3388
|
+
- @akinon/pz-gpay@1.46.0
|
|
3389
|
+
- @akinon/pz-masterpass@1.46.0
|
|
3390
|
+
- @akinon/pz-one-click-checkout@1.46.0
|
|
3391
|
+
- @akinon/pz-otp@1.46.0
|
|
3392
|
+
- @akinon/pz-pay-on-delivery@1.46.0
|
|
3393
|
+
|
|
3394
|
+
## 1.45.0
|
|
3395
|
+
|
|
3396
|
+
### Patch Changes
|
|
3397
|
+
|
|
3398
|
+
- Updated dependencies [90282b5]
|
|
3399
|
+
- Updated dependencies [50b9069]
|
|
3400
|
+
- Updated dependencies [572d2e8]
|
|
3401
|
+
- Updated dependencies [a4c8d6a9]
|
|
3402
|
+
- Updated dependencies [fda5b92]
|
|
3403
|
+
- Updated dependencies [2d9b2b2]
|
|
3404
|
+
- Updated dependencies [c53ea3e]
|
|
3405
|
+
- Updated dependencies [8d9ac9a]
|
|
3406
|
+
- Updated dependencies [18e8197]
|
|
3407
|
+
- Updated dependencies [714e0b4]
|
|
3408
|
+
- Updated dependencies [70279e7]
|
|
3409
|
+
- Updated dependencies [6c25f66]
|
|
3410
|
+
- Updated dependencies [bc2b411]
|
|
3411
|
+
- Updated dependencies [3bf2dd9]
|
|
3412
|
+
- Updated dependencies [e9541a1]
|
|
3413
|
+
- Updated dependencies [c53ef7b9]
|
|
3414
|
+
- Updated dependencies [9d94f7e]
|
|
3415
|
+
- Updated dependencies [64699d3]
|
|
3416
|
+
- Updated dependencies [0d3a913]
|
|
3417
|
+
- Updated dependencies [1448a96e]
|
|
3418
|
+
- Updated dependencies [d6edb1d]
|
|
3419
|
+
- Updated dependencies [d3474c6]
|
|
3420
|
+
- Updated dependencies [75080fd6]
|
|
3421
|
+
- Updated dependencies [17f8752]
|
|
3422
|
+
- Updated dependencies [c45b62c]
|
|
3423
|
+
- Updated dependencies [91265bba]
|
|
3424
|
+
- Updated dependencies [bbe18b9f]
|
|
3425
|
+
- Updated dependencies [d409996]
|
|
3426
|
+
- Updated dependencies [4920742]
|
|
3427
|
+
- Updated dependencies [69ca080]
|
|
3428
|
+
- Updated dependencies [7e56d6b]
|
|
3429
|
+
- Updated dependencies [94b6928]
|
|
3430
|
+
- Updated dependencies [98bb8dc]
|
|
3431
|
+
- Updated dependencies [46b7aad]
|
|
3432
|
+
- Updated dependencies [dcc8a15]
|
|
3433
|
+
- Updated dependencies [8f47cca]
|
|
3434
|
+
- Updated dependencies [fad2768]
|
|
3435
|
+
- Updated dependencies [dff0d595]
|
|
3436
|
+
- Updated dependencies [eecb282]
|
|
3437
|
+
- Updated dependencies [f2c325c]
|
|
3438
|
+
- Updated dependencies [9e25a64]
|
|
3439
|
+
- Updated dependencies [beb499e6]
|
|
3440
|
+
- Updated dependencies [948eb42]
|
|
3441
|
+
- Updated dependencies [146ea39]
|
|
3442
|
+
- Updated dependencies [f2c92d5]
|
|
3443
|
+
- Updated dependencies [7bd3d99]
|
|
3444
|
+
- Updated dependencies [c47be30]
|
|
3445
|
+
- Updated dependencies [e9a46ac]
|
|
3446
|
+
- Updated dependencies [f046f8e0]
|
|
3447
|
+
- Updated dependencies [86d2531]
|
|
3448
|
+
- Updated dependencies [3f9b8d7]
|
|
3449
|
+
- @akinon/next@1.45.0-rc.5
|
|
3450
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
3451
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
3452
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
3453
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
3454
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
3455
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
3456
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
3457
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
3458
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
3459
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
3460
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
3461
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
3462
|
+
|
|
3463
|
+
## 1.45.0-rc.4
|
|
3464
|
+
|
|
3465
|
+
### Patch Changes
|
|
3466
|
+
|
|
3467
|
+
- Updated dependencies [8f47cca]
|
|
3468
|
+
- @akinon/next@1.45.0-rc.4
|
|
3469
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
3470
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
3471
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
3472
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
3473
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
3474
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
3475
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
3476
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
3477
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
3478
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
3479
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
3480
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
3481
|
+
|
|
3482
|
+
## 1.45.0-rc.3
|
|
3483
|
+
|
|
3484
|
+
### Patch Changes
|
|
3485
|
+
|
|
3486
|
+
- Updated dependencies [948eb42]
|
|
3487
|
+
- @akinon/next@1.45.0-rc.3
|
|
3488
|
+
- @akinon/pz-akifast@1.45.0-rc.3
|
|
3489
|
+
- @akinon/pz-b2b@1.45.0-rc.3
|
|
3490
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
3491
|
+
- @akinon/pz-bkm@1.45.0-rc.3
|
|
3492
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
3493
|
+
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
3494
|
+
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
3495
|
+
- @akinon/pz-gpay@1.45.0-rc.3
|
|
3496
|
+
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
3497
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
3498
|
+
- @akinon/pz-otp@1.45.0-rc.3
|
|
3499
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
3500
|
+
|
|
3501
|
+
## 1.45.0-rc.2
|
|
3502
|
+
|
|
3503
|
+
### Minor Changes
|
|
3504
|
+
|
|
3505
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3506
|
+
|
|
3507
|
+
### Patch Changes
|
|
3508
|
+
|
|
3509
|
+
- Updated dependencies [c45b62c]
|
|
3510
|
+
- Updated dependencies [f2c325c]
|
|
3511
|
+
- @akinon/next@1.45.0-rc.2
|
|
3512
|
+
- @akinon/pz-b2b@1.45.0-rc.2
|
|
3513
|
+
- @akinon/pz-akifast@1.45.0-rc.2
|
|
3514
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
3515
|
+
- @akinon/pz-bkm@1.45.0-rc.2
|
|
3516
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
3517
|
+
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
3518
|
+
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
3519
|
+
- @akinon/pz-gpay@1.45.0-rc.2
|
|
3520
|
+
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
3521
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
3522
|
+
- @akinon/pz-otp@1.45.0-rc.2
|
|
3523
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
3524
|
+
|
|
3525
|
+
## 1.45.0-rc.1
|
|
3526
|
+
|
|
3527
|
+
### Patch Changes
|
|
3528
|
+
|
|
3529
|
+
- Updated dependencies [7e56d6b]
|
|
3530
|
+
- @akinon/next@1.45.0-rc.1
|
|
3531
|
+
- @akinon/pz-akifast@1.45.0-rc.1
|
|
3532
|
+
- @akinon/pz-b2b@1.45.0-rc.1
|
|
3533
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
3534
|
+
- @akinon/pz-bkm@1.45.0-rc.1
|
|
3535
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
3536
|
+
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
3537
|
+
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
3538
|
+
- @akinon/pz-gpay@1.45.0-rc.1
|
|
3539
|
+
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
3540
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
3541
|
+
- @akinon/pz-otp@1.45.0-rc.1
|
|
3542
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
3543
|
+
|
|
3544
|
+
## 1.45.0-rc.0
|
|
3545
|
+
|
|
3546
|
+
### Minor Changes
|
|
3547
|
+
|
|
3548
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3549
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3550
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3551
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3552
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3553
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3554
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3555
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3556
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3557
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3558
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3559
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3560
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3561
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3562
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3563
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3564
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3565
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3566
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3567
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3568
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3569
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3570
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3571
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3572
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3573
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3574
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3575
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3576
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3577
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3578
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3579
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3580
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3581
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3582
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3583
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3584
|
+
|
|
3585
|
+
### Patch Changes
|
|
3586
|
+
|
|
3587
|
+
- Updated dependencies [90282b5]
|
|
3588
|
+
- Updated dependencies [50b9069]
|
|
3589
|
+
- Updated dependencies [572d2e8]
|
|
3590
|
+
- Updated dependencies [a4c8d6a9]
|
|
3591
|
+
- Updated dependencies [fda5b92]
|
|
3592
|
+
- Updated dependencies [2d9b2b2]
|
|
3593
|
+
- Updated dependencies [c53ea3e]
|
|
3594
|
+
- Updated dependencies [8d9ac9a]
|
|
3595
|
+
- Updated dependencies [18e8197]
|
|
3596
|
+
- Updated dependencies [714e0b4]
|
|
3597
|
+
- Updated dependencies [70279e7]
|
|
3598
|
+
- Updated dependencies [6c25f66]
|
|
3599
|
+
- Updated dependencies [bc2b411]
|
|
3600
|
+
- Updated dependencies [3bf2dd9]
|
|
3601
|
+
- Updated dependencies [e9541a1]
|
|
3602
|
+
- Updated dependencies [c53ef7b9]
|
|
3603
|
+
- Updated dependencies [9d94f7e]
|
|
3604
|
+
- Updated dependencies [64699d3]
|
|
3605
|
+
- Updated dependencies [0d3a913]
|
|
3606
|
+
- Updated dependencies [1448a96]
|
|
3607
|
+
- Updated dependencies [2ab6e08]
|
|
3608
|
+
- Updated dependencies [d6edb1d]
|
|
3609
|
+
- Updated dependencies [d3474c6]
|
|
3610
|
+
- Updated dependencies [75080fd]
|
|
3611
|
+
- Updated dependencies [17f8752]
|
|
3612
|
+
- Updated dependencies [91265bb]
|
|
3613
|
+
- Updated dependencies [bbe18b9]
|
|
3614
|
+
- Updated dependencies [d409996]
|
|
3615
|
+
- Updated dependencies [4920742]
|
|
3616
|
+
- Updated dependencies [69ca080]
|
|
3617
|
+
- Updated dependencies [94b6928]
|
|
3618
|
+
- Updated dependencies [98bb8dc]
|
|
3619
|
+
- Updated dependencies [46b7aad]
|
|
3620
|
+
- Updated dependencies [dcc8a15]
|
|
3621
|
+
- Updated dependencies [fad2768]
|
|
3622
|
+
- Updated dependencies [dff0d59]
|
|
3623
|
+
- Updated dependencies [eecb282]
|
|
3624
|
+
- Updated dependencies [9e25a64]
|
|
3625
|
+
- Updated dependencies [beb499e]
|
|
3626
|
+
- Updated dependencies [146ea39]
|
|
3627
|
+
- Updated dependencies [f2c92d5]
|
|
3628
|
+
- Updated dependencies [7bd3d99]
|
|
3629
|
+
- Updated dependencies [c47be30]
|
|
3630
|
+
- Updated dependencies [e9a46ac]
|
|
3631
|
+
- Updated dependencies [f046f8e0]
|
|
3632
|
+
- Updated dependencies [86d2531]
|
|
3633
|
+
- Updated dependencies [3f9b8d7]
|
|
3634
|
+
- @akinon/next@1.45.0-rc.0
|
|
3635
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
3636
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
3637
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
3638
|
+
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
3639
|
+
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
3640
|
+
- @akinon/pz-akifast@1.45.0-rc.0
|
|
3641
|
+
- @akinon/pz-gpay@1.45.0-rc.0
|
|
3642
|
+
- @akinon/pz-b2b@1.45.0-rc.0
|
|
3643
|
+
- @akinon/pz-bkm@1.45.0-rc.0
|
|
3644
|
+
- @akinon/pz-otp@1.45.0-rc.0
|
|
3645
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
3646
|
+
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
3647
|
+
|
|
3648
|
+
## 1.44.0
|
|
3649
|
+
|
|
3650
|
+
### Patch Changes
|
|
3651
|
+
|
|
3652
|
+
- @akinon/next@1.44.0
|
|
3653
|
+
- @akinon/pz-akifast@1.44.0
|
|
3654
|
+
- @akinon/pz-b2b@1.44.0
|
|
3655
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
3656
|
+
- @akinon/pz-bkm@1.44.0
|
|
3657
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
3658
|
+
- @akinon/pz-click-collect@1.44.0
|
|
3659
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
3660
|
+
- @akinon/pz-gpay@1.44.0
|
|
3661
|
+
- @akinon/pz-masterpass@1.44.0
|
|
3662
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
3663
|
+
- @akinon/pz-otp@1.44.0
|
|
3664
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
3665
|
+
|
|
3666
|
+
## 1.43.0
|
|
3667
|
+
|
|
3668
|
+
### Minor Changes
|
|
3669
|
+
|
|
3670
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3671
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3672
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3673
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3674
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3675
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3676
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3677
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3678
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3679
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3680
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3681
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3682
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3683
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3684
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3685
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3686
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3687
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3688
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3689
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3690
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3691
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3692
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3693
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3694
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3695
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3696
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3697
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3698
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3699
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3700
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3701
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3702
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3703
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3704
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3705
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3706
|
+
|
|
3707
|
+
### Patch Changes
|
|
3708
|
+
|
|
3709
|
+
- Updated dependencies [90282b5]
|
|
3710
|
+
- Updated dependencies [50b9069]
|
|
3711
|
+
- Updated dependencies [572d2e8]
|
|
3712
|
+
- Updated dependencies [a4c8d6a9]
|
|
3713
|
+
- Updated dependencies [fda5b92]
|
|
3714
|
+
- Updated dependencies [2d9b2b2]
|
|
3715
|
+
- Updated dependencies [c53ea3e]
|
|
3716
|
+
- Updated dependencies [8d9ac9a]
|
|
3717
|
+
- Updated dependencies [18e8197]
|
|
3718
|
+
- Updated dependencies [714e0b4]
|
|
3719
|
+
- Updated dependencies [70279e7]
|
|
3720
|
+
- Updated dependencies [6c25f66]
|
|
3721
|
+
- Updated dependencies [bc2b411]
|
|
3722
|
+
- Updated dependencies [3bf2dd9]
|
|
3723
|
+
- Updated dependencies [e9541a1]
|
|
3724
|
+
- Updated dependencies [c53ef7b9]
|
|
3725
|
+
- Updated dependencies [9d94f7e]
|
|
3726
|
+
- Updated dependencies [64699d3]
|
|
3727
|
+
- Updated dependencies [0d3a913]
|
|
3728
|
+
- Updated dependencies [1448a96]
|
|
3729
|
+
- Updated dependencies [d6edb1d]
|
|
3730
|
+
- Updated dependencies [d3474c6]
|
|
3731
|
+
- Updated dependencies [75080fd]
|
|
3732
|
+
- Updated dependencies [17f8752]
|
|
3733
|
+
- Updated dependencies [91265bb]
|
|
3734
|
+
- Updated dependencies [bbe18b9]
|
|
3735
|
+
- Updated dependencies [d409996]
|
|
3736
|
+
- Updated dependencies [4920742]
|
|
3737
|
+
- Updated dependencies [69ca080]
|
|
3738
|
+
- Updated dependencies [94b6928]
|
|
3739
|
+
- Updated dependencies [98bb8dc]
|
|
3740
|
+
- Updated dependencies [46b7aad]
|
|
3741
|
+
- Updated dependencies [dcc8a15]
|
|
3742
|
+
- Updated dependencies [fad2768]
|
|
3743
|
+
- Updated dependencies [dff0d59]
|
|
3744
|
+
- Updated dependencies [eecb282]
|
|
3745
|
+
- Updated dependencies [9e25a64]
|
|
3746
|
+
- Updated dependencies [beb499e]
|
|
3747
|
+
- Updated dependencies [146ea39]
|
|
3748
|
+
- Updated dependencies [f2c92d5]
|
|
3749
|
+
- Updated dependencies [7bd3d99]
|
|
3750
|
+
- Updated dependencies [c47be30]
|
|
3751
|
+
- Updated dependencies [e9a46ac]
|
|
3752
|
+
- Updated dependencies [f046f8e0]
|
|
3753
|
+
- Updated dependencies [86d2531]
|
|
3754
|
+
- Updated dependencies [3f9b8d7]
|
|
3755
|
+
- @akinon/next@1.43.0-rc.16
|
|
3756
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
3757
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
3758
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
3759
|
+
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
3760
|
+
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
3761
|
+
- @akinon/pz-akifast@1.43.0-rc.16
|
|
3762
|
+
- @akinon/pz-gpay@1.43.0-rc.16
|
|
3763
|
+
- @akinon/pz-b2b@1.43.0-rc.16
|
|
3764
|
+
- @akinon/pz-bkm@1.43.0-rc.16
|
|
3765
|
+
- @akinon/pz-otp@1.43.0-rc.16
|
|
3766
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
3767
|
+
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
3768
|
+
|
|
3769
|
+
## 1.43.0-rc.15
|
|
3770
|
+
|
|
3771
|
+
### Patch Changes
|
|
3772
|
+
|
|
3773
|
+
- @akinon/next@1.43.0-rc.15
|
|
3774
|
+
- @akinon/pz-akifast@1.43.0-rc.15
|
|
3775
|
+
- @akinon/pz-b2b@1.43.0-rc.15
|
|
3776
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
3777
|
+
- @akinon/pz-bkm@1.43.0-rc.15
|
|
3778
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
3779
|
+
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
3780
|
+
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
3781
|
+
- @akinon/pz-gpay@1.43.0-rc.15
|
|
3782
|
+
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
3783
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
3784
|
+
- @akinon/pz-otp@1.43.0-rc.15
|
|
3785
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
3786
|
+
|
|
3787
|
+
## 1.43.0-rc.14
|
|
3788
|
+
|
|
3789
|
+
### Patch Changes
|
|
3790
|
+
|
|
3791
|
+
- Updated dependencies [3bf2dd9]
|
|
3792
|
+
- @akinon/next@1.43.0-rc.14
|
|
3793
|
+
- @akinon/pz-akifast@1.43.0-rc.14
|
|
3794
|
+
- @akinon/pz-b2b@1.43.0-rc.14
|
|
3795
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
3796
|
+
- @akinon/pz-bkm@1.43.0-rc.14
|
|
3797
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
3798
|
+
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
3799
|
+
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
3800
|
+
- @akinon/pz-gpay@1.43.0-rc.14
|
|
3801
|
+
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
3802
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
3803
|
+
- @akinon/pz-otp@1.43.0-rc.14
|
|
3804
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
3805
|
+
|
|
3806
|
+
## 1.43.0-rc.13
|
|
3807
|
+
|
|
3808
|
+
### Minor Changes
|
|
3809
|
+
|
|
3810
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3811
|
+
|
|
3812
|
+
### Patch Changes
|
|
3813
|
+
|
|
3814
|
+
- Updated dependencies [9e25a64]
|
|
3815
|
+
- @akinon/next@1.43.0-rc.13
|
|
3816
|
+
- @akinon/pz-akifast@1.43.0-rc.13
|
|
3817
|
+
- @akinon/pz-b2b@1.43.0-rc.13
|
|
3818
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
3819
|
+
- @akinon/pz-bkm@1.43.0-rc.13
|
|
3820
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
3821
|
+
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
3822
|
+
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
3823
|
+
- @akinon/pz-gpay@1.43.0-rc.13
|
|
3824
|
+
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
3825
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
3826
|
+
- @akinon/pz-otp@1.43.0-rc.13
|
|
3827
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
3828
|
+
|
|
3829
|
+
## 1.43.0-rc.12
|
|
3830
|
+
|
|
3831
|
+
### Patch Changes
|
|
3832
|
+
|
|
3833
|
+
- Updated dependencies [4920742]
|
|
3834
|
+
- @akinon/next@1.43.0-rc.12
|
|
3835
|
+
- @akinon/pz-akifast@1.43.0-rc.12
|
|
3836
|
+
- @akinon/pz-b2b@1.43.0-rc.12
|
|
3837
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
3838
|
+
- @akinon/pz-bkm@1.43.0-rc.12
|
|
3839
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
3840
|
+
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
3841
|
+
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
3842
|
+
- @akinon/pz-gpay@1.43.0-rc.12
|
|
3843
|
+
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
3844
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
3845
|
+
- @akinon/pz-otp@1.43.0-rc.12
|
|
3846
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
3847
|
+
|
|
3848
|
+
## 1.43.0-rc.11
|
|
3849
|
+
|
|
3850
|
+
### Patch Changes
|
|
3851
|
+
|
|
3852
|
+
- Updated dependencies [6c25f66]
|
|
3853
|
+
- @akinon/next@1.43.0-rc.11
|
|
3854
|
+
- @akinon/pz-akifast@1.43.0-rc.11
|
|
3855
|
+
- @akinon/pz-b2b@1.43.0-rc.11
|
|
3856
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
3857
|
+
- @akinon/pz-bkm@1.43.0-rc.11
|
|
3858
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
3859
|
+
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
3860
|
+
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
3861
|
+
- @akinon/pz-gpay@1.43.0-rc.11
|
|
3862
|
+
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
3863
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
3864
|
+
- @akinon/pz-otp@1.43.0-rc.11
|
|
3865
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
3866
|
+
|
|
3867
|
+
## 1.43.0-rc.10
|
|
3868
|
+
|
|
3869
|
+
### Patch Changes
|
|
3870
|
+
|
|
3871
|
+
- Updated dependencies [d6edb1d]
|
|
3872
|
+
- @akinon/next@1.43.0-rc.10
|
|
3873
|
+
- @akinon/pz-akifast@1.43.0-rc.10
|
|
3874
|
+
- @akinon/pz-b2b@1.43.0-rc.10
|
|
3875
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
3876
|
+
- @akinon/pz-bkm@1.43.0-rc.10
|
|
3877
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
3878
|
+
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
3879
|
+
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
3880
|
+
- @akinon/pz-gpay@1.43.0-rc.10
|
|
3881
|
+
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
3882
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
3883
|
+
- @akinon/pz-otp@1.43.0-rc.10
|
|
3884
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
3885
|
+
|
|
3886
|
+
## 1.43.0-rc.9
|
|
3887
|
+
|
|
3888
|
+
### Minor Changes
|
|
3889
|
+
|
|
3890
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3891
|
+
|
|
3892
|
+
### Patch Changes
|
|
3893
|
+
|
|
3894
|
+
- Updated dependencies [bc2b411]
|
|
3895
|
+
- @akinon/next@1.43.0-rc.9
|
|
3896
|
+
- @akinon/pz-akifast@1.43.0-rc.9
|
|
3897
|
+
- @akinon/pz-b2b@1.43.0-rc.9
|
|
3898
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
3899
|
+
- @akinon/pz-bkm@1.43.0-rc.9
|
|
3900
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
3901
|
+
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
3902
|
+
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
3903
|
+
- @akinon/pz-gpay@1.43.0-rc.9
|
|
3904
|
+
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
3905
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
3906
|
+
- @akinon/pz-otp@1.43.0-rc.9
|
|
3907
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
3908
|
+
|
|
3909
|
+
## 1.43.0-rc.8
|
|
3910
|
+
|
|
3911
|
+
### Patch Changes
|
|
3912
|
+
|
|
3913
|
+
- Updated dependencies [70279e7]
|
|
3914
|
+
- Updated dependencies [9d94f7e]
|
|
3915
|
+
- @akinon/next@1.43.0-rc.8
|
|
3916
|
+
- @akinon/pz-akifast@1.43.0-rc.8
|
|
3917
|
+
- @akinon/pz-b2b@1.43.0-rc.8
|
|
3918
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
3919
|
+
- @akinon/pz-bkm@1.43.0-rc.8
|
|
3920
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
3921
|
+
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
3922
|
+
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
3923
|
+
- @akinon/pz-gpay@1.43.0-rc.8
|
|
3924
|
+
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
3925
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
3926
|
+
- @akinon/pz-otp@1.43.0-rc.8
|
|
3927
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
3928
|
+
|
|
3929
|
+
## 1.43.0-rc.7
|
|
3930
|
+
|
|
3931
|
+
### Patch Changes
|
|
3932
|
+
|
|
3933
|
+
- Updated dependencies [7bd3d99]
|
|
3934
|
+
- @akinon/next@1.43.0-rc.7
|
|
3935
|
+
- @akinon/pz-akifast@1.43.0-rc.7
|
|
3936
|
+
- @akinon/pz-b2b@1.43.0-rc.7
|
|
3937
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
3938
|
+
- @akinon/pz-bkm@1.43.0-rc.7
|
|
3939
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
3940
|
+
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
3941
|
+
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
3942
|
+
- @akinon/pz-gpay@1.43.0-rc.7
|
|
3943
|
+
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
3944
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
3945
|
+
- @akinon/pz-otp@1.43.0-rc.7
|
|
3946
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
3947
|
+
|
|
3948
|
+
## 1.43.0-rc.6
|
|
3949
|
+
|
|
3950
|
+
### Minor Changes
|
|
3951
|
+
|
|
3952
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3953
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3954
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3955
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3956
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3957
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3958
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3959
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3960
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3961
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3962
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3963
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3964
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3965
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3966
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3967
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3968
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3969
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3970
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3971
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3972
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3973
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3974
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3975
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3976
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3977
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3978
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3979
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3980
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3981
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3982
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3983
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3984
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3985
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3986
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3987
|
+
|
|
3988
|
+
### Patch Changes
|
|
3989
|
+
|
|
3990
|
+
- Updated dependencies [90282b5]
|
|
3991
|
+
- Updated dependencies [50b9069]
|
|
3992
|
+
- Updated dependencies [572d2e8]
|
|
3993
|
+
- Updated dependencies [a4c8d6a]
|
|
3994
|
+
- Updated dependencies [fda5b92]
|
|
3995
|
+
- Updated dependencies [2d9b2b2]
|
|
3996
|
+
- Updated dependencies [c53ea3e]
|
|
3997
|
+
- Updated dependencies [8d9ac9a]
|
|
3998
|
+
- Updated dependencies [18e8197]
|
|
3999
|
+
- Updated dependencies [714e0b4]
|
|
4000
|
+
- Updated dependencies [e9541a1]
|
|
4001
|
+
- Updated dependencies [c53ef7b]
|
|
4002
|
+
- Updated dependencies [64699d3]
|
|
4003
|
+
- Updated dependencies [0d3a913]
|
|
4004
|
+
- Updated dependencies [1448a96]
|
|
4005
|
+
- Updated dependencies [d3474c6]
|
|
4006
|
+
- Updated dependencies [75080fd]
|
|
4007
|
+
- Updated dependencies [17f8752]
|
|
4008
|
+
- Updated dependencies [91265bb]
|
|
4009
|
+
- Updated dependencies [bbe18b9]
|
|
4010
|
+
- Updated dependencies [d409996]
|
|
4011
|
+
- Updated dependencies [69ca080]
|
|
4012
|
+
- Updated dependencies [94b6928]
|
|
4013
|
+
- Updated dependencies [98bb8dc]
|
|
4014
|
+
- Updated dependencies [46b7aad]
|
|
4015
|
+
- Updated dependencies [dcc8a15]
|
|
4016
|
+
- Updated dependencies [fad2768]
|
|
4017
|
+
- Updated dependencies [dff0d59]
|
|
4018
|
+
- Updated dependencies [eecb282]
|
|
4019
|
+
- Updated dependencies [4a163f2]
|
|
4020
|
+
- Updated dependencies [beb499e]
|
|
4021
|
+
- Updated dependencies [146ea39]
|
|
4022
|
+
- Updated dependencies [f2c92d5]
|
|
4023
|
+
- Updated dependencies [c47be30]
|
|
4024
|
+
- Updated dependencies [e9a46ac]
|
|
4025
|
+
- Updated dependencies [f046f8e]
|
|
4026
|
+
- Updated dependencies [86d2531]
|
|
4027
|
+
- Updated dependencies [3f9b8d7]
|
|
4028
|
+
- @akinon/next@1.43.0-rc.6
|
|
4029
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
4030
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
4031
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
4032
|
+
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
4033
|
+
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
4034
|
+
- @akinon/pz-akifast@1.43.0-rc.6
|
|
4035
|
+
- @akinon/pz-gpay@1.43.0-rc.6
|
|
4036
|
+
- @akinon/pz-b2b@1.43.0-rc.6
|
|
4037
|
+
- @akinon/pz-bkm@1.43.0-rc.6
|
|
4038
|
+
- @akinon/pz-otp@1.43.0-rc.6
|
|
4039
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
4040
|
+
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
4041
|
+
|
|
4042
|
+
## 1.43.0-rc.5
|
|
4043
|
+
|
|
4044
|
+
### Patch Changes
|
|
4045
|
+
|
|
4046
|
+
- Updated dependencies [17f8752]
|
|
4047
|
+
- @akinon/next@1.43.0-rc.5
|
|
4048
|
+
- @akinon/pz-akifast@1.43.0-rc.5
|
|
4049
|
+
- @akinon/pz-b2b@1.43.0-rc.5
|
|
4050
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
4051
|
+
- @akinon/pz-bkm@1.43.0-rc.5
|
|
4052
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
4053
|
+
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
4054
|
+
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
4055
|
+
- @akinon/pz-gpay@1.43.0-rc.5
|
|
4056
|
+
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
4057
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
4058
|
+
- @akinon/pz-otp@1.43.0-rc.5
|
|
4059
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
4060
|
+
|
|
4061
|
+
## 1.43.0-rc.4
|
|
4062
|
+
|
|
4063
|
+
### Patch Changes
|
|
4064
|
+
|
|
4065
|
+
- Updated dependencies [3f9b8d7]
|
|
4066
|
+
- @akinon/next@1.43.0-rc.4
|
|
4067
|
+
- @akinon/pz-akifast@1.43.0-rc.4
|
|
4068
|
+
- @akinon/pz-b2b@1.43.0-rc.4
|
|
4069
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
4070
|
+
- @akinon/pz-bkm@1.43.0-rc.4
|
|
4071
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
4072
|
+
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
4073
|
+
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
4074
|
+
- @akinon/pz-gpay@1.43.0-rc.4
|
|
4075
|
+
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
4076
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
4077
|
+
- @akinon/pz-otp@1.43.0-rc.4
|
|
4078
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
4079
|
+
|
|
4080
|
+
## 1.43.0-rc.3
|
|
4081
|
+
|
|
4082
|
+
### Minor Changes
|
|
4083
|
+
|
|
4084
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4085
|
+
|
|
4086
|
+
### Patch Changes
|
|
4087
|
+
|
|
4088
|
+
- Updated dependencies [64699d3]
|
|
4089
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
4090
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
4091
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
4092
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
4093
|
+
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
4094
|
+
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
4095
|
+
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
4096
|
+
- @akinon/next@1.43.0-rc.3
|
|
4097
|
+
- @akinon/pz-akifast@1.43.0-rc.3
|
|
4098
|
+
- @akinon/pz-gpay@1.43.0-rc.3
|
|
4099
|
+
- @akinon/pz-b2b@1.43.0-rc.3
|
|
4100
|
+
- @akinon/pz-bkm@1.43.0-rc.3
|
|
4101
|
+
- @akinon/pz-otp@1.43.0-rc.3
|
|
4102
|
+
|
|
4103
|
+
## 1.43.0-rc.2
|
|
4104
|
+
|
|
4105
|
+
### Patch Changes
|
|
4106
|
+
|
|
4107
|
+
- Updated dependencies [f2c92d5]
|
|
4108
|
+
- @akinon/next@1.43.0-rc.2
|
|
4109
|
+
- @akinon/pz-akifast@1.43.0-rc.2
|
|
4110
|
+
- @akinon/pz-b2b@1.43.0-rc.2
|
|
4111
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
4112
|
+
- @akinon/pz-bkm@1.43.0-rc.2
|
|
4113
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
4114
|
+
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
4115
|
+
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
4116
|
+
- @akinon/pz-gpay@1.43.0-rc.2
|
|
4117
|
+
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
4118
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
4119
|
+
- @akinon/pz-otp@1.43.0-rc.2
|
|
4120
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
4121
|
+
|
|
4122
|
+
## 1.43.0-rc.1
|
|
4123
|
+
|
|
4124
|
+
### Minor Changes
|
|
4125
|
+
|
|
4126
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4127
|
+
|
|
4128
|
+
### Patch Changes
|
|
4129
|
+
|
|
4130
|
+
- Updated dependencies [eecb282]
|
|
4131
|
+
- @akinon/next@1.43.0-rc.1
|
|
4132
|
+
- @akinon/pz-akifast@1.43.0-rc.1
|
|
4133
|
+
- @akinon/pz-b2b@1.43.0-rc.1
|
|
4134
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
4135
|
+
- @akinon/pz-bkm@1.43.0-rc.1
|
|
4136
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
4137
|
+
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
4138
|
+
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
4139
|
+
- @akinon/pz-gpay@1.43.0-rc.1
|
|
4140
|
+
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
4141
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
4142
|
+
- @akinon/pz-otp@1.43.0-rc.1
|
|
4143
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
4144
|
+
|
|
4145
|
+
## 1.43.0-rc.0
|
|
4146
|
+
|
|
4147
|
+
### Minor Changes
|
|
4148
|
+
|
|
4149
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4150
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4151
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4152
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4153
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4154
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4155
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4156
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4157
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4158
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4159
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4160
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4161
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4162
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4163
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4164
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4165
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4166
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4167
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4168
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4169
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4170
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4171
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4172
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4173
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4174
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4175
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4176
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4177
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4178
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4179
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4180
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4181
|
+
|
|
4182
|
+
### Patch Changes
|
|
4183
|
+
|
|
4184
|
+
- Updated dependencies [90282b5]
|
|
4185
|
+
- Updated dependencies [50b9069]
|
|
4186
|
+
- Updated dependencies [572d2e8]
|
|
4187
|
+
- Updated dependencies [a4c8d6a]
|
|
4188
|
+
- Updated dependencies [fda5b92]
|
|
4189
|
+
- Updated dependencies [2d9b2b2]
|
|
4190
|
+
- Updated dependencies [c53ea3e]
|
|
4191
|
+
- Updated dependencies [8d9ac9a]
|
|
4192
|
+
- Updated dependencies [18e8197]
|
|
4193
|
+
- Updated dependencies [714e0b4]
|
|
4194
|
+
- Updated dependencies [e9541a1]
|
|
4195
|
+
- Updated dependencies [c53ef7b]
|
|
4196
|
+
- Updated dependencies [0d3a913]
|
|
4197
|
+
- Updated dependencies [1448a96]
|
|
4198
|
+
- Updated dependencies [d3474c6]
|
|
4199
|
+
- Updated dependencies [75080fd]
|
|
4200
|
+
- Updated dependencies [91265bb]
|
|
4201
|
+
- Updated dependencies [bbe18b9]
|
|
4202
|
+
- Updated dependencies [d409996]
|
|
4203
|
+
- Updated dependencies [69ca080]
|
|
4204
|
+
- Updated dependencies [94b6928]
|
|
4205
|
+
- Updated dependencies [98bb8dc]
|
|
4206
|
+
- Updated dependencies [46b7aad]
|
|
4207
|
+
- Updated dependencies [dcc8a15]
|
|
4208
|
+
- Updated dependencies [fad2768]
|
|
4209
|
+
- Updated dependencies [dff0d59]
|
|
4210
|
+
- Updated dependencies [beb499e]
|
|
4211
|
+
- Updated dependencies [146ea39]
|
|
4212
|
+
- Updated dependencies [c47be30]
|
|
4213
|
+
- Updated dependencies [e9a46ac]
|
|
4214
|
+
- Updated dependencies [f046f8e]
|
|
4215
|
+
- Updated dependencies [86d2531]
|
|
4216
|
+
- @akinon/next@1.43.0-rc.0
|
|
4217
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
4218
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
4219
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
4220
|
+
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
4221
|
+
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
4222
|
+
- @akinon/pz-akifast@1.43.0-rc.0
|
|
4223
|
+
- @akinon/pz-gpay@1.43.0-rc.0
|
|
4224
|
+
- @akinon/pz-b2b@1.43.0-rc.0
|
|
4225
|
+
- @akinon/pz-bkm@1.43.0-rc.0
|
|
4226
|
+
- @akinon/pz-otp@1.43.0-rc.0
|
|
4227
|
+
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
4228
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
1089
4229
|
|
|
1090
4230
|
## 1.42.0
|
|
1091
4231
|
|
|
@@ -1254,13 +4394,301 @@
|
|
|
1254
4394
|
|
|
1255
4395
|
### Patch Changes
|
|
1256
4396
|
|
|
1257
|
-
-
|
|
1258
|
-
-
|
|
1259
|
-
-
|
|
1260
|
-
-
|
|
1261
|
-
-
|
|
1262
|
-
-
|
|
1263
|
-
-
|
|
4397
|
+
- Updated dependencies [a4c8d6a]
|
|
4398
|
+
- Updated dependencies [d09b677]
|
|
4399
|
+
- Updated dependencies [6d4aadb]
|
|
4400
|
+
- Updated dependencies [8e6e8cf]
|
|
4401
|
+
- Updated dependencies [c53ef7b]
|
|
4402
|
+
- Updated dependencies [ebb63ce]
|
|
4403
|
+
- Updated dependencies [7cebe87]
|
|
4404
|
+
- Updated dependencies [616690d]
|
|
4405
|
+
- Updated dependencies [f3b595e]
|
|
4406
|
+
- Updated dependencies [91265bb]
|
|
4407
|
+
- Updated dependencies [59fb7c3]
|
|
4408
|
+
- Updated dependencies [bbe18b9]
|
|
4409
|
+
- Updated dependencies [f0c23bc]
|
|
4410
|
+
- Updated dependencies [3420416]
|
|
4411
|
+
- Updated dependencies [495d155]
|
|
4412
|
+
- Updated dependencies [beb499e]
|
|
4413
|
+
- Updated dependencies [6c18543]
|
|
4414
|
+
- Updated dependencies [40ad73e]
|
|
4415
|
+
- Updated dependencies [495d155]
|
|
4416
|
+
- Updated dependencies [f046f8e]
|
|
4417
|
+
- Updated dependencies [6b2972b]
|
|
4418
|
+
- Updated dependencies [3e68768]
|
|
4419
|
+
- @akinon/next@1.34.0-rc.20
|
|
4420
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
4421
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
4422
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
4423
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
4424
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
4425
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
4426
|
+
|
|
4427
|
+
## 1.34.0-rc.19
|
|
4428
|
+
|
|
4429
|
+
### Patch Changes
|
|
4430
|
+
|
|
4431
|
+
- Updated dependencies [c53ef7b]
|
|
4432
|
+
- @akinon/next@1.34.0-rc.19
|
|
4433
|
+
- @akinon/pz-b2b@1.34.0-rc.19
|
|
4434
|
+
- @akinon/pz-gpay@1.34.0-rc.19
|
|
4435
|
+
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
4436
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
4437
|
+
- @akinon/pz-otp@1.34.0-rc.19
|
|
4438
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
4439
|
+
|
|
4440
|
+
## 1.34.0-rc.18
|
|
4441
|
+
|
|
4442
|
+
### Minor Changes
|
|
4443
|
+
|
|
4444
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4445
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4446
|
+
|
|
4447
|
+
### Patch Changes
|
|
4448
|
+
|
|
4449
|
+
- Updated dependencies [a4c8d6a]
|
|
4450
|
+
- @akinon/next@1.34.0-rc.18
|
|
4451
|
+
- @akinon/pz-b2b@1.34.0-rc.18
|
|
4452
|
+
- @akinon/pz-gpay@1.34.0-rc.18
|
|
4453
|
+
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
4454
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
4455
|
+
- @akinon/pz-otp@1.34.0-rc.18
|
|
4456
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
4457
|
+
|
|
4458
|
+
## 1.34.0-rc.17
|
|
4459
|
+
|
|
4460
|
+
### Minor Changes
|
|
4461
|
+
|
|
4462
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
4463
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
4464
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4465
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
4466
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4467
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
4468
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4469
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
4470
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
4471
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4472
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
4473
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
4474
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4475
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4476
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
4477
|
+
|
|
4478
|
+
### Patch Changes
|
|
4479
|
+
|
|
4480
|
+
- Updated dependencies [d09b677]
|
|
4481
|
+
- Updated dependencies [6d4aadb]
|
|
4482
|
+
- Updated dependencies [8e6e8cf]
|
|
4483
|
+
- Updated dependencies [ebb63ce]
|
|
4484
|
+
- Updated dependencies [7cebe87]
|
|
4485
|
+
- Updated dependencies [616690d]
|
|
4486
|
+
- Updated dependencies [f3b595e]
|
|
4487
|
+
- Updated dependencies [91265bb]
|
|
4488
|
+
- Updated dependencies [59fb7c3]
|
|
4489
|
+
- Updated dependencies [bbe18b9]
|
|
4490
|
+
- Updated dependencies [f0c23bc]
|
|
4491
|
+
- Updated dependencies [3420416]
|
|
4492
|
+
- Updated dependencies [495d155]
|
|
4493
|
+
- Updated dependencies [beb499e]
|
|
4494
|
+
- Updated dependencies [6c18543]
|
|
4495
|
+
- Updated dependencies [40ad73e]
|
|
4496
|
+
- Updated dependencies [495d155]
|
|
4497
|
+
- Updated dependencies [f046f8e]
|
|
4498
|
+
- Updated dependencies [6b2972b]
|
|
4499
|
+
- Updated dependencies [3e68768]
|
|
4500
|
+
- @akinon/next@1.34.0-rc.17
|
|
4501
|
+
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
4502
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
4503
|
+
- @akinon/pz-b2b@1.34.0-rc.17
|
|
4504
|
+
- @akinon/pz-gpay@1.34.0-rc.17
|
|
4505
|
+
- @akinon/pz-otp@1.34.0-rc.17
|
|
4506
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
4507
|
+
|
|
4508
|
+
## 1.34.0-rc.16
|
|
4509
|
+
|
|
4510
|
+
### Patch Changes
|
|
4511
|
+
|
|
4512
|
+
- @akinon/next@1.34.0-rc.16
|
|
4513
|
+
- @akinon/pz-b2b@1.34.0-rc.16
|
|
4514
|
+
- @akinon/pz-gpay@1.34.0-rc.16
|
|
4515
|
+
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
4516
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
4517
|
+
- @akinon/pz-otp@1.34.0-rc.16
|
|
4518
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
4519
|
+
|
|
4520
|
+
## 1.34.0-rc.15
|
|
4521
|
+
|
|
4522
|
+
### Patch Changes
|
|
4523
|
+
|
|
4524
|
+
- @akinon/next@1.34.0-rc.15
|
|
4525
|
+
- @akinon/pz-b2b@1.34.0-rc.15
|
|
4526
|
+
- @akinon/pz-gpay@1.34.0-rc.15
|
|
4527
|
+
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
4528
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
4529
|
+
- @akinon/pz-otp@1.34.0-rc.15
|
|
4530
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
4531
|
+
|
|
4532
|
+
## 1.34.0-rc.14
|
|
4533
|
+
|
|
4534
|
+
### Minor Changes
|
|
4535
|
+
|
|
4536
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4537
|
+
|
|
4538
|
+
### Patch Changes
|
|
4539
|
+
|
|
4540
|
+
- @akinon/next@1.34.0-rc.14
|
|
4541
|
+
- @akinon/pz-b2b@1.34.0-rc.14
|
|
4542
|
+
- @akinon/pz-gpay@1.34.0-rc.14
|
|
4543
|
+
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
4544
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
4545
|
+
- @akinon/pz-otp@1.34.0-rc.14
|
|
4546
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
4547
|
+
|
|
4548
|
+
## 1.34.0-rc.13
|
|
4549
|
+
|
|
4550
|
+
### Minor Changes
|
|
4551
|
+
|
|
4552
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4553
|
+
|
|
4554
|
+
### Patch Changes
|
|
4555
|
+
|
|
4556
|
+
- @akinon/next@1.34.0-rc.13
|
|
4557
|
+
- @akinon/pz-b2b@1.34.0-rc.13
|
|
4558
|
+
- @akinon/pz-gpay@1.34.0-rc.13
|
|
4559
|
+
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
4560
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
4561
|
+
- @akinon/pz-otp@1.34.0-rc.13
|
|
4562
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
4563
|
+
|
|
4564
|
+
## 1.34.0-rc.12
|
|
4565
|
+
|
|
4566
|
+
### Patch Changes
|
|
4567
|
+
|
|
4568
|
+
- Updated dependencies [616690d]
|
|
4569
|
+
- @akinon/next@1.34.0-rc.12
|
|
4570
|
+
- @akinon/pz-b2b@1.34.0-rc.12
|
|
4571
|
+
- @akinon/pz-gpay@1.34.0-rc.12
|
|
4572
|
+
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
4573
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
4574
|
+
- @akinon/pz-otp@1.34.0-rc.12
|
|
4575
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
4576
|
+
|
|
4577
|
+
## 1.34.0-rc.11
|
|
4578
|
+
|
|
4579
|
+
### Patch Changes
|
|
4580
|
+
|
|
4581
|
+
- Updated dependencies [8e6e8cf]
|
|
4582
|
+
- @akinon/next@1.34.0-rc.11
|
|
4583
|
+
- @akinon/pz-b2b@1.34.0-rc.11
|
|
4584
|
+
- @akinon/pz-gpay@1.34.0-rc.11
|
|
4585
|
+
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
4586
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
4587
|
+
- @akinon/pz-otp@1.34.0-rc.11
|
|
4588
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
4589
|
+
|
|
4590
|
+
## 1.34.0-rc.10
|
|
4591
|
+
|
|
4592
|
+
### Patch Changes
|
|
4593
|
+
|
|
4594
|
+
- Updated dependencies [bbe18b9]
|
|
4595
|
+
- @akinon/next@1.34.0-rc.10
|
|
4596
|
+
- @akinon/pz-b2b@1.34.0-rc.10
|
|
4597
|
+
- @akinon/pz-gpay@1.34.0-rc.10
|
|
4598
|
+
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
4599
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
4600
|
+
- @akinon/pz-otp@1.34.0-rc.10
|
|
4601
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
4602
|
+
|
|
4603
|
+
## 1.34.0-rc.9
|
|
4604
|
+
|
|
4605
|
+
### Minor Changes
|
|
4606
|
+
|
|
4607
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4608
|
+
|
|
4609
|
+
### Patch Changes
|
|
4610
|
+
|
|
4611
|
+
- Updated dependencies [beb499e]
|
|
4612
|
+
- @akinon/next@1.34.0-rc.9
|
|
4613
|
+
- @akinon/pz-b2b@1.34.0-rc.9
|
|
4614
|
+
- @akinon/pz-gpay@1.34.0-rc.9
|
|
4615
|
+
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
4616
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
4617
|
+
- @akinon/pz-otp@1.34.0-rc.9
|
|
4618
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
4619
|
+
|
|
4620
|
+
## 1.34.0-rc.8
|
|
4621
|
+
|
|
4622
|
+
### Minor Changes
|
|
4623
|
+
|
|
4624
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4625
|
+
|
|
4626
|
+
### Patch Changes
|
|
4627
|
+
|
|
4628
|
+
- Updated dependencies [91265bb]
|
|
4629
|
+
- @akinon/next@1.34.0-rc.8
|
|
4630
|
+
- @akinon/pz-b2b@1.34.0-rc.8
|
|
4631
|
+
- @akinon/pz-gpay@1.34.0-rc.8
|
|
4632
|
+
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
4633
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
4634
|
+
- @akinon/pz-otp@1.34.0-rc.8
|
|
4635
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
4636
|
+
|
|
4637
|
+
## 1.34.0-rc.7
|
|
4638
|
+
|
|
4639
|
+
### Minor Changes
|
|
4640
|
+
|
|
4641
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
4642
|
+
|
|
4643
|
+
### Patch Changes
|
|
4644
|
+
|
|
4645
|
+
- @akinon/next@1.34.0-rc.7
|
|
4646
|
+
- @akinon/pz-b2b@1.34.0-rc.7
|
|
4647
|
+
- @akinon/pz-gpay@1.34.0-rc.7
|
|
4648
|
+
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
4649
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
4650
|
+
- @akinon/pz-otp@1.34.0-rc.7
|
|
4651
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
4652
|
+
|
|
4653
|
+
## 1.34.0-rc.6
|
|
4654
|
+
|
|
4655
|
+
### Minor Changes
|
|
4656
|
+
|
|
4657
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
4658
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
4659
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4660
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
4661
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
4662
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
4663
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
4664
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
4665
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4666
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
4667
|
+
|
|
4668
|
+
### Patch Changes
|
|
4669
|
+
|
|
4670
|
+
- Updated dependencies [d09b677]
|
|
4671
|
+
- Updated dependencies [6d4aadb]
|
|
4672
|
+
- Updated dependencies [ebb63ce]
|
|
4673
|
+
- Updated dependencies [7cebe87]
|
|
4674
|
+
- Updated dependencies [f3b595e]
|
|
4675
|
+
- Updated dependencies [59fb7c3]
|
|
4676
|
+
- Updated dependencies [f0c23bc]
|
|
4677
|
+
- Updated dependencies [3420416]
|
|
4678
|
+
- Updated dependencies [495d155]
|
|
4679
|
+
- Updated dependencies [6c18543]
|
|
4680
|
+
- Updated dependencies [40ad73e]
|
|
4681
|
+
- Updated dependencies [495d155]
|
|
4682
|
+
- Updated dependencies [f046f8e]
|
|
4683
|
+
- Updated dependencies [6b2972b]
|
|
4684
|
+
- Updated dependencies [3e68768]
|
|
4685
|
+
- @akinon/next@1.34.0-rc.6
|
|
4686
|
+
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
4687
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
4688
|
+
- @akinon/pz-b2b@1.34.0-rc.6
|
|
4689
|
+
- @akinon/pz-gpay@1.34.0-rc.6
|
|
4690
|
+
- @akinon/pz-otp@1.34.0-rc.6
|
|
4691
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1264
4692
|
|
|
1265
4693
|
## 1.33.2
|
|
1266
4694
|
|