All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.1 (2021-02-12)
- allow higher versions of peer dependency postcss-loader (f9cc595)
- update some dependencies (04b3423)
5.0.0 (2020-08-19)
- postcss-plugin.js: this change requires css-loader@4 to work, earlier versions of css-loader should use previous version
4.2.2 (2020-03-16)
- Adjust types to align with latest typescript spec (5b360fa)
4.2.1 (2019-07-08)
- postcss-plugin returns now a consistent void return value (403156a)
4.2.0 (2019-07-08)
- Add typechecks (d79dee1)
4.1.0 (2019-06-10)
- drop same height requirement (8f59298)
4.0.0 (2019-06-09)
- Add support for css-loader 2 (2956b94)
- CSS modules are only supported with css-loader >= 2.x
3.2.0 (2019-06-09)
- package.json & package-lock.json to reduce vulnerabilities (59d1b5b)
- Remove lodash dependency (ae9a50b)
- upgrade nyc package because of "Prototype Pollution" in peer-dependency (d186cc1)
- Use buffer for memory-fs readFile signature (b0fc34e)
- icon-generation: Add npm configuration for saving exact versions (22865c6)
3.1.1 (2019-02-26)
- upgrade nyc package because of "Prototype Pollution" in peer-dependency (e6fc046)
- icon-generation: Add npm configuration for saving exact versions (ff408ce)
3.1.0 (2019-01-03)
3.0.1 (2018-08-10)
- Compile error in svgicons2svgfont (cdb6e0f)
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