All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2018-06-20)
- icon-generation: SVGs are now scaled by default
2.0.0 (2018-05-08)
- Font smoothing is changed to improve the icon quality
1.2.0 (2018-03-23)
- Add support for Webpack 4 (56ea1ce)
1.1.0 (2017-08-04)
- loader: Add support for css-modules (5e1e7fa)
1.0.0 (2017-07-31)
- Dropped support for Node version older than 6 (because of dependencies)
- Dropped support for postcss-loader 0.x and 1.x (because of breaking changes in 2.x)
0.0.11 (2017-01-03)
- Copy placeholder svg into the node_modules folder for tests (7abbbbd)
0.0.11 (2017-01-03)
- Add placeholder.svg (eb92f6f)
0.0.10 (2017-01-03)
- plugin: Use a placeholder to allow better optimizations (da25a0d)
0.0.9 (2016-09-30)
- postcss-plugin: Fix windows path issues (7cd100a)
0.0.8 (2016-09-30)
- postcss-plugin: Fixed resolving files for context less child compiler (9797c0b)
0.0.7 (2016-09-22)
- postcss-plugin: Allow urls without quotes (325a167)
0.0.6 (2016-09-21)
- postcss-plugin: Add font-size shorthand (ee524cc)
0.0.5 (2016-09-21)
- icons-to-woff: Allow to generate variable height fonts (141ac91)
0.0.4 (2016-09-14)
- icons-to-woff: hide "font created" message (1dbb1fd)
- icons-to-woff: ignore
fill="none"
in svgs (caf29be)
- postcss-plugin: reduce font name length (edd9168)
0.0.3 (2016-09-14)
- postcss-plugin: Fix dependency watching (ccbf05e)
0.0.2 (2016-09-13)
- postcss-plugin: Skip css files without icons (ee24526)
0.0.1 (2016-09-13)
- Initial release