@akinon/projectzero 1.107.0 → 1.108.0-rc.87
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 +233 -4
- package/app-template/.env.example +1 -0
- package/app-template/CHANGELOG.md +5697 -1063
- package/app-template/README.md +25 -1
- package/app-template/package.json +21 -20
- package/app-template/public/locales/en/common.json +42 -1
- package/app-template/public/locales/tr/common.json +42 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
- package/app-template/src/app/[commerce]/[locale]/[currency]/landing-page/[pk]/page.tsx +12 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/product/[pk]/loading.tsx +67 -0
- package/app-template/src/app/api/image-proxy/route.ts +1 -0
- package/app-template/src/app/api/similar-product-list/route.ts +1 -0
- package/app-template/src/app/api/similar-products/route.ts +1 -0
- package/app-template/src/assets/fonts/pz-icon.css +3 -0
- package/app-template/src/components/input.tsx +2 -1
- package/app-template/src/hooks/index.ts +2 -0
- package/app-template/src/settings.js +6 -1
- package/app-template/src/views/basket/basket-content.tsx +106 -0
- package/app-template/src/views/basket/basket-item.tsx +16 -13
- package/app-template/src/views/basket/summary.tsx +10 -7
- package/app-template/src/views/guest-login/index.tsx +6 -1
- package/app-template/src/views/header/search/index.tsx +17 -5
- package/app-template/src/views/product/slider.tsx +86 -73
- package/commands/plugins.ts +29 -2
- package/dist/commands/plugins.js +23 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
+
## 1.108.0-rc.87
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
8
|
+
- c67942a4: ZERO-3423: Updated version control and debug messages for the package
|
|
9
|
+
- 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
|
|
10
|
+
- 16aff543: ZERO-3431: Add test script for redirect utility in package.json
|
|
11
|
+
- 64699d3ff: ZERO-2761: Fix invalid import for plugin module
|
|
12
|
+
- e974d8e8: ZERO-3406: Fix rc build
|
|
13
|
+
- 7eb51ca9: ZERO-3424 :Update package versions
|
|
14
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
15
|
+
- 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
16
|
+
- d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
|
|
17
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
18
|
+
- 33d4d0c9: ZERO-3615: remove custom not found
|
|
19
|
+
|
|
3
20
|
## 1.107.0
|
|
4
21
|
|
|
5
22
|
## 1.106.0
|
|
@@ -53,7 +70,161 @@
|
|
|
53
70
|
|
|
54
71
|
### Minor Changes
|
|
55
72
|
|
|
56
|
-
-
|
|
73
|
+
- d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
74
|
+
- c67942a4: ZERO-3423: Updated version control and debug messages for the package
|
|
75
|
+
- 5de751aa: ZERO-3428 :Add Hepsipay plugin to the list of available plugins
|
|
76
|
+
- 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
|
|
77
|
+
- 16aff543: ZERO-3431: Add test script for redirect utility in package.json
|
|
78
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
79
|
+
- e974d8e8: ZERO-3406: Fix rc build
|
|
80
|
+
- 7eb51ca9: ZERO-3424 :Update package versions
|
|
81
|
+
- c806fad7: ZERO-3422: Add Flow Payment plugin to the defined plugins list
|
|
82
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
83
|
+
- 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
84
|
+
- 72ad7bb1: ZERO-3422: Add Flow Payment to the list of available plugins
|
|
85
|
+
- 34578efc: ZERO-3419 :Add new payment plugins and update existing ones in the plugin list
|
|
86
|
+
- d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
|
|
87
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
88
|
+
|
|
89
|
+
## 1.92.0-rc.41
|
|
90
|
+
|
|
91
|
+
## 1.92.0-rc.40
|
|
92
|
+
|
|
93
|
+
## 1.92.0-rc.39
|
|
94
|
+
|
|
95
|
+
## 1.92.0-rc.38
|
|
96
|
+
|
|
97
|
+
## 1.92.0-rc.37
|
|
98
|
+
|
|
99
|
+
## 1.92.0-rc.36
|
|
100
|
+
|
|
101
|
+
## 1.92.0-rc.35
|
|
102
|
+
|
|
103
|
+
## 1.92.0-rc.34
|
|
104
|
+
|
|
105
|
+
## 1.92.0-rc.33
|
|
106
|
+
|
|
107
|
+
## 1.92.0-rc.32
|
|
108
|
+
|
|
109
|
+
## 1.92.0-rc.31
|
|
110
|
+
|
|
111
|
+
## 1.92.0-rc.30
|
|
112
|
+
|
|
113
|
+
## 1.92.0-rc.29
|
|
114
|
+
|
|
115
|
+
## 1.92.0-rc.28
|
|
116
|
+
|
|
117
|
+
## 1.92.0-rc.27
|
|
118
|
+
|
|
119
|
+
## 1.92.0-rc.26
|
|
120
|
+
|
|
121
|
+
### Minor Changes
|
|
122
|
+
|
|
123
|
+
- 16aff54: ZERO-3431: Add test script for redirect utility in package.json
|
|
124
|
+
|
|
125
|
+
## 1.92.0-rc.25
|
|
126
|
+
|
|
127
|
+
## 1.92.0-rc.24
|
|
128
|
+
|
|
129
|
+
## 1.92.0-rc.23
|
|
130
|
+
|
|
131
|
+
## 1.92.0-rc.22
|
|
132
|
+
|
|
133
|
+
### Minor Changes
|
|
134
|
+
|
|
135
|
+
- 143be2b: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
|
|
136
|
+
|
|
137
|
+
## 1.92.0-rc.21
|
|
138
|
+
|
|
139
|
+
### Minor Changes
|
|
140
|
+
|
|
141
|
+
- d99a6a7: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
|
|
142
|
+
|
|
143
|
+
## 1.92.0-rc.20
|
|
144
|
+
|
|
145
|
+
### Minor Changes
|
|
146
|
+
|
|
147
|
+
- 8b1d24e: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
148
|
+
|
|
149
|
+
## 1.92.0-rc.19
|
|
150
|
+
|
|
151
|
+
### Minor Changes
|
|
152
|
+
|
|
153
|
+
- d8be48f: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
154
|
+
|
|
155
|
+
## 1.92.0-rc.18
|
|
156
|
+
|
|
157
|
+
### Minor Changes
|
|
158
|
+
|
|
159
|
+
- c67942a: ZERO-3423: Updated version control and debug messages for the package
|
|
160
|
+
|
|
161
|
+
## 1.92.0-rc.17
|
|
162
|
+
|
|
163
|
+
## 1.92.0-rc.16
|
|
164
|
+
|
|
165
|
+
## 1.92.0-rc.15
|
|
166
|
+
|
|
167
|
+
### Minor Changes
|
|
168
|
+
|
|
169
|
+
- 5de751aa: ZERO-3428 :Add Hepsipay plugin to the list of available plugins
|
|
170
|
+
|
|
171
|
+
## 1.92.0-rc.14
|
|
172
|
+
|
|
173
|
+
## 1.92.0-rc.13
|
|
174
|
+
|
|
175
|
+
## 1.92.0-rc.12
|
|
176
|
+
|
|
177
|
+
## 1.92.0-rc.11
|
|
178
|
+
|
|
179
|
+
## 1.92.0-rc.10
|
|
180
|
+
|
|
181
|
+
## 1.92.0-rc.9
|
|
182
|
+
|
|
183
|
+
### Minor Changes
|
|
184
|
+
|
|
185
|
+
- 72ad7bb: ZERO-3422: Add Flow Payment to the list of available plugins
|
|
186
|
+
|
|
187
|
+
## 1.92.0-rc.8
|
|
188
|
+
|
|
189
|
+
### Minor Changes
|
|
190
|
+
|
|
191
|
+
- c806fad: ZERO-3422: Add Flow Payment plugin to the defined plugins list
|
|
192
|
+
|
|
193
|
+
## 1.92.0-rc.7
|
|
194
|
+
|
|
195
|
+
## 1.91.0-rc.6
|
|
196
|
+
|
|
197
|
+
## 1.91.0-rc.5
|
|
198
|
+
|
|
199
|
+
## 1.91.0-rc.4
|
|
200
|
+
|
|
201
|
+
### Minor Changes
|
|
202
|
+
|
|
203
|
+
- 7eb51ca: ZERO-3424 :Update package versions
|
|
204
|
+
- 34578ef: ZERO-3419 :Add new payment plugins and update existing ones in the plugin list
|
|
205
|
+
|
|
206
|
+
## 1.91.0-rc.3
|
|
207
|
+
|
|
208
|
+
### Minor Changes
|
|
209
|
+
|
|
210
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
211
|
+
- e974d8e8: ZERO-3406: Fix rc build
|
|
212
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
213
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
214
|
+
- 942490f2: ZERO-3295: move third party tailwind content list to akinon-next
|
|
215
|
+
|
|
216
|
+
## 1.91.0-rc.2
|
|
217
|
+
|
|
218
|
+
## 1.91.0-rc.1
|
|
219
|
+
|
|
220
|
+
## 1.91.0-rc.0
|
|
221
|
+
|
|
222
|
+
### Minor Changes
|
|
223
|
+
|
|
224
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
225
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
226
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
227
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
57
228
|
|
|
58
229
|
## 1.90.0
|
|
59
230
|
|
|
@@ -83,9 +254,67 @@
|
|
|
83
254
|
|
|
84
255
|
### Minor Changes
|
|
85
256
|
|
|
86
|
-
-
|
|
87
|
-
|
|
88
|
-
|
|
257
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
258
|
+
|
|
259
|
+
## 1.82.0-rc.18
|
|
260
|
+
|
|
261
|
+
## 1.82.0-rc.17
|
|
262
|
+
|
|
263
|
+
### Minor Changes
|
|
264
|
+
|
|
265
|
+
- e2583ac2: ZERO-3282: Switch to execSync for synchronous execution, enhance file checks, and add error page replacement script
|
|
266
|
+
|
|
267
|
+
## 1.82.0-rc.16
|
|
268
|
+
|
|
269
|
+
### Minor Changes
|
|
270
|
+
|
|
271
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
272
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
273
|
+
|
|
274
|
+
## 1.82.0-rc.15
|
|
275
|
+
|
|
276
|
+
## 1.82.0-rc.14
|
|
277
|
+
|
|
278
|
+
## 1.82.0-rc.13
|
|
279
|
+
|
|
280
|
+
## 1.82.0-rc.12
|
|
281
|
+
|
|
282
|
+
## 1.82.0-rc.11
|
|
283
|
+
|
|
284
|
+
## 1.82.0-rc.10
|
|
285
|
+
|
|
286
|
+
## 1.82.0-rc.9
|
|
287
|
+
|
|
288
|
+
## 1.82.0-rc.8
|
|
289
|
+
|
|
290
|
+
## 1.82.0-rc.7
|
|
291
|
+
|
|
292
|
+
## 1.82.0-rc.6
|
|
293
|
+
|
|
294
|
+
## 1.82.0-rc.5
|
|
295
|
+
|
|
296
|
+
## 1.82.0-rc.4
|
|
297
|
+
|
|
298
|
+
## 1.82.0-rc.3
|
|
299
|
+
|
|
300
|
+
## 1.82.0-rc.2
|
|
301
|
+
|
|
302
|
+
### Minor Changes
|
|
303
|
+
|
|
304
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
305
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
306
|
+
|
|
307
|
+
## 1.82.0-rc.1
|
|
308
|
+
|
|
309
|
+
## 1.82.0-rc.0
|
|
310
|
+
|
|
311
|
+
### Minor Changes
|
|
312
|
+
|
|
313
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
314
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
315
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
316
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
317
|
+
- 6c1dba75: ZERO-3174: update hash structure
|
|
89
318
|
|
|
90
319
|
## 1.81.0
|
|
91
320
|
|
|
@@ -6,6 +6,7 @@ NEXT_PUBLIC_GTM_KEY=GTM_KEY
|
|
|
6
6
|
NEXT_PUBLIC_URL=http://localhost:3000
|
|
7
7
|
SERVICE_BACKEND_URL=https://02fde10fee4440269e695aa10707dfaf.lb.akinoncloud.com
|
|
8
8
|
SITEMAP_S3_BUCKET_NAME=0fb534
|
|
9
|
+
NEXT_PUBLIC_ENABLE_IMAGE_SEARCH=true
|
|
9
10
|
|
|
10
11
|
# LOG_LEVEL_DEV=debug # For more details, please refer to the Logging documentation.
|
|
11
12
|
|