@akinon/projectzero 1.56.0-rc.7 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -58
- package/app-template/.gitignore +0 -2
- package/app-template/CHANGELOG.md +91 -2067
- package/app-template/package.json +18 -18
- package/app-template/public/locales/en/account.json +4 -4
- package/app-template/public/locales/tr/account.json +1 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +0 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
- package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
- package/app-template/src/components/checkbox.tsx +2 -2
- package/app-template/src/components/input.tsx +7 -19
- package/app-template/src/components/pagination.tsx +18 -13
- package/app-template/src/components/price.tsx +4 -9
- package/app-template/src/plugins.js +1 -2
- package/app-template/src/redux/reducers/category.ts +1 -7
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/account/address-form.tsx +2 -12
- package/app-template/src/views/account/contact-form.tsx +3 -2
- package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
- package/app-template/src/views/breadcrumb.tsx +1 -4
- package/app-template/src/views/category/category-active-filters.tsx +6 -16
- package/app-template/src/views/category/category-info.tsx +17 -31
- package/app-template/src/views/category/filters/index.tsx +108 -16
- package/app-template/src/views/category/layout.tsx +3 -5
- package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
- package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
- package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +34 -230
- package/app-template/src/views/header/mobile-menu.tsx +8 -25
- package/app-template/tsconfig.json +4 -14
- package/commands/plugins.ts +0 -4
- package/package.json +2 -2
- package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
- package/app-template/src/views/category/filters/filter-item.tsx +0 -163
|
@@ -1,310 +1,55 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [0e25399]
|
|
8
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
9
|
-
- @akinon/next@1.56.0-rc.7
|
|
10
|
-
- @akinon/pz-akifast@1.56.0-rc.7
|
|
11
|
-
- @akinon/pz-b2b@1.56.0-rc.7
|
|
12
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
13
|
-
- @akinon/pz-bkm@1.56.0-rc.7
|
|
14
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
15
|
-
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
16
|
-
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
17
|
-
- @akinon/pz-gpay@1.56.0-rc.7
|
|
18
|
-
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
19
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
20
|
-
- @akinon/pz-otp@1.56.0-rc.7
|
|
21
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
22
|
-
|
|
23
|
-
## 1.56.0-rc.6
|
|
3
|
+
## 1.57.0
|
|
24
4
|
|
|
25
5
|
### Minor Changes
|
|
26
6
|
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- Updated dependencies [f3d076b]
|
|
32
|
-
- @akinon/next@1.56.0-rc.6
|
|
33
|
-
- @akinon/pz-akifast@1.56.0-rc.6
|
|
34
|
-
- @akinon/pz-b2b@1.56.0-rc.6
|
|
35
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
36
|
-
- @akinon/pz-bkm@1.56.0-rc.6
|
|
37
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
38
|
-
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
39
|
-
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
40
|
-
- @akinon/pz-gpay@1.56.0-rc.6
|
|
41
|
-
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
42
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
43
|
-
- @akinon/pz-otp@1.56.0-rc.6
|
|
44
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
45
|
-
|
|
46
|
-
## 1.56.0-rc.5
|
|
7
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
47
8
|
|
|
48
9
|
### Patch Changes
|
|
49
10
|
|
|
50
|
-
- Updated dependencies [
|
|
51
|
-
|
|
52
|
-
- @akinon/
|
|
53
|
-
- @akinon/pz-
|
|
54
|
-
- @akinon/pz-
|
|
55
|
-
- @akinon/pz-
|
|
56
|
-
- @akinon/pz-
|
|
57
|
-
- @akinon/pz-
|
|
58
|
-
- @akinon/pz-
|
|
59
|
-
- @akinon/pz-
|
|
60
|
-
- @akinon/pz-
|
|
61
|
-
- @akinon/pz-
|
|
62
|
-
- @akinon/pz-
|
|
63
|
-
- @akinon/pz-
|
|
64
|
-
|
|
65
|
-
|
|
11
|
+
- Updated dependencies [fad2768]
|
|
12
|
+
- Updated dependencies [dff0d59]
|
|
13
|
+
- @akinon/next@1.57.0
|
|
14
|
+
- @akinon/pz-akifast@1.57.0
|
|
15
|
+
- @akinon/pz-b2b@1.57.0
|
|
16
|
+
- @akinon/pz-basket-gift-pack@1.57.0
|
|
17
|
+
- @akinon/pz-bkm@1.57.0
|
|
18
|
+
- @akinon/pz-checkout-gift-pack@1.57.0
|
|
19
|
+
- @akinon/pz-click-collect@1.57.0
|
|
20
|
+
- @akinon/pz-credit-payment@1.57.0
|
|
21
|
+
- @akinon/pz-gpay@1.57.0
|
|
22
|
+
- @akinon/pz-masterpass@1.57.0
|
|
23
|
+
- @akinon/pz-one-click-checkout@1.57.0
|
|
24
|
+
- @akinon/pz-otp@1.57.0
|
|
25
|
+
- @akinon/pz-pay-on-delivery@1.57.0
|
|
26
|
+
|
|
27
|
+
## 1.56.0
|
|
66
28
|
|
|
67
29
|
### Minor Changes
|
|
68
30
|
|
|
69
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
70
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
71
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
72
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
73
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
74
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
75
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
76
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
77
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
78
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
79
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
80
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
81
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
82
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
83
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
84
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
85
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
86
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
87
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
88
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
89
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
90
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
91
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
92
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
93
31
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
94
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
95
32
|
|
|
96
33
|
### Patch Changes
|
|
97
34
|
|
|
98
|
-
- Updated dependencies [572d2e84]
|
|
99
|
-
- Updated dependencies [5dfeea0]
|
|
100
|
-
- Updated dependencies [a4c8d6a9]
|
|
101
|
-
- Updated dependencies [fda5b927]
|
|
102
|
-
- Updated dependencies [2d9b2b2c]
|
|
103
|
-
- Updated dependencies [c53ea3e6]
|
|
104
35
|
- Updated dependencies [d93a507]
|
|
105
|
-
- Updated dependencies [714e0b46]
|
|
106
|
-
- Updated dependencies [6c25f66]
|
|
107
|
-
- Updated dependencies [bc2b411]
|
|
108
|
-
- Updated dependencies [3bf2dd9]
|
|
109
|
-
- Updated dependencies [e9541a13]
|
|
110
|
-
- Updated dependencies [c53ef7b9]
|
|
111
|
-
- Updated dependencies [2e6104d]
|
|
112
|
-
- Updated dependencies [64699d3]
|
|
113
|
-
- Updated dependencies [0d3a913e]
|
|
114
|
-
- Updated dependencies [7b05522]
|
|
115
|
-
- Updated dependencies [d6edb1d]
|
|
116
|
-
- Updated dependencies [d3474c64]
|
|
117
|
-
- Updated dependencies [17f8752]
|
|
118
|
-
- Updated dependencies [29ead87]
|
|
119
|
-
- Updated dependencies [c45b62c]
|
|
120
|
-
- Updated dependencies [91265bba]
|
|
121
|
-
- Updated dependencies [bbe18b9f]
|
|
122
|
-
- Updated dependencies [d4099960]
|
|
123
|
-
- Updated dependencies [4920742]
|
|
124
|
-
- Updated dependencies [12a873e]
|
|
125
36
|
- Updated dependencies [674badc]
|
|
126
|
-
- Updated dependencies [7e56d6b]
|
|
127
|
-
- Updated dependencies [94b69285]
|
|
128
|
-
- Updated dependencies [98bb8dcd]
|
|
129
37
|
- Updated dependencies [207ac6e]
|
|
130
|
-
- Updated dependencies [dcc8a150]
|
|
131
|
-
- Updated dependencies [8f47cca]
|
|
132
|
-
- Updated dependencies [fad27689]
|
|
133
|
-
- Updated dependencies [dff0d595]
|
|
134
|
-
- Updated dependencies [fdd0b41]
|
|
135
|
-
- Updated dependencies [f2c325c]
|
|
136
|
-
- Updated dependencies [9e25a64]
|
|
137
|
-
- Updated dependencies [beb499e6]
|
|
138
|
-
- Updated dependencies [f2c92d5c]
|
|
139
|
-
- Updated dependencies [7bd3d99]
|
|
140
|
-
- Updated dependencies [f046f8e0]
|
|
141
38
|
- Updated dependencies [b9273fd]
|
|
142
|
-
- Updated dependencies [49eeebf]
|
|
143
|
-
- Updated dependencies [86d25315]
|
|
144
39
|
- Updated dependencies [c670bd4]
|
|
145
|
-
-
|
|
146
|
-
- @akinon/
|
|
147
|
-
- @akinon/pz-
|
|
148
|
-
- @akinon/pz-
|
|
149
|
-
- @akinon/pz-
|
|
150
|
-
- @akinon/pz-
|
|
151
|
-
- @akinon/pz-
|
|
152
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
153
|
-
- @akinon/pz-
|
|
154
|
-
- @akinon/pz-
|
|
155
|
-
- @akinon/pz-
|
|
156
|
-
- @akinon/pz-
|
|
157
|
-
- @akinon/pz-
|
|
158
|
-
- @akinon/pz-otp@1.56.0-rc.4
|
|
159
|
-
|
|
160
|
-
## 1.56.0-rc.3
|
|
161
|
-
|
|
162
|
-
### Patch Changes
|
|
163
|
-
|
|
164
|
-
- Updated dependencies [674badc]
|
|
165
|
-
- @akinon/next@1.56.0-rc.3
|
|
166
|
-
- @akinon/pz-akifast@1.56.0-rc.3
|
|
167
|
-
- @akinon/pz-b2b@1.56.0-rc.3
|
|
168
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
169
|
-
- @akinon/pz-bkm@1.56.0-rc.3
|
|
170
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
171
|
-
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
172
|
-
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
173
|
-
- @akinon/pz-gpay@1.56.0-rc.3
|
|
174
|
-
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
175
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
176
|
-
- @akinon/pz-otp@1.56.0-rc.3
|
|
177
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
178
|
-
|
|
179
|
-
## 1.56.0-rc.2
|
|
180
|
-
|
|
181
|
-
### Patch Changes
|
|
182
|
-
|
|
183
|
-
- Updated dependencies [7b05522]
|
|
184
|
-
- Updated dependencies [29ead87]
|
|
185
|
-
- @akinon/next@1.56.0-rc.2
|
|
186
|
-
- @akinon/pz-otp@1.56.0-rc.2
|
|
187
|
-
- @akinon/pz-akifast@1.56.0-rc.2
|
|
188
|
-
- @akinon/pz-b2b@1.56.0-rc.2
|
|
189
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
190
|
-
- @akinon/pz-bkm@1.56.0-rc.2
|
|
191
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
192
|
-
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
193
|
-
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
194
|
-
- @akinon/pz-gpay@1.56.0-rc.2
|
|
195
|
-
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
196
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
197
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
198
|
-
|
|
199
|
-
## 1.56.0-rc.1
|
|
200
|
-
|
|
201
|
-
### Patch Changes
|
|
202
|
-
|
|
203
|
-
- Updated dependencies [207ac6e]
|
|
204
|
-
- @akinon/next@1.56.0-rc.1
|
|
205
|
-
- @akinon/pz-akifast@1.56.0-rc.1
|
|
206
|
-
- @akinon/pz-b2b@1.56.0-rc.1
|
|
207
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
208
|
-
- @akinon/pz-bkm@1.56.0-rc.1
|
|
209
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
210
|
-
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
211
|
-
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
212
|
-
- @akinon/pz-gpay@1.56.0-rc.1
|
|
213
|
-
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
214
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
215
|
-
- @akinon/pz-otp@1.56.0-rc.1
|
|
216
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
217
|
-
|
|
218
|
-
## 1.56.0-rc.0
|
|
219
|
-
|
|
220
|
-
### Minor Changes
|
|
221
|
-
|
|
222
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
223
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
224
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
225
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
226
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
227
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
228
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
229
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
230
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
231
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
232
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
233
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
234
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
235
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
236
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
237
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
238
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
239
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
240
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
241
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
242
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
243
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
244
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
245
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
246
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
247
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
248
|
-
|
|
249
|
-
### Patch Changes
|
|
250
|
-
|
|
251
|
-
- Updated dependencies [572d2e84]
|
|
252
|
-
- Updated dependencies [5dfeea0]
|
|
253
|
-
- Updated dependencies [a4c8d6a9]
|
|
254
|
-
- Updated dependencies [fda5b927]
|
|
255
|
-
- Updated dependencies [2d9b2b2c]
|
|
256
|
-
- Updated dependencies [c53ea3e6]
|
|
257
|
-
- Updated dependencies [d93a507]
|
|
258
|
-
- Updated dependencies [714e0b46]
|
|
259
|
-
- Updated dependencies [6c25f666]
|
|
260
|
-
- Updated dependencies [bc2b4117]
|
|
261
|
-
- Updated dependencies [3bf2dd94]
|
|
262
|
-
- Updated dependencies [e9541a13]
|
|
263
|
-
- Updated dependencies [c53ef7b9]
|
|
264
|
-
- Updated dependencies [2e6104d]
|
|
265
|
-
- Updated dependencies [64699d3f]
|
|
266
|
-
- Updated dependencies [0d3a913e]
|
|
267
|
-
- Updated dependencies [d6edb1d0]
|
|
268
|
-
- Updated dependencies [d3474c64]
|
|
269
|
-
- Updated dependencies [17f87524]
|
|
270
|
-
- Updated dependencies [c45b62c9]
|
|
271
|
-
- Updated dependencies [91265bba]
|
|
272
|
-
- Updated dependencies [bbe18b9f]
|
|
273
|
-
- Updated dependencies [d4099960]
|
|
274
|
-
- Updated dependencies [4920742c]
|
|
275
|
-
- Updated dependencies [12a873e]
|
|
276
|
-
- Updated dependencies [7e56d6b6]
|
|
277
|
-
- Updated dependencies [94b69285]
|
|
278
|
-
- Updated dependencies [98bb8dcd]
|
|
279
|
-
- Updated dependencies [dcc8a150]
|
|
280
|
-
- Updated dependencies [8f47ccae]
|
|
281
|
-
- Updated dependencies [fad27689]
|
|
282
|
-
- Updated dependencies [dff0d595]
|
|
283
|
-
- Updated dependencies [fdd0b41]
|
|
284
|
-
- Updated dependencies [f2c325c1]
|
|
285
|
-
- Updated dependencies [9e25a64b]
|
|
286
|
-
- Updated dependencies [beb499e6]
|
|
287
|
-
- Updated dependencies [f2c92d5c]
|
|
288
|
-
- Updated dependencies [7bd3d992]
|
|
289
|
-
- Updated dependencies [f046f8e0]
|
|
290
|
-
- Updated dependencies [b9273fd3]
|
|
291
|
-
- Updated dependencies [49eeebf]
|
|
292
|
-
- Updated dependencies [86d25315]
|
|
293
|
-
- Updated dependencies [c670bd48]
|
|
294
|
-
- Updated dependencies [3f9b8d7e]
|
|
295
|
-
- @akinon/next@1.56.0-rc.0
|
|
296
|
-
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
297
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
298
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
299
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
300
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
301
|
-
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
302
|
-
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
303
|
-
- @akinon/pz-akifast@1.56.0-rc.0
|
|
304
|
-
- @akinon/pz-gpay@1.56.0-rc.0
|
|
305
|
-
- @akinon/pz-b2b@1.56.0-rc.0
|
|
306
|
-
- @akinon/pz-bkm@1.56.0-rc.0
|
|
307
|
-
- @akinon/pz-otp@1.56.0-rc.0
|
|
40
|
+
- @akinon/next@1.56.0
|
|
41
|
+
- @akinon/pz-akifast@1.56.0
|
|
42
|
+
- @akinon/pz-b2b@1.56.0
|
|
43
|
+
- @akinon/pz-basket-gift-pack@1.56.0
|
|
44
|
+
- @akinon/pz-bkm@1.56.0
|
|
45
|
+
- @akinon/pz-checkout-gift-pack@1.56.0
|
|
46
|
+
- @akinon/pz-click-collect@1.56.0
|
|
47
|
+
- @akinon/pz-credit-payment@1.56.0
|
|
48
|
+
- @akinon/pz-gpay@1.56.0
|
|
49
|
+
- @akinon/pz-masterpass@1.56.0
|
|
50
|
+
- @akinon/pz-one-click-checkout@1.56.0
|
|
51
|
+
- @akinon/pz-otp@1.56.0
|
|
52
|
+
- @akinon/pz-pay-on-delivery@1.56.0
|
|
308
53
|
|
|
309
54
|
## 1.55.0
|
|
310
55
|
|
|
@@ -447,220 +192,20 @@
|
|
|
447
192
|
|
|
448
193
|
### Patch Changes
|
|
449
194
|
|
|
450
|
-
- Updated dependencies [90282b53]
|
|
451
|
-
- Updated dependencies [50b90692]
|
|
452
|
-
- Updated dependencies [572d2e84]
|
|
453
|
-
- Updated dependencies [5dfeea0]
|
|
454
|
-
- Updated dependencies [a4c8d6a9]
|
|
455
|
-
- Updated dependencies [fda5b927]
|
|
456
|
-
- Updated dependencies [2d9b2b2]
|
|
457
|
-
- Updated dependencies [c53ea3e6]
|
|
458
|
-
- Updated dependencies [d93a507]
|
|
459
|
-
- Updated dependencies [8d9ac9a]
|
|
460
|
-
- Updated dependencies [18e8197]
|
|
461
|
-
- Updated dependencies [714e0b46]
|
|
462
|
-
- Updated dependencies [70279e7]
|
|
463
|
-
- Updated dependencies [6c25f66]
|
|
464
|
-
- Updated dependencies [bc2b411]
|
|
465
|
-
- Updated dependencies [3bf2dd9]
|
|
466
|
-
- Updated dependencies [e9541a1]
|
|
467
|
-
- Updated dependencies [c53ef7b9]
|
|
468
|
-
- Updated dependencies [9d94f7e]
|
|
469
|
-
- Updated dependencies [2e6104d]
|
|
470
|
-
- Updated dependencies [64699d3]
|
|
471
|
-
- Updated dependencies [0d3a913e]
|
|
472
|
-
- Updated dependencies [1448a96e]
|
|
473
|
-
- Updated dependencies [1ec2e9d]
|
|
474
|
-
- Updated dependencies [d6edb1d]
|
|
475
|
-
- Updated dependencies [d3474c64]
|
|
476
|
-
- Updated dependencies [75080fd6]
|
|
477
|
-
- Updated dependencies [17f8752]
|
|
478
|
-
- Updated dependencies [c45b62c]
|
|
479
|
-
- Updated dependencies [91265bba]
|
|
480
|
-
- Updated dependencies [bbe18b9f]
|
|
481
|
-
- Updated dependencies [d4099960]
|
|
482
|
-
- Updated dependencies [4920742]
|
|
483
|
-
- Updated dependencies [12a873e]
|
|
484
|
-
- Updated dependencies [69ca0801]
|
|
485
|
-
- Updated dependencies [7e56d6b]
|
|
486
|
-
- Updated dependencies [94b6928]
|
|
487
|
-
- Updated dependencies [98bb8dcd]
|
|
488
|
-
- Updated dependencies [46b7aad7]
|
|
489
|
-
- Updated dependencies [dcc8a150]
|
|
490
|
-
- Updated dependencies [8f47cca]
|
|
491
|
-
- Updated dependencies [fad27689]
|
|
492
|
-
- Updated dependencies [dff0d595]
|
|
493
|
-
- Updated dependencies [fdd0b41]
|
|
494
|
-
- Updated dependencies [eecb282]
|
|
495
|
-
- Updated dependencies [f2c325c]
|
|
496
|
-
- Updated dependencies [9e25a64]
|
|
497
|
-
- Updated dependencies [beb499e6]
|
|
498
|
-
- Updated dependencies [146ea391]
|
|
499
|
-
- Updated dependencies [f2c92d5]
|
|
500
|
-
- Updated dependencies [7bd3d99]
|
|
501
|
-
- Updated dependencies [c47be30d]
|
|
502
|
-
- Updated dependencies [e9a46acb]
|
|
503
|
-
- Updated dependencies [f046f8e0]
|
|
504
|
-
- Updated dependencies [b9273fd]
|
|
505
|
-
- Updated dependencies [49eeebf]
|
|
506
|
-
- Updated dependencies [86d25315]
|
|
507
|
-
- Updated dependencies [c670bd4]
|
|
508
|
-
- Updated dependencies [3f9b8d7]
|
|
509
|
-
- Updated dependencies [3d35f70]
|
|
510
|
-
- @akinon/next@1.50.0-rc.2
|
|
511
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
512
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
513
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
514
|
-
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
515
|
-
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
516
|
-
- @akinon/pz-akifast@1.50.0-rc.2
|
|
517
|
-
- @akinon/pz-gpay@1.50.0-rc.2
|
|
518
|
-
- @akinon/pz-b2b@1.50.0-rc.2
|
|
519
|
-
- @akinon/pz-bkm@1.50.0-rc.2
|
|
520
|
-
- @akinon/pz-otp@1.50.0-rc.2
|
|
521
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
522
|
-
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
523
|
-
|
|
524
|
-
## 1.50.0-rc.1
|
|
525
|
-
|
|
526
|
-
### Patch Changes
|
|
527
|
-
|
|
528
|
-
- Updated dependencies [49eeebf]
|
|
529
|
-
- @akinon/next@1.50.0-rc.1
|
|
530
|
-
- @akinon/pz-akifast@1.50.0-rc.1
|
|
531
|
-
- @akinon/pz-b2b@1.50.0-rc.1
|
|
532
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
533
|
-
- @akinon/pz-bkm@1.50.0-rc.1
|
|
534
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
535
|
-
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
536
|
-
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
537
|
-
- @akinon/pz-gpay@1.50.0-rc.1
|
|
538
|
-
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
539
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
540
|
-
- @akinon/pz-otp@1.50.0-rc.1
|
|
541
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
542
|
-
|
|
543
|
-
## 1.50.0-rc.0
|
|
544
|
-
|
|
545
|
-
### Minor Changes
|
|
546
|
-
|
|
547
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
548
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
549
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
550
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
551
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
552
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
553
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
554
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
555
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
556
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
557
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
558
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
559
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
560
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
561
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
562
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
563
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
564
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
565
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
566
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
567
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
568
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
569
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
570
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
571
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
572
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
573
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
574
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
575
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
576
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
577
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
578
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
579
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
580
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
581
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
582
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
583
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
584
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
585
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
586
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
587
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
588
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
589
|
-
|
|
590
|
-
### Patch Changes
|
|
591
|
-
|
|
592
|
-
- Updated dependencies [90282b53]
|
|
593
|
-
- Updated dependencies [50b90692]
|
|
594
|
-
- Updated dependencies [572d2e84]
|
|
595
|
-
- Updated dependencies [5dfeea0]
|
|
596
|
-
- Updated dependencies [a4c8d6a9]
|
|
597
|
-
- Updated dependencies [fda5b927]
|
|
598
|
-
- Updated dependencies [2d9b2b2]
|
|
599
|
-
- Updated dependencies [c53ea3e6]
|
|
600
|
-
- Updated dependencies [d93a507]
|
|
601
|
-
- Updated dependencies [8d9ac9a]
|
|
602
|
-
- Updated dependencies [18e8197]
|
|
603
195
|
- Updated dependencies [eaf97d6]
|
|
604
|
-
-
|
|
605
|
-
-
|
|
606
|
-
-
|
|
607
|
-
-
|
|
608
|
-
-
|
|
609
|
-
-
|
|
610
|
-
-
|
|
611
|
-
-
|
|
612
|
-
-
|
|
613
|
-
-
|
|
614
|
-
-
|
|
615
|
-
-
|
|
616
|
-
-
|
|
617
|
-
- Updated dependencies [d6edb1d]
|
|
618
|
-
- Updated dependencies [d3474c64]
|
|
619
|
-
- Updated dependencies [75080fd6]
|
|
620
|
-
- Updated dependencies [17f8752]
|
|
621
|
-
- Updated dependencies [c45b62c]
|
|
622
|
-
- Updated dependencies [91265bba]
|
|
623
|
-
- Updated dependencies [bbe18b9f]
|
|
624
|
-
- Updated dependencies [d4099960]
|
|
625
|
-
- Updated dependencies [4920742]
|
|
626
|
-
- Updated dependencies [12a873e]
|
|
627
|
-
- Updated dependencies [69ca080]
|
|
628
|
-
- Updated dependencies [7e56d6b]
|
|
629
|
-
- Updated dependencies [94b6928]
|
|
630
|
-
- Updated dependencies [98bb8dcd]
|
|
631
|
-
- Updated dependencies [46b7aad7]
|
|
632
|
-
- Updated dependencies [dcc8a150]
|
|
633
|
-
- Updated dependencies [8f47cca]
|
|
634
|
-
- Updated dependencies [fad27689]
|
|
635
|
-
- Updated dependencies [dff0d595]
|
|
636
|
-
- Updated dependencies [fdd0b41]
|
|
637
|
-
- Updated dependencies [eecb282]
|
|
638
|
-
- Updated dependencies [f2c325c]
|
|
639
|
-
- Updated dependencies [9e25a64]
|
|
640
|
-
- Updated dependencies [beb499e6]
|
|
641
|
-
- Updated dependencies [146ea391]
|
|
642
|
-
- Updated dependencies [f2c92d5]
|
|
643
|
-
- Updated dependencies [7bd3d99]
|
|
644
|
-
- Updated dependencies [c47be30d]
|
|
645
|
-
- Updated dependencies [e9a46acb]
|
|
646
|
-
- Updated dependencies [f046f8e0]
|
|
647
|
-
- Updated dependencies [b9273fd]
|
|
648
|
-
- Updated dependencies [86d25315]
|
|
649
|
-
- Updated dependencies [c670bd4]
|
|
650
|
-
- Updated dependencies [3f9b8d7]
|
|
651
|
-
- @akinon/next@1.50.0-rc.0
|
|
652
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
653
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
654
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
655
|
-
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
656
|
-
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
657
|
-
- @akinon/pz-akifast@1.50.0-rc.0
|
|
658
|
-
- @akinon/pz-gpay@1.50.0-rc.0
|
|
659
|
-
- @akinon/pz-b2b@1.50.0-rc.0
|
|
660
|
-
- @akinon/pz-bkm@1.50.0-rc.0
|
|
661
|
-
- @akinon/pz-otp@1.50.0-rc.0
|
|
662
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
663
|
-
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
196
|
+
- @akinon/next@1.50.0
|
|
197
|
+
- @akinon/pz-akifast@1.50.0
|
|
198
|
+
- @akinon/pz-b2b@1.50.0
|
|
199
|
+
- @akinon/pz-basket-gift-pack@1.50.0
|
|
200
|
+
- @akinon/pz-bkm@1.50.0
|
|
201
|
+
- @akinon/pz-checkout-gift-pack@1.50.0
|
|
202
|
+
- @akinon/pz-click-collect@1.50.0
|
|
203
|
+
- @akinon/pz-credit-payment@1.50.0
|
|
204
|
+
- @akinon/pz-gpay@1.50.0
|
|
205
|
+
- @akinon/pz-masterpass@1.50.0
|
|
206
|
+
- @akinon/pz-one-click-checkout@1.50.0
|
|
207
|
+
- @akinon/pz-otp@1.50.0
|
|
208
|
+
- @akinon/pz-pay-on-delivery@1.50.0
|
|
664
209
|
|
|
665
210
|
## 1.49.0
|
|
666
211
|
|
|
@@ -688,480 +233,23 @@
|
|
|
688
233
|
|
|
689
234
|
### Minor Changes
|
|
690
235
|
|
|
691
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
692
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
693
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
694
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
695
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
696
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
697
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
698
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
699
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
700
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
701
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
702
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
703
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
704
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
705
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
706
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
707
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
708
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
709
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
710
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
711
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
712
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
713
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
714
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
715
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
716
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
717
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
718
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
719
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
720
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
721
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
722
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
723
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
724
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
725
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
726
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
727
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
728
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
729
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
730
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
731
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
732
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
733
|
-
|
|
734
|
-
### Patch Changes
|
|
735
|
-
|
|
736
|
-
- Updated dependencies [90282b53]
|
|
737
|
-
- Updated dependencies [50b9069]
|
|
738
|
-
- Updated dependencies [572d2e84]
|
|
739
|
-
- Updated dependencies [5dfeea0]
|
|
740
|
-
- Updated dependencies [a4c8d6a9]
|
|
741
|
-
- Updated dependencies [fda5b927]
|
|
742
|
-
- Updated dependencies [2d9b2b2]
|
|
743
|
-
- Updated dependencies [c53ea3e6]
|
|
744
|
-
- Updated dependencies [d93a507]
|
|
745
|
-
- Updated dependencies [8d9ac9a]
|
|
746
|
-
- Updated dependencies [18e8197]
|
|
747
|
-
- Updated dependencies [714e0b46]
|
|
748
|
-
- Updated dependencies [70279e7]
|
|
749
|
-
- Updated dependencies [6c25f66]
|
|
750
|
-
- Updated dependencies [bc2b411]
|
|
751
|
-
- Updated dependencies [3bf2dd9]
|
|
752
|
-
- Updated dependencies [e9541a1]
|
|
753
|
-
- Updated dependencies [c53ef7b9]
|
|
754
|
-
- Updated dependencies [9d94f7e]
|
|
755
|
-
- Updated dependencies [2e6104d]
|
|
756
|
-
- Updated dependencies [64699d3]
|
|
757
|
-
- Updated dependencies [0d3a913e]
|
|
758
|
-
- Updated dependencies [1448a96e]
|
|
759
|
-
- Updated dependencies [26b809f]
|
|
760
|
-
- Updated dependencies [1ec2e9d]
|
|
761
|
-
- Updated dependencies [d6edb1d]
|
|
762
|
-
- Updated dependencies [d3474c64]
|
|
763
|
-
- Updated dependencies [75080fd6]
|
|
764
|
-
- Updated dependencies [17f8752]
|
|
765
|
-
- Updated dependencies [c45b62c]
|
|
766
|
-
- Updated dependencies [91265bba]
|
|
767
|
-
- Updated dependencies [20da358]
|
|
768
|
-
- Updated dependencies [bbe18b9f]
|
|
769
|
-
- Updated dependencies [d409996]
|
|
770
|
-
- Updated dependencies [4920742]
|
|
771
|
-
- Updated dependencies [12a873e]
|
|
772
|
-
- Updated dependencies [69ca080]
|
|
773
|
-
- Updated dependencies [7e56d6b]
|
|
774
|
-
- Updated dependencies [94b6928]
|
|
775
|
-
- Updated dependencies [98bb8dcd]
|
|
776
|
-
- Updated dependencies [46b7aad7]
|
|
777
|
-
- Updated dependencies [dcc8a150]
|
|
778
|
-
- Updated dependencies [8f47cca]
|
|
779
|
-
- Updated dependencies [fad27689]
|
|
780
|
-
- Updated dependencies [dff0d595]
|
|
781
|
-
- Updated dependencies [fdd0b41]
|
|
782
|
-
- Updated dependencies [eecb282]
|
|
783
|
-
- Updated dependencies [f2c325c]
|
|
784
|
-
- Updated dependencies [9e25a64]
|
|
785
|
-
- Updated dependencies [beb499e6]
|
|
786
|
-
- Updated dependencies [146ea391]
|
|
787
|
-
- Updated dependencies [f2c92d5]
|
|
788
|
-
- Updated dependencies [7bd3d99]
|
|
789
|
-
- Updated dependencies [c47be30d]
|
|
790
|
-
- Updated dependencies [e9a46acb]
|
|
791
|
-
- Updated dependencies [f046f8e0]
|
|
792
|
-
- Updated dependencies [04115e5]
|
|
793
|
-
- Updated dependencies [b9273fd]
|
|
794
|
-
- Updated dependencies [fa88889]
|
|
795
|
-
- Updated dependencies [86d25315]
|
|
796
|
-
- Updated dependencies [c670bd4]
|
|
797
|
-
- Updated dependencies [3f9b8d7]
|
|
798
|
-
- @akinon/next@1.48.0-rc.8
|
|
799
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
800
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
801
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
802
|
-
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
803
|
-
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
804
|
-
- @akinon/pz-akifast@1.48.0-rc.8
|
|
805
|
-
- @akinon/pz-gpay@1.48.0-rc.8
|
|
806
|
-
- @akinon/pz-b2b@1.48.0-rc.8
|
|
807
|
-
- @akinon/pz-bkm@1.48.0-rc.8
|
|
808
|
-
- @akinon/pz-otp@1.48.0-rc.8
|
|
809
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
810
|
-
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
811
|
-
|
|
812
|
-
## 1.48.0-rc.7
|
|
813
|
-
|
|
814
|
-
### Patch Changes
|
|
815
|
-
|
|
816
|
-
- Updated dependencies [26b809f]
|
|
817
|
-
- @akinon/next@1.48.0-rc.7
|
|
818
|
-
- @akinon/pz-akifast@1.48.0-rc.7
|
|
819
|
-
- @akinon/pz-b2b@1.48.0-rc.7
|
|
820
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
821
|
-
- @akinon/pz-bkm@1.48.0-rc.7
|
|
822
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
823
|
-
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
824
|
-
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
825
|
-
- @akinon/pz-gpay@1.48.0-rc.7
|
|
826
|
-
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
827
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
828
|
-
- @akinon/pz-otp@1.48.0-rc.7
|
|
829
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
830
|
-
|
|
831
|
-
## 1.48.0-rc.6
|
|
832
|
-
|
|
833
|
-
### Patch Changes
|
|
834
|
-
|
|
835
|
-
- Updated dependencies [04115e5]
|
|
836
|
-
- @akinon/next@1.48.0-rc.6
|
|
837
|
-
- @akinon/pz-akifast@1.48.0-rc.6
|
|
838
|
-
- @akinon/pz-b2b@1.48.0-rc.6
|
|
839
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
840
|
-
- @akinon/pz-bkm@1.48.0-rc.6
|
|
841
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
842
|
-
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
843
|
-
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
844
|
-
- @akinon/pz-gpay@1.48.0-rc.6
|
|
845
|
-
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
846
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
847
|
-
- @akinon/pz-otp@1.48.0-rc.6
|
|
848
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
849
|
-
|
|
850
|
-
## 1.48.0-rc.5
|
|
851
|
-
|
|
852
|
-
### Patch Changes
|
|
853
|
-
|
|
854
|
-
- Updated dependencies [20da358]
|
|
855
|
-
- @akinon/next@1.48.0-rc.5
|
|
856
|
-
- @akinon/pz-akifast@1.48.0-rc.5
|
|
857
|
-
- @akinon/pz-b2b@1.48.0-rc.5
|
|
858
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
859
|
-
- @akinon/pz-bkm@1.48.0-rc.5
|
|
860
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
861
|
-
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
862
|
-
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
863
|
-
- @akinon/pz-gpay@1.48.0-rc.5
|
|
864
|
-
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
865
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
866
|
-
- @akinon/pz-otp@1.48.0-rc.5
|
|
867
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
868
|
-
|
|
869
|
-
## 1.48.0-rc.4
|
|
870
|
-
|
|
871
|
-
### Patch Changes
|
|
872
|
-
|
|
873
|
-
- Updated dependencies [5dfeea0]
|
|
874
|
-
- @akinon/next@1.48.0-rc.4
|
|
875
|
-
- @akinon/pz-akifast@1.48.0-rc.4
|
|
876
|
-
- @akinon/pz-b2b@1.48.0-rc.4
|
|
877
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
878
|
-
- @akinon/pz-bkm@1.48.0-rc.4
|
|
879
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
880
|
-
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
881
|
-
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
882
|
-
- @akinon/pz-gpay@1.48.0-rc.4
|
|
883
|
-
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
884
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
885
|
-
- @akinon/pz-otp@1.48.0-rc.4
|
|
886
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
887
|
-
|
|
888
|
-
## 1.48.0-rc.3
|
|
889
|
-
|
|
890
|
-
### Minor Changes
|
|
891
|
-
|
|
892
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
893
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
894
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
895
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
896
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
897
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
898
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
899
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
900
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
901
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
902
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
903
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
904
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
905
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
906
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
907
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
908
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
909
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
910
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
911
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
912
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
913
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
914
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
915
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
916
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
917
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
918
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
919
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
920
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
921
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
922
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
923
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
924
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
925
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
926
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
927
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
928
236
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
929
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
930
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
931
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
932
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
933
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
934
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
935
|
-
|
|
936
|
-
### Patch Changes
|
|
937
|
-
|
|
938
|
-
- Updated dependencies [90282b53]
|
|
939
|
-
- Updated dependencies [50b9069]
|
|
940
|
-
- Updated dependencies [572d2e84]
|
|
941
|
-
- Updated dependencies [a4c8d6a9]
|
|
942
|
-
- Updated dependencies [fda5b92]
|
|
943
|
-
- Updated dependencies [2d9b2b2]
|
|
944
|
-
- Updated dependencies [c53ea3e6]
|
|
945
|
-
- Updated dependencies [d93a507]
|
|
946
|
-
- Updated dependencies [8d9ac9a]
|
|
947
|
-
- Updated dependencies [18e8197]
|
|
948
|
-
- Updated dependencies [714e0b46]
|
|
949
|
-
- Updated dependencies [70279e7]
|
|
950
|
-
- Updated dependencies [6c25f66]
|
|
951
|
-
- Updated dependencies [bc2b411]
|
|
952
|
-
- Updated dependencies [3bf2dd9]
|
|
953
|
-
- Updated dependencies [e9541a1]
|
|
954
|
-
- Updated dependencies [c53ef7b9]
|
|
955
|
-
- Updated dependencies [9d94f7e]
|
|
956
|
-
- Updated dependencies [2e6104d]
|
|
957
|
-
- Updated dependencies [64699d3]
|
|
958
|
-
- Updated dependencies [0d3a913e]
|
|
959
|
-
- Updated dependencies [1448a96e]
|
|
960
|
-
- Updated dependencies [1ec2e9d]
|
|
961
|
-
- Updated dependencies [d6edb1d]
|
|
962
|
-
- Updated dependencies [d3474c64]
|
|
963
|
-
- Updated dependencies [75080fd6]
|
|
964
|
-
- Updated dependencies [17f8752]
|
|
965
|
-
- Updated dependencies [c45b62c]
|
|
966
|
-
- Updated dependencies [91265bba]
|
|
967
|
-
- Updated dependencies [bbe18b9f]
|
|
968
|
-
- Updated dependencies [d409996]
|
|
969
|
-
- Updated dependencies [4920742]
|
|
970
|
-
- Updated dependencies [12a873e]
|
|
971
|
-
- Updated dependencies [69ca080]
|
|
972
|
-
- Updated dependencies [7e56d6b]
|
|
973
|
-
- Updated dependencies [94b6928]
|
|
974
|
-
- Updated dependencies [98bb8dcd]
|
|
975
|
-
- Updated dependencies [46b7aad]
|
|
976
|
-
- Updated dependencies [dcc8a150]
|
|
977
|
-
- Updated dependencies [8f47cca]
|
|
978
|
-
- Updated dependencies [fad27689]
|
|
979
|
-
- Updated dependencies [dff0d595]
|
|
980
|
-
- Updated dependencies [fdd0b41]
|
|
981
|
-
- Updated dependencies [eecb282]
|
|
982
|
-
- Updated dependencies [f2c325c]
|
|
983
|
-
- Updated dependencies [9e25a64]
|
|
984
|
-
- Updated dependencies [beb499e6]
|
|
985
|
-
- Updated dependencies [146ea39]
|
|
986
|
-
- Updated dependencies [f2c92d5]
|
|
987
|
-
- Updated dependencies [7bd3d99]
|
|
988
|
-
- Updated dependencies [c47be30d]
|
|
989
|
-
- Updated dependencies [e9a46acb]
|
|
990
|
-
- Updated dependencies [f046f8e0]
|
|
991
|
-
- Updated dependencies [b9273fd]
|
|
992
|
-
- Updated dependencies [86d25315]
|
|
993
|
-
- Updated dependencies [c670bd4]
|
|
994
|
-
- Updated dependencies [3f9b8d7]
|
|
995
|
-
- @akinon/next@1.48.0-rc.3
|
|
996
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
997
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
998
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
999
|
-
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
1000
|
-
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
1001
|
-
- @akinon/pz-akifast@1.48.0-rc.3
|
|
1002
|
-
- @akinon/pz-gpay@1.48.0-rc.3
|
|
1003
|
-
- @akinon/pz-b2b@1.48.0-rc.3
|
|
1004
|
-
- @akinon/pz-bkm@1.48.0-rc.3
|
|
1005
|
-
- @akinon/pz-otp@1.48.0-rc.3
|
|
1006
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
1007
|
-
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
1008
|
-
|
|
1009
|
-
## 1.48.0-rc.2
|
|
1010
|
-
|
|
1011
|
-
### Minor Changes
|
|
1012
|
-
|
|
1013
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1014
|
-
|
|
1015
|
-
### Patch Changes
|
|
1016
|
-
|
|
1017
|
-
- Updated dependencies [2e6104d]
|
|
1018
|
-
- @akinon/next@1.48.0-rc.2
|
|
1019
|
-
- @akinon/pz-akifast@1.48.0-rc.2
|
|
1020
|
-
- @akinon/pz-b2b@1.48.0-rc.2
|
|
1021
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
1022
|
-
- @akinon/pz-bkm@1.48.0-rc.2
|
|
1023
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
1024
|
-
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
1025
|
-
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
1026
|
-
- @akinon/pz-gpay@1.48.0-rc.2
|
|
1027
|
-
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
1028
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
1029
|
-
- @akinon/pz-otp@1.48.0-rc.2
|
|
1030
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
1031
|
-
|
|
1032
|
-
## 1.48.0-rc.1
|
|
1033
237
|
|
|
1034
238
|
### Patch Changes
|
|
1035
239
|
|
|
1036
|
-
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
1050
|
-
|
|
1051
|
-
## 1.48.0-rc.0
|
|
1052
|
-
|
|
1053
|
-
### Minor Changes
|
|
1054
|
-
|
|
1055
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1056
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1057
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1058
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1059
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1060
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1061
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1062
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1063
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1064
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1065
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1066
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1067
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1068
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1069
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1070
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1071
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1072
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1073
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1074
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1075
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1076
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1077
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1078
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1079
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1080
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1081
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1082
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1083
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1084
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1085
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1086
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1087
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1088
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1089
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1090
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1091
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1092
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1093
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1094
|
-
|
|
1095
|
-
### Patch Changes
|
|
1096
|
-
|
|
1097
|
-
- Updated dependencies [90282b5]
|
|
1098
|
-
- Updated dependencies [50b9069]
|
|
1099
|
-
- Updated dependencies [572d2e8]
|
|
1100
|
-
- Updated dependencies [a4c8d6a9]
|
|
1101
|
-
- Updated dependencies [fda5b92]
|
|
1102
|
-
- Updated dependencies [2d9b2b2]
|
|
1103
|
-
- Updated dependencies [c53ea3e6]
|
|
1104
|
-
- Updated dependencies [d93a507]
|
|
1105
|
-
- Updated dependencies [8d9ac9a]
|
|
1106
|
-
- Updated dependencies [18e8197]
|
|
1107
|
-
- Updated dependencies [714e0b4]
|
|
1108
|
-
- Updated dependencies [70279e7]
|
|
1109
|
-
- Updated dependencies [6c25f66]
|
|
1110
|
-
- Updated dependencies [bc2b411]
|
|
1111
|
-
- Updated dependencies [3bf2dd9]
|
|
1112
|
-
- Updated dependencies [e9541a1]
|
|
1113
|
-
- Updated dependencies [c53ef7b9]
|
|
1114
|
-
- Updated dependencies [9d94f7e]
|
|
1115
|
-
- Updated dependencies [64699d3]
|
|
1116
|
-
- Updated dependencies [0d3a913]
|
|
1117
|
-
- Updated dependencies [1448a96e]
|
|
1118
|
-
- Updated dependencies [1ec2e9d]
|
|
1119
|
-
- Updated dependencies [d6edb1d]
|
|
1120
|
-
- Updated dependencies [d3474c6]
|
|
1121
|
-
- Updated dependencies [75080fd6]
|
|
1122
|
-
- Updated dependencies [17f8752]
|
|
1123
|
-
- Updated dependencies [c45b62c]
|
|
1124
|
-
- Updated dependencies [91265bba]
|
|
1125
|
-
- Updated dependencies [bbe18b9f]
|
|
1126
|
-
- Updated dependencies [d409996]
|
|
1127
|
-
- Updated dependencies [4920742]
|
|
1128
|
-
- Updated dependencies [12a873e]
|
|
1129
|
-
- Updated dependencies [69ca080]
|
|
1130
|
-
- Updated dependencies [7e56d6b]
|
|
1131
|
-
- Updated dependencies [94b6928]
|
|
1132
|
-
- Updated dependencies [98bb8dc]
|
|
1133
|
-
- Updated dependencies [46b7aad]
|
|
1134
|
-
- Updated dependencies [dcc8a15]
|
|
1135
|
-
- Updated dependencies [8f47cca]
|
|
1136
|
-
- Updated dependencies [fad2768]
|
|
1137
|
-
- Updated dependencies [dff0d595]
|
|
1138
|
-
- Updated dependencies [eecb282]
|
|
1139
|
-
- Updated dependencies [f2c325c]
|
|
1140
|
-
- Updated dependencies [9e25a64]
|
|
1141
|
-
- Updated dependencies [beb499e6]
|
|
1142
|
-
- Updated dependencies [146ea39]
|
|
1143
|
-
- Updated dependencies [f2c92d5]
|
|
1144
|
-
- Updated dependencies [7bd3d99]
|
|
1145
|
-
- Updated dependencies [c47be30]
|
|
1146
|
-
- Updated dependencies [e9a46ac]
|
|
1147
|
-
- Updated dependencies [f046f8e0]
|
|
1148
|
-
- Updated dependencies [b9273fd]
|
|
1149
|
-
- Updated dependencies [86d2531]
|
|
1150
|
-
- Updated dependencies [c670bd4]
|
|
1151
|
-
- Updated dependencies [3f9b8d7]
|
|
1152
|
-
- @akinon/next@1.48.0-rc.0
|
|
1153
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
1154
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
1155
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
1156
|
-
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
1157
|
-
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
1158
|
-
- @akinon/pz-akifast@1.48.0-rc.0
|
|
1159
|
-
- @akinon/pz-gpay@1.48.0-rc.0
|
|
1160
|
-
- @akinon/pz-b2b@1.48.0-rc.0
|
|
1161
|
-
- @akinon/pz-bkm@1.48.0-rc.0
|
|
1162
|
-
- @akinon/pz-otp@1.48.0-rc.0
|
|
1163
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
1164
|
-
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
240
|
+
- @akinon/next@1.48.0
|
|
241
|
+
- @akinon/pz-akifast@1.48.0
|
|
242
|
+
- @akinon/pz-b2b@1.48.0
|
|
243
|
+
- @akinon/pz-basket-gift-pack@1.48.0
|
|
244
|
+
- @akinon/pz-bkm@1.48.0
|
|
245
|
+
- @akinon/pz-checkout-gift-pack@1.48.0
|
|
246
|
+
- @akinon/pz-click-collect@1.48.0
|
|
247
|
+
- @akinon/pz-credit-payment@1.48.0
|
|
248
|
+
- @akinon/pz-gpay@1.48.0
|
|
249
|
+
- @akinon/pz-masterpass@1.48.0
|
|
250
|
+
- @akinon/pz-one-click-checkout@1.48.0
|
|
251
|
+
- @akinon/pz-otp@1.48.0
|
|
252
|
+
- @akinon/pz-pay-on-delivery@1.48.0
|
|
1165
253
|
|
|
1166
254
|
## 1.47.0
|
|
1167
255
|
|
|
@@ -1209,255 +297,20 @@
|
|
|
1209
297
|
|
|
1210
298
|
### Patch Changes
|
|
1211
299
|
|
|
1212
|
-
- Updated dependencies [90282b5]
|
|
1213
|
-
- Updated dependencies [50b9069]
|
|
1214
|
-
- Updated dependencies [572d2e8]
|
|
1215
|
-
- Updated dependencies [a4c8d6a9]
|
|
1216
|
-
- Updated dependencies [fda5b92]
|
|
1217
|
-
- Updated dependencies [2d9b2b2]
|
|
1218
|
-
- Updated dependencies [c53ea3e]
|
|
1219
|
-
- Updated dependencies [8d9ac9a]
|
|
1220
|
-
- Updated dependencies [18e8197]
|
|
1221
|
-
- Updated dependencies [714e0b4]
|
|
1222
|
-
- Updated dependencies [70279e7]
|
|
1223
|
-
- Updated dependencies [6c25f66]
|
|
1224
|
-
- Updated dependencies [bc2b411]
|
|
1225
|
-
- Updated dependencies [3bf2dd9]
|
|
1226
|
-
- Updated dependencies [e9541a1]
|
|
1227
|
-
- Updated dependencies [c53ef7b9]
|
|
1228
|
-
- Updated dependencies [9d94f7e]
|
|
1229
|
-
- Updated dependencies [64699d3]
|
|
1230
|
-
- Updated dependencies [0d3a913]
|
|
1231
|
-
- Updated dependencies [1448a96e]
|
|
1232
|
-
- Updated dependencies [d6edb1d]
|
|
1233
|
-
- Updated dependencies [d3474c6]
|
|
1234
|
-
- Updated dependencies [75080fd6]
|
|
1235
|
-
- Updated dependencies [17f8752]
|
|
1236
|
-
- Updated dependencies [c45b62c]
|
|
1237
|
-
- Updated dependencies [91265bba]
|
|
1238
|
-
- Updated dependencies [bbe18b9f]
|
|
1239
|
-
- Updated dependencies [d409996]
|
|
1240
|
-
- Updated dependencies [4920742]
|
|
1241
|
-
- Updated dependencies [69ca080]
|
|
1242
|
-
- Updated dependencies [7e56d6b]
|
|
1243
|
-
- Updated dependencies [94b6928]
|
|
1244
|
-
- Updated dependencies [98bb8dc]
|
|
1245
|
-
- Updated dependencies [46b7aad]
|
|
1246
|
-
- Updated dependencies [dcc8a15]
|
|
1247
|
-
- Updated dependencies [8f47cca]
|
|
1248
|
-
- Updated dependencies [fad2768]
|
|
1249
|
-
- Updated dependencies [dff0d595]
|
|
1250
|
-
- Updated dependencies [eecb282]
|
|
1251
|
-
- Updated dependencies [f2c325c]
|
|
1252
|
-
- Updated dependencies [9e25a64]
|
|
1253
|
-
- Updated dependencies [beb499e6]
|
|
1254
|
-
- Updated dependencies [948eb42]
|
|
1255
|
-
- Updated dependencies [146ea39]
|
|
1256
|
-
- Updated dependencies [f2c92d5]
|
|
1257
|
-
- Updated dependencies [7bd3d99]
|
|
1258
|
-
- Updated dependencies [c47be30]
|
|
1259
|
-
- Updated dependencies [e9a46ac]
|
|
1260
|
-
- Updated dependencies [f046f8e0]
|
|
1261
|
-
- Updated dependencies [86d2531]
|
|
1262
|
-
- Updated dependencies [3f9b8d7]
|
|
1263
|
-
- @akinon/next@1.45.0-rc.5
|
|
1264
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
1265
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
1266
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
1267
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
1268
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
1269
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
1270
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
1271
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
1272
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
1273
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
1274
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
1275
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
1276
|
-
|
|
1277
|
-
## 1.45.0-rc.4
|
|
1278
|
-
|
|
1279
|
-
### Patch Changes
|
|
1280
|
-
|
|
1281
|
-
- Updated dependencies [8f47cca]
|
|
1282
|
-
- @akinon/next@1.45.0-rc.4
|
|
1283
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
1284
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
1285
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
1286
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
1287
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
1288
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
1289
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
1290
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
1291
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
1292
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
1293
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
1294
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
1295
|
-
|
|
1296
|
-
## 1.45.0-rc.3
|
|
1297
|
-
|
|
1298
|
-
### Patch Changes
|
|
1299
|
-
|
|
1300
|
-
- Updated dependencies [948eb42]
|
|
1301
|
-
- @akinon/next@1.45.0-rc.3
|
|
1302
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
1303
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
1304
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
1305
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
1306
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
1307
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
1308
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
1309
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
1310
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
1311
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
1312
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
1313
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
1314
|
-
|
|
1315
|
-
## 1.45.0-rc.2
|
|
1316
|
-
|
|
1317
|
-
### Minor Changes
|
|
1318
|
-
|
|
1319
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1320
|
-
|
|
1321
|
-
### Patch Changes
|
|
1322
|
-
|
|
1323
|
-
- Updated dependencies [c45b62c]
|
|
1324
|
-
- Updated dependencies [f2c325c]
|
|
1325
|
-
- @akinon/next@1.45.0-rc.2
|
|
1326
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
1327
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
1328
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
1329
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
1330
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
1331
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
1332
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
1333
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
1334
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
1335
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
1336
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
1337
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
1338
|
-
|
|
1339
|
-
## 1.45.0-rc.1
|
|
1340
|
-
|
|
1341
|
-
### Patch Changes
|
|
1342
|
-
|
|
1343
|
-
- Updated dependencies [7e56d6b]
|
|
1344
|
-
- @akinon/next@1.45.0-rc.1
|
|
1345
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
1346
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
1347
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
1348
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
1349
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
1350
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
1351
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
1352
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
1353
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
1354
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
1355
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
1356
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
1357
|
-
|
|
1358
|
-
## 1.45.0-rc.0
|
|
1359
|
-
|
|
1360
|
-
### Minor Changes
|
|
1361
|
-
|
|
1362
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1363
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1364
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1365
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1366
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1367
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1368
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1369
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1370
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1371
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1372
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1373
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1374
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1375
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1376
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1377
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1378
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1379
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1380
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1381
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1382
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1383
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1384
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1385
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1386
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1387
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1388
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1389
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1390
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1391
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1392
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1393
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1394
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1395
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1396
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1397
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1398
|
-
|
|
1399
|
-
### Patch Changes
|
|
1400
|
-
|
|
1401
|
-
- Updated dependencies [90282b5]
|
|
1402
|
-
- Updated dependencies [50b9069]
|
|
1403
|
-
- Updated dependencies [572d2e8]
|
|
1404
|
-
- Updated dependencies [a4c8d6a9]
|
|
1405
|
-
- Updated dependencies [fda5b92]
|
|
1406
|
-
- Updated dependencies [2d9b2b2]
|
|
1407
|
-
- Updated dependencies [c53ea3e]
|
|
1408
|
-
- Updated dependencies [8d9ac9a]
|
|
1409
|
-
- Updated dependencies [18e8197]
|
|
1410
|
-
- Updated dependencies [714e0b4]
|
|
1411
|
-
- Updated dependencies [70279e7]
|
|
1412
|
-
- Updated dependencies [6c25f66]
|
|
1413
|
-
- Updated dependencies [bc2b411]
|
|
1414
|
-
- Updated dependencies [3bf2dd9]
|
|
1415
|
-
- Updated dependencies [e9541a1]
|
|
1416
|
-
- Updated dependencies [c53ef7b9]
|
|
1417
|
-
- Updated dependencies [9d94f7e]
|
|
1418
|
-
- Updated dependencies [64699d3]
|
|
1419
|
-
- Updated dependencies [0d3a913]
|
|
1420
|
-
- Updated dependencies [1448a96]
|
|
1421
300
|
- Updated dependencies [2ab6e08]
|
|
1422
|
-
-
|
|
1423
|
-
-
|
|
1424
|
-
-
|
|
1425
|
-
-
|
|
1426
|
-
-
|
|
1427
|
-
-
|
|
1428
|
-
-
|
|
1429
|
-
-
|
|
1430
|
-
-
|
|
1431
|
-
-
|
|
1432
|
-
-
|
|
1433
|
-
-
|
|
1434
|
-
-
|
|
1435
|
-
- Updated dependencies [fad2768]
|
|
1436
|
-
- Updated dependencies [dff0d59]
|
|
1437
|
-
- Updated dependencies [eecb282]
|
|
1438
|
-
- Updated dependencies [9e25a64]
|
|
1439
|
-
- Updated dependencies [beb499e]
|
|
1440
|
-
- Updated dependencies [146ea39]
|
|
1441
|
-
- Updated dependencies [f2c92d5]
|
|
1442
|
-
- Updated dependencies [7bd3d99]
|
|
1443
|
-
- Updated dependencies [c47be30]
|
|
1444
|
-
- Updated dependencies [e9a46ac]
|
|
1445
|
-
- Updated dependencies [f046f8e0]
|
|
1446
|
-
- Updated dependencies [86d2531]
|
|
1447
|
-
- Updated dependencies [3f9b8d7]
|
|
1448
|
-
- @akinon/next@1.45.0-rc.0
|
|
1449
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
1450
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
1451
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
1452
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
1453
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
1454
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
1455
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
1456
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
1457
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
1458
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
1459
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
1460
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
301
|
+
- @akinon/next@1.45.0
|
|
302
|
+
- @akinon/pz-akifast@1.45.0
|
|
303
|
+
- @akinon/pz-b2b@1.45.0
|
|
304
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
305
|
+
- @akinon/pz-bkm@1.45.0
|
|
306
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
307
|
+
- @akinon/pz-click-collect@1.45.0
|
|
308
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
309
|
+
- @akinon/pz-gpay@1.45.0
|
|
310
|
+
- @akinon/pz-masterpass@1.45.0
|
|
311
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
312
|
+
- @akinon/pz-otp@1.45.0
|
|
313
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
1461
314
|
|
|
1462
315
|
## 1.44.0
|
|
1463
316
|
|
|
@@ -1481,565 +334,24 @@
|
|
|
1481
334
|
|
|
1482
335
|
### Minor Changes
|
|
1483
336
|
|
|
1484
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1485
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1486
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1487
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1488
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1489
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1490
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1491
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1492
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1493
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1494
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1495
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1496
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1497
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1498
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1499
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1500
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1501
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1502
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1503
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1504
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1505
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1506
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1507
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1508
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1509
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1510
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1511
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1512
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1513
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1514
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1515
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1516
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1517
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1518
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1519
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1520
|
-
|
|
1521
|
-
### Patch Changes
|
|
1522
|
-
|
|
1523
|
-
- Updated dependencies [90282b5]
|
|
1524
|
-
- Updated dependencies [50b9069]
|
|
1525
|
-
- Updated dependencies [572d2e8]
|
|
1526
|
-
- Updated dependencies [a4c8d6a9]
|
|
1527
|
-
- Updated dependencies [fda5b92]
|
|
1528
|
-
- Updated dependencies [2d9b2b2]
|
|
1529
|
-
- Updated dependencies [c53ea3e]
|
|
1530
|
-
- Updated dependencies [8d9ac9a]
|
|
1531
|
-
- Updated dependencies [18e8197]
|
|
1532
|
-
- Updated dependencies [714e0b4]
|
|
1533
|
-
- Updated dependencies [70279e7]
|
|
1534
|
-
- Updated dependencies [6c25f66]
|
|
1535
|
-
- Updated dependencies [bc2b411]
|
|
1536
|
-
- Updated dependencies [3bf2dd9]
|
|
1537
|
-
- Updated dependencies [e9541a1]
|
|
1538
|
-
- Updated dependencies [c53ef7b9]
|
|
1539
|
-
- Updated dependencies [9d94f7e]
|
|
1540
|
-
- Updated dependencies [64699d3]
|
|
1541
|
-
- Updated dependencies [0d3a913]
|
|
1542
|
-
- Updated dependencies [1448a96]
|
|
1543
|
-
- Updated dependencies [d6edb1d]
|
|
1544
|
-
- Updated dependencies [d3474c6]
|
|
1545
|
-
- Updated dependencies [75080fd]
|
|
1546
|
-
- Updated dependencies [17f8752]
|
|
1547
|
-
- Updated dependencies [91265bb]
|
|
1548
|
-
- Updated dependencies [bbe18b9]
|
|
1549
|
-
- Updated dependencies [d409996]
|
|
1550
|
-
- Updated dependencies [4920742]
|
|
1551
|
-
- Updated dependencies [69ca080]
|
|
1552
|
-
- Updated dependencies [94b6928]
|
|
1553
|
-
- Updated dependencies [98bb8dc]
|
|
1554
|
-
- Updated dependencies [46b7aad]
|
|
1555
|
-
- Updated dependencies [dcc8a15]
|
|
1556
|
-
- Updated dependencies [fad2768]
|
|
1557
|
-
- Updated dependencies [dff0d59]
|
|
1558
|
-
- Updated dependencies [eecb282]
|
|
1559
|
-
- Updated dependencies [9e25a64]
|
|
1560
|
-
- Updated dependencies [beb499e]
|
|
1561
|
-
- Updated dependencies [146ea39]
|
|
1562
|
-
- Updated dependencies [f2c92d5]
|
|
1563
|
-
- Updated dependencies [7bd3d99]
|
|
1564
|
-
- Updated dependencies [c47be30]
|
|
1565
|
-
- Updated dependencies [e9a46ac]
|
|
1566
|
-
- Updated dependencies [f046f8e0]
|
|
1567
|
-
- Updated dependencies [86d2531]
|
|
1568
|
-
- Updated dependencies [3f9b8d7]
|
|
1569
|
-
- @akinon/next@1.43.0-rc.16
|
|
1570
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
1571
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
1572
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
1573
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
1574
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
1575
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
1576
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
1577
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
1578
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
1579
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
1580
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
1581
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
1582
|
-
|
|
1583
|
-
## 1.43.0-rc.15
|
|
1584
|
-
|
|
1585
|
-
### Patch Changes
|
|
1586
|
-
|
|
1587
|
-
- @akinon/next@1.43.0-rc.15
|
|
1588
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
1589
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
1590
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
1591
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
1592
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
1593
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
1594
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
1595
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
1596
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
1597
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
1598
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
1599
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
1600
|
-
|
|
1601
|
-
## 1.43.0-rc.14
|
|
1602
|
-
|
|
1603
|
-
### Patch Changes
|
|
1604
|
-
|
|
1605
|
-
- Updated dependencies [3bf2dd9]
|
|
1606
|
-
- @akinon/next@1.43.0-rc.14
|
|
1607
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
1608
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
1609
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
1610
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
1611
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
1612
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
1613
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
1614
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
1615
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
1616
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
1617
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
1618
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
1619
|
-
|
|
1620
|
-
## 1.43.0-rc.13
|
|
1621
|
-
|
|
1622
|
-
### Minor Changes
|
|
1623
|
-
|
|
1624
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1625
|
-
|
|
1626
|
-
### Patch Changes
|
|
1627
|
-
|
|
1628
|
-
- Updated dependencies [9e25a64]
|
|
1629
|
-
- @akinon/next@1.43.0-rc.13
|
|
1630
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
1631
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
1632
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
1633
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
1634
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
1635
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
1636
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
1637
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
1638
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
1639
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
1640
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
1641
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
1642
|
-
|
|
1643
|
-
## 1.43.0-rc.12
|
|
1644
|
-
|
|
1645
|
-
### Patch Changes
|
|
1646
|
-
|
|
1647
|
-
- Updated dependencies [4920742]
|
|
1648
|
-
- @akinon/next@1.43.0-rc.12
|
|
1649
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
1650
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
1651
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
1652
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
1653
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
1654
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
1655
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
1656
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
1657
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
1658
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
1659
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
1660
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
1661
|
-
|
|
1662
|
-
## 1.43.0-rc.11
|
|
1663
|
-
|
|
1664
|
-
### Patch Changes
|
|
1665
|
-
|
|
1666
|
-
- Updated dependencies [6c25f66]
|
|
1667
|
-
- @akinon/next@1.43.0-rc.11
|
|
1668
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
1669
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
1670
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
1671
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
1672
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
1673
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
1674
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
1675
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
1676
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
1677
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
1678
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
1679
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
1680
|
-
|
|
1681
|
-
## 1.43.0-rc.10
|
|
1682
|
-
|
|
1683
|
-
### Patch Changes
|
|
1684
|
-
|
|
1685
|
-
- Updated dependencies [d6edb1d]
|
|
1686
|
-
- @akinon/next@1.43.0-rc.10
|
|
1687
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
1688
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
1689
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
1690
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
1691
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
1692
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
1693
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
1694
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
1695
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
1696
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
1697
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
1698
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
1699
|
-
|
|
1700
|
-
## 1.43.0-rc.9
|
|
1701
|
-
|
|
1702
|
-
### Minor Changes
|
|
1703
|
-
|
|
1704
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1705
|
-
|
|
1706
|
-
### Patch Changes
|
|
1707
|
-
|
|
1708
|
-
- Updated dependencies [bc2b411]
|
|
1709
|
-
- @akinon/next@1.43.0-rc.9
|
|
1710
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
1711
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
1712
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
1713
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
1714
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
1715
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
1716
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
1717
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
1718
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
1719
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
1720
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
1721
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
1722
|
-
|
|
1723
|
-
## 1.43.0-rc.8
|
|
1724
|
-
|
|
1725
|
-
### Patch Changes
|
|
1726
|
-
|
|
1727
|
-
- Updated dependencies [70279e7]
|
|
1728
|
-
- Updated dependencies [9d94f7e]
|
|
1729
|
-
- @akinon/next@1.43.0-rc.8
|
|
1730
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
1731
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
1732
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
1733
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
1734
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
1735
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
1736
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
1737
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
1738
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
1739
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
1740
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
1741
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
1742
|
-
|
|
1743
|
-
## 1.43.0-rc.7
|
|
1744
|
-
|
|
1745
|
-
### Patch Changes
|
|
1746
|
-
|
|
1747
|
-
- Updated dependencies [7bd3d99]
|
|
1748
|
-
- @akinon/next@1.43.0-rc.7
|
|
1749
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
1750
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
1751
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
1752
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
1753
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
1754
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
1755
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
1756
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
1757
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
1758
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
1759
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
1760
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
1761
|
-
|
|
1762
|
-
## 1.43.0-rc.6
|
|
1763
|
-
|
|
1764
|
-
### Minor Changes
|
|
1765
|
-
|
|
1766
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1767
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1768
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1769
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1770
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1771
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1772
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1773
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1774
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1775
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1776
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1777
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1778
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1779
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1780
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1781
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1782
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1783
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1784
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1785
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1786
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1787
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1788
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1789
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1790
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1791
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1792
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1793
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1794
337
|
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
1795
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1796
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1797
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1798
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1799
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1800
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1801
338
|
|
|
1802
339
|
### Patch Changes
|
|
1803
340
|
|
|
1804
|
-
- Updated dependencies [90282b5]
|
|
1805
|
-
- Updated dependencies [50b9069]
|
|
1806
|
-
- Updated dependencies [572d2e8]
|
|
1807
|
-
- Updated dependencies [a4c8d6a]
|
|
1808
|
-
- Updated dependencies [fda5b92]
|
|
1809
|
-
- Updated dependencies [2d9b2b2]
|
|
1810
|
-
- Updated dependencies [c53ea3e]
|
|
1811
|
-
- Updated dependencies [8d9ac9a]
|
|
1812
|
-
- Updated dependencies [18e8197]
|
|
1813
|
-
- Updated dependencies [714e0b4]
|
|
1814
|
-
- Updated dependencies [e9541a1]
|
|
1815
|
-
- Updated dependencies [c53ef7b]
|
|
1816
|
-
- Updated dependencies [64699d3]
|
|
1817
|
-
- Updated dependencies [0d3a913]
|
|
1818
|
-
- Updated dependencies [1448a96]
|
|
1819
|
-
- Updated dependencies [d3474c6]
|
|
1820
|
-
- Updated dependencies [75080fd]
|
|
1821
|
-
- Updated dependencies [17f8752]
|
|
1822
|
-
- Updated dependencies [91265bb]
|
|
1823
|
-
- Updated dependencies [bbe18b9]
|
|
1824
|
-
- Updated dependencies [d409996]
|
|
1825
|
-
- Updated dependencies [69ca080]
|
|
1826
|
-
- Updated dependencies [94b6928]
|
|
1827
|
-
- Updated dependencies [98bb8dc]
|
|
1828
|
-
- Updated dependencies [46b7aad]
|
|
1829
|
-
- Updated dependencies [dcc8a15]
|
|
1830
|
-
- Updated dependencies [fad2768]
|
|
1831
|
-
- Updated dependencies [dff0d59]
|
|
1832
|
-
- Updated dependencies [eecb282]
|
|
1833
341
|
- Updated dependencies [4a163f2]
|
|
1834
|
-
-
|
|
1835
|
-
-
|
|
1836
|
-
-
|
|
1837
|
-
-
|
|
1838
|
-
-
|
|
1839
|
-
-
|
|
1840
|
-
-
|
|
1841
|
-
-
|
|
1842
|
-
- @akinon/
|
|
1843
|
-
- @akinon/pz-
|
|
1844
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1845
|
-
- @akinon/pz-
|
|
1846
|
-
- @akinon/pz-
|
|
1847
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
1848
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
1849
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
1850
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
1851
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
1852
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
1853
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
1854
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
1855
|
-
|
|
1856
|
-
## 1.43.0-rc.5
|
|
1857
|
-
|
|
1858
|
-
### Patch Changes
|
|
1859
|
-
|
|
1860
|
-
- Updated dependencies [17f8752]
|
|
1861
|
-
- @akinon/next@1.43.0-rc.5
|
|
1862
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
1863
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
1864
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
1865
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
1866
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
1867
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
1868
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
1869
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
1870
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
1871
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
1872
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
1873
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
1874
|
-
|
|
1875
|
-
## 1.43.0-rc.4
|
|
1876
|
-
|
|
1877
|
-
### Patch Changes
|
|
1878
|
-
|
|
1879
|
-
- Updated dependencies [3f9b8d7]
|
|
1880
|
-
- @akinon/next@1.43.0-rc.4
|
|
1881
|
-
- @akinon/pz-akifast@1.43.0-rc.4
|
|
1882
|
-
- @akinon/pz-b2b@1.43.0-rc.4
|
|
1883
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
1884
|
-
- @akinon/pz-bkm@1.43.0-rc.4
|
|
1885
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
1886
|
-
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
1887
|
-
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
1888
|
-
- @akinon/pz-gpay@1.43.0-rc.4
|
|
1889
|
-
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
1890
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
1891
|
-
- @akinon/pz-otp@1.43.0-rc.4
|
|
1892
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
1893
|
-
|
|
1894
|
-
## 1.43.0-rc.3
|
|
1895
|
-
|
|
1896
|
-
### Minor Changes
|
|
1897
|
-
|
|
1898
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1899
|
-
|
|
1900
|
-
### Patch Changes
|
|
1901
|
-
|
|
1902
|
-
- Updated dependencies [64699d3]
|
|
1903
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
1904
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
1905
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
1906
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
1907
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
1908
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
1909
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
1910
|
-
- @akinon/next@1.43.0-rc.3
|
|
1911
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
1912
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
1913
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
1914
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
1915
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
1916
|
-
|
|
1917
|
-
## 1.43.0-rc.2
|
|
1918
|
-
|
|
1919
|
-
### Patch Changes
|
|
1920
|
-
|
|
1921
|
-
- Updated dependencies [f2c92d5]
|
|
1922
|
-
- @akinon/next@1.43.0-rc.2
|
|
1923
|
-
- @akinon/pz-akifast@1.43.0-rc.2
|
|
1924
|
-
- @akinon/pz-b2b@1.43.0-rc.2
|
|
1925
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
1926
|
-
- @akinon/pz-bkm@1.43.0-rc.2
|
|
1927
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
1928
|
-
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
1929
|
-
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
1930
|
-
- @akinon/pz-gpay@1.43.0-rc.2
|
|
1931
|
-
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
1932
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
1933
|
-
- @akinon/pz-otp@1.43.0-rc.2
|
|
1934
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
1935
|
-
|
|
1936
|
-
## 1.43.0-rc.1
|
|
1937
|
-
|
|
1938
|
-
### Minor Changes
|
|
1939
|
-
|
|
1940
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1941
|
-
|
|
1942
|
-
### Patch Changes
|
|
1943
|
-
|
|
1944
|
-
- Updated dependencies [eecb282]
|
|
1945
|
-
- @akinon/next@1.43.0-rc.1
|
|
1946
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
1947
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
1948
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
1949
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
1950
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
1951
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
1952
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
1953
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
1954
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
1955
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
1956
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
1957
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
1958
|
-
|
|
1959
|
-
## 1.43.0-rc.0
|
|
1960
|
-
|
|
1961
|
-
### Minor Changes
|
|
1962
|
-
|
|
1963
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1964
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1965
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1966
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1967
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1968
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1969
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1970
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1971
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1972
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1973
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1974
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1975
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1976
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1977
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1978
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1979
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1980
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1981
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1982
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1983
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1984
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1985
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1986
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1987
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1988
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1989
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1990
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1991
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1992
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1993
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1994
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1995
|
-
|
|
1996
|
-
### Patch Changes
|
|
1997
|
-
|
|
1998
|
-
- Updated dependencies [90282b5]
|
|
1999
|
-
- Updated dependencies [50b9069]
|
|
2000
|
-
- Updated dependencies [572d2e8]
|
|
2001
|
-
- Updated dependencies [a4c8d6a]
|
|
2002
|
-
- Updated dependencies [fda5b92]
|
|
2003
|
-
- Updated dependencies [2d9b2b2]
|
|
2004
|
-
- Updated dependencies [c53ea3e]
|
|
2005
|
-
- Updated dependencies [8d9ac9a]
|
|
2006
|
-
- Updated dependencies [18e8197]
|
|
2007
|
-
- Updated dependencies [714e0b4]
|
|
2008
|
-
- Updated dependencies [e9541a1]
|
|
2009
|
-
- Updated dependencies [c53ef7b]
|
|
2010
|
-
- Updated dependencies [0d3a913]
|
|
2011
|
-
- Updated dependencies [1448a96]
|
|
2012
|
-
- Updated dependencies [d3474c6]
|
|
2013
|
-
- Updated dependencies [75080fd]
|
|
2014
|
-
- Updated dependencies [91265bb]
|
|
2015
|
-
- Updated dependencies [bbe18b9]
|
|
2016
|
-
- Updated dependencies [d409996]
|
|
2017
|
-
- Updated dependencies [69ca080]
|
|
2018
|
-
- Updated dependencies [94b6928]
|
|
2019
|
-
- Updated dependencies [98bb8dc]
|
|
2020
|
-
- Updated dependencies [46b7aad]
|
|
2021
|
-
- Updated dependencies [dcc8a15]
|
|
2022
|
-
- Updated dependencies [fad2768]
|
|
2023
|
-
- Updated dependencies [dff0d59]
|
|
2024
|
-
- Updated dependencies [beb499e]
|
|
2025
|
-
- Updated dependencies [146ea39]
|
|
2026
|
-
- Updated dependencies [c47be30]
|
|
2027
|
-
- Updated dependencies [e9a46ac]
|
|
2028
|
-
- Updated dependencies [f046f8e]
|
|
2029
|
-
- Updated dependencies [86d2531]
|
|
2030
|
-
- @akinon/next@1.43.0-rc.0
|
|
2031
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
2032
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
2033
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
2034
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
2035
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
2036
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
2037
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
2038
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
2039
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
2040
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
2041
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
2042
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
342
|
+
- @akinon/next@1.43.0
|
|
343
|
+
- @akinon/pz-akifast@1.43.0
|
|
344
|
+
- @akinon/pz-b2b@1.43.0
|
|
345
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
346
|
+
- @akinon/pz-bkm@1.43.0
|
|
347
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
348
|
+
- @akinon/pz-click-collect@1.43.0
|
|
349
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
350
|
+
- @akinon/pz-gpay@1.43.0
|
|
351
|
+
- @akinon/pz-masterpass@1.43.0
|
|
352
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
353
|
+
- @akinon/pz-otp@1.43.0
|
|
354
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
2043
355
|
|
|
2044
356
|
## 1.42.0
|
|
2045
357
|
|
|
@@ -2208,301 +520,13 @@
|
|
|
2208
520
|
|
|
2209
521
|
### Patch Changes
|
|
2210
522
|
|
|
2211
|
-
-
|
|
2212
|
-
-
|
|
2213
|
-
-
|
|
2214
|
-
-
|
|
2215
|
-
-
|
|
2216
|
-
-
|
|
2217
|
-
-
|
|
2218
|
-
- Updated dependencies [616690d]
|
|
2219
|
-
- Updated dependencies [f3b595e]
|
|
2220
|
-
- Updated dependencies [91265bb]
|
|
2221
|
-
- Updated dependencies [59fb7c3]
|
|
2222
|
-
- Updated dependencies [bbe18b9]
|
|
2223
|
-
- Updated dependencies [f0c23bc]
|
|
2224
|
-
- Updated dependencies [3420416]
|
|
2225
|
-
- Updated dependencies [495d155]
|
|
2226
|
-
- Updated dependencies [beb499e]
|
|
2227
|
-
- Updated dependencies [6c18543]
|
|
2228
|
-
- Updated dependencies [40ad73e]
|
|
2229
|
-
- Updated dependencies [495d155]
|
|
2230
|
-
- Updated dependencies [f046f8e]
|
|
2231
|
-
- Updated dependencies [6b2972b]
|
|
2232
|
-
- Updated dependencies [3e68768]
|
|
2233
|
-
- @akinon/next@1.34.0-rc.20
|
|
2234
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
2235
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
2236
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
2237
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
2238
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
2239
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
2240
|
-
|
|
2241
|
-
## 1.34.0-rc.19
|
|
2242
|
-
|
|
2243
|
-
### Patch Changes
|
|
2244
|
-
|
|
2245
|
-
- Updated dependencies [c53ef7b]
|
|
2246
|
-
- @akinon/next@1.34.0-rc.19
|
|
2247
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
2248
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
2249
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
2250
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
2251
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
2252
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
2253
|
-
|
|
2254
|
-
## 1.34.0-rc.18
|
|
2255
|
-
|
|
2256
|
-
### Minor Changes
|
|
2257
|
-
|
|
2258
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2259
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2260
|
-
|
|
2261
|
-
### Patch Changes
|
|
2262
|
-
|
|
2263
|
-
- Updated dependencies [a4c8d6a]
|
|
2264
|
-
- @akinon/next@1.34.0-rc.18
|
|
2265
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
2266
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
2267
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
2268
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
2269
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
2270
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
2271
|
-
|
|
2272
|
-
## 1.34.0-rc.17
|
|
2273
|
-
|
|
2274
|
-
### Minor Changes
|
|
2275
|
-
|
|
2276
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
2277
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
2278
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2279
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
2280
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2281
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
2282
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2283
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
2284
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
2285
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2286
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
2287
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
2288
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2289
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2290
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
2291
|
-
|
|
2292
|
-
### Patch Changes
|
|
2293
|
-
|
|
2294
|
-
- Updated dependencies [d09b677]
|
|
2295
|
-
- Updated dependencies [6d4aadb]
|
|
2296
|
-
- Updated dependencies [8e6e8cf]
|
|
2297
|
-
- Updated dependencies [ebb63ce]
|
|
2298
|
-
- Updated dependencies [7cebe87]
|
|
2299
|
-
- Updated dependencies [616690d]
|
|
2300
|
-
- Updated dependencies [f3b595e]
|
|
2301
|
-
- Updated dependencies [91265bb]
|
|
2302
|
-
- Updated dependencies [59fb7c3]
|
|
2303
|
-
- Updated dependencies [bbe18b9]
|
|
2304
|
-
- Updated dependencies [f0c23bc]
|
|
2305
|
-
- Updated dependencies [3420416]
|
|
2306
|
-
- Updated dependencies [495d155]
|
|
2307
|
-
- Updated dependencies [beb499e]
|
|
2308
|
-
- Updated dependencies [6c18543]
|
|
2309
|
-
- Updated dependencies [40ad73e]
|
|
2310
|
-
- Updated dependencies [495d155]
|
|
2311
|
-
- Updated dependencies [f046f8e]
|
|
2312
|
-
- Updated dependencies [6b2972b]
|
|
2313
|
-
- Updated dependencies [3e68768]
|
|
2314
|
-
- @akinon/next@1.34.0-rc.17
|
|
2315
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
2316
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
2317
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
2318
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
2319
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
2320
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
2321
|
-
|
|
2322
|
-
## 1.34.0-rc.16
|
|
2323
|
-
|
|
2324
|
-
### Patch Changes
|
|
2325
|
-
|
|
2326
|
-
- @akinon/next@1.34.0-rc.16
|
|
2327
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
2328
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
2329
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
2330
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
2331
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
2332
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
2333
|
-
|
|
2334
|
-
## 1.34.0-rc.15
|
|
2335
|
-
|
|
2336
|
-
### Patch Changes
|
|
2337
|
-
|
|
2338
|
-
- @akinon/next@1.34.0-rc.15
|
|
2339
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
2340
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
2341
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
2342
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
2343
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
2344
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
2345
|
-
|
|
2346
|
-
## 1.34.0-rc.14
|
|
2347
|
-
|
|
2348
|
-
### Minor Changes
|
|
2349
|
-
|
|
2350
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2351
|
-
|
|
2352
|
-
### Patch Changes
|
|
2353
|
-
|
|
2354
|
-
- @akinon/next@1.34.0-rc.14
|
|
2355
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
2356
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
2357
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
2358
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
2359
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
2360
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
2361
|
-
|
|
2362
|
-
## 1.34.0-rc.13
|
|
2363
|
-
|
|
2364
|
-
### Minor Changes
|
|
2365
|
-
|
|
2366
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2367
|
-
|
|
2368
|
-
### Patch Changes
|
|
2369
|
-
|
|
2370
|
-
- @akinon/next@1.34.0-rc.13
|
|
2371
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
2372
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
2373
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
2374
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
2375
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
2376
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
2377
|
-
|
|
2378
|
-
## 1.34.0-rc.12
|
|
2379
|
-
|
|
2380
|
-
### Patch Changes
|
|
2381
|
-
|
|
2382
|
-
- Updated dependencies [616690d]
|
|
2383
|
-
- @akinon/next@1.34.0-rc.12
|
|
2384
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
2385
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
2386
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
2387
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
2388
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
2389
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
2390
|
-
|
|
2391
|
-
## 1.34.0-rc.11
|
|
2392
|
-
|
|
2393
|
-
### Patch Changes
|
|
2394
|
-
|
|
2395
|
-
- Updated dependencies [8e6e8cf]
|
|
2396
|
-
- @akinon/next@1.34.0-rc.11
|
|
2397
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
2398
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
2399
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
2400
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
2401
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
2402
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
2403
|
-
|
|
2404
|
-
## 1.34.0-rc.10
|
|
2405
|
-
|
|
2406
|
-
### Patch Changes
|
|
2407
|
-
|
|
2408
|
-
- Updated dependencies [bbe18b9]
|
|
2409
|
-
- @akinon/next@1.34.0-rc.10
|
|
2410
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
2411
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
2412
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
2413
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
2414
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
2415
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
2416
|
-
|
|
2417
|
-
## 1.34.0-rc.9
|
|
2418
|
-
|
|
2419
|
-
### Minor Changes
|
|
2420
|
-
|
|
2421
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2422
|
-
|
|
2423
|
-
### Patch Changes
|
|
2424
|
-
|
|
2425
|
-
- Updated dependencies [beb499e]
|
|
2426
|
-
- @akinon/next@1.34.0-rc.9
|
|
2427
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
2428
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
2429
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
2430
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
2431
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
2432
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
2433
|
-
|
|
2434
|
-
## 1.34.0-rc.8
|
|
2435
|
-
|
|
2436
|
-
### Minor Changes
|
|
2437
|
-
|
|
2438
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2439
|
-
|
|
2440
|
-
### Patch Changes
|
|
2441
|
-
|
|
2442
|
-
- Updated dependencies [91265bb]
|
|
2443
|
-
- @akinon/next@1.34.0-rc.8
|
|
2444
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
2445
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
2446
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
2447
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
2448
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
2449
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
2450
|
-
|
|
2451
|
-
## 1.34.0-rc.7
|
|
2452
|
-
|
|
2453
|
-
### Minor Changes
|
|
2454
|
-
|
|
2455
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
2456
|
-
|
|
2457
|
-
### Patch Changes
|
|
2458
|
-
|
|
2459
|
-
- @akinon/next@1.34.0-rc.7
|
|
2460
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
2461
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
2462
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
2463
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
2464
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
2465
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
2466
|
-
|
|
2467
|
-
## 1.34.0-rc.6
|
|
2468
|
-
|
|
2469
|
-
### Minor Changes
|
|
2470
|
-
|
|
2471
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
2472
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
2473
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2474
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
2475
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
2476
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
2477
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
2478
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
2479
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2480
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
2481
|
-
|
|
2482
|
-
### Patch Changes
|
|
2483
|
-
|
|
2484
|
-
- Updated dependencies [d09b677]
|
|
2485
|
-
- Updated dependencies [6d4aadb]
|
|
2486
|
-
- Updated dependencies [ebb63ce]
|
|
2487
|
-
- Updated dependencies [7cebe87]
|
|
2488
|
-
- Updated dependencies [f3b595e]
|
|
2489
|
-
- Updated dependencies [59fb7c3]
|
|
2490
|
-
- Updated dependencies [f0c23bc]
|
|
2491
|
-
- Updated dependencies [3420416]
|
|
2492
|
-
- Updated dependencies [495d155]
|
|
2493
|
-
- Updated dependencies [6c18543]
|
|
2494
|
-
- Updated dependencies [40ad73e]
|
|
2495
|
-
- Updated dependencies [495d155]
|
|
2496
|
-
- Updated dependencies [f046f8e]
|
|
2497
|
-
- Updated dependencies [6b2972b]
|
|
2498
|
-
- Updated dependencies [3e68768]
|
|
2499
|
-
- @akinon/next@1.34.0-rc.6
|
|
2500
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
2501
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
2502
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
2503
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
2504
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
2505
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
523
|
+
- @akinon/next@1.34.0
|
|
524
|
+
- @akinon/pz-b2b@1.34.0
|
|
525
|
+
- @akinon/pz-gpay@1.34.0
|
|
526
|
+
- @akinon/pz-masterpass@1.34.0
|
|
527
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
528
|
+
- @akinon/pz-otp@1.34.0
|
|
529
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
2506
530
|
|
|
2507
531
|
## 1.33.2
|
|
2508
532
|
|