1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 |
|
5 | <a name="6.0.10"></a>
|
6 | ## [6.0.10](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.9...v6.0.10) (2021-10-18)
|
7 |
|
8 |
|
9 |
|
10 | <a name="6.0.9"></a>
|
11 | ## [6.0.9](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.8...v6.0.9) (2021-06-23)
|
12 |
|
13 |
|
14 | ### Bug Fixes
|
15 |
|
16 | * **utils:** force get-matched-rule-4 to use nearest webpack installation ([#463](https://github.com/JetBrains/svg-sprite-loader/issues/463)) ([dcaa65a](https://github.com/JetBrains/svg-sprite-loader/commit/dcaa65a))
|
17 |
|
18 |
|
19 |
|
20 | <a name="6.0.8"></a>
|
21 | ## [6.0.8](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.7...v6.0.8) (2021-06-21)
|
22 |
|
23 |
|
24 | ### Bug Fixes
|
25 |
|
26 | * **utils:** fix: some options had no effect with webpack5 ([#460](https://github.com/JetBrains/svg-sprite-loader/issues/460)) ([839f878](https://github.com/JetBrains/svg-sprite-loader/commit/839f878)), closes [#446](https://github.com/JetBrains/svg-sprite-loader/issues/446)
|
27 |
|
28 |
|
29 |
|
30 | <a name="6.0.7"></a>
|
31 | ## [6.0.7](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.6...v6.0.7) (2021-05-28)
|
32 |
|
33 |
|
34 | ### Bug Fixes
|
35 |
|
36 | * **utils:** Account for rule property "generator" ([#454](https://github.com/JetBrains/svg-sprite-loader/issues/454)) ([9fc86f1](https://github.com/JetBrains/svg-sprite-loader/commit/9fc86f1)), closes [#428](https://github.com/JetBrains/svg-sprite-loader/issues/428) [vuejs/vue-loader#1753](https://github.com/vuejs/vue-loader/issues/1753)
|
37 |
|
38 |
|
39 |
|
40 | <a name="6.0.6"></a>
|
41 | ## [6.0.6](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.5...v6.0.6) (2021-04-23)
|
42 |
|
43 |
|
44 | ### Bug Fixes
|
45 |
|
46 | * **utils:** use webpack object version if package can't be required ([f4b82c2](https://github.com/JetBrains/svg-sprite-loader/commit/f4b82c2))
|
47 |
|
48 |
|
49 |
|
50 | <a name="6.0.5"></a>
|
51 | ## [6.0.5](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.4...v6.0.5) (2021-04-10)
|
52 |
|
53 |
|
54 | ### Bug Fixes
|
55 |
|
56 | * **utils:** use moduleGraph in is-module-should-be-extracted.js ([6099812](https://github.com/JetBrains/svg-sprite-loader/commit/6099812))
|
57 |
|
58 |
|
59 |
|
60 | <a name="6.0.4"></a>
|
61 | ## [6.0.4](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.3...v6.0.4) (2021-04-10)
|
62 |
|
63 |
|
64 | ### Bug Fixes
|
65 |
|
66 | * **utils:** NormalModule for webpack 5 ([00886bc](https://github.com/JetBrains/svg-sprite-loader/commit/00886bc))
|
67 |
|
68 |
|
69 |
|
70 | <a name="6.0.3"></a>
|
71 | ## [6.0.3](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.2...v6.0.3) (2021-04-10)
|
72 |
|
73 |
|
74 | ### Bug Fixes
|
75 |
|
76 | * **utils:** fix 'Properties descriptionData are unknown' with webpack5 ([5a4fc6a](https://github.com/JetBrains/svg-sprite-loader/commit/5a4fc6a))
|
77 | * **utils:** use moduleGraph and chunkGraph if possible ([9e25d18](https://github.com/JetBrains/svg-sprite-loader/commit/9e25d18))
|
78 |
|
79 |
|
80 |
|
81 | <a name="6.0.2"></a>
|
82 | ## [6.0.2](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.1...v6.0.2) (2021-03-18)
|
83 |
|
84 |
|
85 |
|
86 | <a name="6.0.1"></a>
|
87 | ## [6.0.1](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.0...v6.0.1) (2021-03-18)
|
88 |
|
89 |
|
90 |
|
91 | <a name="6.0.0"></a>
|
92 | # [6.0.0](https://github.com/JetBrains/svg-sprite-loader/compare/v5.2.1...v6.0.0) (2021-03-13)
|
93 |
|
94 |
|
95 | ### Bug Fixes
|
96 |
|
97 | * **additional-assets:** adds missing method ([8db9c4d](https://github.com/JetBrains/svg-sprite-loader/commit/8db9c4d))
|
98 | * **loader:** get rid of webpack--version ([54a0c6b](https://github.com/JetBrains/svg-sprite-loader/commit/54a0c6b)), closes [#437](https://github.com/JetBrains/svg-sprite-loader/issues/437) [#417](https://github.com/JetBrains/svg-sprite-loader/issues/417)
|
99 |
|
100 |
|
101 | ### BREAKING CHANGES
|
102 |
|
103 | * **loader:** delete get-webpack-version.js
|
104 |
|
105 |
|
106 |
|
107 | <a name="5.2.1"></a>
|
108 | ## [5.2.1](https://github.com/JetBrains/svg-sprite-loader/compare/v5.2.0...v5.2.1) (2020-12-14)
|
109 |
|
110 |
|
111 |
|
112 | <a name="5.2.0"></a>
|
113 | # [5.2.0](https://github.com/JetBrains/svg-sprite-loader/compare/v5.1.1...v5.2.0) (2020-12-14)
|
114 |
|
115 |
|
116 | ### Features
|
117 |
|
118 | * update-dependency ([d93c5cf](https://github.com/JetBrains/svg-sprite-loader/commit/d93c5cf))
|
119 |
|
120 |
|
121 |
|
122 | <a name="5.1.1"></a>
|
123 | ## [5.1.1](https://github.com/JetBrains/svg-sprite-loader/compare/v5.1.0...v5.1.1) (2020-12-05)
|
124 |
|
125 |
|
126 |
|
127 | <a name="5.1.0"></a>
|
128 | # [5.1.0](https://github.com/JetBrains/svg-sprite-loader/compare/v5.0.0...v5.1.0) (2020-12-05)
|
129 |
|
130 |
|
131 | ### Features
|
132 |
|
133 | * add support for webpack5 ([b34b2b2](https://github.com/JetBrains/svg-sprite-loader/commit/b34b2b2))
|
134 | * nodejs update ([00f4fc2](https://github.com/JetBrains/svg-sprite-loader/commit/00f4fc2))
|
135 |
|
136 |
|
137 |
|
138 | <a name="5.0.0"></a>
|
139 | # [5.0.0](https://github.com/JetBrains/svg-sprite-loader/compare/v4.3.0...v5.0.0) (2020-05-11)
|
140 |
|
141 |
|
142 | ### Bug Fixes
|
143 |
|
144 | * pass proper context param to runtime generator ([c084ec7](https://github.com/JetBrains/svg-sprite-loader/commit/c084ec7)), closes [#186](https://github.com/JetBrains/svg-sprite-loader/issues/186)
|
145 |
|
146 |
|
147 | ### BREAKING CHANGES
|
148 |
|
149 | * Possible breaks third-party runtime generators. Earlier `context` param was containing _path to compilation root context_, e.g. folder where webpack compilation occurs. This is wrong behaviour, because meaning of this param is a _folder where svg image is located_. So it was changed in this commit.
|
150 | If your custom runtime generator breaks after this update use `loaderContext.rootContext` option instead of `context`.
|
151 |
|
152 |
|
153 |
|
154 | <a name="4.3.0"></a>
|
155 | # [4.3.0](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.7...v4.3.0) (2020-05-03)
|
156 |
|
157 |
|
158 | ### Features
|
159 |
|
160 | * **outputPath:** add possibility to define output path ([2c7eceb](https://github.com/JetBrains/svg-sprite-loader/commit/2c7eceb))
|
161 |
|
162 |
|
163 |
|
164 | <a name="4.2.7"></a>
|
165 | ## [4.2.7](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.6...v4.2.7) (2020-04-28)
|
166 |
|
167 |
|
168 | ### Bug Fixes
|
169 |
|
170 | * move `mask` & `clipPath` elements outside symbol ([ae70786](https://github.com/JetBrains/svg-sprite-loader/commit/ae70786)), closes [#325](https://github.com/JetBrains/svg-sprite-loader/issues/325)
|
171 |
|
172 |
|
173 |
|
174 | <a name="4.2.6"></a>
|
175 | ## [4.2.6](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.5...v4.2.6) (2020-04-26)
|
176 |
|
177 |
|
178 |
|
179 | ### Bug Fixes
|
180 |
|
181 | * drop webpack version detector ([7131578](https://github.com/JetBrains/svg-sprite-loader/commit/7131578))
|
182 |
|
183 |
|
184 |
|
185 | <a name="4.2.5"></a>
|
186 | ## [4.2.5](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.4...v4.2.5) (2020-04-12)
|
187 |
|
188 |
|
189 | ### Bug Fixes
|
190 |
|
191 | * refers to transpiled code in svg-baker-runtime ([65ece05](https://github.com/JetBrains/svg-sprite-loader/commit/65ece05)), closes [#385](https://github.com/JetBrains/svg-sprite-loader/issues/385)
|
192 |
|
193 |
|
194 |
|
195 | <a name="4.2.4"></a>
|
196 | ## [4.2.4](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.3...v4.2.4) (2020-04-12)
|
197 |
|
198 |
|
199 | ### Bug Fixes
|
200 |
|
201 | * don't create additional chunk for sprite ([80ebfa3](https://github.com/JetBrains/svg-sprite-loader/commit/80ebfa3)), closes [#364](https://github.com/JetBrains/svg-sprite-loader/issues/364)
|
202 |
|
203 |
|
204 |
|
205 | <a name="4.2.3"></a>
|
206 | ## [4.2.3](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.2...v4.2.3) (2020-04-08)
|
207 |
|
208 |
|
209 | ### Bug Fixes
|
210 |
|
211 | * check properly when window.angular properly ([1c76824](https://github.com/JetBrains/svg-sprite-loader/commit/1c76824))
|
212 |
|
213 |
|
214 |
|
215 | <a name="4.2.2"></a>
|
216 | ## [4.2.2](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.1...v4.2.2) (2020-04-02)
|
217 |
|
218 |
|
219 | ### Bug Fixes
|
220 |
|
221 | * add aria-hidden attribute to sprite node for proper accessibility behaviour ([bb08665](https://github.com/JetBrains/svg-sprite-loader/commit/bb08665)), closes [#315](https://github.com/JetBrains/svg-sprite-loader/issues/315)
|
222 |
|
223 |
|
224 |
|
225 | <a name="4.2.1"></a>
|
226 | ## [4.2.1](https://github.com/JetBrains/svg-sprite-loader/compare/v4.2.0...v4.2.1) (2020-01-31)
|
227 |
|
228 |
|
229 | ### Bug Fixes
|
230 |
|
231 | * drop npm-shrinkwrap.json due to it causes installation of old dependencies when npm is used ([7439e61](https://github.com/JetBrains/svg-sprite-loader/commit/7439e61)), closes [#378](https://github.com/JetBrains/svg-sprite-loader/issues/378) [#379](https://github.com/JetBrains/svg-sprite-loader/issues/379)
|
232 |
|
233 |
|
234 |
|
235 | <a name="4.2.0"></a>
|
236 | # [4.2.0](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.6...v4.2.0) (2020-01-24)
|
237 |
|
238 |
|
239 | ### Bug Fixes
|
240 |
|
241 | * get-webpack-version.js ([6508469](https://github.com/JetBrains/svg-sprite-loader/commit/6508469))
|
242 |
|
243 |
|
244 | ### Features
|
245 |
|
246 | * add clipPath & mask to "move-from-symbol-to-root" transform defaults ([02d0c33](https://github.com/JetBrains/svg-sprite-loader/commit/02d0c33)), closes [#288](https://github.com/JetBrains/svg-sprite-loader/issues/288) [#325](https://github.com/JetBrains/svg-sprite-loader/issues/325)
|
247 |
|
248 |
|
249 |
|
250 | <a name="4.1.6"></a>
|
251 | ## [4.1.6](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.5...v4.1.6) (2019-04-27)
|
252 |
|
253 |
|
254 | ### Bug Fixes
|
255 |
|
256 | * incorrect items order after sorting ([ded8146](https://github.com/JetBrains/svg-sprite-loader/commit/ded8146))
|
257 |
|
258 |
|
259 |
|
260 | <a name="4.1.5"></a>
|
261 | ## [4.1.5](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.4...v4.1.5) (2019-04-27)
|
262 |
|
263 |
|
264 | ### Bug Fixes
|
265 |
|
266 | * replace all instances of urls in attribute ([d6fdf94](https://github.com/JetBrains/svg-sprite-loader/commit/d6fdf94)), closes [#300](https://github.com/JetBrains/svg-sprite-loader/issues/300)
|
267 |
|
268 |
|
269 |
|
270 | <a name="4.1.4"></a>
|
271 | ## [4.1.4](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.3...v4.1.4) (2019-04-27)
|
272 |
|
273 |
|
274 | ### Bug Fixes
|
275 |
|
276 | * incorrect detection webpack version, closes [#309](https://github.com/JetBrains/svg-sprite-loader/issues/309)
|
277 | * Fix the bug of publicPath, closes [#311](https://github.com/JetBrains/svg-sprite-loader/issues/311)
|
278 | * **configuration** make possible to use `oneOf` in loader rules
|
279 | * **configuration:** make default config work with yarn PnP ([dc931e2](https://github.com/JetBrains/svg-sprite-loader/commit/dc931e2))
|
280 | * **runtime-generator:** fix module not found errors for custom spriteModule or symbolModule ([44bbcfe](https://github.com/JetBrains/svg-sprite-loader/commit/44bbcfe))
|
281 |
|
282 |
|
283 |
|
284 | <a name="4.1.3"></a>
|
285 | ## [4.1.3](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.2...v4.1.3) (2018-10-29)
|
286 |
|
287 |
|
288 | ### Bug Fixes
|
289 |
|
290 | * update svg-baker to fix security vulnerability ([4408ccd](https://github.com/JetBrains/svg-sprite-loader/commit/4408ccd))
|
291 |
|
292 |
|
293 |
|
294 | <a name="4.1.2"></a>
|
295 | ## [4.1.2](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.1...v4.1.2) (2018-09-28)
|
296 |
|
297 |
|
298 | ### Bug Fixes
|
299 |
|
300 | * drop webpack dependency ([6254f9c](https://github.com/JetBrains/svg-sprite-loader/commit/6254f9c))
|
301 |
|
302 |
|
303 |
|
304 | <a name="4.1.1"></a>
|
305 | ## [4.1.1](https://github.com/JetBrains/svg-sprite-loader/compare/v4.1.0...v4.1.1) (2018-09-19)
|
306 |
|
307 |
|
308 | ### Bug Fixes
|
309 |
|
310 | * interpolate publicPath properly ([22f10e6](https://github.com/JetBrains/svg-sprite-loader/commit/22f10e6))
|
311 |
|
312 |
|
313 |
|
314 | <a name="4.1.0"></a>
|
315 | # [4.1.0](https://github.com/JetBrains/svg-sprite-loader/compare/v4.0.0...v4.1.0) (2018-09-19)
|
316 |
|
317 |
|
318 | ### Features
|
319 |
|
320 | * add ARIA attrs to whitelist symbol attributes ([4bbccab](https://github.com/JetBrains/svg-sprite-loader/commit/4bbccab)), closes [#304](https://github.com/JetBrains/svg-sprite-loader/issues/304)
|
321 |
|
322 |
|
323 |
|
324 | <a name="4.0.0"></a>
|
325 | # [4.0.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.9.0...v4.0.0) (2018-09-19)
|
326 |
|
327 |
|
328 |
|
329 | <a name="3.9.0"></a>
|
330 | # [3.9.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.8.0...v3.9.0) (2018-05-26)
|
331 |
|
332 |
|
333 | ### Features
|
334 |
|
335 | * support symbol id interpolator as function ([3691d86](https://github.com/JetBrains/svg-sprite-loader/commit/3691d86))
|
336 |
|
337 |
|
338 |
|
339 | <a name="3.8.0"></a>
|
340 | # [3.8.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.7.3...v3.8.0) (2018-05-26)
|
341 |
|
342 |
|
343 | ### Bug Fixes
|
344 |
|
345 | * error link in pr template ([7b6cf30](https://github.com/JetBrains/svg-sprite-loader/commit/7b6cf30))
|
346 |
|
347 |
|
348 | ### Features
|
349 |
|
350 | * support `publicPath` option ([793a7bf](https://github.com/JetBrains/svg-sprite-loader/commit/793a7bf))
|
351 | * support custom outputPath ([80f7520](https://github.com/JetBrains/svg-sprite-loader/commit/80f7520))
|
352 |
|
353 |
|
354 |
|
355 | <a name="3.7.3"></a>
|
356 | ## [3.7.3](https://github.com/JetBrains/svg-sprite-loader/compare/v3.7.2...v3.7.3) (2018-03-19)
|
357 |
|
358 |
|
359 | ### Bug Fixes
|
360 |
|
361 | * **utils:** fix linting errors ([f5239a0](https://github.com/JetBrains/svg-sprite-loader/commit/f5239a0))
|
362 | * **utils:** prevent errors for modules without resources ([467daa6](https://github.com/JetBrains/svg-sprite-loader/commit/467daa6))
|
363 |
|
364 |
|
365 |
|
366 | <a name="3.7.2"></a>
|
367 | ## [3.7.2](https://github.com/JetBrains/svg-sprite-loader/compare/v3.7.1...v3.7.2) (2018-03-19)
|
368 |
|
369 |
|
370 |
|
371 | <a name="3.7.1"></a>
|
372 | ## [3.7.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.7.0...v3.7.1) (2018-03-12)
|
373 |
|
374 |
|
375 | ### Bug Fixes
|
376 |
|
377 | * **loader:** wrong build target ([66e98f9](https://github.com/JetBrains/svg-sprite-loader/commit/66e98f9))
|
378 |
|
379 |
|
380 |
|
381 | <a name="3.7.0"></a>
|
382 | # [3.7.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.6.2...v3.7.0) (2018-03-10)
|
383 |
|
384 |
|
385 | ### Features
|
386 |
|
387 | * add webpack 4 support ([20f59ca](https://github.com/JetBrains/svg-sprite-loader/commit/20f59ca))
|
388 |
|
389 |
|
390 |
|
391 | <a name="3.6.2"></a>
|
392 | ## [3.6.2](https://github.com/JetBrains/svg-sprite-loader/compare/v3.6.1...v3.6.2) (2017-12-27)
|
393 |
|
394 |
|
395 | ### Bug Fixes
|
396 |
|
397 | * **plugin:** prevent outer symbol ast modifications ([0c8c3d0](https://github.com/JetBrains/svg-sprite-loader/commit/0c8c3d0))
|
398 |
|
399 |
|
400 |
|
401 | <a name="3.6.1"></a>
|
402 | ## [3.6.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.6.0...v3.6.1) (2017-12-25)
|
403 |
|
404 |
|
405 | ### Bug Fixes
|
406 |
|
407 | * **plugin:** don't hide sprite by default ([fd629bd](https://github.com/JetBrains/svg-sprite-loader/commit/fd629bd))
|
408 |
|
409 |
|
410 |
|
411 | <a name="3.6.0"></a>
|
412 | # [3.6.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.5.4...v3.6.0) (2017-12-22)
|
413 |
|
414 |
|
415 | ### Features
|
416 |
|
417 | * **plugin:** add ability to specify sprite attributes in extract mode ([a6a5e30](https://github.com/JetBrains/svg-sprite-loader/commit/a6a5e30))
|
418 |
|
419 |
|
420 |
|
421 | <a name="3.5.4"></a>
|
422 | ## [3.5.4](https://github.com/JetBrains/svg-sprite-loader/compare/v3.5.3...v3.5.4) (2017-12-19)
|
423 |
|
424 |
|
425 | ### Bug Fixes
|
426 |
|
427 | * **plugin:** refer to sprite file properly in plainSprite mode ([e4789a4](https://github.com/JetBrains/svg-sprite-loader/commit/e4789a4))
|
428 |
|
429 |
|
430 |
|
431 | <a name="3.5.3"></a>
|
432 | ## [3.5.3](https://github.com/JetBrains/svg-sprite-loader/compare/v3.5.2...v3.5.3) (2017-12-19)
|
433 |
|
434 |
|
435 | ### Bug Fixes
|
436 |
|
437 | * **loader:** drop "2 applied rules" warning ([e18f7d6](https://github.com/JetBrains/svg-sprite-loader/commit/e18f7d6))
|
438 |
|
439 |
|
440 |
|
441 | <a name="3.5.2"></a>
|
442 | ## [3.5.2](https://github.com/JetBrains/svg-sprite-loader/compare/v3.5.1...v3.5.2) (2017-12-12)
|
443 |
|
444 |
|
445 | ### Bug Fixes
|
446 |
|
447 | * **loader:** #203 support use in rule.oneOf ([cb3d2da](https://github.com/JetBrains/svg-sprite-loader/commit/cb3d2da))
|
448 |
|
449 |
|
450 |
|
451 | <a name="3.5.1"></a>
|
452 | ## [3.5.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.5.0...v3.5.1) (2017-12-08)
|
453 |
|
454 |
|
455 | ### Bug Fixes
|
456 |
|
457 | * **package:** drop postinstall script ([8a46c78](https://github.com/JetBrains/svg-sprite-loader/commit/8a46c78))
|
458 |
|
459 |
|
460 |
|
461 | <a name="3.5.0"></a>
|
462 | # [3.5.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.4.1...v3.5.0) (2017-12-08)
|
463 |
|
464 |
|
465 | ### Features
|
466 |
|
467 | * **loader:** add functional type of spriteFilename ([297a957](https://github.com/JetBrains/svg-sprite-loader/commit/297a957))
|
468 |
|
469 |
|
470 |
|
471 | <a name="3.4.1"></a>
|
472 | ## [3.4.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.4.0...v3.4.1) (2017-10-23)
|
473 |
|
474 |
|
475 | ### Bug Fixes
|
476 |
|
477 | * **plugin:** make sprite file hash more stable ([7e9c53e](https://github.com/JetBrains/svg-sprite-loader/commit/7e9c53e))
|
478 |
|
479 |
|
480 |
|
481 | <a name="3.4.0"></a>
|
482 | # [3.4.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.3.1...v3.4.0) (2017-10-19)
|
483 |
|
484 |
|
485 | ### Features
|
486 |
|
487 | * better html-webpack-plugin interop in extract mode ([8a2d63e](https://github.com/JetBrains/svg-sprite-loader/commit/8a2d63e))
|
488 |
|
489 |
|
490 |
|
491 | <a name="3.3.1"></a>
|
492 | ## [3.3.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.3.0...v3.3.1) (2017-10-16)
|
493 |
|
494 |
|
495 | ### Bug Fixes
|
496 |
|
497 | * **loader:** check this.cacheable existence before call it ([c1ed50a](https://github.com/JetBrains/svg-sprite-loader/commit/c1ed50a))
|
498 |
|
499 |
|
500 |
|
501 | <a name="3.3.0"></a>
|
502 | # [3.3.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.6...v3.3.0) (2017-10-16)
|
503 |
|
504 |
|
505 | ### Features
|
506 |
|
507 | * **plugin:** allow to render external sprite without styles and usages ([fcf3939](https://github.com/JetBrains/svg-sprite-loader/commit/fcf3939))
|
508 |
|
509 |
|
510 |
|
511 | <a name="3.2.6"></a>
|
512 | ## [3.2.6](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.5...v3.2.6) (2017-09-28)
|
513 |
|
514 |
|
515 | ### Bug Fixes
|
516 |
|
517 | * **loader:** #187 support rule.oneOf config ([75df92e](https://github.com/JetBrains/svg-sprite-loader/commit/75df92e))
|
518 | * **loader:** support resourceQuery in extract mode with webpack version above 1 ([6652d78](https://github.com/JetBrains/svg-sprite-loader/commit/6652d78))
|
519 |
|
520 |
|
521 |
|
522 | <a name="3.2.5"></a>
|
523 | ## [3.2.5](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.4...v3.2.5) (2017-08-31)
|
524 |
|
525 |
|
526 | ### Bug Fixes
|
527 |
|
528 | * **runtime:** don't encode "(", ")" and "~" symbols when replacing urls in <use> references ([388ce74](https://github.com/JetBrains/svg-sprite-loader/commit/388ce74))
|
529 |
|
530 |
|
531 |
|
532 | <a name="3.2.4"></a>
|
533 | ## [3.2.4](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.3...v3.2.4) (2017-08-20)
|
534 |
|
535 |
|
536 | ### Bug Fixes
|
537 |
|
538 | * preserve \`fill\` and \`stroke\` attrs when transform svg to symbol ([d845aa3](https://github.com/JetBrains/svg-sprite-loader/commit/d845aa3))
|
539 |
|
540 |
|
541 |
|
542 | <a name="3.2.3"></a>
|
543 | ## [3.2.3](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.2...v3.2.3) (2017-08-18)
|
544 |
|
545 |
|
546 | ### Bug Fixes
|
547 |
|
548 | * deal with deprecation warnings from webpack 3 ([d150035](https://github.com/JetBrains/svg-sprite-loader/commit/d150035))
|
549 |
|
550 |
|
551 |
|
552 | <a name="3.2.2"></a>
|
553 | ## [3.2.2](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.1...v3.2.2) (2017-08-17)
|
554 |
|
555 |
|
556 | ### Bug Fixes
|
557 |
|
558 | * **plugin:** webpack-manifest-plugin compatibility ([d88ac31](https://github.com/JetBrains/svg-sprite-loader/commit/d88ac31))
|
559 |
|
560 |
|
561 |
|
562 | <a name="3.2.1"></a>
|
563 | ## [3.2.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.2.0...v3.2.1) (2017-08-16)
|
564 |
|
565 |
|
566 | ### Bug Fixes
|
567 |
|
568 | * **runtime:** apply styles in dynamically appended symbols in Edge ([299bfe2](https://github.com/JetBrains/svg-sprite-loader/commit/299bfe2))
|
569 |
|
570 |
|
571 |
|
572 | <a name="3.2.0"></a>
|
573 | # [3.2.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.7...v3.2.0) (2017-08-16)
|
574 |
|
575 |
|
576 | ### Features
|
577 |
|
578 | * **runtime:** add ability to create sprite from existing DOM node ([4056d7b](https://github.com/JetBrains/svg-sprite-loader/commit/4056d7b))
|
579 |
|
580 |
|
581 |
|
582 | <a name="3.1.7"></a>
|
583 | ## [3.1.7](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.6...v3.1.7) (2017-08-15)
|
584 |
|
585 |
|
586 | ### Bug Fixes
|
587 |
|
588 | * **runtime:** store global sprite object in window which allows to mount symbols in one place betwee ([13e3d47](https://github.com/JetBrains/svg-sprite-loader/commit/13e3d47))
|
589 |
|
590 |
|
591 |
|
592 | <a name="3.1.6"></a>
|
593 | ## [3.1.6](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.5...v3.1.6) (2017-08-10)
|
594 |
|
595 |
|
596 | ### Bug Fixes
|
597 |
|
598 | * **loader:** interpolate sprite filename properly ([b17e5e0](https://github.com/JetBrains/svg-sprite-loader/commit/b17e5e0))
|
599 |
|
600 |
|
601 |
|
602 | <a name="3.1.5"></a>
|
603 | ## [3.1.5](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.4...v3.1.5) (2017-08-10)
|
604 |
|
605 |
|
606 | ### Bug Fixes
|
607 |
|
608 | * **loader:** throw an exception if input is not valid SVG ([413246e](https://github.com/JetBrains/svg-sprite-loader/commit/413246e)), closes [#170](https://github.com/JetBrains/svg-sprite-loader/issues/170)
|
609 |
|
610 |
|
611 |
|
612 | <a name="3.1.4"></a>
|
613 | ## [3.1.4](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.3...v3.1.4) (2017-08-09)
|
614 |
|
615 |
|
616 | ### Bug Fixes
|
617 |
|
618 | * **loader:** quick workaround for breaking changes in webpack@3.5 (`modules` prop dropped in ConcatenatedModule) ([f15030d](https://github.com/JetBrains/svg-sprite-loader/commit/f15030d))
|
619 |
|
620 |
|
621 |
|
622 | <a name="3.1.3"></a>
|
623 | ## [3.1.3](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.2...v3.1.3) (2017-08-08)
|
624 |
|
625 |
|
626 | ### Bug Fixes
|
627 |
|
628 | * **loader:** throw proper error message when runtime not found ([ef83fac](https://github.com/JetBrains/svg-sprite-loader/commit/ef83fac))
|
629 |
|
630 |
|
631 |
|
632 | <a name="3.1.2"></a>
|
633 | ## [3.1.2](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.1...v3.1.2) (2017-08-05)
|
634 |
|
635 |
|
636 | ### Bug Fixes
|
637 |
|
638 | * **loader:** decode entities in <style> tags ([36e6ba6](https://github.com/JetBrains/svg-sprite-loader/commit/36e6ba6))
|
639 |
|
640 |
|
641 |
|
642 | <a name="3.1.1"></a>
|
643 | ## [3.1.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.1.0...v3.1.1) (2017-08-04)
|
644 |
|
645 |
|
646 | ### Bug Fixes
|
647 |
|
648 | * **loader:** handle case when rule test is a function ([ace9f47](https://github.com/JetBrains/svg-sprite-loader/commit/ace9f47))
|
649 |
|
650 |
|
651 |
|
652 | <a name="3.1.0"></a>
|
653 | # [3.1.0](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.11...v3.1.0) (2017-08-03)
|
654 |
|
655 |
|
656 | ### Features
|
657 |
|
658 | * **loader:** webpack 3 module concatenation interop in extract mode ([8a79536](https://github.com/JetBrains/svg-sprite-loader/commit/8a79536))
|
659 |
|
660 |
|
661 |
|
662 | <a name="3.0.11"></a>
|
663 | ## [3.0.11](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.10...v3.0.11) (2017-08-03)
|
664 |
|
665 |
|
666 | ### Bug Fixes
|
667 |
|
668 | * **runtime:** pass proper old URL in Angular workaround ([fbda8a2](https://github.com/JetBrains/svg-sprite-loader/commit/fbda8a2))
|
669 |
|
670 |
|
671 |
|
672 | <a name="3.0.10"></a>
|
673 | ## [3.0.10](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.9...v3.0.10) (2017-07-31)
|
674 |
|
675 | ### Configuration
|
676 |
|
677 | * **configuration:** add support for `symbolRegExp` pattern in symbol name interpolation ([e9de712](https://github.com/JetBrains/svg-sprite-loader/commit/e9de712))
|
678 |
|
679 |
|
680 |
|
681 | <a name="3.0.9"></a>
|
682 | ## [3.0.9](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.8...v3.0.9) (2017-07-31)
|
683 |
|
684 |
|
685 | ### Bug Fixes
|
686 |
|
687 | * **runtime:** fix IE/Edge rendering with SVG containing 'style' elements ([dcc9e27](https://github.com/JetBrains/svg-sprite-loader/commit/dcc9e27))
|
688 |
|
689 |
|
690 |
|
691 | <a name="3.0.8"></a>
|
692 | ## [3.0.8](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.7...v3.0.8) (2017-07-28)
|
693 |
|
694 |
|
695 | ### Bug Fixes
|
696 |
|
697 | * **runtime:** fallback to early sprite mount when document.body appears ([a71e67a](https://github.com/JetBrains/svg-sprite-loader/commit/a71e67a))
|
698 |
|
699 |
|
700 |
|
701 | <a name="3.0.7"></a>
|
702 | ## [3.0.7](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.6...v3.0.7) (2017-07-24)
|
703 |
|
704 |
|
705 | ### Bug Fixes
|
706 |
|
707 | * **runtime-generator:** return symbol id string in compat mode ([7641af0](https://github.com/JetBrains/svg-sprite-loader/commit/7641af0))
|
708 |
|
709 |
|
710 |
|
711 | <a name="3.0.6"></a>
|
712 | ## [3.0.6](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.5...v3.0.6) (2017-07-17)
|
713 |
|
714 |
|
715 | ### Bug Fixes
|
716 |
|
717 | * **loader:** add support for issuer when matching rules ([5d21b2f](https://github.com/JetBrains/svg-sprite-loader/commit/5d21b2f))
|
718 |
|
719 |
|
720 | <a name="3.0.5"></a>
|
721 | ## [3.0.5](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.4...v3.0.5) (2017-06-02)
|
722 |
|
723 |
|
724 | ### Bug Fixes
|
725 |
|
726 | * **loader:** replace sprite filename in whole source ([d4d4429](https://github.com/JetBrains/svg-sprite-loader/commit/d4d4429))
|
727 |
|
728 |
|
729 |
|
730 | <a name="3.0.4"></a>
|
731 | ## [3.0.4](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.3...v3.0.4) (2017-05-31)
|
732 |
|
733 |
|
734 | ### Bug Fixes
|
735 |
|
736 | * **utils:** properly replace path to image with sprite name on Windows ([6bdd6cd](https://github.com/JetBrains/svg-sprite-loader/commit/6bdd6cd))
|
737 |
|
738 |
|
739 |
|
740 | <a name="3.0.3"></a>
|
741 | ## [3.0.3](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.2...v3.0.3) (2017-05-29)
|
742 |
|
743 |
|
744 | ### Bug Fixes
|
745 |
|
746 | * **configuration:** proper configurator runtime selection based on \`target\` loader context ([a7365a2](https://github.com/JetBrains/svg-sprite-loader/commit/a7365a2))
|
747 |
|
748 |
|
749 |
|
750 | <a name="3.0.2"></a>
|
751 | ## [3.0.2](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.1...v3.0.2) (2017-05-24)
|
752 |
|
753 |
|
754 | ### Bug Fixes
|
755 |
|
756 | * **loader:** check module request properly in isModuleShouldBeExtracted with DLL Plugin ([ffb7b04](https://github.com/JetBrains/svg-sprite-loader/commit/ffb7b04))
|
757 |
|
758 |
|
759 |
|
760 | <a name="3.0.1"></a>
|
761 | ## [3.0.1](https://github.com/JetBrains/svg-sprite-loader/compare/v3.0.0...v3.0.1) (2017-05-22)
|
762 |
|
763 |
|
764 | ### Bug Fixes
|
765 |
|
766 | * **runtime-generator:** runtime generator in extract mode return object instead of string ([208b6dc](https://github.com/JetBrains/svg-sprite-loader/commit/208b6dc))
|
767 |
|
768 |
|
769 |
|
770 | <a name="3.0.0"></a>
|
771 | # [3.0.0](https://github.com/JetBrains/svg-sprite-loader/compare/v2.1.0...v3.0.0) (2017-05-21)
|
772 |
|
773 |
|
774 | ### Features
|
775 |
|
776 | * **loader:** runtime exports an object in extract mode ([f0af0eb](https://github.com/JetBrains/svg-sprite-loader/commit/f0af0eb))
|
777 |
|
778 |
|
779 | ### Reverts
|
780 |
|
781 | * **tools:** rollback to standart-version :) ([b948e65](https://github.com/JetBrains/svg-sprite-loader/commit/b948e65))
|
782 |
|
783 |
|
784 | ### BREAKING CHANGES
|
785 |
|
786 | * **loader:** Generated runtime in extract mode is changed from string to object
|
787 |
|
788 | ISSUES CLOSED: #123
|
789 |
|
790 |
|
791 |
|
792 | <a name="2.1.0"></a>
|
793 | # [2.1.0](https://github.com/JetBrains/svg-sprite-loader/compare/v2.0.6...v2.1.0) (2017-05-13)
|
794 |
|
795 |
|
796 | ### Bug Fixes
|
797 |
|
798 | * **multiple:** update svg-baker deps ([ead7d68](https://github.com/JetBrains/svg-sprite-loader/commit/ead7d68)), closes [#101](https://github.com/JetBrains/svg-sprite-loader/issues/101) [#103](https://github.com/JetBrains/svg-sprite-loader/issues/103) [#112](https://github.com/JetBrains/svg-sprite-loader/issues/112)
|
799 | * **runtime:** update svg-baker-runtime with fixed angular workaround ([1543029](https://github.com/JetBrains/svg-sprite-loader/commit/1543029)), closes [#103](https://github.com/JetBrains/svg-sprite-loader/issues/103)
|
800 |
|
801 |
|
802 | ### Features
|
803 |
|
804 | * add [hash] token substitution support ([87110f4](https://github.com/JetBrains/svg-sprite-loader/commit/87110f4)), closes [#98](https://github.com/JetBrains/svg-sprite-loader/issues/98) [#111](https://github.com/JetBrains/svg-sprite-loader/issues/111)
|
805 |
|
806 |
|
807 | <a name="2.0.6"></a>
|
808 | ## [2.0.6](https://github.com/JetBrains/svg-sprite-loader/compare/v2.0.5...v2.0.6) (2017-05-13)
|
809 |
|
810 |
|
811 | ### Bug Fixes
|
812 |
|
813 | * **configure:** use `browser-sprite``browser-symbol` for `electron-renderer` target ([b9a3ed0](https://github.com/JetBrains/svg-sprite-loader/commit/b9a3ed0))
|
814 |
|
815 |
|
816 | <a name="2.1.0-3"></a>
|
817 | ## [2.1.0-3](https://github.com/JetBrains/svg-sprite-loader/compare/v2.1.0-2...v2.1.0-3) [beta] (2017-05-10)
|
818 |
|
819 |
|
820 | ### Bug Fixes
|
821 |
|
822 | * **plugin:** properly replace paths on Windows ([0c70caa](https://github.com/JetBrains/svg-sprite-loader/commit/0c70caa)), closes [#106](https://github.com/JetBrains/svg-sprite-loader/issues/106)
|
823 |
|
824 |
|
825 |
|
826 | <a name="2.1.0-2"></a>
|
827 | ## [2.1.0-2](https://github.com/JetBrains/svg-sprite-loader/compare/v2.1.0-1...v2.1.0-2) [beta] (2017-05-09)
|
828 |
|
829 |
|
830 | ### Bug Fixes
|
831 |
|
832 | * **loader:** symbol id interpolation ([18edd99](https://github.com/JetBrains/svg-sprite-loader/commit/18edd99))
|
833 |
|
834 |
|
835 |
|
836 | <a name="2.1.0-1"></a>
|
837 | ## [2.1.0-1](https://github.com/JetBrains/svg-sprite-loader/compare/v2.1.0-0...v2.1.0-1) [beta] (2017-05-08)
|
838 |
|
839 |
|
840 | ### Bug Fixes
|
841 |
|
842 | * **plugin:** properly generate symbol url in extract mode ([6af7230](https://github.com/JetBrains/svg-sprite-loader/commit/6af7230))
|
843 |
|
844 |
|
845 |
|
846 | <a name="2.1.0-0"></a>
|
847 | ## [2.1.0-0](https://github.com/JetBrains/svg-sprite-loader/compare/v2.0.5...v2.1.0-0) [beta] (2017-05-07)
|
848 |
|
849 |
|
850 | ### Bug Fixes
|
851 |
|
852 | * **utils:** fix default import ([0c34daa](https://github.com/JetBrains/svg-sprite-loader/commit/0c34daa))
|
853 |
|
854 |
|
855 | ### Features
|
856 |
|
857 | * **interop:** extract-text-webpack-plugin & html-webpack-plugin interop ([a38fdcc](https://github.com/JetBrains/svg-sprite-loader/commit/a38fdcc))
|
858 | * **interop:** extract-text-webpack-plugin with allChunks: true interoperability ([63d347d](https://github.com/JetBrains/svg-sprite-loader/commit/63d347d))
|
859 | * **spritehash:** add ability to use `[spritehash]` substitution token in spriteFilename ([f9eba1b](https://github.com/JetBrains/svg-sprite-loader/commit/f9eba1b))
|
860 |
|
861 |
|
862 | <a name="2.0.5"></a>
|
863 | ## [2.0.5](https://github.com/JetBrains/svg-sprite-loader/compare/v2.0.4...v2.0.5) (2017-05-05)
|