All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.8.1 (2018-01-31)
1.8.0 (2018-01-31)
- support custom file extension (#47) (56a111f), closes #31
- webpack: include Babel transformation (#48) (dfecd39), closes #45
1.7.0 (2018-01-23)
- emSize: add support for missing width/height (2eacfd8)
- add option keepUselessDefs (3d03510), closes #36
- refactor emSize to reduce iterations (3c9d8b4)
1.6.0 (2018-01-08)
- support url-loader & file-loader (b95ed07)
1.5.0 (2017-12-12)
1.4.0 (2017-12-07)
- add "-native" option to target React Native (76fd6f5)
- native: import only relevant components (fcd4229)
- native: log unsupported components (888d968)
1.3.0 (2017-12-05)
- add option to keeps IDs from SVG (bfd4066)
1.2.0 (2017-12-04)
- simplify webpack usage (7ac643e)
1.1.0 (2017-11-24)
- add viewBox option that default to true (ba2be3a)
1.0.0 (2017-11-07)
- upgrade svgo & prettier (fd66885)
- SVGO now removes viewBox automatically.