@spryker/oryx-for-zed 3.3.0 → 3.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +89 -49
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ### 3.4.0
4
+
5
+ Released on 18.03.2024
6
+
7
+ - Bump css loader 2.1.1 => 6.10.0.
8
+
3
9
  ### 3.3.0
10
+
4
11
  Released on 31.10.2023
5
12
 
6
13
  - Adjusted webpack config by introducing `assert` and `stream` polyfills.
7
14
  - Deprecated the `NodePolyfillPlugin`.
8
15
 
9
16
  ### 3.2.0
17
+
10
18
  Released on 04.10.2023
11
19
 
12
20
  - Removed the `file-loader` dependency.
13
21
  - Adjusted webpack config by migration from `file-loader` to `asset/resource`.
14
22
 
15
23
  ### 3.1.0
24
+
16
25
  Released on 15.09.2023
17
26
 
18
27
  - Adjusted webpack config by introducing `NodePolyfillPlugin` usage from `node-polyfill-webpack-plugin`.
@@ -20,6 +29,7 @@ Released on 15.09.2023
20
29
  - `webpack`: `5.81.0` => `5.88.2`
21
30
 
22
31
  ### 3.0.0
32
+
23
33
  Released on 11.05.2023
24
34
 
25
35
  - Introduced `postcss` dependency.
@@ -30,17 +40,17 @@ Released on 11.05.2023
30
40
  - `postcss-loader`: `2.1.6` => `7.3.0`
31
41
  - `webpack`: `5.74.0` => `5.81.0`
32
42
 
33
-
34
43
  ### 2.13.0
44
+
35
45
  Released on 04.04.2023
36
46
 
37
47
  - Removed `core-js`, `es6-promise`, `optimize-css-assets-webpack-plugin` dependencies.
38
48
  - Removed deprecated `@spryker/oryx` dependency and moved it's functionality into the package.
39
- - Introduced `dayjs`, `css-minimizer-webpack-plugin`, `fast-glob` dependencies.
49
+ - Introduced `dayjs`, `css-minimizer-webpack-plugin`, `fast-glob` dependencies.
40
50
  - Updated dependencies.
41
51
 
42
-
43
52
  ### 2.12.0
53
+
44
54
  Released on 31.05.2022
45
55
 
46
56
  - Updated `@babel/core` dependency.
@@ -49,63 +59,63 @@ Released on 31.05.2022
49
59
  - Updated `sass` dependency.
50
60
  - Adjusted webpack config for jQuery scope.
51
61
 
52
-
53
62
  ### 2.11.4
63
+
54
64
  Released on 7.04.2022
55
65
 
56
66
  - Downgraded `optimize-css-assets-webpack-plugin` version to keep build working in production mode.
57
67
 
58
-
59
68
  ### 2.11.4
60
- Released on 18.03.2022
61
69
 
62
- - Replaced deprecated `node-sass` dependency with `dart-sass`.
70
+ Released on 18.03.2022
63
71
 
72
+ - Replaced deprecated `node-sass` dependency with `dart-sass`.
64
73
 
65
74
  ### 2.11.3
75
+
66
76
  Released on 12.08.2021
67
77
 
68
78
  - Removed backward compatibility script for Merchant Portal assets.
69
- - Fixed bug with not defined settings in datatables by adding additional module rule.
70
-
79
+ - Fixed bug with not defined settings in datatables by adding additional module rule.
71
80
 
72
81
  ### 2.11.2
82
+
73
83
  Released on 22.07.2021
74
84
 
75
85
  - Fixed backward compatibility script for the new Merchant Portal endpoint.
76
86
 
77
-
78
87
  ### 2.11.1
88
+
79
89
  Released on 07.07.2021
80
90
 
81
91
  - Added missing dependency: `fs-extra`.
82
92
 
83
-
84
93
  ### 2.11.0
94
+
85
95
  Released on 24.06.2021
86
96
 
87
97
  - Changed destination folder for built assets according to new application endpoint name.
88
98
 
89
-
90
99
  ### 2.10.1
100
+
91
101
  Released on 23.06.2021
92
102
 
93
103
  - Fixed wrong release.
94
104
 
95
-
96
105
  ### 2.10.0
97
- Released on 23.06.2021
98
106
 
99
- - Added an ability to gather entry-points from spryker-sdk namespace.
107
+ Released on 23.06.2021
100
108
 
109
+ - Added an ability to gather entry-points from spryker-sdk namespace.
101
110
 
102
111
  ### 2.9.1
112
+
103
113
  Released on 11.01.2021
104
114
 
105
115
  - Downgraded `resolve-url-loader` 3.1.2 -> 2.3.2 to prevent build fail.
106
116
 
107
-
108
117
  ### 2.9.0
118
+
109
119
  Released on 15.12.2020
110
120
 
111
121
  - Removed `stylelint` and `eslint` dependencies.
@@ -113,200 +123,230 @@ Released on 15.12.2020
113
123
  - Added following dependencies: `@babel/core`, `@babel/preset-env`, `babel-loader`.
114
124
  - Updated dependency `resolve-url-loader` 2.3.0 -> 3.1.2.
115
125
 
116
-
117
126
  ### 2.8.1
118
- Released on 28.09.2020
119
127
 
120
- Fixed path pattern for eco modules.
128
+ Released on 28.09.2020
121
129
 
130
+ Fixed path pattern for eco modules.
122
131
 
123
132
  ### 2.8.0
133
+
124
134
  Released on 22.09.2020
125
135
 
126
136
  Updated stylelint dependency.
127
- Replaced deprecated `uglifyjs-webpack-plugin` with `terser-webpack-plugin` dependency.
137
+ Replaced deprecated `uglifyjs-webpack-plugin` with `terser-webpack-plugin` dependency.
128
138
 
129
139
  Updated dependency:
130
- - `stylelint`: `12.0.1` => `13.7.1`
131
140
 
141
+ - `stylelint`: `12.0.1` => `13.7.1`
132
142
 
133
143
  ### 2.7.0
144
+
134
145
  Released on 12.08.2020
135
146
 
136
147
  Updated node.js and npm constraints.
137
148
 
138
149
  Updated dependency:
150
+
139
151
  - `node`: `8.9.0` => `12.0.0`
140
152
  - `npm`: `5.6.0` => `6.9.0`
141
153
 
142
-
143
154
  ### 2.6.0
155
+
144
156
  Released on 20.07.2020
145
157
 
146
158
  Added tslint and stylelint configurations.
147
159
 
148
160
  Updated dependency:
161
+
149
162
  - `node-sass`: `4.13.0` => `4.14.1`
150
163
 
151
164
  Added dependencies:
165
+
152
166
  - `eslint`
153
167
  - `globby`
154
168
  - `stylelint`
155
169
 
156
-
157
170
  ### 2.5.3
171
+
158
172
  Released on 27.10.2020
159
173
 
160
174
  Updated dependency:
175
+
161
176
  - `node-sass`: `4.10.0` => `4.13.0`
162
177
 
163
178
  ### 2.5.2
179
+
164
180
  Released on 26.12.2019
165
181
 
166
182
  Updated package-lock.json.
167
183
 
168
184
  ### 2.5.1
185
+
169
186
  Released on 24.10.2019
170
187
 
171
188
  Updated package-lock.json.
172
189
 
173
190
  ### 2.5.0
191
+
174
192
  Released on 23.10.2019
175
193
 
176
- Fixed duplicated slash in fonts and images path.
194
+ Fixed duplicated slash in fonts and images path.
177
195
 
178
196
  Updated dependency:
197
+
179
198
  - `@spryker/oryx`: `1.3.0` => `1.4.0`
180
199
 
181
200
  ### 2.4.1
201
+
182
202
  Updated patch version due to wrong release.
183
203
 
184
204
  ### 2.4.0
205
+
185
206
  Released on 12.09.2019
186
207
 
187
208
  Updated dependency:
209
+
188
210
  - `yargs`: `11.0.0` => `13.3.0`
189
211
 
190
212
  ### 2.3.0
213
+
191
214
  Released on 13.06.2019
192
215
 
193
216
  Extend configuration to search entry points in spryker-eco namespace.
194
217
 
195
218
  Update dependencies:
219
+
196
220
  - `css-loader`: `0.28.10` => `2.1.1`
197
221
  - `optimize-css-assets-webpack-plugin`: `4.0.0` => `5.0.1`
198
222
 
199
223
  ### 2.2.0
224
+
200
225
  Released on 10.12.2018
201
226
 
202
227
  - update dependencies
203
- - @spryker/oryx 1.2.0 > 1.3.0
204
- - node-sass 4.8.3 > 4.10.0
205
- - webpack 4.6.0 > 4.27.0
228
+ - @spryker/oryx 1.2.0 > 1.3.0
229
+ - node-sass 4.8.3 > 4.10.0
230
+ - webpack 4.6.0 > 4.27.0
206
231
 
207
232
  ### 2.1.0
233
+
208
234
  Released on 20.04.2018
209
235
 
210
236
  - update dependencies
211
- - @spryker/oryx 1.1.0 > 1.2.0
237
+ - @spryker/oryx 1.1.0 > 1.2.0
238
+
239
+ ### 2.0.0
212
240
 
213
- ### 2.0.0
214
241
  Released on 20.04.2018
215
242
 
216
243
  Update the tool and make it working with webpack 4. Configuration and all dependencies are updated accordingly. See `package.json` for more details.
217
244
 
218
245
  ### 1.1.1
246
+
219
247
  Released on 28.09.2017
220
248
 
221
249
  - add fix for [`jquery-migrate` 3.0.1](https://github.com/jquery/jquery-migrate/issues/273)
222
250
  - add dependecy:
223
- - imports-loader ~0.7.1
251
+ - imports-loader ~0.7.1
224
252
 
225
253
  ### 1.1.0
254
+
226
255
  Released on 30.05.2017
227
256
 
228
257
  - add support for node ^7.0.0
229
258
  - update dependecies:
230
- - @spryker/oryx ^1.0.0 => ^1.1.0
259
+ - @spryker/oryx ^1.0.0 => ^1.1.0
231
260
 
232
261
  ### 1.0.0
262
+
233
263
  Released on 21.04.2017
234
264
 
235
265
  - documentation moved to [spryker.github.io/user-interface/oryx/for-zed](http://spryker.github.io/user-interface/oryx/for-zed)
236
266
  - update dependecies:
237
- - @spryker/oryx ^0.4.9 => ^1.0.0
267
+ - @spryker/oryx ^0.4.9 => ^1.0.0
238
268
 
239
269
  ### 0.5.8 (beta)
270
+
240
271
  Released on 30.03.2017
241
272
 
242
273
  - remove handler for `oryx.build()` promise
243
274
  - update dependecies:
244
- - @spryker/oryx ^0.4.8 => ^0.4.9
275
+ - @spryker/oryx ^0.4.8 => ^0.4.9
245
276
 
246
277
  ### 0.5.7 (beta)
278
+
247
279
  Released on 30.03.2017
248
280
 
249
281
  - handle `oryx.build()` promise
250
282
  - use `oryx.build.loadCompiler()` to load webpack
251
283
  - update dependecies:
252
- - @spryker/oryx ^0.4.4 > ^0.4.8
284
+ - @spryker/oryx ^0.4.4 > ^0.4.8
253
285
 
254
286
  ### 0.5.6 (beta)
287
+
255
288
  Released on 29.03.2017
256
289
 
257
290
  - update webpack commonsChunckPlugin configuration
258
291
 
259
292
  ### 0.5.5 (beta)
293
+
260
294
  Released on 29.03.2017
261
295
 
262
296
  - update webpack configuration to remove errors introduced due to webpack update
263
297
  - update dependecies:
264
- - webpack ~2.2.0 > ~2.3.2
298
+ - webpack ~2.2.0 > ~2.3.2
265
299
 
266
300
  ### 0.5.4 (beta)
301
+
267
302
  Released on 07.03.2017
268
303
 
269
304
  - update dependecies:
270
- - @spryker/oryx ^0.4.3 > ^0.4.4
305
+ - @spryker/oryx ^0.4.3 > ^0.4.4
271
306
 
272
307
  ### 0.5.3 (beta)
308
+
273
309
  Released on 07.03.2017
274
310
 
275
311
  - update dependecies:
276
- - @spryker/oryx ^0.4.0 > ^0.4.3
312
+ - @spryker/oryx ^0.4.0 > ^0.4.3
277
313
 
278
314
  ### 0.5.2 (beta)
315
+
279
316
  Released on 07.03.2017
280
317
 
281
318
  - update dependecies:
282
- - @spryker/oryx ^0.3.0 > ^0.4.0
319
+ - @spryker/oryx ^0.3.0 > ^0.4.0
283
320
 
284
321
  ### 0.5.1 (beta)
322
+
285
323
  Released on 07.03.2017
286
324
 
287
325
  - remove `extract-text-webpack-plugin` deprecations in `webpack.config.js` file
288
326
  - update engines:
289
- - npm >=3.0.0
290
- - remove yarn
327
+ - npm >=3.0.0
328
+ - remove yarn
291
329
 
292
330
  ### 0.5.0 (beta)
331
+
293
332
  Released on 07.03.2017
294
333
 
295
334
  - update dependencies in package.json:
296
- - extract-text-webpack-plugin 2.0.0-beta.5 > 2.1.0
297
- - file-loader 0.9.0 > 0.10.1
298
- - node-sass 4.3.0 > 4.5.0
299
- - postcss-loader 1.2.2 > 1.3.3
300
- - resolve-url-loader 1.6.1 > 2.0.2
301
- - sass-loader 4.1.1 > 6.0.2
302
- - yargs 6.6.0 > 7.0.1
335
+ - extract-text-webpack-plugin 2.0.0-beta.5 > 2.1.0
336
+ - file-loader 0.9.0 > 0.10.1
337
+ - node-sass 4.3.0 > 4.5.0
338
+ - postcss-loader 1.2.2 > 1.3.3
339
+ - resolve-url-loader 1.6.1 > 2.0.2
340
+ - sass-loader 4.1.1 > 6.0.2
341
+ - yargs 6.6.0 > 7.0.1
303
342
  - update engines:
304
- - npm ^3.0.0
305
- - yarn >= 0.19.0
343
+ - npm ^3.0.0
344
+ - yarn >= 0.19.0
306
345
  - update yarn.lock file
307
346
  - add CHANGELOG.md
308
347
 
309
348
  ### 0.4.x (alpha)
349
+
310
350
  Released on 24.02.2017
311
351
 
312
352
  - test alpha release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spryker/oryx-for-zed",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "Spryker ZED frontend automation tool",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "autoprefixer": "~10.4.14",
22
22
  "babel-loader": "~8.3.0",
23
23
  "colors": "~1.4.0",
24
- "css-loader": "~2.1.1",
24
+ "css-loader": "~6.10.0",
25
25
  "css-minimizer-webpack-plugin": "~4.2.2",
26
26
  "dayjs": "~1.11.7",
27
27
  "fast-glob": "~3.2.12",