diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3dacd..ebc8097 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 7.0.2 + +- Fixed: incorrect reduction of subtraction from zero ([#88](https://github.com/postcss/postcss-calc/issues/88)) +- Fixed: doesn't remove calc for single function +- Fixed: relax parser on unknown units ([#76](https://github.com/postcss/postcss-calc/issues/76)) +- Fixed: handle numbers with exponen composed ([#83](https://github.com/postcss/postcss-calc/pull/83)) +- Fixed: handle plus sign before value ([#79](https://github.com/postcss/postcss-calc/pull/79)) +- Fixed: better handle precision for nested calc ([#75](https://github.com/postcss/postcss-calc/pull/75)) +- Fixed: properly handle nested add and sub expression inside sub expression ([#64](https://github.com/postcss/postcss-calc/issues/64)) +- Fixed: handle uppercase units and functions ([#71](https://github.com/postcss/postcss-calc/pull/71)) +- Fixed: do not break `calc` with single var ([cssnano/cssnano#725](https://github.com/cssnano/cssnano/issues/725)) +- Updated: `postcss` to 7.0.27 (patch) +- Updated: `postcss-selector-parser` to 6.0.2 +- Updated: `postcss-value-parser` to 4.0.2 + # 7.0.1 - Updated: `postcss` to 7.0.2 (patch) diff --git a/package.json b/package.json index 64bc01e..13dd0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-calc", - "version": "7.0.1", + "version": "7.0.2", "description": "PostCSS plugin to reduce calc()", "keywords": [ "css",