@akinon/projectzero 1.47.0-rc.7 → 1.47.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 +1 -63
- package/README.md +2 -3
- package/app-template/.lintstagedrc.js +4 -5
- package/app-template/CHANGELOG.md +47 -1437
- package/app-template/docs/basic-setup.md +1 -1
- package/app-template/docs/plugins.md +7 -7
- package/app-template/package.json +21 -23
- 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/address/page.tsx +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/price.tsx +4 -9
- 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-card.tsx +2 -2
- package/app-template/src/views/account/address-form.tsx +7 -22
- package/app-template/src/views/account/contact-form.tsx +6 -23
- package/app-template/src/views/account/favorite-item.tsx +2 -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-info.tsx +17 -31
- package/app-template/src/views/category/filters/index.tsx +105 -5
- package/app-template/src/views/category/layout.tsx +3 -5
- package/app-template/src/views/checkout/steps/payment/options/credit-card/index.tsx +4 -33
- 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/address-box.tsx +2 -2
- package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
- package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +37 -230
- package/app-template/src/views/find-in-store/index.tsx +3 -2
- package/app-template/src/views/header/mobile-menu.tsx +8 -25
- package/app-template/src/views/product/product-info.tsx +2 -0
- package/app-template/tsconfig.json +4 -14
- package/app-template/yarn.lock +1953 -1824
- package/commands/create.ts +5 -29
- package/dist/commands/create.js +2 -25
- package/package.json +2 -2
- package/app-template/package-lock.json +0 -29303
- package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
- package/app-template/src/views/category/filters/filter-item.tsx +0 -131
|
@@ -1,350 +1,24 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.47.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
8
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
9
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
10
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
11
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
12
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
13
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
14
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
15
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
16
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
17
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
18
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
19
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
20
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
21
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
22
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
23
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
24
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
25
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
26
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
27
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
28
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
29
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
30
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
31
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
32
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
33
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
34
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
35
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
36
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
37
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
38
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
39
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
40
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
41
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
42
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
43
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
44
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
45
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3
|
+
## 1.47.0
|
|
46
4
|
|
|
47
5
|
### Patch Changes
|
|
48
6
|
|
|
49
|
-
- Updated dependencies [90282b5]
|
|
50
|
-
- Updated dependencies [50b9069]
|
|
51
|
-
- Updated dependencies [572d2e8]
|
|
52
|
-
- Updated dependencies [a4c8d6a9]
|
|
53
|
-
- Updated dependencies [fda5b92]
|
|
54
|
-
- Updated dependencies [2d9b2b2]
|
|
55
|
-
- Updated dependencies [c53ea3e6]
|
|
56
|
-
- Updated dependencies [8d9ac9a]
|
|
57
|
-
- Updated dependencies [18e8197]
|
|
58
|
-
- Updated dependencies [714e0b4]
|
|
59
|
-
- Updated dependencies [70279e7]
|
|
60
|
-
- Updated dependencies [6c25f66]
|
|
61
|
-
- Updated dependencies [bc2b411]
|
|
62
|
-
- Updated dependencies [3bf2dd9]
|
|
63
|
-
- Updated dependencies [e9541a1]
|
|
64
|
-
- Updated dependencies [c53ef7b9]
|
|
65
|
-
- Updated dependencies [9d94f7e]
|
|
66
|
-
- Updated dependencies [64699d3]
|
|
67
|
-
- Updated dependencies [0d3a913]
|
|
68
|
-
- Updated dependencies [1448a96e]
|
|
69
|
-
- Updated dependencies [1ec2e9d]
|
|
70
|
-
- Updated dependencies [d6edb1d]
|
|
71
|
-
- Updated dependencies [d3474c6]
|
|
72
|
-
- Updated dependencies [75080fd6]
|
|
73
|
-
- Updated dependencies [17f8752]
|
|
74
|
-
- Updated dependencies [c45b62c]
|
|
75
|
-
- Updated dependencies [91265bba]
|
|
76
|
-
- Updated dependencies [bbe18b9f]
|
|
77
|
-
- Updated dependencies [d409996]
|
|
78
|
-
- Updated dependencies [4920742]
|
|
79
|
-
- Updated dependencies [12a873e]
|
|
80
|
-
- Updated dependencies [69ca080]
|
|
81
|
-
- Updated dependencies [7e56d6b]
|
|
82
|
-
- Updated dependencies [94b6928]
|
|
83
|
-
- Updated dependencies [98bb8dc]
|
|
84
|
-
- Updated dependencies [46b7aad]
|
|
85
|
-
- Updated dependencies [dcc8a15]
|
|
86
|
-
- Updated dependencies [8f47cca]
|
|
87
|
-
- Updated dependencies [fad2768]
|
|
88
|
-
- Updated dependencies [dff0d595]
|
|
89
|
-
- Updated dependencies [eecb282]
|
|
90
|
-
- Updated dependencies [f2c325c]
|
|
91
|
-
- Updated dependencies [9e25a64]
|
|
92
|
-
- Updated dependencies [beb499e6]
|
|
93
7
|
- Updated dependencies [948eb42]
|
|
94
|
-
- Updated dependencies [146ea39]
|
|
95
|
-
- Updated dependencies [f2c92d5]
|
|
96
|
-
- Updated dependencies [7bd3d99]
|
|
97
|
-
- Updated dependencies [c47be30]
|
|
98
|
-
- Updated dependencies [e9a46ac]
|
|
99
8
|
- Updated dependencies [040ec95]
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
- @akinon/
|
|
106
|
-
- @akinon/pz-
|
|
107
|
-
- @akinon/pz-
|
|
108
|
-
- @akinon/pz-
|
|
109
|
-
- @akinon/pz-
|
|
110
|
-
- @akinon/pz-
|
|
111
|
-
- @akinon/pz-
|
|
112
|
-
- @akinon/pz-
|
|
113
|
-
- @akinon/pz-b2b@1.47.0-rc.7
|
|
114
|
-
- @akinon/pz-bkm@1.47.0-rc.7
|
|
115
|
-
- @akinon/pz-otp@1.47.0-rc.7
|
|
116
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.7
|
|
117
|
-
- @akinon/pz-credit-payment@1.47.0-rc.7
|
|
118
|
-
|
|
119
|
-
## 1.47.0-rc.6
|
|
120
|
-
|
|
121
|
-
### Patch Changes
|
|
122
|
-
|
|
123
|
-
- Updated dependencies [c670bd4]
|
|
124
|
-
- @akinon/next@1.47.0-rc.6
|
|
125
|
-
- @akinon/pz-akifast@1.47.0-rc.6
|
|
126
|
-
- @akinon/pz-b2b@1.47.0-rc.6
|
|
127
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.6
|
|
128
|
-
- @akinon/pz-bkm@1.47.0-rc.6
|
|
129
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.6
|
|
130
|
-
- @akinon/pz-click-collect@1.47.0-rc.6
|
|
131
|
-
- @akinon/pz-credit-payment@1.47.0-rc.6
|
|
132
|
-
- @akinon/pz-gpay@1.47.0-rc.6
|
|
133
|
-
- @akinon/pz-masterpass@1.47.0-rc.6
|
|
134
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.6
|
|
135
|
-
- @akinon/pz-otp@1.47.0-rc.6
|
|
136
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.6
|
|
137
|
-
|
|
138
|
-
## 1.47.0-rc.5
|
|
139
|
-
|
|
140
|
-
### Minor Changes
|
|
141
|
-
|
|
142
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
143
|
-
|
|
144
|
-
### Patch Changes
|
|
145
|
-
|
|
146
|
-
- Updated dependencies [b9273fd]
|
|
147
|
-
- @akinon/next@1.47.0-rc.5
|
|
148
|
-
- @akinon/pz-akifast@1.47.0-rc.5
|
|
149
|
-
- @akinon/pz-b2b@1.47.0-rc.5
|
|
150
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.5
|
|
151
|
-
- @akinon/pz-bkm@1.47.0-rc.5
|
|
152
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.5
|
|
153
|
-
- @akinon/pz-click-collect@1.47.0-rc.5
|
|
154
|
-
- @akinon/pz-credit-payment@1.47.0-rc.5
|
|
155
|
-
- @akinon/pz-gpay@1.47.0-rc.5
|
|
156
|
-
- @akinon/pz-masterpass@1.47.0-rc.5
|
|
157
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.5
|
|
158
|
-
- @akinon/pz-otp@1.47.0-rc.5
|
|
159
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.5
|
|
160
|
-
|
|
161
|
-
## 1.47.0-rc.4
|
|
162
|
-
|
|
163
|
-
### Patch Changes
|
|
164
|
-
|
|
165
|
-
- Updated dependencies [1ec2e9d]
|
|
166
|
-
- @akinon/next@1.47.0-rc.4
|
|
167
|
-
- @akinon/pz-akifast@1.47.0-rc.4
|
|
168
|
-
- @akinon/pz-b2b@1.47.0-rc.4
|
|
169
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.4
|
|
170
|
-
- @akinon/pz-bkm@1.47.0-rc.4
|
|
171
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.4
|
|
172
|
-
- @akinon/pz-click-collect@1.47.0-rc.4
|
|
173
|
-
- @akinon/pz-credit-payment@1.47.0-rc.4
|
|
174
|
-
- @akinon/pz-gpay@1.47.0-rc.4
|
|
175
|
-
- @akinon/pz-masterpass@1.47.0-rc.4
|
|
176
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.4
|
|
177
|
-
- @akinon/pz-otp@1.47.0-rc.4
|
|
178
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.4
|
|
179
|
-
|
|
180
|
-
## 1.47.0-rc.3
|
|
181
|
-
|
|
182
|
-
### Patch Changes
|
|
183
|
-
|
|
184
|
-
- @akinon/next@1.47.0-rc.3
|
|
185
|
-
- @akinon/pz-akifast@1.47.0-rc.3
|
|
186
|
-
- @akinon/pz-b2b@1.47.0-rc.3
|
|
187
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.3
|
|
188
|
-
- @akinon/pz-bkm@1.47.0-rc.3
|
|
189
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.3
|
|
190
|
-
- @akinon/pz-click-collect@1.47.0-rc.3
|
|
191
|
-
- @akinon/pz-credit-payment@1.47.0-rc.3
|
|
192
|
-
- @akinon/pz-gpay@1.47.0-rc.3
|
|
193
|
-
- @akinon/pz-masterpass@1.47.0-rc.3
|
|
194
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.3
|
|
195
|
-
- @akinon/pz-otp@1.47.0-rc.3
|
|
196
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.3
|
|
197
|
-
|
|
198
|
-
## 1.47.0-rc.2
|
|
199
|
-
|
|
200
|
-
### Patch Changes
|
|
201
|
-
|
|
202
|
-
- Updated dependencies [040ec95]
|
|
203
|
-
- @akinon/next@1.47.0-rc.2
|
|
204
|
-
- @akinon/pz-akifast@1.47.0-rc.2
|
|
205
|
-
- @akinon/pz-b2b@1.47.0-rc.2
|
|
206
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.2
|
|
207
|
-
- @akinon/pz-bkm@1.47.0-rc.2
|
|
208
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.2
|
|
209
|
-
- @akinon/pz-click-collect@1.47.0-rc.2
|
|
210
|
-
- @akinon/pz-credit-payment@1.47.0-rc.2
|
|
211
|
-
- @akinon/pz-gpay@1.47.0-rc.2
|
|
212
|
-
- @akinon/pz-masterpass@1.47.0-rc.2
|
|
213
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.2
|
|
214
|
-
- @akinon/pz-otp@1.47.0-rc.2
|
|
215
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.2
|
|
216
|
-
|
|
217
|
-
## 1.47.0-rc.1
|
|
218
|
-
|
|
219
|
-
### Minor Changes
|
|
220
|
-
|
|
221
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
222
|
-
|
|
223
|
-
### Patch Changes
|
|
224
|
-
|
|
225
|
-
- Updated dependencies [12a873e]
|
|
226
|
-
- @akinon/next@1.47.0-rc.1
|
|
227
|
-
- @akinon/pz-akifast@1.47.0-rc.1
|
|
228
|
-
- @akinon/pz-b2b@1.47.0-rc.1
|
|
229
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.1
|
|
230
|
-
- @akinon/pz-bkm@1.47.0-rc.1
|
|
231
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.1
|
|
232
|
-
- @akinon/pz-click-collect@1.47.0-rc.1
|
|
233
|
-
- @akinon/pz-credit-payment@1.47.0-rc.1
|
|
234
|
-
- @akinon/pz-gpay@1.47.0-rc.1
|
|
235
|
-
- @akinon/pz-masterpass@1.47.0-rc.1
|
|
236
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.1
|
|
237
|
-
- @akinon/pz-otp@1.47.0-rc.1
|
|
238
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.1
|
|
239
|
-
|
|
240
|
-
## 1.47.0-rc.0
|
|
241
|
-
|
|
242
|
-
### Minor Changes
|
|
243
|
-
|
|
244
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
245
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
246
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
247
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
248
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
249
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
250
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
251
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
252
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
253
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
254
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
255
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
256
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
257
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
258
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
259
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
260
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
261
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
262
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
263
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
264
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
265
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
266
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
267
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
268
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
269
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
270
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
271
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
272
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
273
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
274
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
275
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
276
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
277
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
278
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
279
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
280
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
281
|
-
|
|
282
|
-
### Patch Changes
|
|
283
|
-
|
|
284
|
-
- Updated dependencies [90282b5]
|
|
285
|
-
- Updated dependencies [50b9069]
|
|
286
|
-
- Updated dependencies [572d2e8]
|
|
287
|
-
- Updated dependencies [a4c8d6a9]
|
|
288
|
-
- Updated dependencies [fda5b92]
|
|
289
|
-
- Updated dependencies [2d9b2b2]
|
|
290
|
-
- Updated dependencies [c53ea3e6]
|
|
291
|
-
- Updated dependencies [8d9ac9a]
|
|
292
|
-
- Updated dependencies [18e8197]
|
|
293
|
-
- Updated dependencies [714e0b4]
|
|
294
|
-
- Updated dependencies [70279e7]
|
|
295
|
-
- Updated dependencies [6c25f66]
|
|
296
|
-
- Updated dependencies [bc2b411]
|
|
297
|
-
- Updated dependencies [3bf2dd9]
|
|
298
|
-
- Updated dependencies [e9541a1]
|
|
299
|
-
- Updated dependencies [c53ef7b9]
|
|
300
|
-
- Updated dependencies [9d94f7e]
|
|
301
|
-
- Updated dependencies [64699d3]
|
|
302
|
-
- Updated dependencies [0d3a913]
|
|
303
|
-
- Updated dependencies [1448a96e]
|
|
304
|
-
- Updated dependencies [d6edb1d]
|
|
305
|
-
- Updated dependencies [d3474c6]
|
|
306
|
-
- Updated dependencies [75080fd6]
|
|
307
|
-
- Updated dependencies [17f8752]
|
|
308
|
-
- Updated dependencies [c45b62c]
|
|
309
|
-
- Updated dependencies [91265bba]
|
|
310
|
-
- Updated dependencies [bbe18b9f]
|
|
311
|
-
- Updated dependencies [d409996]
|
|
312
|
-
- Updated dependencies [4920742]
|
|
313
|
-
- Updated dependencies [69ca080]
|
|
314
|
-
- Updated dependencies [7e56d6b]
|
|
315
|
-
- Updated dependencies [94b6928]
|
|
316
|
-
- Updated dependencies [98bb8dc]
|
|
317
|
-
- Updated dependencies [46b7aad]
|
|
318
|
-
- Updated dependencies [dcc8a15]
|
|
319
|
-
- Updated dependencies [8f47cca]
|
|
320
|
-
- Updated dependencies [fad2768]
|
|
321
|
-
- Updated dependencies [dff0d595]
|
|
322
|
-
- Updated dependencies [eecb282]
|
|
323
|
-
- Updated dependencies [f2c325c]
|
|
324
|
-
- Updated dependencies [9e25a64]
|
|
325
|
-
- Updated dependencies [beb499e6]
|
|
326
|
-
- Updated dependencies [948eb42]
|
|
327
|
-
- Updated dependencies [146ea39]
|
|
328
|
-
- Updated dependencies [f2c92d5]
|
|
329
|
-
- Updated dependencies [7bd3d99]
|
|
330
|
-
- Updated dependencies [c47be30]
|
|
331
|
-
- Updated dependencies [e9a46ac]
|
|
332
|
-
- Updated dependencies [f046f8e0]
|
|
333
|
-
- Updated dependencies [86d2531]
|
|
334
|
-
- Updated dependencies [3f9b8d7]
|
|
335
|
-
- @akinon/next@1.47.0-rc.0
|
|
336
|
-
- @akinon/pz-checkout-gift-pack@1.47.0-rc.0
|
|
337
|
-
- @akinon/pz-one-click-checkout@1.47.0-rc.0
|
|
338
|
-
- @akinon/pz-basket-gift-pack@1.47.0-rc.0
|
|
339
|
-
- @akinon/pz-click-collect@1.47.0-rc.0
|
|
340
|
-
- @akinon/pz-masterpass@1.47.0-rc.0
|
|
341
|
-
- @akinon/pz-akifast@1.47.0-rc.0
|
|
342
|
-
- @akinon/pz-gpay@1.47.0-rc.0
|
|
343
|
-
- @akinon/pz-b2b@1.47.0-rc.0
|
|
344
|
-
- @akinon/pz-bkm@1.47.0-rc.0
|
|
345
|
-
- @akinon/pz-otp@1.47.0-rc.0
|
|
346
|
-
- @akinon/pz-pay-on-delivery@1.47.0-rc.0
|
|
347
|
-
- @akinon/pz-credit-payment@1.47.0-rc.0
|
|
9
|
+
- @akinon/next@1.47.0
|
|
10
|
+
- @akinon/pz-akifast@1.47.0
|
|
11
|
+
- @akinon/pz-b2b@1.47.0
|
|
12
|
+
- @akinon/pz-basket-gift-pack@1.47.0
|
|
13
|
+
- @akinon/pz-bkm@1.47.0
|
|
14
|
+
- @akinon/pz-checkout-gift-pack@1.47.0
|
|
15
|
+
- @akinon/pz-click-collect@1.47.0
|
|
16
|
+
- @akinon/pz-credit-payment@1.47.0
|
|
17
|
+
- @akinon/pz-gpay@1.47.0
|
|
18
|
+
- @akinon/pz-masterpass@1.47.0
|
|
19
|
+
- @akinon/pz-one-click-checkout@1.47.0
|
|
20
|
+
- @akinon/pz-otp@1.47.0
|
|
21
|
+
- @akinon/pz-pay-on-delivery@1.47.0
|
|
348
22
|
|
|
349
23
|
## 1.46.0
|
|
350
24
|
|
|
@@ -372,255 +46,20 @@
|
|
|
372
46
|
|
|
373
47
|
### Patch Changes
|
|
374
48
|
|
|
375
|
-
- Updated dependencies [90282b5]
|
|
376
|
-
- Updated dependencies [50b9069]
|
|
377
|
-
- Updated dependencies [572d2e8]
|
|
378
|
-
- Updated dependencies [a4c8d6a9]
|
|
379
|
-
- Updated dependencies [fda5b92]
|
|
380
|
-
- Updated dependencies [2d9b2b2]
|
|
381
|
-
- Updated dependencies [c53ea3e]
|
|
382
|
-
- Updated dependencies [8d9ac9a]
|
|
383
|
-
- Updated dependencies [18e8197]
|
|
384
|
-
- Updated dependencies [714e0b4]
|
|
385
|
-
- Updated dependencies [70279e7]
|
|
386
|
-
- Updated dependencies [6c25f66]
|
|
387
|
-
- Updated dependencies [bc2b411]
|
|
388
|
-
- Updated dependencies [3bf2dd9]
|
|
389
|
-
- Updated dependencies [e9541a1]
|
|
390
|
-
- Updated dependencies [c53ef7b9]
|
|
391
|
-
- Updated dependencies [9d94f7e]
|
|
392
|
-
- Updated dependencies [64699d3]
|
|
393
|
-
- Updated dependencies [0d3a913]
|
|
394
|
-
- Updated dependencies [1448a96e]
|
|
395
|
-
- Updated dependencies [d6edb1d]
|
|
396
|
-
- Updated dependencies [d3474c6]
|
|
397
|
-
- Updated dependencies [75080fd6]
|
|
398
|
-
- Updated dependencies [17f8752]
|
|
399
|
-
- Updated dependencies [c45b62c]
|
|
400
|
-
- Updated dependencies [91265bba]
|
|
401
|
-
- Updated dependencies [bbe18b9f]
|
|
402
|
-
- Updated dependencies [d409996]
|
|
403
|
-
- Updated dependencies [4920742]
|
|
404
|
-
- Updated dependencies [69ca080]
|
|
405
|
-
- Updated dependencies [7e56d6b]
|
|
406
|
-
- Updated dependencies [94b6928]
|
|
407
|
-
- Updated dependencies [98bb8dc]
|
|
408
|
-
- Updated dependencies [46b7aad]
|
|
409
|
-
- Updated dependencies [dcc8a15]
|
|
410
|
-
- Updated dependencies [8f47cca]
|
|
411
|
-
- Updated dependencies [fad2768]
|
|
412
|
-
- Updated dependencies [dff0d595]
|
|
413
|
-
- Updated dependencies [eecb282]
|
|
414
|
-
- Updated dependencies [f2c325c]
|
|
415
|
-
- Updated dependencies [9e25a64]
|
|
416
|
-
- Updated dependencies [beb499e6]
|
|
417
|
-
- Updated dependencies [948eb42]
|
|
418
|
-
- Updated dependencies [146ea39]
|
|
419
|
-
- Updated dependencies [f2c92d5]
|
|
420
|
-
- Updated dependencies [7bd3d99]
|
|
421
|
-
- Updated dependencies [c47be30]
|
|
422
|
-
- Updated dependencies [e9a46ac]
|
|
423
|
-
- Updated dependencies [f046f8e0]
|
|
424
|
-
- Updated dependencies [86d2531]
|
|
425
|
-
- Updated dependencies [3f9b8d7]
|
|
426
|
-
- @akinon/next@1.45.0-rc.5
|
|
427
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
428
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
429
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
430
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
431
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
432
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
433
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
434
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
435
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
436
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
437
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
438
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
439
|
-
|
|
440
|
-
## 1.45.0-rc.4
|
|
441
|
-
|
|
442
|
-
### Patch Changes
|
|
443
|
-
|
|
444
|
-
- Updated dependencies [8f47cca]
|
|
445
|
-
- @akinon/next@1.45.0-rc.4
|
|
446
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
447
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
448
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
449
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
450
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
451
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
452
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
453
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
454
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
455
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
456
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
457
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
458
|
-
|
|
459
|
-
## 1.45.0-rc.3
|
|
460
|
-
|
|
461
|
-
### Patch Changes
|
|
462
|
-
|
|
463
|
-
- Updated dependencies [948eb42]
|
|
464
|
-
- @akinon/next@1.45.0-rc.3
|
|
465
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
466
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
467
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
468
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
469
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
470
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
471
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
472
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
473
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
474
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
475
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
476
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
477
|
-
|
|
478
|
-
## 1.45.0-rc.2
|
|
479
|
-
|
|
480
|
-
### Minor Changes
|
|
481
|
-
|
|
482
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
483
|
-
|
|
484
|
-
### Patch Changes
|
|
485
|
-
|
|
486
|
-
- Updated dependencies [c45b62c]
|
|
487
|
-
- Updated dependencies [f2c325c]
|
|
488
|
-
- @akinon/next@1.45.0-rc.2
|
|
489
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
490
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
491
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
492
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
493
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
494
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
495
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
496
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
497
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
498
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
499
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
500
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
501
|
-
|
|
502
|
-
## 1.45.0-rc.1
|
|
503
|
-
|
|
504
|
-
### Patch Changes
|
|
505
|
-
|
|
506
|
-
- Updated dependencies [7e56d6b]
|
|
507
|
-
- @akinon/next@1.45.0-rc.1
|
|
508
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
509
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
510
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
511
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
512
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
513
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
514
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
515
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
516
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
517
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
518
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
519
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
520
|
-
|
|
521
|
-
## 1.45.0-rc.0
|
|
522
|
-
|
|
523
|
-
### Minor Changes
|
|
524
|
-
|
|
525
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
526
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
527
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
528
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
529
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
530
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
531
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
532
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
533
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
534
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
535
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
536
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
537
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
538
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
539
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
540
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
541
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
542
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
543
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
544
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
545
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
546
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
547
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
548
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
549
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
550
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
551
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
552
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
553
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
554
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
555
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
556
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
557
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
558
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
559
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
560
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
561
|
-
|
|
562
|
-
### Patch Changes
|
|
563
|
-
|
|
564
|
-
- Updated dependencies [90282b5]
|
|
565
|
-
- Updated dependencies [50b9069]
|
|
566
|
-
- Updated dependencies [572d2e8]
|
|
567
|
-
- Updated dependencies [a4c8d6a9]
|
|
568
|
-
- Updated dependencies [fda5b92]
|
|
569
|
-
- Updated dependencies [2d9b2b2]
|
|
570
|
-
- Updated dependencies [c53ea3e]
|
|
571
|
-
- Updated dependencies [8d9ac9a]
|
|
572
|
-
- Updated dependencies [18e8197]
|
|
573
|
-
- Updated dependencies [714e0b4]
|
|
574
|
-
- Updated dependencies [70279e7]
|
|
575
|
-
- Updated dependencies [6c25f66]
|
|
576
|
-
- Updated dependencies [bc2b411]
|
|
577
|
-
- Updated dependencies [3bf2dd9]
|
|
578
|
-
- Updated dependencies [e9541a1]
|
|
579
|
-
- Updated dependencies [c53ef7b9]
|
|
580
|
-
- Updated dependencies [9d94f7e]
|
|
581
|
-
- Updated dependencies [64699d3]
|
|
582
|
-
- Updated dependencies [0d3a913]
|
|
583
|
-
- Updated dependencies [1448a96]
|
|
584
49
|
- Updated dependencies [2ab6e08]
|
|
585
|
-
-
|
|
586
|
-
-
|
|
587
|
-
-
|
|
588
|
-
-
|
|
589
|
-
-
|
|
590
|
-
-
|
|
591
|
-
-
|
|
592
|
-
-
|
|
593
|
-
-
|
|
594
|
-
-
|
|
595
|
-
-
|
|
596
|
-
-
|
|
597
|
-
-
|
|
598
|
-
- Updated dependencies [fad2768]
|
|
599
|
-
- Updated dependencies [dff0d59]
|
|
600
|
-
- Updated dependencies [eecb282]
|
|
601
|
-
- Updated dependencies [9e25a64]
|
|
602
|
-
- Updated dependencies [beb499e]
|
|
603
|
-
- Updated dependencies [146ea39]
|
|
604
|
-
- Updated dependencies [f2c92d5]
|
|
605
|
-
- Updated dependencies [7bd3d99]
|
|
606
|
-
- Updated dependencies [c47be30]
|
|
607
|
-
- Updated dependencies [e9a46ac]
|
|
608
|
-
- Updated dependencies [f046f8e0]
|
|
609
|
-
- Updated dependencies [86d2531]
|
|
610
|
-
- Updated dependencies [3f9b8d7]
|
|
611
|
-
- @akinon/next@1.45.0-rc.0
|
|
612
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
613
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
614
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
615
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
616
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
617
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
618
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
619
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
620
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
621
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
622
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
623
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
50
|
+
- @akinon/next@1.45.0
|
|
51
|
+
- @akinon/pz-akifast@1.45.0
|
|
52
|
+
- @akinon/pz-b2b@1.45.0
|
|
53
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
54
|
+
- @akinon/pz-bkm@1.45.0
|
|
55
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
56
|
+
- @akinon/pz-click-collect@1.45.0
|
|
57
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
58
|
+
- @akinon/pz-gpay@1.45.0
|
|
59
|
+
- @akinon/pz-masterpass@1.45.0
|
|
60
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
61
|
+
- @akinon/pz-otp@1.45.0
|
|
62
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
624
63
|
|
|
625
64
|
## 1.44.0
|
|
626
65
|
|
|
@@ -644,565 +83,24 @@
|
|
|
644
83
|
|
|
645
84
|
### Minor Changes
|
|
646
85
|
|
|
647
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
648
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
649
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
650
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
651
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
652
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
653
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
654
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
655
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
656
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
657
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
658
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
659
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
660
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
661
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
662
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
663
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
664
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
665
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
666
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
667
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
668
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
669
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
670
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
671
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
672
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
673
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
674
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
675
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
676
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
677
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
678
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
679
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
680
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
681
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
682
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
683
|
-
|
|
684
|
-
### Patch Changes
|
|
685
|
-
|
|
686
|
-
- Updated dependencies [90282b5]
|
|
687
|
-
- Updated dependencies [50b9069]
|
|
688
|
-
- Updated dependencies [572d2e8]
|
|
689
|
-
- Updated dependencies [a4c8d6a9]
|
|
690
|
-
- Updated dependencies [fda5b92]
|
|
691
|
-
- Updated dependencies [2d9b2b2]
|
|
692
|
-
- Updated dependencies [c53ea3e]
|
|
693
|
-
- Updated dependencies [8d9ac9a]
|
|
694
|
-
- Updated dependencies [18e8197]
|
|
695
|
-
- Updated dependencies [714e0b4]
|
|
696
|
-
- Updated dependencies [70279e7]
|
|
697
|
-
- Updated dependencies [6c25f66]
|
|
698
|
-
- Updated dependencies [bc2b411]
|
|
699
|
-
- Updated dependencies [3bf2dd9]
|
|
700
|
-
- Updated dependencies [e9541a1]
|
|
701
|
-
- Updated dependencies [c53ef7b9]
|
|
702
|
-
- Updated dependencies [9d94f7e]
|
|
703
|
-
- Updated dependencies [64699d3]
|
|
704
|
-
- Updated dependencies [0d3a913]
|
|
705
|
-
- Updated dependencies [1448a96]
|
|
706
|
-
- Updated dependencies [d6edb1d]
|
|
707
|
-
- Updated dependencies [d3474c6]
|
|
708
|
-
- Updated dependencies [75080fd]
|
|
709
|
-
- Updated dependencies [17f8752]
|
|
710
|
-
- Updated dependencies [91265bb]
|
|
711
|
-
- Updated dependencies [bbe18b9]
|
|
712
|
-
- Updated dependencies [d409996]
|
|
713
|
-
- Updated dependencies [4920742]
|
|
714
|
-
- Updated dependencies [69ca080]
|
|
715
|
-
- Updated dependencies [94b6928]
|
|
716
|
-
- Updated dependencies [98bb8dc]
|
|
717
|
-
- Updated dependencies [46b7aad]
|
|
718
|
-
- Updated dependencies [dcc8a15]
|
|
719
|
-
- Updated dependencies [fad2768]
|
|
720
|
-
- Updated dependencies [dff0d59]
|
|
721
|
-
- Updated dependencies [eecb282]
|
|
722
|
-
- Updated dependencies [9e25a64]
|
|
723
|
-
- Updated dependencies [beb499e]
|
|
724
|
-
- Updated dependencies [146ea39]
|
|
725
|
-
- Updated dependencies [f2c92d5]
|
|
726
|
-
- Updated dependencies [7bd3d99]
|
|
727
|
-
- Updated dependencies [c47be30]
|
|
728
|
-
- Updated dependencies [e9a46ac]
|
|
729
|
-
- Updated dependencies [f046f8e0]
|
|
730
|
-
- Updated dependencies [86d2531]
|
|
731
|
-
- Updated dependencies [3f9b8d7]
|
|
732
|
-
- @akinon/next@1.43.0-rc.16
|
|
733
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
734
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
735
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
736
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
737
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
738
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
739
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
740
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
741
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
742
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
743
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
744
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
745
|
-
|
|
746
|
-
## 1.43.0-rc.15
|
|
747
|
-
|
|
748
|
-
### Patch Changes
|
|
749
|
-
|
|
750
|
-
- @akinon/next@1.43.0-rc.15
|
|
751
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
752
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
753
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
754
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
755
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
756
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
757
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
758
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
759
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
760
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
761
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
762
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
763
|
-
|
|
764
|
-
## 1.43.0-rc.14
|
|
765
|
-
|
|
766
|
-
### Patch Changes
|
|
767
|
-
|
|
768
|
-
- Updated dependencies [3bf2dd9]
|
|
769
|
-
- @akinon/next@1.43.0-rc.14
|
|
770
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
771
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
772
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
773
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
774
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
775
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
776
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
777
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
778
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
779
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
780
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
781
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
782
|
-
|
|
783
|
-
## 1.43.0-rc.13
|
|
784
|
-
|
|
785
|
-
### Minor Changes
|
|
786
|
-
|
|
787
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
788
|
-
|
|
789
|
-
### Patch Changes
|
|
790
|
-
|
|
791
|
-
- Updated dependencies [9e25a64]
|
|
792
|
-
- @akinon/next@1.43.0-rc.13
|
|
793
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
794
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
795
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
796
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
797
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
798
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
799
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
800
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
801
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
802
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
803
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
804
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
805
|
-
|
|
806
|
-
## 1.43.0-rc.12
|
|
807
|
-
|
|
808
|
-
### Patch Changes
|
|
809
|
-
|
|
810
|
-
- Updated dependencies [4920742]
|
|
811
|
-
- @akinon/next@1.43.0-rc.12
|
|
812
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
813
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
814
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
815
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
816
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
817
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
818
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
819
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
820
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
821
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
822
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
823
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
824
|
-
|
|
825
|
-
## 1.43.0-rc.11
|
|
826
|
-
|
|
827
|
-
### Patch Changes
|
|
828
|
-
|
|
829
|
-
- Updated dependencies [6c25f66]
|
|
830
|
-
- @akinon/next@1.43.0-rc.11
|
|
831
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
832
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
833
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
834
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
835
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
836
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
837
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
838
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
839
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
840
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
841
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
842
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
843
|
-
|
|
844
|
-
## 1.43.0-rc.10
|
|
845
|
-
|
|
846
|
-
### Patch Changes
|
|
847
|
-
|
|
848
|
-
- Updated dependencies [d6edb1d]
|
|
849
|
-
- @akinon/next@1.43.0-rc.10
|
|
850
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
851
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
852
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
853
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
854
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
855
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
856
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
857
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
858
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
859
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
860
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
861
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
862
|
-
|
|
863
|
-
## 1.43.0-rc.9
|
|
864
|
-
|
|
865
|
-
### Minor Changes
|
|
866
|
-
|
|
867
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
868
|
-
|
|
869
|
-
### Patch Changes
|
|
870
|
-
|
|
871
|
-
- Updated dependencies [bc2b411]
|
|
872
|
-
- @akinon/next@1.43.0-rc.9
|
|
873
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
874
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
875
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
876
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
877
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
878
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
879
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
880
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
881
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
882
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
883
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
884
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
885
|
-
|
|
886
|
-
## 1.43.0-rc.8
|
|
887
|
-
|
|
888
|
-
### Patch Changes
|
|
889
|
-
|
|
890
|
-
- Updated dependencies [70279e7]
|
|
891
|
-
- Updated dependencies [9d94f7e]
|
|
892
|
-
- @akinon/next@1.43.0-rc.8
|
|
893
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
894
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
895
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
896
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
897
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
898
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
899
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
900
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
901
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
902
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
903
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
904
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
905
|
-
|
|
906
|
-
## 1.43.0-rc.7
|
|
907
|
-
|
|
908
|
-
### Patch Changes
|
|
909
|
-
|
|
910
|
-
- Updated dependencies [7bd3d99]
|
|
911
|
-
- @akinon/next@1.43.0-rc.7
|
|
912
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
913
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
914
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
915
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
916
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
917
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
918
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
919
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
920
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
921
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
922
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
923
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
924
|
-
|
|
925
|
-
## 1.43.0-rc.6
|
|
926
|
-
|
|
927
|
-
### Minor Changes
|
|
928
|
-
|
|
929
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
930
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
931
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
932
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
933
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
934
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
935
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
936
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
937
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
938
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
939
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
940
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
941
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
942
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
943
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
944
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
945
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
946
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
947
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
948
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
949
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
950
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
951
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
952
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
953
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
954
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
955
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
956
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
957
86
|
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
958
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
959
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
960
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
961
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
962
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
963
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
964
87
|
|
|
965
88
|
### Patch Changes
|
|
966
89
|
|
|
967
|
-
- Updated dependencies [90282b5]
|
|
968
|
-
- Updated dependencies [50b9069]
|
|
969
|
-
- Updated dependencies [572d2e8]
|
|
970
|
-
- Updated dependencies [a4c8d6a]
|
|
971
|
-
- Updated dependencies [fda5b92]
|
|
972
|
-
- Updated dependencies [2d9b2b2]
|
|
973
|
-
- Updated dependencies [c53ea3e]
|
|
974
|
-
- Updated dependencies [8d9ac9a]
|
|
975
|
-
- Updated dependencies [18e8197]
|
|
976
|
-
- Updated dependencies [714e0b4]
|
|
977
|
-
- Updated dependencies [e9541a1]
|
|
978
|
-
- Updated dependencies [c53ef7b]
|
|
979
|
-
- Updated dependencies [64699d3]
|
|
980
|
-
- Updated dependencies [0d3a913]
|
|
981
|
-
- Updated dependencies [1448a96]
|
|
982
|
-
- Updated dependencies [d3474c6]
|
|
983
|
-
- Updated dependencies [75080fd]
|
|
984
|
-
- Updated dependencies [17f8752]
|
|
985
|
-
- Updated dependencies [91265bb]
|
|
986
|
-
- Updated dependencies [bbe18b9]
|
|
987
|
-
- Updated dependencies [d409996]
|
|
988
|
-
- Updated dependencies [69ca080]
|
|
989
|
-
- Updated dependencies [94b6928]
|
|
990
|
-
- Updated dependencies [98bb8dc]
|
|
991
|
-
- Updated dependencies [46b7aad]
|
|
992
|
-
- Updated dependencies [dcc8a15]
|
|
993
|
-
- Updated dependencies [fad2768]
|
|
994
|
-
- Updated dependencies [dff0d59]
|
|
995
|
-
- Updated dependencies [eecb282]
|
|
996
90
|
- Updated dependencies [4a163f2]
|
|
997
|
-
-
|
|
998
|
-
-
|
|
999
|
-
-
|
|
1000
|
-
-
|
|
1001
|
-
-
|
|
1002
|
-
-
|
|
1003
|
-
-
|
|
1004
|
-
-
|
|
1005
|
-
- @akinon/
|
|
1006
|
-
- @akinon/pz-
|
|
1007
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1008
|
-
- @akinon/pz-
|
|
1009
|
-
- @akinon/pz-
|
|
1010
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
1011
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
1012
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
1013
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
1014
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
1015
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
1016
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
1017
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
1018
|
-
|
|
1019
|
-
## 1.43.0-rc.5
|
|
1020
|
-
|
|
1021
|
-
### Patch Changes
|
|
1022
|
-
|
|
1023
|
-
- Updated dependencies [17f8752]
|
|
1024
|
-
- @akinon/next@1.43.0-rc.5
|
|
1025
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
1026
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
1027
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
1028
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
1029
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
1030
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
1031
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
1032
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
1033
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
1034
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
1035
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
1036
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
1037
|
-
|
|
1038
|
-
## 1.43.0-rc.4
|
|
1039
|
-
|
|
1040
|
-
### Patch Changes
|
|
1041
|
-
|
|
1042
|
-
- Updated dependencies [3f9b8d7]
|
|
1043
|
-
- @akinon/next@1.43.0-rc.4
|
|
1044
|
-
- @akinon/pz-akifast@1.43.0-rc.4
|
|
1045
|
-
- @akinon/pz-b2b@1.43.0-rc.4
|
|
1046
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
1047
|
-
- @akinon/pz-bkm@1.43.0-rc.4
|
|
1048
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
1049
|
-
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
1050
|
-
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
1051
|
-
- @akinon/pz-gpay@1.43.0-rc.4
|
|
1052
|
-
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
1053
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
1054
|
-
- @akinon/pz-otp@1.43.0-rc.4
|
|
1055
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
1056
|
-
|
|
1057
|
-
## 1.43.0-rc.3
|
|
1058
|
-
|
|
1059
|
-
### Minor Changes
|
|
1060
|
-
|
|
1061
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1062
|
-
|
|
1063
|
-
### Patch Changes
|
|
1064
|
-
|
|
1065
|
-
- Updated dependencies [64699d3]
|
|
1066
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
1067
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
1068
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
1069
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
1070
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
1071
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
1072
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
1073
|
-
- @akinon/next@1.43.0-rc.3
|
|
1074
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
1075
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
1076
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
1077
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
1078
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
1079
|
-
|
|
1080
|
-
## 1.43.0-rc.2
|
|
1081
|
-
|
|
1082
|
-
### Patch Changes
|
|
1083
|
-
|
|
1084
|
-
- Updated dependencies [f2c92d5]
|
|
1085
|
-
- @akinon/next@1.43.0-rc.2
|
|
1086
|
-
- @akinon/pz-akifast@1.43.0-rc.2
|
|
1087
|
-
- @akinon/pz-b2b@1.43.0-rc.2
|
|
1088
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
1089
|
-
- @akinon/pz-bkm@1.43.0-rc.2
|
|
1090
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
1091
|
-
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
1092
|
-
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
1093
|
-
- @akinon/pz-gpay@1.43.0-rc.2
|
|
1094
|
-
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
1095
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
1096
|
-
- @akinon/pz-otp@1.43.0-rc.2
|
|
1097
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
1098
|
-
|
|
1099
|
-
## 1.43.0-rc.1
|
|
1100
|
-
|
|
1101
|
-
### Minor Changes
|
|
1102
|
-
|
|
1103
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1104
|
-
|
|
1105
|
-
### Patch Changes
|
|
1106
|
-
|
|
1107
|
-
- Updated dependencies [eecb282]
|
|
1108
|
-
- @akinon/next@1.43.0-rc.1
|
|
1109
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
1110
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
1111
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
1112
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
1113
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
1114
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
1115
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
1116
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
1117
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
1118
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
1119
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
1120
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
1121
|
-
|
|
1122
|
-
## 1.43.0-rc.0
|
|
1123
|
-
|
|
1124
|
-
### Minor Changes
|
|
1125
|
-
|
|
1126
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1127
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1128
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1129
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1130
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1131
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1132
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1133
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1134
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1135
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1136
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1137
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1138
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1139
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1140
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1141
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1142
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1143
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1144
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1145
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1146
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1147
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1148
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1149
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1150
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1151
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1152
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1153
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1154
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1155
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1156
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1157
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1158
|
-
|
|
1159
|
-
### Patch Changes
|
|
1160
|
-
|
|
1161
|
-
- Updated dependencies [90282b5]
|
|
1162
|
-
- Updated dependencies [50b9069]
|
|
1163
|
-
- Updated dependencies [572d2e8]
|
|
1164
|
-
- Updated dependencies [a4c8d6a]
|
|
1165
|
-
- Updated dependencies [fda5b92]
|
|
1166
|
-
- Updated dependencies [2d9b2b2]
|
|
1167
|
-
- Updated dependencies [c53ea3e]
|
|
1168
|
-
- Updated dependencies [8d9ac9a]
|
|
1169
|
-
- Updated dependencies [18e8197]
|
|
1170
|
-
- Updated dependencies [714e0b4]
|
|
1171
|
-
- Updated dependencies [e9541a1]
|
|
1172
|
-
- Updated dependencies [c53ef7b]
|
|
1173
|
-
- Updated dependencies [0d3a913]
|
|
1174
|
-
- Updated dependencies [1448a96]
|
|
1175
|
-
- Updated dependencies [d3474c6]
|
|
1176
|
-
- Updated dependencies [75080fd]
|
|
1177
|
-
- Updated dependencies [91265bb]
|
|
1178
|
-
- Updated dependencies [bbe18b9]
|
|
1179
|
-
- Updated dependencies [d409996]
|
|
1180
|
-
- Updated dependencies [69ca080]
|
|
1181
|
-
- Updated dependencies [94b6928]
|
|
1182
|
-
- Updated dependencies [98bb8dc]
|
|
1183
|
-
- Updated dependencies [46b7aad]
|
|
1184
|
-
- Updated dependencies [dcc8a15]
|
|
1185
|
-
- Updated dependencies [fad2768]
|
|
1186
|
-
- Updated dependencies [dff0d59]
|
|
1187
|
-
- Updated dependencies [beb499e]
|
|
1188
|
-
- Updated dependencies [146ea39]
|
|
1189
|
-
- Updated dependencies [c47be30]
|
|
1190
|
-
- Updated dependencies [e9a46ac]
|
|
1191
|
-
- Updated dependencies [f046f8e]
|
|
1192
|
-
- Updated dependencies [86d2531]
|
|
1193
|
-
- @akinon/next@1.43.0-rc.0
|
|
1194
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
1195
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
1196
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
1197
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
1198
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
1199
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
1200
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
1201
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
1202
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
1203
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
1204
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
1205
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
91
|
+
- @akinon/next@1.43.0
|
|
92
|
+
- @akinon/pz-akifast@1.43.0
|
|
93
|
+
- @akinon/pz-b2b@1.43.0
|
|
94
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
95
|
+
- @akinon/pz-bkm@1.43.0
|
|
96
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
97
|
+
- @akinon/pz-click-collect@1.43.0
|
|
98
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
99
|
+
- @akinon/pz-gpay@1.43.0
|
|
100
|
+
- @akinon/pz-masterpass@1.43.0
|
|
101
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
102
|
+
- @akinon/pz-otp@1.43.0
|
|
103
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
1206
104
|
|
|
1207
105
|
## 1.42.0
|
|
1208
106
|
|
|
@@ -1371,301 +269,13 @@
|
|
|
1371
269
|
|
|
1372
270
|
### Patch Changes
|
|
1373
271
|
|
|
1374
|
-
-
|
|
1375
|
-
-
|
|
1376
|
-
-
|
|
1377
|
-
-
|
|
1378
|
-
-
|
|
1379
|
-
-
|
|
1380
|
-
-
|
|
1381
|
-
- Updated dependencies [616690d]
|
|
1382
|
-
- Updated dependencies [f3b595e]
|
|
1383
|
-
- Updated dependencies [91265bb]
|
|
1384
|
-
- Updated dependencies [59fb7c3]
|
|
1385
|
-
- Updated dependencies [bbe18b9]
|
|
1386
|
-
- Updated dependencies [f0c23bc]
|
|
1387
|
-
- Updated dependencies [3420416]
|
|
1388
|
-
- Updated dependencies [495d155]
|
|
1389
|
-
- Updated dependencies [beb499e]
|
|
1390
|
-
- Updated dependencies [6c18543]
|
|
1391
|
-
- Updated dependencies [40ad73e]
|
|
1392
|
-
- Updated dependencies [495d155]
|
|
1393
|
-
- Updated dependencies [f046f8e]
|
|
1394
|
-
- Updated dependencies [6b2972b]
|
|
1395
|
-
- Updated dependencies [3e68768]
|
|
1396
|
-
- @akinon/next@1.34.0-rc.20
|
|
1397
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
1398
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
1399
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
1400
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
1401
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
1402
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
1403
|
-
|
|
1404
|
-
## 1.34.0-rc.19
|
|
1405
|
-
|
|
1406
|
-
### Patch Changes
|
|
1407
|
-
|
|
1408
|
-
- Updated dependencies [c53ef7b]
|
|
1409
|
-
- @akinon/next@1.34.0-rc.19
|
|
1410
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
1411
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
1412
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
1413
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
1414
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
1415
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
1416
|
-
|
|
1417
|
-
## 1.34.0-rc.18
|
|
1418
|
-
|
|
1419
|
-
### Minor Changes
|
|
1420
|
-
|
|
1421
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1422
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1423
|
-
|
|
1424
|
-
### Patch Changes
|
|
1425
|
-
|
|
1426
|
-
- Updated dependencies [a4c8d6a]
|
|
1427
|
-
- @akinon/next@1.34.0-rc.18
|
|
1428
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
1429
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
1430
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
1431
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
1432
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
1433
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
1434
|
-
|
|
1435
|
-
## 1.34.0-rc.17
|
|
1436
|
-
|
|
1437
|
-
### Minor Changes
|
|
1438
|
-
|
|
1439
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
1440
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
1441
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1442
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
1443
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1444
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
1445
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1446
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
1447
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
1448
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1449
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
1450
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
1451
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1452
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1453
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
1454
|
-
|
|
1455
|
-
### Patch Changes
|
|
1456
|
-
|
|
1457
|
-
- Updated dependencies [d09b677]
|
|
1458
|
-
- Updated dependencies [6d4aadb]
|
|
1459
|
-
- Updated dependencies [8e6e8cf]
|
|
1460
|
-
- Updated dependencies [ebb63ce]
|
|
1461
|
-
- Updated dependencies [7cebe87]
|
|
1462
|
-
- Updated dependencies [616690d]
|
|
1463
|
-
- Updated dependencies [f3b595e]
|
|
1464
|
-
- Updated dependencies [91265bb]
|
|
1465
|
-
- Updated dependencies [59fb7c3]
|
|
1466
|
-
- Updated dependencies [bbe18b9]
|
|
1467
|
-
- Updated dependencies [f0c23bc]
|
|
1468
|
-
- Updated dependencies [3420416]
|
|
1469
|
-
- Updated dependencies [495d155]
|
|
1470
|
-
- Updated dependencies [beb499e]
|
|
1471
|
-
- Updated dependencies [6c18543]
|
|
1472
|
-
- Updated dependencies [40ad73e]
|
|
1473
|
-
- Updated dependencies [495d155]
|
|
1474
|
-
- Updated dependencies [f046f8e]
|
|
1475
|
-
- Updated dependencies [6b2972b]
|
|
1476
|
-
- Updated dependencies [3e68768]
|
|
1477
|
-
- @akinon/next@1.34.0-rc.17
|
|
1478
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
1479
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
1480
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
1481
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
1482
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
1483
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
1484
|
-
|
|
1485
|
-
## 1.34.0-rc.16
|
|
1486
|
-
|
|
1487
|
-
### Patch Changes
|
|
1488
|
-
|
|
1489
|
-
- @akinon/next@1.34.0-rc.16
|
|
1490
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
1491
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
1492
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
1493
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
1494
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
1495
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
1496
|
-
|
|
1497
|
-
## 1.34.0-rc.15
|
|
1498
|
-
|
|
1499
|
-
### Patch Changes
|
|
1500
|
-
|
|
1501
|
-
- @akinon/next@1.34.0-rc.15
|
|
1502
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
1503
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
1504
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
1505
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
1506
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
1507
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
1508
|
-
|
|
1509
|
-
## 1.34.0-rc.14
|
|
1510
|
-
|
|
1511
|
-
### Minor Changes
|
|
1512
|
-
|
|
1513
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1514
|
-
|
|
1515
|
-
### Patch Changes
|
|
1516
|
-
|
|
1517
|
-
- @akinon/next@1.34.0-rc.14
|
|
1518
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
1519
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
1520
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
1521
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
1522
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
1523
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
1524
|
-
|
|
1525
|
-
## 1.34.0-rc.13
|
|
1526
|
-
|
|
1527
|
-
### Minor Changes
|
|
1528
|
-
|
|
1529
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1530
|
-
|
|
1531
|
-
### Patch Changes
|
|
1532
|
-
|
|
1533
|
-
- @akinon/next@1.34.0-rc.13
|
|
1534
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
1535
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
1536
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
1537
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
1538
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
1539
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
1540
|
-
|
|
1541
|
-
## 1.34.0-rc.12
|
|
1542
|
-
|
|
1543
|
-
### Patch Changes
|
|
1544
|
-
|
|
1545
|
-
- Updated dependencies [616690d]
|
|
1546
|
-
- @akinon/next@1.34.0-rc.12
|
|
1547
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
1548
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
1549
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
1550
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
1551
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
1552
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
1553
|
-
|
|
1554
|
-
## 1.34.0-rc.11
|
|
1555
|
-
|
|
1556
|
-
### Patch Changes
|
|
1557
|
-
|
|
1558
|
-
- Updated dependencies [8e6e8cf]
|
|
1559
|
-
- @akinon/next@1.34.0-rc.11
|
|
1560
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
1561
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
1562
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
1563
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
1564
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
1565
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
1566
|
-
|
|
1567
|
-
## 1.34.0-rc.10
|
|
1568
|
-
|
|
1569
|
-
### Patch Changes
|
|
1570
|
-
|
|
1571
|
-
- Updated dependencies [bbe18b9]
|
|
1572
|
-
- @akinon/next@1.34.0-rc.10
|
|
1573
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
1574
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
1575
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
1576
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
1577
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
1578
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
1579
|
-
|
|
1580
|
-
## 1.34.0-rc.9
|
|
1581
|
-
|
|
1582
|
-
### Minor Changes
|
|
1583
|
-
|
|
1584
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1585
|
-
|
|
1586
|
-
### Patch Changes
|
|
1587
|
-
|
|
1588
|
-
- Updated dependencies [beb499e]
|
|
1589
|
-
- @akinon/next@1.34.0-rc.9
|
|
1590
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
1591
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
1592
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
1593
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
1594
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
1595
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
1596
|
-
|
|
1597
|
-
## 1.34.0-rc.8
|
|
1598
|
-
|
|
1599
|
-
### Minor Changes
|
|
1600
|
-
|
|
1601
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1602
|
-
|
|
1603
|
-
### Patch Changes
|
|
1604
|
-
|
|
1605
|
-
- Updated dependencies [91265bb]
|
|
1606
|
-
- @akinon/next@1.34.0-rc.8
|
|
1607
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
1608
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
1609
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
1610
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
1611
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
1612
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
1613
|
-
|
|
1614
|
-
## 1.34.0-rc.7
|
|
1615
|
-
|
|
1616
|
-
### Minor Changes
|
|
1617
|
-
|
|
1618
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
1619
|
-
|
|
1620
|
-
### Patch Changes
|
|
1621
|
-
|
|
1622
|
-
- @akinon/next@1.34.0-rc.7
|
|
1623
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
1624
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
1625
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
1626
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
1627
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
1628
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
1629
|
-
|
|
1630
|
-
## 1.34.0-rc.6
|
|
1631
|
-
|
|
1632
|
-
### Minor Changes
|
|
1633
|
-
|
|
1634
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
1635
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
1636
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1637
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
1638
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
1639
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
1640
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
1641
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
1642
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1643
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
1644
|
-
|
|
1645
|
-
### Patch Changes
|
|
1646
|
-
|
|
1647
|
-
- Updated dependencies [d09b677]
|
|
1648
|
-
- Updated dependencies [6d4aadb]
|
|
1649
|
-
- Updated dependencies [ebb63ce]
|
|
1650
|
-
- Updated dependencies [7cebe87]
|
|
1651
|
-
- Updated dependencies [f3b595e]
|
|
1652
|
-
- Updated dependencies [59fb7c3]
|
|
1653
|
-
- Updated dependencies [f0c23bc]
|
|
1654
|
-
- Updated dependencies [3420416]
|
|
1655
|
-
- Updated dependencies [495d155]
|
|
1656
|
-
- Updated dependencies [6c18543]
|
|
1657
|
-
- Updated dependencies [40ad73e]
|
|
1658
|
-
- Updated dependencies [495d155]
|
|
1659
|
-
- Updated dependencies [f046f8e]
|
|
1660
|
-
- Updated dependencies [6b2972b]
|
|
1661
|
-
- Updated dependencies [3e68768]
|
|
1662
|
-
- @akinon/next@1.34.0-rc.6
|
|
1663
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
1664
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
1665
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
1666
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
1667
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
1668
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
272
|
+
- @akinon/next@1.34.0
|
|
273
|
+
- @akinon/pz-b2b@1.34.0
|
|
274
|
+
- @akinon/pz-gpay@1.34.0
|
|
275
|
+
- @akinon/pz-masterpass@1.34.0
|
|
276
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
277
|
+
- @akinon/pz-otp@1.34.0
|
|
278
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
1669
279
|
|
|
1670
280
|
## 1.33.2
|
|
1671
281
|
|