@spryker/oryx-for-zed 3.3.0 → 3.4.1

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