@akinon/projectzero 1.79.0 → 1.80.0-rc.7
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 +37 -1
- package/app-template/.gitignore +2 -0
- package/app-template/CHANGELOG.md +2888 -161
- package/app-template/package.json +19 -18
- package/app-template/public/locales/en/common.json +4 -0
- package/app-template/public/locales/tr/common.json +4 -0
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/orders/[id]/cancellation/page.tsx +94 -5
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
- package/app-template/src/app/[commerce]/[locale]/[currency]/orders/checkout/page.tsx +7 -4
- package/app-template/src/components/button.tsx +50 -35
- package/app-template/src/components/file-input.tsx +44 -2
- package/app-template/src/components/types/index.ts +4 -1
- package/app-template/src/components/widget/widget-placeholder.tsx +12 -0
- package/app-template/src/middleware.ts +1 -0
- package/app-template/src/plugins.js +2 -1
- package/app-template/src/settings.js +6 -1
- package/app-template/src/views/account/address-form.tsx +2 -2
- package/app-template/src/views/account/contact-form.tsx +3 -8
- package/app-template/src/views/account/orders/order-cancellation-item.tsx +23 -3
- package/app-template/src/views/basket/basket-content.tsx +106 -0
- package/app-template/src/views/basket/basket-item.tsx +16 -13
- package/app-template/src/views/basket/summary.tsx +10 -7
- package/app-template/src/views/category/category-header.tsx +11 -5
- package/app-template/src/views/header/search/index.tsx +13 -1
- package/app-template/src/views/login/index.tsx +28 -4
- package/app-template/src/views/register/index.tsx +30 -5
- package/package.json +1 -1
- package/app-template/sentry.edge.config.ts +0 -3
- package/app-template/sentry.server.config.ts +0 -3
|
@@ -1,25 +1,301 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
## 1.80.0-rc.7
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
8
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
9
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
10
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
11
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
12
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
13
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
14
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
15
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
16
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
17
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
18
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
19
|
+
- 7ab9e2fd: ZERO-3166: add tamara payment package
|
|
20
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [778aabf8]
|
|
25
|
+
- Updated dependencies [5dfeea04]
|
|
26
|
+
- Updated dependencies [2d9b2b2c]
|
|
27
|
+
- Updated dependencies [fdbf156f]
|
|
28
|
+
- Updated dependencies [fd4b74e9]
|
|
29
|
+
- Updated dependencies [f49bb74f]
|
|
30
|
+
- Updated dependencies [e9541a13]
|
|
31
|
+
- Updated dependencies [4d3deb4f]
|
|
32
|
+
- Updated dependencies [72fd4d67]
|
|
33
|
+
- Updated dependencies [c53ef7b9]
|
|
34
|
+
- Updated dependencies [64699d3f]
|
|
35
|
+
- Updated dependencies [0200d568]
|
|
36
|
+
- Updated dependencies [7727ae55]
|
|
37
|
+
- Updated dependencies [17f87524]
|
|
38
|
+
- Updated dependencies [65d3b862]
|
|
39
|
+
- Updated dependencies [bbe18b9f]
|
|
40
|
+
- Updated dependencies [4920742c]
|
|
41
|
+
- Updated dependencies [7e56d6b6]
|
|
42
|
+
- Updated dependencies [43c182ee]
|
|
43
|
+
- Updated dependencies [2d305aaf]
|
|
44
|
+
- Updated dependencies [4cc22c7c]
|
|
45
|
+
- Updated dependencies [eeb20bea]
|
|
46
|
+
- Updated dependencies [6a0a0807]
|
|
47
|
+
- Updated dependencies [f2c92d5c]
|
|
48
|
+
- Updated dependencies [7bd3d992]
|
|
49
|
+
- Updated dependencies [fdd255ee]
|
|
50
|
+
- Updated dependencies [49eeebfa]
|
|
51
|
+
- Updated dependencies [3f9b8d7e]
|
|
52
|
+
- Updated dependencies [7ab9e2fd]
|
|
53
|
+
- @akinon/next@1.80.0-rc.7
|
|
54
|
+
- @akinon/pz-masterpass@1.80.0-rc.7
|
|
55
|
+
- @akinon/pz-checkout-gift-pack@1.80.0-rc.7
|
|
56
|
+
- @akinon/pz-one-click-checkout@1.80.0-rc.7
|
|
57
|
+
- @akinon/pz-basket-gift-pack@1.80.0-rc.7
|
|
58
|
+
- @akinon/pz-pay-on-delivery@1.80.0-rc.7
|
|
59
|
+
- @akinon/pz-credit-payment@1.80.0-rc.7
|
|
60
|
+
- @akinon/pz-click-collect@1.80.0-rc.7
|
|
61
|
+
- @akinon/pz-akifast@1.80.0-rc.7
|
|
62
|
+
- @akinon/pz-gpay@1.80.0-rc.7
|
|
63
|
+
- @akinon/pz-b2b@1.80.0-rc.7
|
|
64
|
+
- @akinon/pz-bkm@1.80.0-rc.7
|
|
65
|
+
- @akinon/pz-otp@1.80.0-rc.7
|
|
66
|
+
- @akinon/pz-tabby-extension@1.80.0-rc.7
|
|
67
|
+
- @akinon/pz-saved-card@1.80.0-rc.7
|
|
68
|
+
- @akinon/pz-tamara-extension@1.80.0-rc.7
|
|
69
|
+
|
|
70
|
+
## 1.79.0-rc.6
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Updated dependencies [0200d568]
|
|
75
|
+
- @akinon/next@1.79.0-rc.6
|
|
76
|
+
- @akinon/pz-akifast@1.79.0-rc.6
|
|
77
|
+
- @akinon/pz-b2b@1.79.0-rc.6
|
|
78
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.6
|
|
79
|
+
- @akinon/pz-bkm@1.79.0-rc.6
|
|
80
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.6
|
|
81
|
+
- @akinon/pz-click-collect@1.79.0-rc.6
|
|
82
|
+
- @akinon/pz-credit-payment@1.79.0-rc.6
|
|
83
|
+
- @akinon/pz-gpay@1.79.0-rc.6
|
|
84
|
+
- @akinon/pz-masterpass@1.79.0-rc.6
|
|
85
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.6
|
|
86
|
+
- @akinon/pz-otp@1.79.0-rc.6
|
|
87
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.6
|
|
88
|
+
- @akinon/pz-saved-card@1.79.0-rc.6
|
|
89
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.6
|
|
90
|
+
|
|
91
|
+
## 1.79.0-rc.5
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- Updated dependencies [778aabf8]
|
|
96
|
+
- @akinon/next@1.79.0-rc.5
|
|
97
|
+
- @akinon/pz-akifast@1.79.0-rc.5
|
|
98
|
+
- @akinon/pz-b2b@1.79.0-rc.5
|
|
99
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.5
|
|
100
|
+
- @akinon/pz-bkm@1.79.0-rc.5
|
|
101
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.5
|
|
102
|
+
- @akinon/pz-click-collect@1.79.0-rc.5
|
|
103
|
+
- @akinon/pz-credit-payment@1.79.0-rc.5
|
|
104
|
+
- @akinon/pz-gpay@1.79.0-rc.5
|
|
105
|
+
- @akinon/pz-masterpass@1.79.0-rc.5
|
|
106
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.5
|
|
107
|
+
- @akinon/pz-otp@1.79.0-rc.5
|
|
108
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.5
|
|
109
|
+
- @akinon/pz-saved-card@1.79.0-rc.5
|
|
110
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.5
|
|
111
|
+
|
|
112
|
+
## 1.79.0-rc.4
|
|
113
|
+
|
|
114
|
+
### Minor Changes
|
|
115
|
+
|
|
116
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
117
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [fdbf156f]
|
|
122
|
+
- @akinon/pz-masterpass@1.79.0-rc.4
|
|
123
|
+
- @akinon/next@1.79.0-rc.4
|
|
124
|
+
- @akinon/pz-akifast@1.79.0-rc.4
|
|
125
|
+
- @akinon/pz-b2b@1.79.0-rc.4
|
|
126
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.4
|
|
127
|
+
- @akinon/pz-bkm@1.79.0-rc.4
|
|
128
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.4
|
|
129
|
+
- @akinon/pz-click-collect@1.79.0-rc.4
|
|
130
|
+
- @akinon/pz-credit-payment@1.79.0-rc.4
|
|
131
|
+
- @akinon/pz-gpay@1.79.0-rc.4
|
|
132
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.4
|
|
133
|
+
- @akinon/pz-otp@1.79.0-rc.4
|
|
134
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.4
|
|
135
|
+
- @akinon/pz-saved-card@1.79.0-rc.4
|
|
136
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.4
|
|
137
|
+
|
|
138
|
+
## 1.79.0-rc.3
|
|
139
|
+
|
|
140
|
+
### Minor Changes
|
|
141
|
+
|
|
142
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
143
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
144
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
145
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
146
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
147
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
148
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
149
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
150
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
151
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
152
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Updated dependencies [5dfeea04]
|
|
157
|
+
- Updated dependencies [2d9b2b2c]
|
|
158
|
+
- Updated dependencies [fd4b74e9]
|
|
159
|
+
- Updated dependencies [f49bb74f]
|
|
160
|
+
- Updated dependencies [e9541a13]
|
|
161
|
+
- Updated dependencies [4d3deb4f]
|
|
162
|
+
- Updated dependencies [72fd4d67]
|
|
163
|
+
- Updated dependencies [c53ef7b9]
|
|
164
|
+
- Updated dependencies [64699d3f]
|
|
165
|
+
- Updated dependencies [7727ae55]
|
|
166
|
+
- Updated dependencies [17f87524]
|
|
167
|
+
- Updated dependencies [65d3b862]
|
|
168
|
+
- Updated dependencies [bbe18b9f]
|
|
169
|
+
- Updated dependencies [4920742c]
|
|
170
|
+
- Updated dependencies [7e56d6b6]
|
|
171
|
+
- Updated dependencies [43c182ee]
|
|
172
|
+
- Updated dependencies [2d305aaf]
|
|
173
|
+
- Updated dependencies [4cc22c7c]
|
|
174
|
+
- Updated dependencies [eeb20bea]
|
|
175
|
+
- Updated dependencies [6a0a0807]
|
|
176
|
+
- Updated dependencies [f2c92d5c]
|
|
177
|
+
- Updated dependencies [7bd3d992]
|
|
178
|
+
- Updated dependencies [fdd255ee]
|
|
179
|
+
- Updated dependencies [59fa21ce]
|
|
180
|
+
- Updated dependencies [49eeebfa]
|
|
181
|
+
- Updated dependencies [3f9b8d7e]
|
|
182
|
+
- @akinon/next@1.79.0-rc.3
|
|
183
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.3
|
|
184
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.3
|
|
185
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.3
|
|
186
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.3
|
|
187
|
+
- @akinon/pz-credit-payment@1.79.0-rc.3
|
|
188
|
+
- @akinon/pz-click-collect@1.79.0-rc.3
|
|
189
|
+
- @akinon/pz-masterpass@1.79.0-rc.3
|
|
190
|
+
- @akinon/pz-akifast@1.79.0-rc.3
|
|
191
|
+
- @akinon/pz-gpay@1.79.0-rc.3
|
|
192
|
+
- @akinon/pz-b2b@1.79.0-rc.3
|
|
193
|
+
- @akinon/pz-bkm@1.79.0-rc.3
|
|
194
|
+
- @akinon/pz-otp@1.79.0-rc.3
|
|
195
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.3
|
|
196
|
+
- @akinon/pz-saved-card@1.79.0-rc.3
|
|
197
|
+
|
|
198
|
+
## 1.79.0-rc.2
|
|
199
|
+
|
|
200
|
+
### Minor Changes
|
|
201
|
+
|
|
202
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
203
|
+
|
|
204
|
+
### Patch Changes
|
|
205
|
+
|
|
206
|
+
- @akinon/next@1.79.0-rc.2
|
|
207
|
+
- @akinon/pz-akifast@1.79.0-rc.2
|
|
208
|
+
- @akinon/pz-b2b@1.79.0-rc.2
|
|
209
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.2
|
|
210
|
+
- @akinon/pz-bkm@1.79.0-rc.2
|
|
211
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.2
|
|
212
|
+
- @akinon/pz-click-collect@1.79.0-rc.2
|
|
213
|
+
- @akinon/pz-credit-payment@1.79.0-rc.2
|
|
214
|
+
- @akinon/pz-gpay@1.79.0-rc.2
|
|
215
|
+
- @akinon/pz-masterpass@1.79.0-rc.2
|
|
216
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.2
|
|
217
|
+
- @akinon/pz-otp@1.79.0-rc.2
|
|
218
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.2
|
|
219
|
+
- @akinon/pz-saved-card@1.79.0-rc.2
|
|
220
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.2
|
|
221
|
+
|
|
222
|
+
## 1.79.0-rc.1
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- Updated dependencies [4cc22c7c]
|
|
227
|
+
- @akinon/next@1.79.0-rc.1
|
|
228
|
+
- @akinon/pz-akifast@1.79.0-rc.1
|
|
229
|
+
- @akinon/pz-b2b@1.79.0-rc.1
|
|
230
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.1
|
|
231
|
+
- @akinon/pz-bkm@1.79.0-rc.1
|
|
232
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.1
|
|
233
|
+
- @akinon/pz-click-collect@1.79.0-rc.1
|
|
234
|
+
- @akinon/pz-credit-payment@1.79.0-rc.1
|
|
235
|
+
- @akinon/pz-gpay@1.79.0-rc.1
|
|
236
|
+
- @akinon/pz-masterpass@1.79.0-rc.1
|
|
237
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.1
|
|
238
|
+
- @akinon/pz-otp@1.79.0-rc.1
|
|
239
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.1
|
|
240
|
+
- @akinon/pz-saved-card@1.79.0-rc.1
|
|
241
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.1
|
|
242
|
+
|
|
243
|
+
## 1.79.0-rc.0
|
|
244
|
+
|
|
245
|
+
### Minor Changes
|
|
246
|
+
|
|
247
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
248
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
249
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
250
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
251
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
252
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
253
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
254
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
255
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
256
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
257
|
+
|
|
258
|
+
### Patch Changes
|
|
259
|
+
|
|
260
|
+
- Updated dependencies [5dfeea04]
|
|
261
|
+
- Updated dependencies [2d9b2b2c]
|
|
262
|
+
- Updated dependencies [fd4b74e9]
|
|
263
|
+
- Updated dependencies [f49bb74f]
|
|
264
|
+
- Updated dependencies [e9541a13]
|
|
265
|
+
- Updated dependencies [4d3deb4f]
|
|
266
|
+
- Updated dependencies [72fd4d67]
|
|
267
|
+
- Updated dependencies [c53ef7b9]
|
|
268
|
+
- Updated dependencies [64699d3f]
|
|
269
|
+
- Updated dependencies [7727ae55]
|
|
270
|
+
- Updated dependencies [17f87524]
|
|
271
|
+
- Updated dependencies [65d3b862]
|
|
272
|
+
- Updated dependencies [bbe18b9f]
|
|
273
|
+
- Updated dependencies [4920742c]
|
|
274
|
+
- Updated dependencies [7e56d6b6]
|
|
275
|
+
- Updated dependencies [43c182ee]
|
|
276
|
+
- Updated dependencies [2d305aaf]
|
|
277
|
+
- Updated dependencies [eeb20bea]
|
|
278
|
+
- Updated dependencies [6a0a0807]
|
|
279
|
+
- Updated dependencies [f2c92d5c]
|
|
280
|
+
- Updated dependencies [7bd3d992]
|
|
281
|
+
- Updated dependencies [fdd255ee]
|
|
282
|
+
- Updated dependencies [49eeebfa]
|
|
283
|
+
- Updated dependencies [3f9b8d7e]
|
|
284
|
+
- @akinon/next@1.79.0-rc.0
|
|
285
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
286
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
287
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
288
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
289
|
+
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
290
|
+
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
291
|
+
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
292
|
+
- @akinon/pz-akifast@1.79.0-rc.0
|
|
293
|
+
- @akinon/pz-gpay@1.79.0-rc.0
|
|
294
|
+
- @akinon/pz-b2b@1.79.0-rc.0
|
|
295
|
+
- @akinon/pz-bkm@1.79.0-rc.0
|
|
296
|
+
- @akinon/pz-otp@1.79.0-rc.0
|
|
297
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
298
|
+
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
23
299
|
|
|
24
300
|
## 1.78.0
|
|
25
301
|
|
|
@@ -221,21 +497,161 @@
|
|
|
221
497
|
### Patch Changes
|
|
222
498
|
|
|
223
499
|
- Updated dependencies [f34454a]
|
|
224
|
-
- @akinon/next@1.71.0
|
|
225
|
-
- @akinon/pz-akifast@1.71.0
|
|
226
|
-
- @akinon/pz-b2b@1.71.0
|
|
227
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
228
|
-
- @akinon/pz-bkm@1.71.0
|
|
229
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
230
|
-
- @akinon/pz-click-collect@1.71.0
|
|
231
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
232
|
-
- @akinon/pz-gpay@1.71.0
|
|
233
|
-
- @akinon/pz-masterpass@1.71.0
|
|
234
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
235
|
-
- @akinon/pz-otp@1.71.0
|
|
236
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
237
|
-
- @akinon/pz-saved-card@1.71.0
|
|
238
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
500
|
+
- @akinon/next@1.71.0-rc.6
|
|
501
|
+
- @akinon/pz-akifast@1.71.0-rc.6
|
|
502
|
+
- @akinon/pz-b2b@1.71.0-rc.6
|
|
503
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.6
|
|
504
|
+
- @akinon/pz-bkm@1.71.0-rc.6
|
|
505
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.6
|
|
506
|
+
- @akinon/pz-click-collect@1.71.0-rc.6
|
|
507
|
+
- @akinon/pz-credit-payment@1.71.0-rc.6
|
|
508
|
+
- @akinon/pz-gpay@1.71.0-rc.6
|
|
509
|
+
- @akinon/pz-masterpass@1.71.0-rc.6
|
|
510
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.6
|
|
511
|
+
- @akinon/pz-otp@1.71.0-rc.6
|
|
512
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.6
|
|
513
|
+
- @akinon/pz-saved-card@1.71.0-rc.6
|
|
514
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.6
|
|
515
|
+
|
|
516
|
+
## 1.71.0-rc.5
|
|
517
|
+
|
|
518
|
+
### Patch Changes
|
|
519
|
+
|
|
520
|
+
- Updated dependencies [0ab91e5]
|
|
521
|
+
- @akinon/pz-akifast@1.71.0-rc.5
|
|
522
|
+
- @akinon/next@1.71.0-rc.5
|
|
523
|
+
- @akinon/pz-b2b@1.71.0-rc.5
|
|
524
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
525
|
+
- @akinon/pz-bkm@1.71.0-rc.5
|
|
526
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
527
|
+
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
528
|
+
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
529
|
+
- @akinon/pz-gpay@1.71.0-rc.5
|
|
530
|
+
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
531
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
532
|
+
- @akinon/pz-otp@1.71.0-rc.5
|
|
533
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
534
|
+
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
535
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
536
|
+
|
|
537
|
+
## 1.71.0-rc.4
|
|
538
|
+
|
|
539
|
+
### Minor Changes
|
|
540
|
+
|
|
541
|
+
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
542
|
+
|
|
543
|
+
### Patch Changes
|
|
544
|
+
|
|
545
|
+
- @akinon/next@1.71.0-rc.4
|
|
546
|
+
- @akinon/pz-akifast@1.71.0-rc.4
|
|
547
|
+
- @akinon/pz-b2b@1.71.0-rc.4
|
|
548
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
549
|
+
- @akinon/pz-bkm@1.71.0-rc.4
|
|
550
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
551
|
+
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
552
|
+
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
553
|
+
- @akinon/pz-gpay@1.71.0-rc.4
|
|
554
|
+
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
555
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
556
|
+
- @akinon/pz-otp@1.71.0-rc.4
|
|
557
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
558
|
+
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
559
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
560
|
+
|
|
561
|
+
## 1.71.0-rc.3
|
|
562
|
+
|
|
563
|
+
### Minor Changes
|
|
564
|
+
|
|
565
|
+
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
566
|
+
|
|
567
|
+
### Patch Changes
|
|
568
|
+
|
|
569
|
+
- Updated dependencies [3344bca]
|
|
570
|
+
- @akinon/next@1.71.0-rc.3
|
|
571
|
+
- @akinon/pz-akifast@1.71.0-rc.3
|
|
572
|
+
- @akinon/pz-b2b@1.71.0-rc.3
|
|
573
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
574
|
+
- @akinon/pz-bkm@1.71.0-rc.3
|
|
575
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
576
|
+
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
577
|
+
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
578
|
+
- @akinon/pz-gpay@1.71.0-rc.3
|
|
579
|
+
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
580
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
581
|
+
- @akinon/pz-otp@1.71.0-rc.3
|
|
582
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
583
|
+
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
584
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
585
|
+
|
|
586
|
+
## 1.71.0-rc.2
|
|
587
|
+
|
|
588
|
+
### Patch Changes
|
|
589
|
+
|
|
590
|
+
- Updated dependencies [56cdddc]
|
|
591
|
+
- @akinon/next@1.71.0-rc.2
|
|
592
|
+
- @akinon/pz-akifast@1.71.0-rc.2
|
|
593
|
+
- @akinon/pz-b2b@1.71.0-rc.2
|
|
594
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
595
|
+
- @akinon/pz-bkm@1.71.0-rc.2
|
|
596
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
597
|
+
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
598
|
+
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
599
|
+
- @akinon/pz-gpay@1.71.0-rc.2
|
|
600
|
+
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
601
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
602
|
+
- @akinon/pz-otp@1.71.0-rc.2
|
|
603
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
604
|
+
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
605
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
606
|
+
|
|
607
|
+
## 1.71.0-rc.1
|
|
608
|
+
|
|
609
|
+
### Patch Changes
|
|
610
|
+
|
|
611
|
+
- Updated dependencies [9a50730]
|
|
612
|
+
- @akinon/next@1.71.0-rc.1
|
|
613
|
+
- @akinon/pz-akifast@1.71.0-rc.1
|
|
614
|
+
- @akinon/pz-b2b@1.71.0-rc.1
|
|
615
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
616
|
+
- @akinon/pz-bkm@1.71.0-rc.1
|
|
617
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
618
|
+
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
619
|
+
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
620
|
+
- @akinon/pz-gpay@1.71.0-rc.1
|
|
621
|
+
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
622
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
623
|
+
- @akinon/pz-otp@1.71.0-rc.1
|
|
624
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
625
|
+
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
626
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
627
|
+
|
|
628
|
+
## 1.71.0-rc.0
|
|
629
|
+
|
|
630
|
+
### Minor Changes
|
|
631
|
+
|
|
632
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
633
|
+
|
|
634
|
+
### Patch Changes
|
|
635
|
+
|
|
636
|
+
- Updated dependencies [3bfa12a]
|
|
637
|
+
- Updated dependencies [4d3deb4]
|
|
638
|
+
- Updated dependencies [3010514]
|
|
639
|
+
- Updated dependencies [ca774b3]
|
|
640
|
+
- @akinon/next@1.71.0-rc.0
|
|
641
|
+
- @akinon/pz-akifast@1.71.0-rc.0
|
|
642
|
+
- @akinon/pz-b2b@1.71.0-rc.0
|
|
643
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
644
|
+
- @akinon/pz-bkm@1.71.0-rc.0
|
|
645
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
646
|
+
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
647
|
+
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
648
|
+
- @akinon/pz-gpay@1.71.0-rc.0
|
|
649
|
+
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
650
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
651
|
+
- @akinon/pz-otp@1.71.0-rc.0
|
|
652
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
653
|
+
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
654
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
239
655
|
|
|
240
656
|
## 1.70.0
|
|
241
657
|
|
|
@@ -266,32 +682,249 @@
|
|
|
266
682
|
|
|
267
683
|
### Minor Changes
|
|
268
684
|
|
|
685
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
686
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
687
|
+
|
|
688
|
+
### Patch Changes
|
|
689
|
+
|
|
690
|
+
- Updated dependencies [3bfa12a]
|
|
691
|
+
- Updated dependencies [4d3deb4]
|
|
692
|
+
- Updated dependencies [3010514]
|
|
693
|
+
- Updated dependencies [ca774b3]
|
|
694
|
+
- Updated dependencies [f046f8e]
|
|
695
|
+
- @akinon/next@1.69.0-rc.9
|
|
696
|
+
- @akinon/pz-akifast@1.69.0-rc.9
|
|
697
|
+
- @akinon/pz-b2b@1.69.0-rc.9
|
|
698
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
699
|
+
- @akinon/pz-bkm@1.69.0-rc.9
|
|
700
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
701
|
+
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
702
|
+
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
703
|
+
- @akinon/pz-gpay@1.69.0-rc.9
|
|
704
|
+
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
705
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
706
|
+
- @akinon/pz-otp@1.69.0-rc.9
|
|
707
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
708
|
+
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
709
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
710
|
+
|
|
711
|
+
## 1.69.0-rc.8
|
|
712
|
+
|
|
713
|
+
### Patch Changes
|
|
714
|
+
|
|
715
|
+
- Updated dependencies [3010514]
|
|
716
|
+
- Updated dependencies [ca774b3]
|
|
717
|
+
- @akinon/next@1.69.0-rc.8
|
|
718
|
+
- @akinon/pz-akifast@1.69.0-rc.8
|
|
719
|
+
- @akinon/pz-b2b@1.69.0-rc.8
|
|
720
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
721
|
+
- @akinon/pz-bkm@1.69.0-rc.8
|
|
722
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
723
|
+
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
724
|
+
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
725
|
+
- @akinon/pz-gpay@1.69.0-rc.8
|
|
726
|
+
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
727
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
728
|
+
- @akinon/pz-otp@1.69.0-rc.8
|
|
729
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
730
|
+
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
731
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
732
|
+
|
|
733
|
+
## 1.69.0-rc.7
|
|
734
|
+
|
|
735
|
+
### Patch Changes
|
|
736
|
+
|
|
737
|
+
- Updated dependencies [3bfa12a]
|
|
738
|
+
- @akinon/next@1.69.0-rc.7
|
|
739
|
+
- @akinon/pz-akifast@1.69.0-rc.7
|
|
740
|
+
- @akinon/pz-b2b@1.69.0-rc.7
|
|
741
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
742
|
+
- @akinon/pz-bkm@1.69.0-rc.7
|
|
743
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
744
|
+
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
745
|
+
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
746
|
+
- @akinon/pz-gpay@1.69.0-rc.7
|
|
747
|
+
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
748
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
749
|
+
- @akinon/pz-otp@1.69.0-rc.7
|
|
750
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
751
|
+
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
752
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
753
|
+
|
|
754
|
+
## 1.69.0-rc.6
|
|
755
|
+
|
|
756
|
+
### Minor Changes
|
|
757
|
+
|
|
758
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
269
759
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
270
760
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
271
761
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
272
762
|
|
|
273
763
|
### Patch Changes
|
|
274
764
|
|
|
765
|
+
- Updated dependencies [4d3deb4]
|
|
275
766
|
- Updated dependencies [063da74]
|
|
276
767
|
- Updated dependencies [72da021]
|
|
277
768
|
- Updated dependencies [5632a99]
|
|
278
769
|
- Updated dependencies [cbdb0c8]
|
|
279
770
|
- Updated dependencies [80c869b]
|
|
280
|
-
- @akinon/next@1.69.0
|
|
281
|
-
- @akinon/pz-akifast@1.69.0
|
|
282
|
-
- @akinon/pz-b2b@1.69.0
|
|
283
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
284
|
-
- @akinon/pz-bkm@1.69.0
|
|
285
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
286
|
-
- @akinon/pz-click-collect@1.69.0
|
|
287
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
288
|
-
- @akinon/pz-gpay@1.69.0
|
|
289
|
-
- @akinon/pz-masterpass@1.69.0
|
|
290
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
291
|
-
- @akinon/pz-otp@1.69.0
|
|
292
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
293
|
-
- @akinon/pz-saved-card@1.69.0
|
|
294
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
771
|
+
- @akinon/next@1.69.0-rc.6
|
|
772
|
+
- @akinon/pz-akifast@1.69.0-rc.6
|
|
773
|
+
- @akinon/pz-b2b@1.69.0-rc.6
|
|
774
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.6
|
|
775
|
+
- @akinon/pz-bkm@1.69.0-rc.6
|
|
776
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.6
|
|
777
|
+
- @akinon/pz-click-collect@1.69.0-rc.6
|
|
778
|
+
- @akinon/pz-credit-payment@1.69.0-rc.6
|
|
779
|
+
- @akinon/pz-gpay@1.69.0-rc.6
|
|
780
|
+
- @akinon/pz-masterpass@1.69.0-rc.6
|
|
781
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.6
|
|
782
|
+
- @akinon/pz-otp@1.69.0-rc.6
|
|
783
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.6
|
|
784
|
+
- @akinon/pz-saved-card@1.69.0-rc.6
|
|
785
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.6
|
|
786
|
+
|
|
787
|
+
## 1.69.0-rc.5
|
|
788
|
+
|
|
789
|
+
### Minor Changes
|
|
790
|
+
|
|
791
|
+
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
792
|
+
|
|
793
|
+
### Patch Changes
|
|
794
|
+
|
|
795
|
+
- Updated dependencies [80c869b]
|
|
796
|
+
- @akinon/next@1.69.0-rc.5
|
|
797
|
+
- @akinon/pz-akifast@1.69.0-rc.5
|
|
798
|
+
- @akinon/pz-b2b@1.69.0-rc.5
|
|
799
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
800
|
+
- @akinon/pz-bkm@1.69.0-rc.5
|
|
801
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
802
|
+
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
803
|
+
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
804
|
+
- @akinon/pz-gpay@1.69.0-rc.5
|
|
805
|
+
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
806
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
807
|
+
- @akinon/pz-otp@1.69.0-rc.5
|
|
808
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
809
|
+
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
810
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
811
|
+
|
|
812
|
+
## 1.69.0-rc.4
|
|
813
|
+
|
|
814
|
+
### Minor Changes
|
|
815
|
+
|
|
816
|
+
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
817
|
+
|
|
818
|
+
### Patch Changes
|
|
819
|
+
|
|
820
|
+
- Updated dependencies [063da74]
|
|
821
|
+
- @akinon/next@1.69.0-rc.4
|
|
822
|
+
- @akinon/pz-akifast@1.69.0-rc.4
|
|
823
|
+
- @akinon/pz-b2b@1.69.0-rc.4
|
|
824
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
825
|
+
- @akinon/pz-bkm@1.69.0-rc.4
|
|
826
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
827
|
+
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
828
|
+
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
829
|
+
- @akinon/pz-gpay@1.69.0-rc.4
|
|
830
|
+
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
831
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
832
|
+
- @akinon/pz-otp@1.69.0-rc.4
|
|
833
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
834
|
+
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
835
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
836
|
+
|
|
837
|
+
## 1.69.0-rc.3
|
|
838
|
+
|
|
839
|
+
### Minor Changes
|
|
840
|
+
|
|
841
|
+
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
842
|
+
|
|
843
|
+
### Patch Changes
|
|
844
|
+
|
|
845
|
+
- Updated dependencies [cbdb0c8]
|
|
846
|
+
- @akinon/next@1.69.0-rc.3
|
|
847
|
+
- @akinon/pz-akifast@1.69.0-rc.3
|
|
848
|
+
- @akinon/pz-b2b@1.69.0-rc.3
|
|
849
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
850
|
+
- @akinon/pz-bkm@1.69.0-rc.3
|
|
851
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
852
|
+
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
853
|
+
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
854
|
+
- @akinon/pz-gpay@1.69.0-rc.3
|
|
855
|
+
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
856
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
857
|
+
- @akinon/pz-otp@1.69.0-rc.3
|
|
858
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
859
|
+
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
860
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
861
|
+
|
|
862
|
+
## 1.69.0-rc.2
|
|
863
|
+
|
|
864
|
+
### Patch Changes
|
|
865
|
+
|
|
866
|
+
- Updated dependencies [5632a99]
|
|
867
|
+
- @akinon/next@1.69.0-rc.2
|
|
868
|
+
- @akinon/pz-akifast@1.69.0-rc.2
|
|
869
|
+
- @akinon/pz-b2b@1.69.0-rc.2
|
|
870
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
871
|
+
- @akinon/pz-bkm@1.69.0-rc.2
|
|
872
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
873
|
+
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
874
|
+
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
875
|
+
- @akinon/pz-gpay@1.69.0-rc.2
|
|
876
|
+
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
877
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
878
|
+
- @akinon/pz-otp@1.69.0-rc.2
|
|
879
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
880
|
+
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
881
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
882
|
+
|
|
883
|
+
## 1.69.0-rc.1
|
|
884
|
+
|
|
885
|
+
### Patch Changes
|
|
886
|
+
|
|
887
|
+
- Updated dependencies [72da021]
|
|
888
|
+
- @akinon/next@1.69.0-rc.1
|
|
889
|
+
- @akinon/pz-akifast@1.69.0-rc.1
|
|
890
|
+
- @akinon/pz-b2b@1.69.0-rc.1
|
|
891
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
892
|
+
- @akinon/pz-bkm@1.69.0-rc.1
|
|
893
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
894
|
+
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
895
|
+
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
896
|
+
- @akinon/pz-gpay@1.69.0-rc.1
|
|
897
|
+
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
898
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
899
|
+
- @akinon/pz-otp@1.69.0-rc.1
|
|
900
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
901
|
+
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
902
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
903
|
+
|
|
904
|
+
## 1.69.0-rc.0
|
|
905
|
+
|
|
906
|
+
### Minor Changes
|
|
907
|
+
|
|
908
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
909
|
+
|
|
910
|
+
### Patch Changes
|
|
911
|
+
|
|
912
|
+
- Updated dependencies [4d3deb4]
|
|
913
|
+
- @akinon/next@1.69.0-rc.0
|
|
914
|
+
- @akinon/pz-akifast@1.69.0-rc.0
|
|
915
|
+
- @akinon/pz-b2b@1.69.0-rc.0
|
|
916
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
917
|
+
- @akinon/pz-bkm@1.69.0-rc.0
|
|
918
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
919
|
+
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
920
|
+
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
921
|
+
- @akinon/pz-gpay@1.69.0-rc.0
|
|
922
|
+
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
923
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
924
|
+
- @akinon/pz-otp@1.69.0-rc.0
|
|
925
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
926
|
+
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
927
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
295
928
|
|
|
296
929
|
## 1.68.0
|
|
297
930
|
|
|
@@ -642,28 +1275,401 @@
|
|
|
642
1275
|
|
|
643
1276
|
### Minor Changes
|
|
644
1277
|
|
|
1278
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1279
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1280
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1281
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1282
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1283
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1284
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1285
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1286
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1287
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1288
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1289
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1290
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1291
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1292
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1293
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1294
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1295
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1296
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1297
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1298
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1299
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1300
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1301
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1302
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1303
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1304
|
+
|
|
1305
|
+
### Patch Changes
|
|
1306
|
+
|
|
1307
|
+
- Updated dependencies [c416d18]
|
|
1308
|
+
- Updated dependencies [572d2e84]
|
|
1309
|
+
- Updated dependencies [5dfeea0]
|
|
1310
|
+
- Updated dependencies [0e25399]
|
|
1311
|
+
- Updated dependencies [a4c8d6a9]
|
|
1312
|
+
- Updated dependencies [fda5b927]
|
|
1313
|
+
- Updated dependencies [2d9b2b2c]
|
|
1314
|
+
- Updated dependencies [c53ea3e6]
|
|
1315
|
+
- Updated dependencies [714e0b46]
|
|
1316
|
+
- Updated dependencies [6c25f66]
|
|
1317
|
+
- Updated dependencies [bc2b4117]
|
|
1318
|
+
- Updated dependencies [3bf2dd9]
|
|
1319
|
+
- Updated dependencies [e9541a13]
|
|
1320
|
+
- Updated dependencies [c53ef7b9]
|
|
1321
|
+
- Updated dependencies [2e6104d]
|
|
1322
|
+
- Updated dependencies [64699d3f]
|
|
1323
|
+
- Updated dependencies [0d3a913e]
|
|
1324
|
+
- Updated dependencies [7b05522]
|
|
1325
|
+
- Updated dependencies [d6edb1d]
|
|
1326
|
+
- Updated dependencies [d3474c64]
|
|
1327
|
+
- Updated dependencies [17f87524]
|
|
1328
|
+
- Updated dependencies [29ead87]
|
|
1329
|
+
- Updated dependencies [c45b62c]
|
|
1330
|
+
- Updated dependencies [91265bba]
|
|
1331
|
+
- Updated dependencies [bbe18b9f]
|
|
1332
|
+
- Updated dependencies [d4099960]
|
|
1333
|
+
- Updated dependencies [4920742]
|
|
1334
|
+
- Updated dependencies [12a873e]
|
|
1335
|
+
- Updated dependencies [7e56d6b]
|
|
1336
|
+
- Updated dependencies [94b69285]
|
|
1337
|
+
- Updated dependencies [98bb8dcd]
|
|
1338
|
+
- Updated dependencies [dcc8a150]
|
|
1339
|
+
- Updated dependencies [8f47cca]
|
|
1340
|
+
- Updated dependencies [fad27689]
|
|
1341
|
+
- Updated dependencies [dff0d595]
|
|
1342
|
+
- Updated dependencies [fdd0b41]
|
|
1343
|
+
- Updated dependencies [f2c325c]
|
|
1344
|
+
- Updated dependencies [9e25a64]
|
|
1345
|
+
- Updated dependencies [beb499e6]
|
|
1346
|
+
- Updated dependencies [f2c92d5c]
|
|
1347
|
+
- Updated dependencies [7bd3d992]
|
|
1348
|
+
- Updated dependencies [f3d076b]
|
|
1349
|
+
- Updated dependencies [f046f8e0]
|
|
1350
|
+
- Updated dependencies [49eeebf]
|
|
1351
|
+
- Updated dependencies [86d25315]
|
|
1352
|
+
- Updated dependencies [3f9b8d7e]
|
|
1353
|
+
- @akinon/next@1.56.0-rc.8
|
|
1354
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
1355
|
+
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
1356
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
1357
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
1358
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
1359
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
1360
|
+
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
1361
|
+
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
1362
|
+
- @akinon/pz-akifast@1.56.0-rc.8
|
|
1363
|
+
- @akinon/pz-gpay@1.56.0-rc.8
|
|
1364
|
+
- @akinon/pz-b2b@1.56.0-rc.8
|
|
1365
|
+
- @akinon/pz-bkm@1.56.0-rc.8
|
|
1366
|
+
- @akinon/pz-otp@1.56.0-rc.8
|
|
1367
|
+
|
|
1368
|
+
## 1.56.0-rc.7
|
|
1369
|
+
|
|
1370
|
+
### Patch Changes
|
|
1371
|
+
|
|
1372
|
+
- Updated dependencies [0e25399]
|
|
1373
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
1374
|
+
- @akinon/next@1.56.0-rc.7
|
|
1375
|
+
- @akinon/pz-akifast@1.56.0-rc.7
|
|
1376
|
+
- @akinon/pz-b2b@1.56.0-rc.7
|
|
1377
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
1378
|
+
- @akinon/pz-bkm@1.56.0-rc.7
|
|
1379
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
1380
|
+
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
1381
|
+
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
1382
|
+
- @akinon/pz-gpay@1.56.0-rc.7
|
|
1383
|
+
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
1384
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
1385
|
+
- @akinon/pz-otp@1.56.0-rc.7
|
|
1386
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
1387
|
+
|
|
1388
|
+
## 1.56.0-rc.6
|
|
1389
|
+
|
|
1390
|
+
### Minor Changes
|
|
1391
|
+
|
|
1392
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1393
|
+
|
|
1394
|
+
### Patch Changes
|
|
1395
|
+
|
|
1396
|
+
- Updated dependencies [f3d076b]
|
|
1397
|
+
- @akinon/next@1.56.0-rc.6
|
|
1398
|
+
- @akinon/pz-akifast@1.56.0-rc.6
|
|
1399
|
+
- @akinon/pz-b2b@1.56.0-rc.6
|
|
1400
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
1401
|
+
- @akinon/pz-bkm@1.56.0-rc.6
|
|
1402
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
1403
|
+
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
1404
|
+
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
1405
|
+
- @akinon/pz-gpay@1.56.0-rc.6
|
|
1406
|
+
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
1407
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
1408
|
+
- @akinon/pz-otp@1.56.0-rc.6
|
|
1409
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
1410
|
+
|
|
1411
|
+
## 1.56.0-rc.5
|
|
1412
|
+
|
|
1413
|
+
### Patch Changes
|
|
1414
|
+
|
|
1415
|
+
- Updated dependencies [c416d18]
|
|
1416
|
+
- @akinon/next@1.56.0-rc.5
|
|
1417
|
+
- @akinon/pz-akifast@1.56.0-rc.5
|
|
1418
|
+
- @akinon/pz-b2b@1.56.0-rc.5
|
|
1419
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
1420
|
+
- @akinon/pz-bkm@1.56.0-rc.5
|
|
1421
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
1422
|
+
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
1423
|
+
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
1424
|
+
- @akinon/pz-gpay@1.56.0-rc.5
|
|
1425
|
+
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
1426
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
1427
|
+
- @akinon/pz-otp@1.56.0-rc.5
|
|
1428
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
1429
|
+
|
|
1430
|
+
## 1.56.0-rc.4
|
|
1431
|
+
|
|
1432
|
+
### Minor Changes
|
|
1433
|
+
|
|
1434
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1435
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1436
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1437
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1438
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1439
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1440
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1441
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1442
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1443
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1444
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1445
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1446
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1447
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1448
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1449
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1450
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1451
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1452
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1453
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1454
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1455
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1456
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1457
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
645
1458
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
1459
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
646
1460
|
|
|
647
1461
|
### Patch Changes
|
|
648
1462
|
|
|
1463
|
+
- Updated dependencies [572d2e84]
|
|
1464
|
+
- Updated dependencies [5dfeea0]
|
|
1465
|
+
- Updated dependencies [a4c8d6a9]
|
|
1466
|
+
- Updated dependencies [fda5b927]
|
|
1467
|
+
- Updated dependencies [2d9b2b2c]
|
|
1468
|
+
- Updated dependencies [c53ea3e6]
|
|
649
1469
|
- Updated dependencies [d93a507]
|
|
1470
|
+
- Updated dependencies [714e0b46]
|
|
1471
|
+
- Updated dependencies [6c25f66]
|
|
1472
|
+
- Updated dependencies [bc2b411]
|
|
1473
|
+
- Updated dependencies [3bf2dd9]
|
|
1474
|
+
- Updated dependencies [e9541a13]
|
|
1475
|
+
- Updated dependencies [c53ef7b9]
|
|
1476
|
+
- Updated dependencies [2e6104d]
|
|
1477
|
+
- Updated dependencies [64699d3]
|
|
1478
|
+
- Updated dependencies [0d3a913e]
|
|
1479
|
+
- Updated dependencies [7b05522]
|
|
1480
|
+
- Updated dependencies [d6edb1d]
|
|
1481
|
+
- Updated dependencies [d3474c64]
|
|
1482
|
+
- Updated dependencies [17f8752]
|
|
1483
|
+
- Updated dependencies [29ead87]
|
|
1484
|
+
- Updated dependencies [c45b62c]
|
|
1485
|
+
- Updated dependencies [91265bba]
|
|
1486
|
+
- Updated dependencies [bbe18b9f]
|
|
1487
|
+
- Updated dependencies [d4099960]
|
|
1488
|
+
- Updated dependencies [4920742]
|
|
1489
|
+
- Updated dependencies [12a873e]
|
|
650
1490
|
- Updated dependencies [674badc]
|
|
1491
|
+
- Updated dependencies [7e56d6b]
|
|
1492
|
+
- Updated dependencies [94b69285]
|
|
1493
|
+
- Updated dependencies [98bb8dcd]
|
|
651
1494
|
- Updated dependencies [207ac6e]
|
|
1495
|
+
- Updated dependencies [dcc8a150]
|
|
1496
|
+
- Updated dependencies [8f47cca]
|
|
1497
|
+
- Updated dependencies [fad27689]
|
|
1498
|
+
- Updated dependencies [dff0d595]
|
|
1499
|
+
- Updated dependencies [fdd0b41]
|
|
1500
|
+
- Updated dependencies [f2c325c]
|
|
1501
|
+
- Updated dependencies [9e25a64]
|
|
1502
|
+
- Updated dependencies [beb499e6]
|
|
1503
|
+
- Updated dependencies [f2c92d5c]
|
|
1504
|
+
- Updated dependencies [7bd3d99]
|
|
1505
|
+
- Updated dependencies [f046f8e0]
|
|
652
1506
|
- Updated dependencies [b9273fd]
|
|
1507
|
+
- Updated dependencies [49eeebf]
|
|
1508
|
+
- Updated dependencies [86d25315]
|
|
653
1509
|
- Updated dependencies [c670bd4]
|
|
654
|
-
|
|
655
|
-
- @akinon/
|
|
656
|
-
- @akinon/pz-
|
|
657
|
-
- @akinon/pz-
|
|
658
|
-
- @akinon/pz-
|
|
659
|
-
- @akinon/pz-
|
|
660
|
-
- @akinon/pz-
|
|
661
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
662
|
-
- @akinon/pz-
|
|
663
|
-
- @akinon/pz-
|
|
664
|
-
- @akinon/pz-
|
|
665
|
-
- @akinon/pz-
|
|
666
|
-
- @akinon/pz-
|
|
1510
|
+
- Updated dependencies [3f9b8d7]
|
|
1511
|
+
- @akinon/next@1.56.0-rc.4
|
|
1512
|
+
- @akinon/pz-click-collect@1.56.0-rc.4
|
|
1513
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.4
|
|
1514
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.4
|
|
1515
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.4
|
|
1516
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.4
|
|
1517
|
+
- @akinon/pz-credit-payment@1.56.0-rc.4
|
|
1518
|
+
- @akinon/pz-masterpass@1.56.0-rc.4
|
|
1519
|
+
- @akinon/pz-akifast@1.56.0-rc.4
|
|
1520
|
+
- @akinon/pz-gpay@1.56.0-rc.4
|
|
1521
|
+
- @akinon/pz-b2b@1.56.0-rc.4
|
|
1522
|
+
- @akinon/pz-bkm@1.56.0-rc.4
|
|
1523
|
+
- @akinon/pz-otp@1.56.0-rc.4
|
|
1524
|
+
|
|
1525
|
+
## 1.56.0-rc.3
|
|
1526
|
+
|
|
1527
|
+
### Patch Changes
|
|
1528
|
+
|
|
1529
|
+
- Updated dependencies [674badc]
|
|
1530
|
+
- @akinon/next@1.56.0-rc.3
|
|
1531
|
+
- @akinon/pz-akifast@1.56.0-rc.3
|
|
1532
|
+
- @akinon/pz-b2b@1.56.0-rc.3
|
|
1533
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
1534
|
+
- @akinon/pz-bkm@1.56.0-rc.3
|
|
1535
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
1536
|
+
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
1537
|
+
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
1538
|
+
- @akinon/pz-gpay@1.56.0-rc.3
|
|
1539
|
+
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
1540
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
1541
|
+
- @akinon/pz-otp@1.56.0-rc.3
|
|
1542
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
1543
|
+
|
|
1544
|
+
## 1.56.0-rc.2
|
|
1545
|
+
|
|
1546
|
+
### Patch Changes
|
|
1547
|
+
|
|
1548
|
+
- Updated dependencies [7b05522]
|
|
1549
|
+
- Updated dependencies [29ead87]
|
|
1550
|
+
- @akinon/next@1.56.0-rc.2
|
|
1551
|
+
- @akinon/pz-otp@1.56.0-rc.2
|
|
1552
|
+
- @akinon/pz-akifast@1.56.0-rc.2
|
|
1553
|
+
- @akinon/pz-b2b@1.56.0-rc.2
|
|
1554
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
1555
|
+
- @akinon/pz-bkm@1.56.0-rc.2
|
|
1556
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
1557
|
+
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
1558
|
+
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
1559
|
+
- @akinon/pz-gpay@1.56.0-rc.2
|
|
1560
|
+
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
1561
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
1562
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
1563
|
+
|
|
1564
|
+
## 1.56.0-rc.1
|
|
1565
|
+
|
|
1566
|
+
### Patch Changes
|
|
1567
|
+
|
|
1568
|
+
- Updated dependencies [207ac6e]
|
|
1569
|
+
- @akinon/next@1.56.0-rc.1
|
|
1570
|
+
- @akinon/pz-akifast@1.56.0-rc.1
|
|
1571
|
+
- @akinon/pz-b2b@1.56.0-rc.1
|
|
1572
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
1573
|
+
- @akinon/pz-bkm@1.56.0-rc.1
|
|
1574
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
1575
|
+
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
1576
|
+
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
1577
|
+
- @akinon/pz-gpay@1.56.0-rc.1
|
|
1578
|
+
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
1579
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
1580
|
+
- @akinon/pz-otp@1.56.0-rc.1
|
|
1581
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
1582
|
+
|
|
1583
|
+
## 1.56.0-rc.0
|
|
1584
|
+
|
|
1585
|
+
### Minor Changes
|
|
1586
|
+
|
|
1587
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1588
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1589
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1590
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1591
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1592
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1593
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1594
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1595
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1596
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1597
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1598
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1599
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1600
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1601
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1602
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1603
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1604
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1605
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1606
|
+
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1607
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1608
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1609
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1610
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1611
|
+
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1612
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1613
|
+
|
|
1614
|
+
### Patch Changes
|
|
1615
|
+
|
|
1616
|
+
- Updated dependencies [572d2e84]
|
|
1617
|
+
- Updated dependencies [5dfeea0]
|
|
1618
|
+
- Updated dependencies [a4c8d6a9]
|
|
1619
|
+
- Updated dependencies [fda5b927]
|
|
1620
|
+
- Updated dependencies [2d9b2b2c]
|
|
1621
|
+
- Updated dependencies [c53ea3e6]
|
|
1622
|
+
- Updated dependencies [d93a507]
|
|
1623
|
+
- Updated dependencies [714e0b46]
|
|
1624
|
+
- Updated dependencies [6c25f666]
|
|
1625
|
+
- Updated dependencies [bc2b4117]
|
|
1626
|
+
- Updated dependencies [3bf2dd94]
|
|
1627
|
+
- Updated dependencies [e9541a13]
|
|
1628
|
+
- Updated dependencies [c53ef7b9]
|
|
1629
|
+
- Updated dependencies [2e6104d]
|
|
1630
|
+
- Updated dependencies [64699d3f]
|
|
1631
|
+
- Updated dependencies [0d3a913e]
|
|
1632
|
+
- Updated dependencies [d6edb1d0]
|
|
1633
|
+
- Updated dependencies [d3474c64]
|
|
1634
|
+
- Updated dependencies [17f87524]
|
|
1635
|
+
- Updated dependencies [c45b62c9]
|
|
1636
|
+
- Updated dependencies [91265bba]
|
|
1637
|
+
- Updated dependencies [bbe18b9f]
|
|
1638
|
+
- Updated dependencies [d4099960]
|
|
1639
|
+
- Updated dependencies [4920742c]
|
|
1640
|
+
- Updated dependencies [12a873e]
|
|
1641
|
+
- Updated dependencies [7e56d6b6]
|
|
1642
|
+
- Updated dependencies [94b69285]
|
|
1643
|
+
- Updated dependencies [98bb8dcd]
|
|
1644
|
+
- Updated dependencies [dcc8a150]
|
|
1645
|
+
- Updated dependencies [8f47ccae]
|
|
1646
|
+
- Updated dependencies [fad27689]
|
|
1647
|
+
- Updated dependencies [dff0d595]
|
|
1648
|
+
- Updated dependencies [fdd0b41]
|
|
1649
|
+
- Updated dependencies [f2c325c1]
|
|
1650
|
+
- Updated dependencies [9e25a64b]
|
|
1651
|
+
- Updated dependencies [beb499e6]
|
|
1652
|
+
- Updated dependencies [f2c92d5c]
|
|
1653
|
+
- Updated dependencies [7bd3d992]
|
|
1654
|
+
- Updated dependencies [f046f8e0]
|
|
1655
|
+
- Updated dependencies [b9273fd3]
|
|
1656
|
+
- Updated dependencies [49eeebf]
|
|
1657
|
+
- Updated dependencies [86d25315]
|
|
1658
|
+
- Updated dependencies [c670bd48]
|
|
1659
|
+
- Updated dependencies [3f9b8d7e]
|
|
1660
|
+
- @akinon/next@1.56.0-rc.0
|
|
1661
|
+
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
1662
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
1663
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
1664
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
1665
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
1666
|
+
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
1667
|
+
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
1668
|
+
- @akinon/pz-akifast@1.56.0-rc.0
|
|
1669
|
+
- @akinon/pz-gpay@1.56.0-rc.0
|
|
1670
|
+
- @akinon/pz-b2b@1.56.0-rc.0
|
|
1671
|
+
- @akinon/pz-bkm@1.56.0-rc.0
|
|
1672
|
+
- @akinon/pz-otp@1.56.0-rc.0
|
|
667
1673
|
|
|
668
1674
|
## 1.55.0
|
|
669
1675
|
|
|
@@ -806,64 +1812,721 @@
|
|
|
806
1812
|
|
|
807
1813
|
### Patch Changes
|
|
808
1814
|
|
|
809
|
-
- Updated dependencies [
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
1815
|
+
- Updated dependencies [90282b53]
|
|
1816
|
+
- Updated dependencies [50b90692]
|
|
1817
|
+
- Updated dependencies [572d2e84]
|
|
1818
|
+
- Updated dependencies [5dfeea0]
|
|
1819
|
+
- Updated dependencies [a4c8d6a9]
|
|
1820
|
+
- Updated dependencies [fda5b927]
|
|
1821
|
+
- Updated dependencies [2d9b2b2]
|
|
1822
|
+
- Updated dependencies [c53ea3e6]
|
|
1823
|
+
- Updated dependencies [d93a507]
|
|
1824
|
+
- Updated dependencies [8d9ac9a]
|
|
1825
|
+
- Updated dependencies [18e8197]
|
|
1826
|
+
- Updated dependencies [714e0b46]
|
|
1827
|
+
- Updated dependencies [70279e7]
|
|
1828
|
+
- Updated dependencies [6c25f66]
|
|
1829
|
+
- Updated dependencies [bc2b411]
|
|
1830
|
+
- Updated dependencies [3bf2dd9]
|
|
1831
|
+
- Updated dependencies [e9541a1]
|
|
1832
|
+
- Updated dependencies [c53ef7b9]
|
|
1833
|
+
- Updated dependencies [9d94f7e]
|
|
1834
|
+
- Updated dependencies [2e6104d]
|
|
1835
|
+
- Updated dependencies [64699d3]
|
|
1836
|
+
- Updated dependencies [0d3a913e]
|
|
1837
|
+
- Updated dependencies [1448a96e]
|
|
1838
|
+
- Updated dependencies [1ec2e9d]
|
|
1839
|
+
- Updated dependencies [d6edb1d]
|
|
1840
|
+
- Updated dependencies [d3474c64]
|
|
1841
|
+
- Updated dependencies [75080fd6]
|
|
1842
|
+
- Updated dependencies [17f8752]
|
|
1843
|
+
- Updated dependencies [c45b62c]
|
|
1844
|
+
- Updated dependencies [91265bba]
|
|
1845
|
+
- Updated dependencies [bbe18b9f]
|
|
1846
|
+
- Updated dependencies [d4099960]
|
|
1847
|
+
- Updated dependencies [4920742]
|
|
1848
|
+
- Updated dependencies [12a873e]
|
|
1849
|
+
- Updated dependencies [69ca0801]
|
|
1850
|
+
- Updated dependencies [7e56d6b]
|
|
1851
|
+
- Updated dependencies [94b6928]
|
|
1852
|
+
- Updated dependencies [98bb8dcd]
|
|
1853
|
+
- Updated dependencies [46b7aad7]
|
|
1854
|
+
- Updated dependencies [dcc8a150]
|
|
1855
|
+
- Updated dependencies [8f47cca]
|
|
1856
|
+
- Updated dependencies [fad27689]
|
|
1857
|
+
- Updated dependencies [dff0d595]
|
|
1858
|
+
- Updated dependencies [fdd0b41]
|
|
1859
|
+
- Updated dependencies [eecb282]
|
|
1860
|
+
- Updated dependencies [f2c325c]
|
|
1861
|
+
- Updated dependencies [9e25a64]
|
|
1862
|
+
- Updated dependencies [beb499e6]
|
|
1863
|
+
- Updated dependencies [146ea391]
|
|
1864
|
+
- Updated dependencies [f2c92d5]
|
|
1865
|
+
- Updated dependencies [7bd3d99]
|
|
1866
|
+
- Updated dependencies [c47be30d]
|
|
1867
|
+
- Updated dependencies [e9a46acb]
|
|
1868
|
+
- Updated dependencies [f046f8e0]
|
|
1869
|
+
- Updated dependencies [b9273fd]
|
|
1870
|
+
- Updated dependencies [49eeebf]
|
|
1871
|
+
- Updated dependencies [86d25315]
|
|
1872
|
+
- Updated dependencies [c670bd4]
|
|
1873
|
+
- Updated dependencies [3f9b8d7]
|
|
1874
|
+
- Updated dependencies [3d35f70]
|
|
1875
|
+
- @akinon/next@1.50.0-rc.2
|
|
1876
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
1877
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
1878
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
1879
|
+
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
1880
|
+
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
1881
|
+
- @akinon/pz-akifast@1.50.0-rc.2
|
|
1882
|
+
- @akinon/pz-gpay@1.50.0-rc.2
|
|
1883
|
+
- @akinon/pz-b2b@1.50.0-rc.2
|
|
1884
|
+
- @akinon/pz-bkm@1.50.0-rc.2
|
|
1885
|
+
- @akinon/pz-otp@1.50.0-rc.2
|
|
1886
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
1887
|
+
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
1888
|
+
|
|
1889
|
+
## 1.50.0-rc.1
|
|
825
1890
|
|
|
826
1891
|
### Patch Changes
|
|
827
1892
|
|
|
828
|
-
- Updated dependencies [
|
|
829
|
-
-
|
|
830
|
-
-
|
|
831
|
-
-
|
|
832
|
-
- @akinon/
|
|
833
|
-
- @akinon/pz-
|
|
834
|
-
- @akinon/pz-
|
|
835
|
-
- @akinon/pz-
|
|
836
|
-
- @akinon/pz-
|
|
837
|
-
- @akinon/pz-
|
|
838
|
-
- @akinon/pz-
|
|
839
|
-
- @akinon/pz-
|
|
840
|
-
- @akinon/pz-
|
|
841
|
-
- @akinon/pz-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
1893
|
+
- Updated dependencies [49eeebf]
|
|
1894
|
+
- @akinon/next@1.50.0-rc.1
|
|
1895
|
+
- @akinon/pz-akifast@1.50.0-rc.1
|
|
1896
|
+
- @akinon/pz-b2b@1.50.0-rc.1
|
|
1897
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
1898
|
+
- @akinon/pz-bkm@1.50.0-rc.1
|
|
1899
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
1900
|
+
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
1901
|
+
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
1902
|
+
- @akinon/pz-gpay@1.50.0-rc.1
|
|
1903
|
+
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
1904
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
1905
|
+
- @akinon/pz-otp@1.50.0-rc.1
|
|
1906
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
1907
|
+
|
|
1908
|
+
## 1.50.0-rc.0
|
|
1909
|
+
|
|
1910
|
+
### Minor Changes
|
|
1911
|
+
|
|
1912
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1913
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1914
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1915
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1916
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1917
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1918
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1919
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1920
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1921
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1922
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1923
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1924
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
1925
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1926
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1927
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1928
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1929
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1930
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1931
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1932
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1933
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1934
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1935
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1936
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1937
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1938
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1939
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1940
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1941
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1942
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1943
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1944
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1945
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1946
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1947
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1948
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1949
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1950
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1951
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1952
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
1953
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1954
|
+
|
|
1955
|
+
### Patch Changes
|
|
1956
|
+
|
|
1957
|
+
- Updated dependencies [90282b53]
|
|
1958
|
+
- Updated dependencies [50b90692]
|
|
1959
|
+
- Updated dependencies [572d2e84]
|
|
1960
|
+
- Updated dependencies [5dfeea0]
|
|
1961
|
+
- Updated dependencies [a4c8d6a9]
|
|
1962
|
+
- Updated dependencies [fda5b927]
|
|
1963
|
+
- Updated dependencies [2d9b2b2]
|
|
1964
|
+
- Updated dependencies [c53ea3e6]
|
|
1965
|
+
- Updated dependencies [d93a507]
|
|
1966
|
+
- Updated dependencies [8d9ac9a]
|
|
1967
|
+
- Updated dependencies [18e8197]
|
|
1968
|
+
- Updated dependencies [eaf97d6]
|
|
1969
|
+
- Updated dependencies [714e0b46]
|
|
1970
|
+
- Updated dependencies [70279e7]
|
|
1971
|
+
- Updated dependencies [6c25f66]
|
|
1972
|
+
- Updated dependencies [bc2b411]
|
|
1973
|
+
- Updated dependencies [3bf2dd9]
|
|
1974
|
+
- Updated dependencies [e9541a1]
|
|
1975
|
+
- Updated dependencies [c53ef7b9]
|
|
1976
|
+
- Updated dependencies [9d94f7e]
|
|
1977
|
+
- Updated dependencies [2e6104d]
|
|
1978
|
+
- Updated dependencies [64699d3]
|
|
1979
|
+
- Updated dependencies [0d3a913e]
|
|
1980
|
+
- Updated dependencies [1448a96e]
|
|
1981
|
+
- Updated dependencies [1ec2e9d]
|
|
1982
|
+
- Updated dependencies [d6edb1d]
|
|
1983
|
+
- Updated dependencies [d3474c64]
|
|
1984
|
+
- Updated dependencies [75080fd6]
|
|
1985
|
+
- Updated dependencies [17f8752]
|
|
1986
|
+
- Updated dependencies [c45b62c]
|
|
1987
|
+
- Updated dependencies [91265bba]
|
|
1988
|
+
- Updated dependencies [bbe18b9f]
|
|
1989
|
+
- Updated dependencies [d4099960]
|
|
1990
|
+
- Updated dependencies [4920742]
|
|
1991
|
+
- Updated dependencies [12a873e]
|
|
1992
|
+
- Updated dependencies [69ca080]
|
|
1993
|
+
- Updated dependencies [7e56d6b]
|
|
1994
|
+
- Updated dependencies [94b6928]
|
|
1995
|
+
- Updated dependencies [98bb8dcd]
|
|
1996
|
+
- Updated dependencies [46b7aad7]
|
|
1997
|
+
- Updated dependencies [dcc8a150]
|
|
1998
|
+
- Updated dependencies [8f47cca]
|
|
1999
|
+
- Updated dependencies [fad27689]
|
|
2000
|
+
- Updated dependencies [dff0d595]
|
|
2001
|
+
- Updated dependencies [fdd0b41]
|
|
2002
|
+
- Updated dependencies [eecb282]
|
|
2003
|
+
- Updated dependencies [f2c325c]
|
|
2004
|
+
- Updated dependencies [9e25a64]
|
|
2005
|
+
- Updated dependencies [beb499e6]
|
|
2006
|
+
- Updated dependencies [146ea391]
|
|
2007
|
+
- Updated dependencies [f2c92d5]
|
|
2008
|
+
- Updated dependencies [7bd3d99]
|
|
2009
|
+
- Updated dependencies [c47be30d]
|
|
2010
|
+
- Updated dependencies [e9a46acb]
|
|
2011
|
+
- Updated dependencies [f046f8e0]
|
|
2012
|
+
- Updated dependencies [b9273fd]
|
|
2013
|
+
- Updated dependencies [86d25315]
|
|
2014
|
+
- Updated dependencies [c670bd4]
|
|
2015
|
+
- Updated dependencies [3f9b8d7]
|
|
2016
|
+
- @akinon/next@1.50.0-rc.0
|
|
2017
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
2018
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
2019
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
2020
|
+
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
2021
|
+
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
2022
|
+
- @akinon/pz-akifast@1.50.0-rc.0
|
|
2023
|
+
- @akinon/pz-gpay@1.50.0-rc.0
|
|
2024
|
+
- @akinon/pz-b2b@1.50.0-rc.0
|
|
2025
|
+
- @akinon/pz-bkm@1.50.0-rc.0
|
|
2026
|
+
- @akinon/pz-otp@1.50.0-rc.0
|
|
2027
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
2028
|
+
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
2029
|
+
|
|
2030
|
+
## 1.49.0
|
|
2031
|
+
|
|
2032
|
+
### Patch Changes
|
|
2033
|
+
|
|
2034
|
+
- Updated dependencies [26b809f]
|
|
2035
|
+
- Updated dependencies [20da358]
|
|
2036
|
+
- Updated dependencies [04115e5]
|
|
2037
|
+
- Updated dependencies [fa88889]
|
|
2038
|
+
- @akinon/next@1.49.0
|
|
2039
|
+
- @akinon/pz-akifast@1.49.0
|
|
2040
|
+
- @akinon/pz-b2b@1.49.0
|
|
2041
|
+
- @akinon/pz-basket-gift-pack@1.49.0
|
|
2042
|
+
- @akinon/pz-bkm@1.49.0
|
|
2043
|
+
- @akinon/pz-checkout-gift-pack@1.49.0
|
|
2044
|
+
- @akinon/pz-click-collect@1.49.0
|
|
2045
|
+
- @akinon/pz-credit-payment@1.49.0
|
|
2046
|
+
- @akinon/pz-gpay@1.49.0
|
|
2047
|
+
- @akinon/pz-masterpass@1.49.0
|
|
2048
|
+
- @akinon/pz-one-click-checkout@1.49.0
|
|
2049
|
+
- @akinon/pz-otp@1.49.0
|
|
2050
|
+
- @akinon/pz-pay-on-delivery@1.49.0
|
|
845
2051
|
|
|
846
2052
|
## 1.48.0
|
|
847
2053
|
|
|
848
2054
|
### Minor Changes
|
|
849
2055
|
|
|
2056
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2057
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2058
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2059
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2060
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2061
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2062
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2063
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2064
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2065
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2066
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2067
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
2068
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2069
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2070
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2071
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2072
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2073
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2074
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2075
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2076
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2077
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2078
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2079
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2080
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2081
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2082
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2083
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2084
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2085
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2086
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2087
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2088
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2089
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2090
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2091
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2092
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2093
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2094
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2095
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2096
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2097
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2098
|
+
|
|
2099
|
+
### Patch Changes
|
|
2100
|
+
|
|
2101
|
+
- Updated dependencies [90282b53]
|
|
2102
|
+
- Updated dependencies [50b9069]
|
|
2103
|
+
- Updated dependencies [572d2e84]
|
|
2104
|
+
- Updated dependencies [5dfeea0]
|
|
2105
|
+
- Updated dependencies [a4c8d6a9]
|
|
2106
|
+
- Updated dependencies [fda5b927]
|
|
2107
|
+
- Updated dependencies [2d9b2b2]
|
|
2108
|
+
- Updated dependencies [c53ea3e6]
|
|
2109
|
+
- Updated dependencies [d93a507]
|
|
2110
|
+
- Updated dependencies [8d9ac9a]
|
|
2111
|
+
- Updated dependencies [18e8197]
|
|
2112
|
+
- Updated dependencies [714e0b46]
|
|
2113
|
+
- Updated dependencies [70279e7]
|
|
2114
|
+
- Updated dependencies [6c25f66]
|
|
2115
|
+
- Updated dependencies [bc2b411]
|
|
2116
|
+
- Updated dependencies [3bf2dd9]
|
|
2117
|
+
- Updated dependencies [e9541a1]
|
|
2118
|
+
- Updated dependencies [c53ef7b9]
|
|
2119
|
+
- Updated dependencies [9d94f7e]
|
|
2120
|
+
- Updated dependencies [2e6104d]
|
|
2121
|
+
- Updated dependencies [64699d3]
|
|
2122
|
+
- Updated dependencies [0d3a913e]
|
|
2123
|
+
- Updated dependencies [1448a96e]
|
|
2124
|
+
- Updated dependencies [26b809f]
|
|
2125
|
+
- Updated dependencies [1ec2e9d]
|
|
2126
|
+
- Updated dependencies [d6edb1d]
|
|
2127
|
+
- Updated dependencies [d3474c64]
|
|
2128
|
+
- Updated dependencies [75080fd6]
|
|
2129
|
+
- Updated dependencies [17f8752]
|
|
2130
|
+
- Updated dependencies [c45b62c]
|
|
2131
|
+
- Updated dependencies [91265bba]
|
|
2132
|
+
- Updated dependencies [20da358]
|
|
2133
|
+
- Updated dependencies [bbe18b9f]
|
|
2134
|
+
- Updated dependencies [d409996]
|
|
2135
|
+
- Updated dependencies [4920742]
|
|
2136
|
+
- Updated dependencies [12a873e]
|
|
2137
|
+
- Updated dependencies [69ca080]
|
|
2138
|
+
- Updated dependencies [7e56d6b]
|
|
2139
|
+
- Updated dependencies [94b6928]
|
|
2140
|
+
- Updated dependencies [98bb8dcd]
|
|
2141
|
+
- Updated dependencies [46b7aad7]
|
|
2142
|
+
- Updated dependencies [dcc8a150]
|
|
2143
|
+
- Updated dependencies [8f47cca]
|
|
2144
|
+
- Updated dependencies [fad27689]
|
|
2145
|
+
- Updated dependencies [dff0d595]
|
|
2146
|
+
- Updated dependencies [fdd0b41]
|
|
2147
|
+
- Updated dependencies [eecb282]
|
|
2148
|
+
- Updated dependencies [f2c325c]
|
|
2149
|
+
- Updated dependencies [9e25a64]
|
|
2150
|
+
- Updated dependencies [beb499e6]
|
|
2151
|
+
- Updated dependencies [146ea391]
|
|
2152
|
+
- Updated dependencies [f2c92d5]
|
|
2153
|
+
- Updated dependencies [7bd3d99]
|
|
2154
|
+
- Updated dependencies [c47be30d]
|
|
2155
|
+
- Updated dependencies [e9a46acb]
|
|
2156
|
+
- Updated dependencies [f046f8e0]
|
|
2157
|
+
- Updated dependencies [04115e5]
|
|
2158
|
+
- Updated dependencies [b9273fd]
|
|
2159
|
+
- Updated dependencies [fa88889]
|
|
2160
|
+
- Updated dependencies [86d25315]
|
|
2161
|
+
- Updated dependencies [c670bd4]
|
|
2162
|
+
- Updated dependencies [3f9b8d7]
|
|
2163
|
+
- @akinon/next@1.48.0-rc.8
|
|
2164
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
2165
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
2166
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
2167
|
+
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
2168
|
+
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
2169
|
+
- @akinon/pz-akifast@1.48.0-rc.8
|
|
2170
|
+
- @akinon/pz-gpay@1.48.0-rc.8
|
|
2171
|
+
- @akinon/pz-b2b@1.48.0-rc.8
|
|
2172
|
+
- @akinon/pz-bkm@1.48.0-rc.8
|
|
2173
|
+
- @akinon/pz-otp@1.48.0-rc.8
|
|
2174
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
2175
|
+
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
2176
|
+
|
|
2177
|
+
## 1.48.0-rc.7
|
|
2178
|
+
|
|
2179
|
+
### Patch Changes
|
|
2180
|
+
|
|
2181
|
+
- Updated dependencies [26b809f]
|
|
2182
|
+
- @akinon/next@1.48.0-rc.7
|
|
2183
|
+
- @akinon/pz-akifast@1.48.0-rc.7
|
|
2184
|
+
- @akinon/pz-b2b@1.48.0-rc.7
|
|
2185
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
2186
|
+
- @akinon/pz-bkm@1.48.0-rc.7
|
|
2187
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
2188
|
+
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
2189
|
+
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
2190
|
+
- @akinon/pz-gpay@1.48.0-rc.7
|
|
2191
|
+
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
2192
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
2193
|
+
- @akinon/pz-otp@1.48.0-rc.7
|
|
2194
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
2195
|
+
|
|
2196
|
+
## 1.48.0-rc.6
|
|
2197
|
+
|
|
2198
|
+
### Patch Changes
|
|
2199
|
+
|
|
2200
|
+
- Updated dependencies [04115e5]
|
|
2201
|
+
- @akinon/next@1.48.0-rc.6
|
|
2202
|
+
- @akinon/pz-akifast@1.48.0-rc.6
|
|
2203
|
+
- @akinon/pz-b2b@1.48.0-rc.6
|
|
2204
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
2205
|
+
- @akinon/pz-bkm@1.48.0-rc.6
|
|
2206
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
2207
|
+
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
2208
|
+
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
2209
|
+
- @akinon/pz-gpay@1.48.0-rc.6
|
|
2210
|
+
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
2211
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
2212
|
+
- @akinon/pz-otp@1.48.0-rc.6
|
|
2213
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
2214
|
+
|
|
2215
|
+
## 1.48.0-rc.5
|
|
2216
|
+
|
|
2217
|
+
### Patch Changes
|
|
2218
|
+
|
|
2219
|
+
- Updated dependencies [20da358]
|
|
2220
|
+
- @akinon/next@1.48.0-rc.5
|
|
2221
|
+
- @akinon/pz-akifast@1.48.0-rc.5
|
|
2222
|
+
- @akinon/pz-b2b@1.48.0-rc.5
|
|
2223
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
2224
|
+
- @akinon/pz-bkm@1.48.0-rc.5
|
|
2225
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
2226
|
+
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
2227
|
+
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
2228
|
+
- @akinon/pz-gpay@1.48.0-rc.5
|
|
2229
|
+
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
2230
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
2231
|
+
- @akinon/pz-otp@1.48.0-rc.5
|
|
2232
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
2233
|
+
|
|
2234
|
+
## 1.48.0-rc.4
|
|
2235
|
+
|
|
2236
|
+
### Patch Changes
|
|
2237
|
+
|
|
2238
|
+
- Updated dependencies [5dfeea0]
|
|
2239
|
+
- @akinon/next@1.48.0-rc.4
|
|
2240
|
+
- @akinon/pz-akifast@1.48.0-rc.4
|
|
2241
|
+
- @akinon/pz-b2b@1.48.0-rc.4
|
|
2242
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
2243
|
+
- @akinon/pz-bkm@1.48.0-rc.4
|
|
2244
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
2245
|
+
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
2246
|
+
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
2247
|
+
- @akinon/pz-gpay@1.48.0-rc.4
|
|
2248
|
+
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
2249
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
2250
|
+
- @akinon/pz-otp@1.48.0-rc.4
|
|
2251
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
2252
|
+
|
|
2253
|
+
## 1.48.0-rc.3
|
|
2254
|
+
|
|
2255
|
+
### Minor Changes
|
|
2256
|
+
|
|
2257
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2258
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2259
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2260
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2261
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2262
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2263
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2264
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2265
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2266
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2267
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2268
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2269
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2270
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2271
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2272
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2273
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2274
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2275
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2276
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2277
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2278
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2279
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2280
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2281
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2282
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2283
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2284
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2285
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2286
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2287
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2288
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2289
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2290
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2291
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2292
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
850
2293
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
2294
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2295
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2296
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2297
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2298
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2299
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2300
|
+
|
|
2301
|
+
### Patch Changes
|
|
2302
|
+
|
|
2303
|
+
- Updated dependencies [90282b53]
|
|
2304
|
+
- Updated dependencies [50b9069]
|
|
2305
|
+
- Updated dependencies [572d2e84]
|
|
2306
|
+
- Updated dependencies [a4c8d6a9]
|
|
2307
|
+
- Updated dependencies [fda5b92]
|
|
2308
|
+
- Updated dependencies [2d9b2b2]
|
|
2309
|
+
- Updated dependencies [c53ea3e6]
|
|
2310
|
+
- Updated dependencies [d93a507]
|
|
2311
|
+
- Updated dependencies [8d9ac9a]
|
|
2312
|
+
- Updated dependencies [18e8197]
|
|
2313
|
+
- Updated dependencies [714e0b46]
|
|
2314
|
+
- Updated dependencies [70279e7]
|
|
2315
|
+
- Updated dependencies [6c25f66]
|
|
2316
|
+
- Updated dependencies [bc2b411]
|
|
2317
|
+
- Updated dependencies [3bf2dd9]
|
|
2318
|
+
- Updated dependencies [e9541a1]
|
|
2319
|
+
- Updated dependencies [c53ef7b9]
|
|
2320
|
+
- Updated dependencies [9d94f7e]
|
|
2321
|
+
- Updated dependencies [2e6104d]
|
|
2322
|
+
- Updated dependencies [64699d3]
|
|
2323
|
+
- Updated dependencies [0d3a913e]
|
|
2324
|
+
- Updated dependencies [1448a96e]
|
|
2325
|
+
- Updated dependencies [1ec2e9d]
|
|
2326
|
+
- Updated dependencies [d6edb1d]
|
|
2327
|
+
- Updated dependencies [d3474c64]
|
|
2328
|
+
- Updated dependencies [75080fd6]
|
|
2329
|
+
- Updated dependencies [17f8752]
|
|
2330
|
+
- Updated dependencies [c45b62c]
|
|
2331
|
+
- Updated dependencies [91265bba]
|
|
2332
|
+
- Updated dependencies [bbe18b9f]
|
|
2333
|
+
- Updated dependencies [d409996]
|
|
2334
|
+
- Updated dependencies [4920742]
|
|
2335
|
+
- Updated dependencies [12a873e]
|
|
2336
|
+
- Updated dependencies [69ca080]
|
|
2337
|
+
- Updated dependencies [7e56d6b]
|
|
2338
|
+
- Updated dependencies [94b6928]
|
|
2339
|
+
- Updated dependencies [98bb8dcd]
|
|
2340
|
+
- Updated dependencies [46b7aad]
|
|
2341
|
+
- Updated dependencies [dcc8a150]
|
|
2342
|
+
- Updated dependencies [8f47cca]
|
|
2343
|
+
- Updated dependencies [fad27689]
|
|
2344
|
+
- Updated dependencies [dff0d595]
|
|
2345
|
+
- Updated dependencies [fdd0b41]
|
|
2346
|
+
- Updated dependencies [eecb282]
|
|
2347
|
+
- Updated dependencies [f2c325c]
|
|
2348
|
+
- Updated dependencies [9e25a64]
|
|
2349
|
+
- Updated dependencies [beb499e6]
|
|
2350
|
+
- Updated dependencies [146ea39]
|
|
2351
|
+
- Updated dependencies [f2c92d5]
|
|
2352
|
+
- Updated dependencies [7bd3d99]
|
|
2353
|
+
- Updated dependencies [c47be30d]
|
|
2354
|
+
- Updated dependencies [e9a46acb]
|
|
2355
|
+
- Updated dependencies [f046f8e0]
|
|
2356
|
+
- Updated dependencies [b9273fd]
|
|
2357
|
+
- Updated dependencies [86d25315]
|
|
2358
|
+
- Updated dependencies [c670bd4]
|
|
2359
|
+
- Updated dependencies [3f9b8d7]
|
|
2360
|
+
- @akinon/next@1.48.0-rc.3
|
|
2361
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
2362
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
2363
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
2364
|
+
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
2365
|
+
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
2366
|
+
- @akinon/pz-akifast@1.48.0-rc.3
|
|
2367
|
+
- @akinon/pz-gpay@1.48.0-rc.3
|
|
2368
|
+
- @akinon/pz-b2b@1.48.0-rc.3
|
|
2369
|
+
- @akinon/pz-bkm@1.48.0-rc.3
|
|
2370
|
+
- @akinon/pz-otp@1.48.0-rc.3
|
|
2371
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
2372
|
+
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
2373
|
+
|
|
2374
|
+
## 1.48.0-rc.2
|
|
2375
|
+
|
|
2376
|
+
### Minor Changes
|
|
2377
|
+
|
|
2378
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2379
|
+
|
|
2380
|
+
### Patch Changes
|
|
2381
|
+
|
|
2382
|
+
- Updated dependencies [2e6104d]
|
|
2383
|
+
- @akinon/next@1.48.0-rc.2
|
|
2384
|
+
- @akinon/pz-akifast@1.48.0-rc.2
|
|
2385
|
+
- @akinon/pz-b2b@1.48.0-rc.2
|
|
2386
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
2387
|
+
- @akinon/pz-bkm@1.48.0-rc.2
|
|
2388
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
2389
|
+
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
2390
|
+
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
2391
|
+
- @akinon/pz-gpay@1.48.0-rc.2
|
|
2392
|
+
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
2393
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
2394
|
+
- @akinon/pz-otp@1.48.0-rc.2
|
|
2395
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
2396
|
+
|
|
2397
|
+
## 1.48.0-rc.1
|
|
2398
|
+
|
|
2399
|
+
### Patch Changes
|
|
2400
|
+
|
|
2401
|
+
- Updated dependencies [fdd0b41]
|
|
2402
|
+
- @akinon/next@1.48.0-rc.1
|
|
2403
|
+
- @akinon/pz-akifast@1.48.0-rc.1
|
|
2404
|
+
- @akinon/pz-b2b@1.48.0-rc.1
|
|
2405
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
2406
|
+
- @akinon/pz-bkm@1.48.0-rc.1
|
|
2407
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
2408
|
+
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
2409
|
+
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
2410
|
+
- @akinon/pz-gpay@1.48.0-rc.1
|
|
2411
|
+
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
2412
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
2413
|
+
- @akinon/pz-otp@1.48.0-rc.1
|
|
2414
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
2415
|
+
|
|
2416
|
+
## 1.48.0-rc.0
|
|
2417
|
+
|
|
2418
|
+
### Minor Changes
|
|
2419
|
+
|
|
2420
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2421
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2422
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2423
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2424
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2425
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2426
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2427
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2428
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2429
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2430
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2431
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2432
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2433
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2434
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2435
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2436
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2437
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2438
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2439
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2440
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2441
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2442
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2443
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2444
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2445
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2446
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2447
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2448
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2449
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2450
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2451
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2452
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2453
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2454
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2455
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2456
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2457
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
2458
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
851
2459
|
|
|
852
2460
|
### Patch Changes
|
|
853
2461
|
|
|
854
|
-
-
|
|
855
|
-
-
|
|
856
|
-
-
|
|
857
|
-
-
|
|
858
|
-
-
|
|
859
|
-
-
|
|
860
|
-
-
|
|
861
|
-
-
|
|
862
|
-
-
|
|
863
|
-
-
|
|
864
|
-
-
|
|
865
|
-
-
|
|
866
|
-
-
|
|
2462
|
+
- Updated dependencies [90282b5]
|
|
2463
|
+
- Updated dependencies [50b9069]
|
|
2464
|
+
- Updated dependencies [572d2e8]
|
|
2465
|
+
- Updated dependencies [a4c8d6a9]
|
|
2466
|
+
- Updated dependencies [fda5b92]
|
|
2467
|
+
- Updated dependencies [2d9b2b2]
|
|
2468
|
+
- Updated dependencies [c53ea3e6]
|
|
2469
|
+
- Updated dependencies [d93a507]
|
|
2470
|
+
- Updated dependencies [8d9ac9a]
|
|
2471
|
+
- Updated dependencies [18e8197]
|
|
2472
|
+
- Updated dependencies [714e0b4]
|
|
2473
|
+
- Updated dependencies [70279e7]
|
|
2474
|
+
- Updated dependencies [6c25f66]
|
|
2475
|
+
- Updated dependencies [bc2b411]
|
|
2476
|
+
- Updated dependencies [3bf2dd9]
|
|
2477
|
+
- Updated dependencies [e9541a1]
|
|
2478
|
+
- Updated dependencies [c53ef7b9]
|
|
2479
|
+
- Updated dependencies [9d94f7e]
|
|
2480
|
+
- Updated dependencies [64699d3]
|
|
2481
|
+
- Updated dependencies [0d3a913]
|
|
2482
|
+
- Updated dependencies [1448a96e]
|
|
2483
|
+
- Updated dependencies [1ec2e9d]
|
|
2484
|
+
- Updated dependencies [d6edb1d]
|
|
2485
|
+
- Updated dependencies [d3474c6]
|
|
2486
|
+
- Updated dependencies [75080fd6]
|
|
2487
|
+
- Updated dependencies [17f8752]
|
|
2488
|
+
- Updated dependencies [c45b62c]
|
|
2489
|
+
- Updated dependencies [91265bba]
|
|
2490
|
+
- Updated dependencies [bbe18b9f]
|
|
2491
|
+
- Updated dependencies [d409996]
|
|
2492
|
+
- Updated dependencies [4920742]
|
|
2493
|
+
- Updated dependencies [12a873e]
|
|
2494
|
+
- Updated dependencies [69ca080]
|
|
2495
|
+
- Updated dependencies [7e56d6b]
|
|
2496
|
+
- Updated dependencies [94b6928]
|
|
2497
|
+
- Updated dependencies [98bb8dc]
|
|
2498
|
+
- Updated dependencies [46b7aad]
|
|
2499
|
+
- Updated dependencies [dcc8a15]
|
|
2500
|
+
- Updated dependencies [8f47cca]
|
|
2501
|
+
- Updated dependencies [fad2768]
|
|
2502
|
+
- Updated dependencies [dff0d595]
|
|
2503
|
+
- Updated dependencies [eecb282]
|
|
2504
|
+
- Updated dependencies [f2c325c]
|
|
2505
|
+
- Updated dependencies [9e25a64]
|
|
2506
|
+
- Updated dependencies [beb499e6]
|
|
2507
|
+
- Updated dependencies [146ea39]
|
|
2508
|
+
- Updated dependencies [f2c92d5]
|
|
2509
|
+
- Updated dependencies [7bd3d99]
|
|
2510
|
+
- Updated dependencies [c47be30]
|
|
2511
|
+
- Updated dependencies [e9a46ac]
|
|
2512
|
+
- Updated dependencies [f046f8e0]
|
|
2513
|
+
- Updated dependencies [b9273fd]
|
|
2514
|
+
- Updated dependencies [86d2531]
|
|
2515
|
+
- Updated dependencies [c670bd4]
|
|
2516
|
+
- Updated dependencies [3f9b8d7]
|
|
2517
|
+
- @akinon/next@1.48.0-rc.0
|
|
2518
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
2519
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
2520
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
2521
|
+
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
2522
|
+
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
2523
|
+
- @akinon/pz-akifast@1.48.0-rc.0
|
|
2524
|
+
- @akinon/pz-gpay@1.48.0-rc.0
|
|
2525
|
+
- @akinon/pz-b2b@1.48.0-rc.0
|
|
2526
|
+
- @akinon/pz-bkm@1.48.0-rc.0
|
|
2527
|
+
- @akinon/pz-otp@1.48.0-rc.0
|
|
2528
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
2529
|
+
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
867
2530
|
|
|
868
2531
|
## 1.47.0
|
|
869
2532
|
|
|
@@ -907,65 +2570,841 @@
|
|
|
907
2570
|
- @akinon/pz-otp@1.46.0
|
|
908
2571
|
- @akinon/pz-pay-on-delivery@1.46.0
|
|
909
2572
|
|
|
910
|
-
## 1.45.0
|
|
2573
|
+
## 1.45.0
|
|
2574
|
+
|
|
2575
|
+
### Patch Changes
|
|
2576
|
+
|
|
2577
|
+
- Updated dependencies [90282b5]
|
|
2578
|
+
- Updated dependencies [50b9069]
|
|
2579
|
+
- Updated dependencies [572d2e8]
|
|
2580
|
+
- Updated dependencies [a4c8d6a9]
|
|
2581
|
+
- Updated dependencies [fda5b92]
|
|
2582
|
+
- Updated dependencies [2d9b2b2]
|
|
2583
|
+
- Updated dependencies [c53ea3e]
|
|
2584
|
+
- Updated dependencies [8d9ac9a]
|
|
2585
|
+
- Updated dependencies [18e8197]
|
|
2586
|
+
- Updated dependencies [714e0b4]
|
|
2587
|
+
- Updated dependencies [70279e7]
|
|
2588
|
+
- Updated dependencies [6c25f66]
|
|
2589
|
+
- Updated dependencies [bc2b411]
|
|
2590
|
+
- Updated dependencies [3bf2dd9]
|
|
2591
|
+
- Updated dependencies [e9541a1]
|
|
2592
|
+
- Updated dependencies [c53ef7b9]
|
|
2593
|
+
- Updated dependencies [9d94f7e]
|
|
2594
|
+
- Updated dependencies [64699d3]
|
|
2595
|
+
- Updated dependencies [0d3a913]
|
|
2596
|
+
- Updated dependencies [1448a96e]
|
|
2597
|
+
- Updated dependencies [d6edb1d]
|
|
2598
|
+
- Updated dependencies [d3474c6]
|
|
2599
|
+
- Updated dependencies [75080fd6]
|
|
2600
|
+
- Updated dependencies [17f8752]
|
|
2601
|
+
- Updated dependencies [c45b62c]
|
|
2602
|
+
- Updated dependencies [91265bba]
|
|
2603
|
+
- Updated dependencies [bbe18b9f]
|
|
2604
|
+
- Updated dependencies [d409996]
|
|
2605
|
+
- Updated dependencies [4920742]
|
|
2606
|
+
- Updated dependencies [69ca080]
|
|
2607
|
+
- Updated dependencies [7e56d6b]
|
|
2608
|
+
- Updated dependencies [94b6928]
|
|
2609
|
+
- Updated dependencies [98bb8dc]
|
|
2610
|
+
- Updated dependencies [46b7aad]
|
|
2611
|
+
- Updated dependencies [dcc8a15]
|
|
2612
|
+
- Updated dependencies [8f47cca]
|
|
2613
|
+
- Updated dependencies [fad2768]
|
|
2614
|
+
- Updated dependencies [dff0d595]
|
|
2615
|
+
- Updated dependencies [eecb282]
|
|
2616
|
+
- Updated dependencies [f2c325c]
|
|
2617
|
+
- Updated dependencies [9e25a64]
|
|
2618
|
+
- Updated dependencies [beb499e6]
|
|
2619
|
+
- Updated dependencies [948eb42]
|
|
2620
|
+
- Updated dependencies [146ea39]
|
|
2621
|
+
- Updated dependencies [f2c92d5]
|
|
2622
|
+
- Updated dependencies [7bd3d99]
|
|
2623
|
+
- Updated dependencies [c47be30]
|
|
2624
|
+
- Updated dependencies [e9a46ac]
|
|
2625
|
+
- Updated dependencies [f046f8e0]
|
|
2626
|
+
- Updated dependencies [86d2531]
|
|
2627
|
+
- Updated dependencies [3f9b8d7]
|
|
2628
|
+
- @akinon/next@1.45.0-rc.5
|
|
2629
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
2630
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
2631
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
2632
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
2633
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
2634
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
2635
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
2636
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
2637
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
2638
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
2639
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
2640
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
2641
|
+
|
|
2642
|
+
## 1.45.0-rc.4
|
|
2643
|
+
|
|
2644
|
+
### Patch Changes
|
|
2645
|
+
|
|
2646
|
+
- Updated dependencies [8f47cca]
|
|
2647
|
+
- @akinon/next@1.45.0-rc.4
|
|
2648
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
2649
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
2650
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
2651
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
2652
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
2653
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
2654
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
2655
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
2656
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
2657
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
2658
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
2659
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
2660
|
+
|
|
2661
|
+
## 1.45.0-rc.3
|
|
2662
|
+
|
|
2663
|
+
### Patch Changes
|
|
2664
|
+
|
|
2665
|
+
- Updated dependencies [948eb42]
|
|
2666
|
+
- @akinon/next@1.45.0-rc.3
|
|
2667
|
+
- @akinon/pz-akifast@1.45.0-rc.3
|
|
2668
|
+
- @akinon/pz-b2b@1.45.0-rc.3
|
|
2669
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
2670
|
+
- @akinon/pz-bkm@1.45.0-rc.3
|
|
2671
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
2672
|
+
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
2673
|
+
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
2674
|
+
- @akinon/pz-gpay@1.45.0-rc.3
|
|
2675
|
+
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
2676
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
2677
|
+
- @akinon/pz-otp@1.45.0-rc.3
|
|
2678
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
2679
|
+
|
|
2680
|
+
## 1.45.0-rc.2
|
|
2681
|
+
|
|
2682
|
+
### Minor Changes
|
|
2683
|
+
|
|
2684
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2685
|
+
|
|
2686
|
+
### Patch Changes
|
|
2687
|
+
|
|
2688
|
+
- Updated dependencies [c45b62c]
|
|
2689
|
+
- Updated dependencies [f2c325c]
|
|
2690
|
+
- @akinon/next@1.45.0-rc.2
|
|
2691
|
+
- @akinon/pz-b2b@1.45.0-rc.2
|
|
2692
|
+
- @akinon/pz-akifast@1.45.0-rc.2
|
|
2693
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
2694
|
+
- @akinon/pz-bkm@1.45.0-rc.2
|
|
2695
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
2696
|
+
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
2697
|
+
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
2698
|
+
- @akinon/pz-gpay@1.45.0-rc.2
|
|
2699
|
+
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
2700
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
2701
|
+
- @akinon/pz-otp@1.45.0-rc.2
|
|
2702
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
2703
|
+
|
|
2704
|
+
## 1.45.0-rc.1
|
|
2705
|
+
|
|
2706
|
+
### Patch Changes
|
|
2707
|
+
|
|
2708
|
+
- Updated dependencies [7e56d6b]
|
|
2709
|
+
- @akinon/next@1.45.0-rc.1
|
|
2710
|
+
- @akinon/pz-akifast@1.45.0-rc.1
|
|
2711
|
+
- @akinon/pz-b2b@1.45.0-rc.1
|
|
2712
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
2713
|
+
- @akinon/pz-bkm@1.45.0-rc.1
|
|
2714
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
2715
|
+
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
2716
|
+
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
2717
|
+
- @akinon/pz-gpay@1.45.0-rc.1
|
|
2718
|
+
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
2719
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
2720
|
+
- @akinon/pz-otp@1.45.0-rc.1
|
|
2721
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
2722
|
+
|
|
2723
|
+
## 1.45.0-rc.0
|
|
2724
|
+
|
|
2725
|
+
### Minor Changes
|
|
2726
|
+
|
|
2727
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2728
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2729
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2730
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2731
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2732
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2733
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2734
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2735
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2736
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2737
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2738
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2739
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2740
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2741
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2742
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2743
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2744
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2745
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2746
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2747
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2748
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2749
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2750
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2751
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2752
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2753
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2754
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2755
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2756
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2757
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2758
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2759
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2760
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2761
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2762
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2763
|
+
|
|
2764
|
+
### Patch Changes
|
|
2765
|
+
|
|
2766
|
+
- Updated dependencies [90282b5]
|
|
2767
|
+
- Updated dependencies [50b9069]
|
|
2768
|
+
- Updated dependencies [572d2e8]
|
|
2769
|
+
- Updated dependencies [a4c8d6a9]
|
|
2770
|
+
- Updated dependencies [fda5b92]
|
|
2771
|
+
- Updated dependencies [2d9b2b2]
|
|
2772
|
+
- Updated dependencies [c53ea3e]
|
|
2773
|
+
- Updated dependencies [8d9ac9a]
|
|
2774
|
+
- Updated dependencies [18e8197]
|
|
2775
|
+
- Updated dependencies [714e0b4]
|
|
2776
|
+
- Updated dependencies [70279e7]
|
|
2777
|
+
- Updated dependencies [6c25f66]
|
|
2778
|
+
- Updated dependencies [bc2b411]
|
|
2779
|
+
- Updated dependencies [3bf2dd9]
|
|
2780
|
+
- Updated dependencies [e9541a1]
|
|
2781
|
+
- Updated dependencies [c53ef7b9]
|
|
2782
|
+
- Updated dependencies [9d94f7e]
|
|
2783
|
+
- Updated dependencies [64699d3]
|
|
2784
|
+
- Updated dependencies [0d3a913]
|
|
2785
|
+
- Updated dependencies [1448a96]
|
|
2786
|
+
- Updated dependencies [2ab6e08]
|
|
2787
|
+
- Updated dependencies [d6edb1d]
|
|
2788
|
+
- Updated dependencies [d3474c6]
|
|
2789
|
+
- Updated dependencies [75080fd]
|
|
2790
|
+
- Updated dependencies [17f8752]
|
|
2791
|
+
- Updated dependencies [91265bb]
|
|
2792
|
+
- Updated dependencies [bbe18b9]
|
|
2793
|
+
- Updated dependencies [d409996]
|
|
2794
|
+
- Updated dependencies [4920742]
|
|
2795
|
+
- Updated dependencies [69ca080]
|
|
2796
|
+
- Updated dependencies [94b6928]
|
|
2797
|
+
- Updated dependencies [98bb8dc]
|
|
2798
|
+
- Updated dependencies [46b7aad]
|
|
2799
|
+
- Updated dependencies [dcc8a15]
|
|
2800
|
+
- Updated dependencies [fad2768]
|
|
2801
|
+
- Updated dependencies [dff0d59]
|
|
2802
|
+
- Updated dependencies [eecb282]
|
|
2803
|
+
- Updated dependencies [9e25a64]
|
|
2804
|
+
- Updated dependencies [beb499e]
|
|
2805
|
+
- Updated dependencies [146ea39]
|
|
2806
|
+
- Updated dependencies [f2c92d5]
|
|
2807
|
+
- Updated dependencies [7bd3d99]
|
|
2808
|
+
- Updated dependencies [c47be30]
|
|
2809
|
+
- Updated dependencies [e9a46ac]
|
|
2810
|
+
- Updated dependencies [f046f8e0]
|
|
2811
|
+
- Updated dependencies [86d2531]
|
|
2812
|
+
- Updated dependencies [3f9b8d7]
|
|
2813
|
+
- @akinon/next@1.45.0-rc.0
|
|
2814
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
2815
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
2816
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
2817
|
+
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
2818
|
+
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
2819
|
+
- @akinon/pz-akifast@1.45.0-rc.0
|
|
2820
|
+
- @akinon/pz-gpay@1.45.0-rc.0
|
|
2821
|
+
- @akinon/pz-b2b@1.45.0-rc.0
|
|
2822
|
+
- @akinon/pz-bkm@1.45.0-rc.0
|
|
2823
|
+
- @akinon/pz-otp@1.45.0-rc.0
|
|
2824
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
2825
|
+
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
2826
|
+
|
|
2827
|
+
## 1.44.0
|
|
2828
|
+
|
|
2829
|
+
### Patch Changes
|
|
2830
|
+
|
|
2831
|
+
- @akinon/next@1.44.0
|
|
2832
|
+
- @akinon/pz-akifast@1.44.0
|
|
2833
|
+
- @akinon/pz-b2b@1.44.0
|
|
2834
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
2835
|
+
- @akinon/pz-bkm@1.44.0
|
|
2836
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
2837
|
+
- @akinon/pz-click-collect@1.44.0
|
|
2838
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
2839
|
+
- @akinon/pz-gpay@1.44.0
|
|
2840
|
+
- @akinon/pz-masterpass@1.44.0
|
|
2841
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
2842
|
+
- @akinon/pz-otp@1.44.0
|
|
2843
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
2844
|
+
|
|
2845
|
+
## 1.43.0
|
|
2846
|
+
|
|
2847
|
+
### Minor Changes
|
|
2848
|
+
|
|
2849
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2850
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2851
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2852
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2853
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2854
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2855
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2856
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2857
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2858
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2859
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2860
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
2861
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2862
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2863
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2864
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2865
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2866
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2867
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2868
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2869
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2870
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2871
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2872
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2873
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2874
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2875
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2876
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2877
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2878
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2879
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2880
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2881
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2882
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2883
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2884
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2885
|
+
|
|
2886
|
+
### Patch Changes
|
|
2887
|
+
|
|
2888
|
+
- Updated dependencies [90282b5]
|
|
2889
|
+
- Updated dependencies [50b9069]
|
|
2890
|
+
- Updated dependencies [572d2e8]
|
|
2891
|
+
- Updated dependencies [a4c8d6a9]
|
|
2892
|
+
- Updated dependencies [fda5b92]
|
|
2893
|
+
- Updated dependencies [2d9b2b2]
|
|
2894
|
+
- Updated dependencies [c53ea3e]
|
|
2895
|
+
- Updated dependencies [8d9ac9a]
|
|
2896
|
+
- Updated dependencies [18e8197]
|
|
2897
|
+
- Updated dependencies [714e0b4]
|
|
2898
|
+
- Updated dependencies [70279e7]
|
|
2899
|
+
- Updated dependencies [6c25f66]
|
|
2900
|
+
- Updated dependencies [bc2b411]
|
|
2901
|
+
- Updated dependencies [3bf2dd9]
|
|
2902
|
+
- Updated dependencies [e9541a1]
|
|
2903
|
+
- Updated dependencies [c53ef7b9]
|
|
2904
|
+
- Updated dependencies [9d94f7e]
|
|
2905
|
+
- Updated dependencies [64699d3]
|
|
2906
|
+
- Updated dependencies [0d3a913]
|
|
2907
|
+
- Updated dependencies [1448a96]
|
|
2908
|
+
- Updated dependencies [d6edb1d]
|
|
2909
|
+
- Updated dependencies [d3474c6]
|
|
2910
|
+
- Updated dependencies [75080fd]
|
|
2911
|
+
- Updated dependencies [17f8752]
|
|
2912
|
+
- Updated dependencies [91265bb]
|
|
2913
|
+
- Updated dependencies [bbe18b9]
|
|
2914
|
+
- Updated dependencies [d409996]
|
|
2915
|
+
- Updated dependencies [4920742]
|
|
2916
|
+
- Updated dependencies [69ca080]
|
|
2917
|
+
- Updated dependencies [94b6928]
|
|
2918
|
+
- Updated dependencies [98bb8dc]
|
|
2919
|
+
- Updated dependencies [46b7aad]
|
|
2920
|
+
- Updated dependencies [dcc8a15]
|
|
2921
|
+
- Updated dependencies [fad2768]
|
|
2922
|
+
- Updated dependencies [dff0d59]
|
|
2923
|
+
- Updated dependencies [eecb282]
|
|
2924
|
+
- Updated dependencies [9e25a64]
|
|
2925
|
+
- Updated dependencies [beb499e]
|
|
2926
|
+
- Updated dependencies [146ea39]
|
|
2927
|
+
- Updated dependencies [f2c92d5]
|
|
2928
|
+
- Updated dependencies [7bd3d99]
|
|
2929
|
+
- Updated dependencies [c47be30]
|
|
2930
|
+
- Updated dependencies [e9a46ac]
|
|
2931
|
+
- Updated dependencies [f046f8e0]
|
|
2932
|
+
- Updated dependencies [86d2531]
|
|
2933
|
+
- Updated dependencies [3f9b8d7]
|
|
2934
|
+
- @akinon/next@1.43.0-rc.16
|
|
2935
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
2936
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
2937
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
2938
|
+
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
2939
|
+
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
2940
|
+
- @akinon/pz-akifast@1.43.0-rc.16
|
|
2941
|
+
- @akinon/pz-gpay@1.43.0-rc.16
|
|
2942
|
+
- @akinon/pz-b2b@1.43.0-rc.16
|
|
2943
|
+
- @akinon/pz-bkm@1.43.0-rc.16
|
|
2944
|
+
- @akinon/pz-otp@1.43.0-rc.16
|
|
2945
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
2946
|
+
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
2947
|
+
|
|
2948
|
+
## 1.43.0-rc.15
|
|
2949
|
+
|
|
2950
|
+
### Patch Changes
|
|
2951
|
+
|
|
2952
|
+
- @akinon/next@1.43.0-rc.15
|
|
2953
|
+
- @akinon/pz-akifast@1.43.0-rc.15
|
|
2954
|
+
- @akinon/pz-b2b@1.43.0-rc.15
|
|
2955
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
2956
|
+
- @akinon/pz-bkm@1.43.0-rc.15
|
|
2957
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
2958
|
+
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
2959
|
+
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
2960
|
+
- @akinon/pz-gpay@1.43.0-rc.15
|
|
2961
|
+
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
2962
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
2963
|
+
- @akinon/pz-otp@1.43.0-rc.15
|
|
2964
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
2965
|
+
|
|
2966
|
+
## 1.43.0-rc.14
|
|
2967
|
+
|
|
2968
|
+
### Patch Changes
|
|
2969
|
+
|
|
2970
|
+
- Updated dependencies [3bf2dd9]
|
|
2971
|
+
- @akinon/next@1.43.0-rc.14
|
|
2972
|
+
- @akinon/pz-akifast@1.43.0-rc.14
|
|
2973
|
+
- @akinon/pz-b2b@1.43.0-rc.14
|
|
2974
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
2975
|
+
- @akinon/pz-bkm@1.43.0-rc.14
|
|
2976
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
2977
|
+
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
2978
|
+
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
2979
|
+
- @akinon/pz-gpay@1.43.0-rc.14
|
|
2980
|
+
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
2981
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
2982
|
+
- @akinon/pz-otp@1.43.0-rc.14
|
|
2983
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
2984
|
+
|
|
2985
|
+
## 1.43.0-rc.13
|
|
2986
|
+
|
|
2987
|
+
### Minor Changes
|
|
2988
|
+
|
|
2989
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2990
|
+
|
|
2991
|
+
### Patch Changes
|
|
2992
|
+
|
|
2993
|
+
- Updated dependencies [9e25a64]
|
|
2994
|
+
- @akinon/next@1.43.0-rc.13
|
|
2995
|
+
- @akinon/pz-akifast@1.43.0-rc.13
|
|
2996
|
+
- @akinon/pz-b2b@1.43.0-rc.13
|
|
2997
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
2998
|
+
- @akinon/pz-bkm@1.43.0-rc.13
|
|
2999
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
3000
|
+
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
3001
|
+
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
3002
|
+
- @akinon/pz-gpay@1.43.0-rc.13
|
|
3003
|
+
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
3004
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
3005
|
+
- @akinon/pz-otp@1.43.0-rc.13
|
|
3006
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
3007
|
+
|
|
3008
|
+
## 1.43.0-rc.12
|
|
3009
|
+
|
|
3010
|
+
### Patch Changes
|
|
3011
|
+
|
|
3012
|
+
- Updated dependencies [4920742]
|
|
3013
|
+
- @akinon/next@1.43.0-rc.12
|
|
3014
|
+
- @akinon/pz-akifast@1.43.0-rc.12
|
|
3015
|
+
- @akinon/pz-b2b@1.43.0-rc.12
|
|
3016
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
3017
|
+
- @akinon/pz-bkm@1.43.0-rc.12
|
|
3018
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
3019
|
+
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
3020
|
+
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
3021
|
+
- @akinon/pz-gpay@1.43.0-rc.12
|
|
3022
|
+
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
3023
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
3024
|
+
- @akinon/pz-otp@1.43.0-rc.12
|
|
3025
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
3026
|
+
|
|
3027
|
+
## 1.43.0-rc.11
|
|
3028
|
+
|
|
3029
|
+
### Patch Changes
|
|
3030
|
+
|
|
3031
|
+
- Updated dependencies [6c25f66]
|
|
3032
|
+
- @akinon/next@1.43.0-rc.11
|
|
3033
|
+
- @akinon/pz-akifast@1.43.0-rc.11
|
|
3034
|
+
- @akinon/pz-b2b@1.43.0-rc.11
|
|
3035
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
3036
|
+
- @akinon/pz-bkm@1.43.0-rc.11
|
|
3037
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
3038
|
+
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
3039
|
+
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
3040
|
+
- @akinon/pz-gpay@1.43.0-rc.11
|
|
3041
|
+
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
3042
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
3043
|
+
- @akinon/pz-otp@1.43.0-rc.11
|
|
3044
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
3045
|
+
|
|
3046
|
+
## 1.43.0-rc.10
|
|
3047
|
+
|
|
3048
|
+
### Patch Changes
|
|
3049
|
+
|
|
3050
|
+
- Updated dependencies [d6edb1d]
|
|
3051
|
+
- @akinon/next@1.43.0-rc.10
|
|
3052
|
+
- @akinon/pz-akifast@1.43.0-rc.10
|
|
3053
|
+
- @akinon/pz-b2b@1.43.0-rc.10
|
|
3054
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
3055
|
+
- @akinon/pz-bkm@1.43.0-rc.10
|
|
3056
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
3057
|
+
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
3058
|
+
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
3059
|
+
- @akinon/pz-gpay@1.43.0-rc.10
|
|
3060
|
+
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
3061
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
3062
|
+
- @akinon/pz-otp@1.43.0-rc.10
|
|
3063
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
3064
|
+
|
|
3065
|
+
## 1.43.0-rc.9
|
|
3066
|
+
|
|
3067
|
+
### Minor Changes
|
|
3068
|
+
|
|
3069
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3070
|
+
|
|
3071
|
+
### Patch Changes
|
|
3072
|
+
|
|
3073
|
+
- Updated dependencies [bc2b411]
|
|
3074
|
+
- @akinon/next@1.43.0-rc.9
|
|
3075
|
+
- @akinon/pz-akifast@1.43.0-rc.9
|
|
3076
|
+
- @akinon/pz-b2b@1.43.0-rc.9
|
|
3077
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
3078
|
+
- @akinon/pz-bkm@1.43.0-rc.9
|
|
3079
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
3080
|
+
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
3081
|
+
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
3082
|
+
- @akinon/pz-gpay@1.43.0-rc.9
|
|
3083
|
+
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
3084
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
3085
|
+
- @akinon/pz-otp@1.43.0-rc.9
|
|
3086
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
3087
|
+
|
|
3088
|
+
## 1.43.0-rc.8
|
|
3089
|
+
|
|
3090
|
+
### Patch Changes
|
|
3091
|
+
|
|
3092
|
+
- Updated dependencies [70279e7]
|
|
3093
|
+
- Updated dependencies [9d94f7e]
|
|
3094
|
+
- @akinon/next@1.43.0-rc.8
|
|
3095
|
+
- @akinon/pz-akifast@1.43.0-rc.8
|
|
3096
|
+
- @akinon/pz-b2b@1.43.0-rc.8
|
|
3097
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
3098
|
+
- @akinon/pz-bkm@1.43.0-rc.8
|
|
3099
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
3100
|
+
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
3101
|
+
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
3102
|
+
- @akinon/pz-gpay@1.43.0-rc.8
|
|
3103
|
+
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
3104
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
3105
|
+
- @akinon/pz-otp@1.43.0-rc.8
|
|
3106
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
3107
|
+
|
|
3108
|
+
## 1.43.0-rc.7
|
|
3109
|
+
|
|
3110
|
+
### Patch Changes
|
|
3111
|
+
|
|
3112
|
+
- Updated dependencies [7bd3d99]
|
|
3113
|
+
- @akinon/next@1.43.0-rc.7
|
|
3114
|
+
- @akinon/pz-akifast@1.43.0-rc.7
|
|
3115
|
+
- @akinon/pz-b2b@1.43.0-rc.7
|
|
3116
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
3117
|
+
- @akinon/pz-bkm@1.43.0-rc.7
|
|
3118
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
3119
|
+
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
3120
|
+
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
3121
|
+
- @akinon/pz-gpay@1.43.0-rc.7
|
|
3122
|
+
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
3123
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
3124
|
+
- @akinon/pz-otp@1.43.0-rc.7
|
|
3125
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
3126
|
+
|
|
3127
|
+
## 1.43.0-rc.6
|
|
3128
|
+
|
|
3129
|
+
### Minor Changes
|
|
3130
|
+
|
|
3131
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3132
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3133
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3134
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3135
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3136
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3137
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3138
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3139
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3140
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3141
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3142
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3143
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3144
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3145
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3146
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3147
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3148
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3149
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3150
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3151
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3152
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3153
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3154
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3155
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3156
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3157
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3158
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3159
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3160
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3161
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3162
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3163
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3164
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3165
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3166
|
+
|
|
3167
|
+
### Patch Changes
|
|
3168
|
+
|
|
3169
|
+
- Updated dependencies [90282b5]
|
|
3170
|
+
- Updated dependencies [50b9069]
|
|
3171
|
+
- Updated dependencies [572d2e8]
|
|
3172
|
+
- Updated dependencies [a4c8d6a]
|
|
3173
|
+
- Updated dependencies [fda5b92]
|
|
3174
|
+
- Updated dependencies [2d9b2b2]
|
|
3175
|
+
- Updated dependencies [c53ea3e]
|
|
3176
|
+
- Updated dependencies [8d9ac9a]
|
|
3177
|
+
- Updated dependencies [18e8197]
|
|
3178
|
+
- Updated dependencies [714e0b4]
|
|
3179
|
+
- Updated dependencies [e9541a1]
|
|
3180
|
+
- Updated dependencies [c53ef7b]
|
|
3181
|
+
- Updated dependencies [64699d3]
|
|
3182
|
+
- Updated dependencies [0d3a913]
|
|
3183
|
+
- Updated dependencies [1448a96]
|
|
3184
|
+
- Updated dependencies [d3474c6]
|
|
3185
|
+
- Updated dependencies [75080fd]
|
|
3186
|
+
- Updated dependencies [17f8752]
|
|
3187
|
+
- Updated dependencies [91265bb]
|
|
3188
|
+
- Updated dependencies [bbe18b9]
|
|
3189
|
+
- Updated dependencies [d409996]
|
|
3190
|
+
- Updated dependencies [69ca080]
|
|
3191
|
+
- Updated dependencies [94b6928]
|
|
3192
|
+
- Updated dependencies [98bb8dc]
|
|
3193
|
+
- Updated dependencies [46b7aad]
|
|
3194
|
+
- Updated dependencies [dcc8a15]
|
|
3195
|
+
- Updated dependencies [fad2768]
|
|
3196
|
+
- Updated dependencies [dff0d59]
|
|
3197
|
+
- Updated dependencies [eecb282]
|
|
3198
|
+
- Updated dependencies [4a163f2]
|
|
3199
|
+
- Updated dependencies [beb499e]
|
|
3200
|
+
- Updated dependencies [146ea39]
|
|
3201
|
+
- Updated dependencies [f2c92d5]
|
|
3202
|
+
- Updated dependencies [c47be30]
|
|
3203
|
+
- Updated dependencies [e9a46ac]
|
|
3204
|
+
- Updated dependencies [f046f8e]
|
|
3205
|
+
- Updated dependencies [86d2531]
|
|
3206
|
+
- Updated dependencies [3f9b8d7]
|
|
3207
|
+
- @akinon/next@1.43.0-rc.6
|
|
3208
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
3209
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
3210
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
3211
|
+
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
3212
|
+
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
3213
|
+
- @akinon/pz-akifast@1.43.0-rc.6
|
|
3214
|
+
- @akinon/pz-gpay@1.43.0-rc.6
|
|
3215
|
+
- @akinon/pz-b2b@1.43.0-rc.6
|
|
3216
|
+
- @akinon/pz-bkm@1.43.0-rc.6
|
|
3217
|
+
- @akinon/pz-otp@1.43.0-rc.6
|
|
3218
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
3219
|
+
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
3220
|
+
|
|
3221
|
+
## 1.43.0-rc.5
|
|
3222
|
+
|
|
3223
|
+
### Patch Changes
|
|
3224
|
+
|
|
3225
|
+
- Updated dependencies [17f8752]
|
|
3226
|
+
- @akinon/next@1.43.0-rc.5
|
|
3227
|
+
- @akinon/pz-akifast@1.43.0-rc.5
|
|
3228
|
+
- @akinon/pz-b2b@1.43.0-rc.5
|
|
3229
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
3230
|
+
- @akinon/pz-bkm@1.43.0-rc.5
|
|
3231
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
3232
|
+
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
3233
|
+
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
3234
|
+
- @akinon/pz-gpay@1.43.0-rc.5
|
|
3235
|
+
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
3236
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
3237
|
+
- @akinon/pz-otp@1.43.0-rc.5
|
|
3238
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
3239
|
+
|
|
3240
|
+
## 1.43.0-rc.4
|
|
911
3241
|
|
|
912
3242
|
### Patch Changes
|
|
913
3243
|
|
|
914
|
-
- Updated dependencies [
|
|
915
|
-
- @akinon/next@1.
|
|
916
|
-
- @akinon/pz-akifast@1.
|
|
917
|
-
- @akinon/pz-b2b@1.
|
|
918
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
919
|
-
- @akinon/pz-bkm@1.
|
|
920
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
921
|
-
- @akinon/pz-click-collect@1.
|
|
922
|
-
- @akinon/pz-credit-payment@1.
|
|
923
|
-
- @akinon/pz-gpay@1.
|
|
924
|
-
- @akinon/pz-masterpass@1.
|
|
925
|
-
- @akinon/pz-one-click-checkout@1.
|
|
926
|
-
- @akinon/pz-otp@1.
|
|
927
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
3244
|
+
- Updated dependencies [3f9b8d7]
|
|
3245
|
+
- @akinon/next@1.43.0-rc.4
|
|
3246
|
+
- @akinon/pz-akifast@1.43.0-rc.4
|
|
3247
|
+
- @akinon/pz-b2b@1.43.0-rc.4
|
|
3248
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
3249
|
+
- @akinon/pz-bkm@1.43.0-rc.4
|
|
3250
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
3251
|
+
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
3252
|
+
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
3253
|
+
- @akinon/pz-gpay@1.43.0-rc.4
|
|
3254
|
+
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
3255
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
3256
|
+
- @akinon/pz-otp@1.43.0-rc.4
|
|
3257
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
3258
|
+
|
|
3259
|
+
## 1.43.0-rc.3
|
|
928
3260
|
|
|
929
|
-
|
|
3261
|
+
### Minor Changes
|
|
3262
|
+
|
|
3263
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
930
3264
|
|
|
931
3265
|
### Patch Changes
|
|
932
3266
|
|
|
933
|
-
-
|
|
934
|
-
- @akinon/pz-
|
|
935
|
-
- @akinon/pz-
|
|
936
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
937
|
-
- @akinon/pz-
|
|
938
|
-
- @akinon/pz-
|
|
939
|
-
- @akinon/pz-click-collect@1.
|
|
940
|
-
- @akinon/pz-
|
|
941
|
-
- @akinon/
|
|
942
|
-
- @akinon/pz-
|
|
943
|
-
- @akinon/pz-
|
|
944
|
-
- @akinon/pz-
|
|
945
|
-
- @akinon/pz-
|
|
3267
|
+
- Updated dependencies [64699d3]
|
|
3268
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
3269
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
3270
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
3271
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
3272
|
+
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
3273
|
+
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
3274
|
+
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
3275
|
+
- @akinon/next@1.43.0-rc.3
|
|
3276
|
+
- @akinon/pz-akifast@1.43.0-rc.3
|
|
3277
|
+
- @akinon/pz-gpay@1.43.0-rc.3
|
|
3278
|
+
- @akinon/pz-b2b@1.43.0-rc.3
|
|
3279
|
+
- @akinon/pz-bkm@1.43.0-rc.3
|
|
3280
|
+
- @akinon/pz-otp@1.43.0-rc.3
|
|
3281
|
+
|
|
3282
|
+
## 1.43.0-rc.2
|
|
946
3283
|
|
|
947
|
-
|
|
3284
|
+
### Patch Changes
|
|
3285
|
+
|
|
3286
|
+
- Updated dependencies [f2c92d5]
|
|
3287
|
+
- @akinon/next@1.43.0-rc.2
|
|
3288
|
+
- @akinon/pz-akifast@1.43.0-rc.2
|
|
3289
|
+
- @akinon/pz-b2b@1.43.0-rc.2
|
|
3290
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
3291
|
+
- @akinon/pz-bkm@1.43.0-rc.2
|
|
3292
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
3293
|
+
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
3294
|
+
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
3295
|
+
- @akinon/pz-gpay@1.43.0-rc.2
|
|
3296
|
+
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
3297
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
3298
|
+
- @akinon/pz-otp@1.43.0-rc.2
|
|
3299
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
3300
|
+
|
|
3301
|
+
## 1.43.0-rc.1
|
|
948
3302
|
|
|
949
3303
|
### Minor Changes
|
|
950
3304
|
|
|
951
|
-
-
|
|
3305
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
952
3306
|
|
|
953
3307
|
### Patch Changes
|
|
954
3308
|
|
|
955
|
-
- Updated dependencies [
|
|
956
|
-
- @akinon/next@1.43.0
|
|
957
|
-
- @akinon/pz-akifast@1.43.0
|
|
958
|
-
- @akinon/pz-b2b@1.43.0
|
|
959
|
-
- @akinon/pz-basket-gift-pack@1.43.0
|
|
960
|
-
- @akinon/pz-bkm@1.43.0
|
|
961
|
-
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
962
|
-
- @akinon/pz-click-collect@1.43.0
|
|
963
|
-
- @akinon/pz-credit-payment@1.43.0
|
|
964
|
-
- @akinon/pz-gpay@1.43.0
|
|
965
|
-
- @akinon/pz-masterpass@1.43.0
|
|
966
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
967
|
-
- @akinon/pz-otp@1.43.0
|
|
968
|
-
- @akinon/pz-pay-on-delivery@1.43.0
|
|
3309
|
+
- Updated dependencies [eecb282]
|
|
3310
|
+
- @akinon/next@1.43.0-rc.1
|
|
3311
|
+
- @akinon/pz-akifast@1.43.0-rc.1
|
|
3312
|
+
- @akinon/pz-b2b@1.43.0-rc.1
|
|
3313
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
3314
|
+
- @akinon/pz-bkm@1.43.0-rc.1
|
|
3315
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
3316
|
+
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
3317
|
+
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
3318
|
+
- @akinon/pz-gpay@1.43.0-rc.1
|
|
3319
|
+
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
3320
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
3321
|
+
- @akinon/pz-otp@1.43.0-rc.1
|
|
3322
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
3323
|
+
|
|
3324
|
+
## 1.43.0-rc.0
|
|
3325
|
+
|
|
3326
|
+
### Minor Changes
|
|
3327
|
+
|
|
3328
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3329
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3330
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3331
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3332
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3333
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3334
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3335
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3336
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3337
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3338
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3339
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3340
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3341
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3342
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3343
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3344
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3345
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3346
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3347
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3348
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3349
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3350
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3351
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3352
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3353
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3354
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3355
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3356
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3357
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3358
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3359
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3360
|
+
|
|
3361
|
+
### Patch Changes
|
|
3362
|
+
|
|
3363
|
+
- Updated dependencies [90282b5]
|
|
3364
|
+
- Updated dependencies [50b9069]
|
|
3365
|
+
- Updated dependencies [572d2e8]
|
|
3366
|
+
- Updated dependencies [a4c8d6a]
|
|
3367
|
+
- Updated dependencies [fda5b92]
|
|
3368
|
+
- Updated dependencies [2d9b2b2]
|
|
3369
|
+
- Updated dependencies [c53ea3e]
|
|
3370
|
+
- Updated dependencies [8d9ac9a]
|
|
3371
|
+
- Updated dependencies [18e8197]
|
|
3372
|
+
- Updated dependencies [714e0b4]
|
|
3373
|
+
- Updated dependencies [e9541a1]
|
|
3374
|
+
- Updated dependencies [c53ef7b]
|
|
3375
|
+
- Updated dependencies [0d3a913]
|
|
3376
|
+
- Updated dependencies [1448a96]
|
|
3377
|
+
- Updated dependencies [d3474c6]
|
|
3378
|
+
- Updated dependencies [75080fd]
|
|
3379
|
+
- Updated dependencies [91265bb]
|
|
3380
|
+
- Updated dependencies [bbe18b9]
|
|
3381
|
+
- Updated dependencies [d409996]
|
|
3382
|
+
- Updated dependencies [69ca080]
|
|
3383
|
+
- Updated dependencies [94b6928]
|
|
3384
|
+
- Updated dependencies [98bb8dc]
|
|
3385
|
+
- Updated dependencies [46b7aad]
|
|
3386
|
+
- Updated dependencies [dcc8a15]
|
|
3387
|
+
- Updated dependencies [fad2768]
|
|
3388
|
+
- Updated dependencies [dff0d59]
|
|
3389
|
+
- Updated dependencies [beb499e]
|
|
3390
|
+
- Updated dependencies [146ea39]
|
|
3391
|
+
- Updated dependencies [c47be30]
|
|
3392
|
+
- Updated dependencies [e9a46ac]
|
|
3393
|
+
- Updated dependencies [f046f8e]
|
|
3394
|
+
- Updated dependencies [86d2531]
|
|
3395
|
+
- @akinon/next@1.43.0-rc.0
|
|
3396
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
3397
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
3398
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
3399
|
+
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
3400
|
+
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
3401
|
+
- @akinon/pz-akifast@1.43.0-rc.0
|
|
3402
|
+
- @akinon/pz-gpay@1.43.0-rc.0
|
|
3403
|
+
- @akinon/pz-b2b@1.43.0-rc.0
|
|
3404
|
+
- @akinon/pz-bkm@1.43.0-rc.0
|
|
3405
|
+
- @akinon/pz-otp@1.43.0-rc.0
|
|
3406
|
+
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
3407
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
969
3408
|
|
|
970
3409
|
## 1.42.0
|
|
971
3410
|
|
|
@@ -1134,13 +3573,301 @@
|
|
|
1134
3573
|
|
|
1135
3574
|
### Patch Changes
|
|
1136
3575
|
|
|
1137
|
-
-
|
|
1138
|
-
-
|
|
1139
|
-
-
|
|
1140
|
-
-
|
|
1141
|
-
-
|
|
1142
|
-
-
|
|
1143
|
-
-
|
|
3576
|
+
- Updated dependencies [a4c8d6a]
|
|
3577
|
+
- Updated dependencies [d09b677]
|
|
3578
|
+
- Updated dependencies [6d4aadb]
|
|
3579
|
+
- Updated dependencies [8e6e8cf]
|
|
3580
|
+
- Updated dependencies [c53ef7b]
|
|
3581
|
+
- Updated dependencies [ebb63ce]
|
|
3582
|
+
- Updated dependencies [7cebe87]
|
|
3583
|
+
- Updated dependencies [616690d]
|
|
3584
|
+
- Updated dependencies [f3b595e]
|
|
3585
|
+
- Updated dependencies [91265bb]
|
|
3586
|
+
- Updated dependencies [59fb7c3]
|
|
3587
|
+
- Updated dependencies [bbe18b9]
|
|
3588
|
+
- Updated dependencies [f0c23bc]
|
|
3589
|
+
- Updated dependencies [3420416]
|
|
3590
|
+
- Updated dependencies [495d155]
|
|
3591
|
+
- Updated dependencies [beb499e]
|
|
3592
|
+
- Updated dependencies [6c18543]
|
|
3593
|
+
- Updated dependencies [40ad73e]
|
|
3594
|
+
- Updated dependencies [495d155]
|
|
3595
|
+
- Updated dependencies [f046f8e]
|
|
3596
|
+
- Updated dependencies [6b2972b]
|
|
3597
|
+
- Updated dependencies [3e68768]
|
|
3598
|
+
- @akinon/next@1.34.0-rc.20
|
|
3599
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
3600
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
3601
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
3602
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
3603
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
3604
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
3605
|
+
|
|
3606
|
+
## 1.34.0-rc.19
|
|
3607
|
+
|
|
3608
|
+
### Patch Changes
|
|
3609
|
+
|
|
3610
|
+
- Updated dependencies [c53ef7b]
|
|
3611
|
+
- @akinon/next@1.34.0-rc.19
|
|
3612
|
+
- @akinon/pz-b2b@1.34.0-rc.19
|
|
3613
|
+
- @akinon/pz-gpay@1.34.0-rc.19
|
|
3614
|
+
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
3615
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
3616
|
+
- @akinon/pz-otp@1.34.0-rc.19
|
|
3617
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
3618
|
+
|
|
3619
|
+
## 1.34.0-rc.18
|
|
3620
|
+
|
|
3621
|
+
### Minor Changes
|
|
3622
|
+
|
|
3623
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3624
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3625
|
+
|
|
3626
|
+
### Patch Changes
|
|
3627
|
+
|
|
3628
|
+
- Updated dependencies [a4c8d6a]
|
|
3629
|
+
- @akinon/next@1.34.0-rc.18
|
|
3630
|
+
- @akinon/pz-b2b@1.34.0-rc.18
|
|
3631
|
+
- @akinon/pz-gpay@1.34.0-rc.18
|
|
3632
|
+
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
3633
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
3634
|
+
- @akinon/pz-otp@1.34.0-rc.18
|
|
3635
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
3636
|
+
|
|
3637
|
+
## 1.34.0-rc.17
|
|
3638
|
+
|
|
3639
|
+
### Minor Changes
|
|
3640
|
+
|
|
3641
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3642
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3643
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3644
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3645
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3646
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3647
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3648
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
3649
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3650
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3651
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3652
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
3653
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3654
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3655
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3656
|
+
|
|
3657
|
+
### Patch Changes
|
|
3658
|
+
|
|
3659
|
+
- Updated dependencies [d09b677]
|
|
3660
|
+
- Updated dependencies [6d4aadb]
|
|
3661
|
+
- Updated dependencies [8e6e8cf]
|
|
3662
|
+
- Updated dependencies [ebb63ce]
|
|
3663
|
+
- Updated dependencies [7cebe87]
|
|
3664
|
+
- Updated dependencies [616690d]
|
|
3665
|
+
- Updated dependencies [f3b595e]
|
|
3666
|
+
- Updated dependencies [91265bb]
|
|
3667
|
+
- Updated dependencies [59fb7c3]
|
|
3668
|
+
- Updated dependencies [bbe18b9]
|
|
3669
|
+
- Updated dependencies [f0c23bc]
|
|
3670
|
+
- Updated dependencies [3420416]
|
|
3671
|
+
- Updated dependencies [495d155]
|
|
3672
|
+
- Updated dependencies [beb499e]
|
|
3673
|
+
- Updated dependencies [6c18543]
|
|
3674
|
+
- Updated dependencies [40ad73e]
|
|
3675
|
+
- Updated dependencies [495d155]
|
|
3676
|
+
- Updated dependencies [f046f8e]
|
|
3677
|
+
- Updated dependencies [6b2972b]
|
|
3678
|
+
- Updated dependencies [3e68768]
|
|
3679
|
+
- @akinon/next@1.34.0-rc.17
|
|
3680
|
+
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
3681
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
3682
|
+
- @akinon/pz-b2b@1.34.0-rc.17
|
|
3683
|
+
- @akinon/pz-gpay@1.34.0-rc.17
|
|
3684
|
+
- @akinon/pz-otp@1.34.0-rc.17
|
|
3685
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
3686
|
+
|
|
3687
|
+
## 1.34.0-rc.16
|
|
3688
|
+
|
|
3689
|
+
### Patch Changes
|
|
3690
|
+
|
|
3691
|
+
- @akinon/next@1.34.0-rc.16
|
|
3692
|
+
- @akinon/pz-b2b@1.34.0-rc.16
|
|
3693
|
+
- @akinon/pz-gpay@1.34.0-rc.16
|
|
3694
|
+
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
3695
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
3696
|
+
- @akinon/pz-otp@1.34.0-rc.16
|
|
3697
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
3698
|
+
|
|
3699
|
+
## 1.34.0-rc.15
|
|
3700
|
+
|
|
3701
|
+
### Patch Changes
|
|
3702
|
+
|
|
3703
|
+
- @akinon/next@1.34.0-rc.15
|
|
3704
|
+
- @akinon/pz-b2b@1.34.0-rc.15
|
|
3705
|
+
- @akinon/pz-gpay@1.34.0-rc.15
|
|
3706
|
+
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
3707
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
3708
|
+
- @akinon/pz-otp@1.34.0-rc.15
|
|
3709
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
3710
|
+
|
|
3711
|
+
## 1.34.0-rc.14
|
|
3712
|
+
|
|
3713
|
+
### Minor Changes
|
|
3714
|
+
|
|
3715
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3716
|
+
|
|
3717
|
+
### Patch Changes
|
|
3718
|
+
|
|
3719
|
+
- @akinon/next@1.34.0-rc.14
|
|
3720
|
+
- @akinon/pz-b2b@1.34.0-rc.14
|
|
3721
|
+
- @akinon/pz-gpay@1.34.0-rc.14
|
|
3722
|
+
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
3723
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
3724
|
+
- @akinon/pz-otp@1.34.0-rc.14
|
|
3725
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
3726
|
+
|
|
3727
|
+
## 1.34.0-rc.13
|
|
3728
|
+
|
|
3729
|
+
### Minor Changes
|
|
3730
|
+
|
|
3731
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3732
|
+
|
|
3733
|
+
### Patch Changes
|
|
3734
|
+
|
|
3735
|
+
- @akinon/next@1.34.0-rc.13
|
|
3736
|
+
- @akinon/pz-b2b@1.34.0-rc.13
|
|
3737
|
+
- @akinon/pz-gpay@1.34.0-rc.13
|
|
3738
|
+
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
3739
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
3740
|
+
- @akinon/pz-otp@1.34.0-rc.13
|
|
3741
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
3742
|
+
|
|
3743
|
+
## 1.34.0-rc.12
|
|
3744
|
+
|
|
3745
|
+
### Patch Changes
|
|
3746
|
+
|
|
3747
|
+
- Updated dependencies [616690d]
|
|
3748
|
+
- @akinon/next@1.34.0-rc.12
|
|
3749
|
+
- @akinon/pz-b2b@1.34.0-rc.12
|
|
3750
|
+
- @akinon/pz-gpay@1.34.0-rc.12
|
|
3751
|
+
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
3752
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
3753
|
+
- @akinon/pz-otp@1.34.0-rc.12
|
|
3754
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
3755
|
+
|
|
3756
|
+
## 1.34.0-rc.11
|
|
3757
|
+
|
|
3758
|
+
### Patch Changes
|
|
3759
|
+
|
|
3760
|
+
- Updated dependencies [8e6e8cf]
|
|
3761
|
+
- @akinon/next@1.34.0-rc.11
|
|
3762
|
+
- @akinon/pz-b2b@1.34.0-rc.11
|
|
3763
|
+
- @akinon/pz-gpay@1.34.0-rc.11
|
|
3764
|
+
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
3765
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
3766
|
+
- @akinon/pz-otp@1.34.0-rc.11
|
|
3767
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
3768
|
+
|
|
3769
|
+
## 1.34.0-rc.10
|
|
3770
|
+
|
|
3771
|
+
### Patch Changes
|
|
3772
|
+
|
|
3773
|
+
- Updated dependencies [bbe18b9]
|
|
3774
|
+
- @akinon/next@1.34.0-rc.10
|
|
3775
|
+
- @akinon/pz-b2b@1.34.0-rc.10
|
|
3776
|
+
- @akinon/pz-gpay@1.34.0-rc.10
|
|
3777
|
+
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
3778
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
3779
|
+
- @akinon/pz-otp@1.34.0-rc.10
|
|
3780
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
3781
|
+
|
|
3782
|
+
## 1.34.0-rc.9
|
|
3783
|
+
|
|
3784
|
+
### Minor Changes
|
|
3785
|
+
|
|
3786
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3787
|
+
|
|
3788
|
+
### Patch Changes
|
|
3789
|
+
|
|
3790
|
+
- Updated dependencies [beb499e]
|
|
3791
|
+
- @akinon/next@1.34.0-rc.9
|
|
3792
|
+
- @akinon/pz-b2b@1.34.0-rc.9
|
|
3793
|
+
- @akinon/pz-gpay@1.34.0-rc.9
|
|
3794
|
+
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
3795
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
3796
|
+
- @akinon/pz-otp@1.34.0-rc.9
|
|
3797
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
3798
|
+
|
|
3799
|
+
## 1.34.0-rc.8
|
|
3800
|
+
|
|
3801
|
+
### Minor Changes
|
|
3802
|
+
|
|
3803
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3804
|
+
|
|
3805
|
+
### Patch Changes
|
|
3806
|
+
|
|
3807
|
+
- Updated dependencies [91265bb]
|
|
3808
|
+
- @akinon/next@1.34.0-rc.8
|
|
3809
|
+
- @akinon/pz-b2b@1.34.0-rc.8
|
|
3810
|
+
- @akinon/pz-gpay@1.34.0-rc.8
|
|
3811
|
+
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
3812
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
3813
|
+
- @akinon/pz-otp@1.34.0-rc.8
|
|
3814
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
3815
|
+
|
|
3816
|
+
## 1.34.0-rc.7
|
|
3817
|
+
|
|
3818
|
+
### Minor Changes
|
|
3819
|
+
|
|
3820
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3821
|
+
|
|
3822
|
+
### Patch Changes
|
|
3823
|
+
|
|
3824
|
+
- @akinon/next@1.34.0-rc.7
|
|
3825
|
+
- @akinon/pz-b2b@1.34.0-rc.7
|
|
3826
|
+
- @akinon/pz-gpay@1.34.0-rc.7
|
|
3827
|
+
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
3828
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
3829
|
+
- @akinon/pz-otp@1.34.0-rc.7
|
|
3830
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
3831
|
+
|
|
3832
|
+
## 1.34.0-rc.6
|
|
3833
|
+
|
|
3834
|
+
### Minor Changes
|
|
3835
|
+
|
|
3836
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3837
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3838
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3839
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3840
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
3841
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3842
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3843
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
3844
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3845
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3846
|
+
|
|
3847
|
+
### Patch Changes
|
|
3848
|
+
|
|
3849
|
+
- Updated dependencies [d09b677]
|
|
3850
|
+
- Updated dependencies [6d4aadb]
|
|
3851
|
+
- Updated dependencies [ebb63ce]
|
|
3852
|
+
- Updated dependencies [7cebe87]
|
|
3853
|
+
- Updated dependencies [f3b595e]
|
|
3854
|
+
- Updated dependencies [59fb7c3]
|
|
3855
|
+
- Updated dependencies [f0c23bc]
|
|
3856
|
+
- Updated dependencies [3420416]
|
|
3857
|
+
- Updated dependencies [495d155]
|
|
3858
|
+
- Updated dependencies [6c18543]
|
|
3859
|
+
- Updated dependencies [40ad73e]
|
|
3860
|
+
- Updated dependencies [495d155]
|
|
3861
|
+
- Updated dependencies [f046f8e]
|
|
3862
|
+
- Updated dependencies [6b2972b]
|
|
3863
|
+
- Updated dependencies [3e68768]
|
|
3864
|
+
- @akinon/next@1.34.0-rc.6
|
|
3865
|
+
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
3866
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
3867
|
+
- @akinon/pz-b2b@1.34.0-rc.6
|
|
3868
|
+
- @akinon/pz-gpay@1.34.0-rc.6
|
|
3869
|
+
- @akinon/pz-otp@1.34.0-rc.6
|
|
3870
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1144
3871
|
|
|
1145
3872
|
## 1.33.2
|
|
1146
3873
|
|