[6a3a178] | 1 | # Change Log
|
---|
| 2 |
|
---|
| 3 | All notable changes to this project will be documented in this file.
|
---|
| 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
---|
| 5 |
|
---|
| 6 | ## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@5.0.0...postcss-normalize-positions@5.0.1) (2021-05-19)
|
---|
| 7 |
|
---|
| 8 | **Note:** Version bump only for package postcss-normalize-positions
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | # [5.0.0](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@5.0.0-rc.2...postcss-normalize-positions@5.0.0) (2021-04-06)
|
---|
| 15 |
|
---|
| 16 | **Note:** Version bump only for package postcss-normalize-positions
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 |
|
---|
| 20 |
|
---|
| 21 |
|
---|
| 22 | # [5.0.0-rc.2](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@5.0.0-rc.1...postcss-normalize-positions@5.0.0-rc.2) (2021-03-15)
|
---|
| 23 |
|
---|
| 24 | **Note:** Version bump only for package postcss-normalize-positions
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 | # [5.0.0-rc.1](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@5.0.0-rc.0...postcss-normalize-positions@5.0.0-rc.1) (2021-03-04)
|
---|
| 31 |
|
---|
| 32 | **Note:** Version bump only for package postcss-normalize-positions
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 |
|
---|
| 38 | # 5.0.0-rc.0 (2021-02-19)
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 | ### Bug Fixes
|
---|
| 42 |
|
---|
| 43 | * **postcss-normalize-positions:** correct optimize math (`calc` and etc) and variable functions (`var` and `env`) ([#750](https://github.com/cssnano/cssnano/issues/750)) ([a81e8df](https://github.com/cssnano/cssnano/commit/a81e8dfc1ad26067d5a9efab8081072cd4b15c44))
|
---|
| 44 | * **postcss-normalize-repeat-style:** better handle css variables ([#753](https://github.com/cssnano/cssnano/issues/753)) ([7e18b0c](https://github.com/cssnano/cssnano/commit/7e18b0cbcd7cb5de58e60ab4ef1900a4d8eeefec))
|
---|
| 45 |
|
---|
| 46 |
|
---|
| 47 | ### chore
|
---|
| 48 |
|
---|
| 49 | * minimum require version of node is 10.13 ([#871](https://github.com/cssnano/cssnano/issues/871)) ([28bda24](https://github.com/cssnano/cssnano/commit/28bda243e32ce3ba89b3c358a5f78727b3732f11))
|
---|
| 50 |
|
---|
| 51 |
|
---|
| 52 | ### Features
|
---|
| 53 |
|
---|
| 54 | * migarete to PostCSS 8 ([#975](https://github.com/cssnano/cssnano/issues/975)) ([40b82dc](https://github.com/cssnano/cssnano/commit/40b82dca7f53ac02cd4fe62846dec79b898ccb49))
|
---|
| 55 |
|
---|
| 56 |
|
---|
| 57 | ### BREAKING CHANGES
|
---|
| 58 |
|
---|
| 59 | * minimum supported `postcss` version is `8.2.1`
|
---|
| 60 | * minimum require version of node is 10.13
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 | ## 4.1.9 (2019-02-12)
|
---|
| 65 |
|
---|
| 66 |
|
---|
| 67 | ### Performance Improvements
|
---|
| 68 |
|
---|
| 69 | * **postcss-normalize-positions:** increase perf ([#694](https://github.com/cssnano/cssnano/issues/694)) ([95639da](https://github.com/cssnano/cssnano/commit/95639da5659aef112586b9334a1e13ac0b61a525))
|
---|
| 70 |
|
---|
| 71 |
|
---|
| 72 |
|
---|
| 73 | ## 4.1.1 (2018-09-24)
|
---|
| 74 |
|
---|
| 75 |
|
---|
| 76 | ### Bug Fixes
|
---|
| 77 |
|
---|
| 78 | * handle uppercase property and values on `postcss-normalize-positions` ([#607](https://github.com/cssnano/cssnano/issues/607)) ([c521423](https://github.com/cssnano/cssnano/commit/c521423d5939039b771ba1b12fad5fe377a6c612))
|
---|
| 79 | * **postcss-merge-longhand:** not mangle border output ([#555](https://github.com/cssnano/cssnano/issues/555)) ([9a70605](https://github.com/cssnano/cssnano/commit/9a706050b621e7795a9bf74eb7110b5c81804ffe)), closes [#553](https://github.com/cssnano/cssnano/issues/553) [#554](https://github.com/cssnano/cssnano/issues/554)
|
---|