Skip to content

Latest commit

 

History

History
308 lines (129 loc) · 9.52 KB

CHANGELOG.md

File metadata and controls

308 lines (129 loc) · 9.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.1 (2021-02-12)

Bug Fixes

  • allow higher versions of peer dependency postcss-loader (f9cc595)
  • update some dependencies (04b3423)

5.0.0 (2020-08-19)

⚠ BREAKING CHANGES

  • postcss-plugin.js: this change requires css-loader@4 to work, earlier versions of css-loader should use previous version

Features

  • postcss-plugin.js: update for css-loader@4 (5ebaa16), closes #46

4.2.2 (2020-03-16)

Bug Fixes

  • Adjust types to align with latest typescript spec (5b360fa)

4.2.1 (2019-07-08)

Bug Fixes

  • postcss-plugin returns now a consistent void return value (403156a)

4.2.0 (2019-07-08)

Features

4.1.0 (2019-06-10)

Features

  • drop same height requirement (8f59298)

4.0.0 (2019-06-09)

Features

  • Add support for css-loader 2 (2956b94)

BREAKING CHANGES

  • CSS modules are only supported with css-loader >= 2.x

3.2.0 (2019-06-09)

Bug Fixes

  • 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)

Features

  • icon-generation: Add npm configuration for saving exact versions (22865c6)

3.1.1 (2019-02-26)

Bug Fixes

  • upgrade nyc package because of "Prototype Pollution" in peer-dependency (e6fc046)

Features

  • icon-generation: Add npm configuration for saving exact versions (ff408ce)

3.1.0 (2019-01-03)

Features

  • Add postcss-loader 3 support to peer dependency (#31) (9b02c88)

3.0.1 (2018-08-10)

Bug Fixes

  • Compile error in svgicons2svgfont (cdb6e0f)

3.0.0 (2018-06-20)

Features

  • icon-generation: Add new option enforcedSvgHeight to improve the icon quality (efed575), closes #21

BREAKING CHANGES

  • icon-generation: SVGs are now scaled by default

2.0.0 (2018-05-08)

Features

BREAKING CHANGES

  • Font smoothing is changed to improve the icon quality

1.2.0 (2018-03-23)

Features

  • Add support for Webpack 4 (56ea1ce)

1.1.0 (2017-08-04)

Features

  • loader: Add support for css-modules (5e1e7fa)

1.0.0 (2017-07-31)

Features

  • postcss-plugin: Add support for postcss-loader 2.x (#7) (8ff664b)

Breaking Changes

  • 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)

Bug Fixes

  • Copy placeholder svg into the node_modules folder for tests (7abbbbd)

0.0.11 (2017-01-03)

Bug Fixes

0.0.10 (2017-01-03)

Features

  • plugin: Use a placeholder to allow better optimizations (da25a0d)

0.0.9 (2016-09-30)

Bug Fixes

  • postcss-plugin: Fix windows path issues (7cd100a)

0.0.8 (2016-09-30)

Bug Fixes

  • postcss-plugin: Fixed resolving files for context less child compiler (9797c0b)

0.0.7 (2016-09-22)

Bug Fixes

  • postcss-plugin: Allow urls without quotes (325a167)

0.0.6 (2016-09-21)

Features

  • postcss-plugin: Add font-size shorthand (ee524cc)

0.0.5 (2016-09-21)

Features

  • icons-to-woff: Allow to generate variable height fonts (141ac91)

0.0.4 (2016-09-14)

Bug Fixes

  • icons-to-woff: hide "font created" message (1dbb1fd)
  • icons-to-woff: ignore fill="none" in svgs (caf29be)

Performance Improvements

  • postcss-plugin: reduce font name length (edd9168)

0.0.3 (2016-09-14)

Bug Fixes

  • postcss-plugin: Fix dependency watching (ccbf05e)

0.0.2 (2016-09-13)

Bug Fixes

  • postcss-plugin: Skip css files without icons (ee24526)

0.0.1 (2016-09-13)

  • Initial release