| [9af201e] | 1 | # Changelog
|
|---|
| 2 |
|
|---|
| 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|---|
| 4 |
|
|---|
| 5 | ### [4.0.1](https://github.com/maximkoretskiy/postcss-initial/compare/v4.0.0...v4.0.1) (2021-04-14)
|
|---|
| 6 |
|
|---|
| 7 | ## [4.0.0](https://github.com/maximkoretskiy/postcss-initial/compare/v3.0.2...v4.0.0) (2020-09-29)
|
|---|
| 8 |
|
|---|
| 9 | ## [4.0.0] - 2020-09-29
|
|---|
| 10 |
|
|---|
| 11 | - Update deps
|
|---|
| 12 | - Migrate to PostCSS v8 Thanks to @goto-bus-stop and @Semigradsky
|
|---|
| 13 | - Fix initial false positive. Thanks to @goto-bus-stop
|
|---|
| 14 |
|
|---|
| 15 | ## [3.0.3] - 2020-07-14
|
|---|
| 16 |
|
|---|
| 17 | - Update deps
|
|---|
| 18 |
|
|---|
| 19 | ## [3.0.2](https://github.com/maximkoretskiy/postcss-initial/compare/v3.0.1...v3.0.2) (2019-10-31)
|
|---|
| 20 |
|
|---|
| 21 | ## [3.0.1] - 2019-08-09
|
|---|
| 22 |
|
|---|
| 23 | - Fix lodash.template vulnerability. See https://github.com/lodash/lodash/pull/4336
|
|---|
| 24 |
|
|---|
| 25 | ## [3.0.0] - 2018-08-16
|
|---|
| 26 |
|
|---|
| 27 | - Upgrade PostCSS to 7.0.2. It breaks node@4 support. Thanks to @ansballard for contribution
|
|---|
| 28 |
|
|---|
| 29 | ## [2.0.0] - 2016-05-09
|
|---|
| 30 |
|
|---|
| 31 | - Add yarn
|
|---|
| 32 | - Update dependcies. Thanks to @Semigradsky
|
|---|
| 33 |
|
|---|
| 34 | ## [1.5.3] - 2016-11-30
|
|---|
| 35 |
|
|---|
| 36 | - Add `.eslintrc` to `.npmignore` Thanks to @wtgtybhertgeghgtwtg for pr [#20](https://github.com/maximkoretskiy/postcss-initial/pull/20)
|
|---|
| 37 |
|
|---|
| 38 | ## [1.5.2] - 2016-07-20
|
|---|
| 39 |
|
|---|
| 40 | Fix rules duplication in case when user added own fallback for rule.
|
|---|
| 41 | See [#18](https://github.com/maximkoretskiy/postcss-initial/issues/18).
|
|---|
| 42 | Thanks to @ChaosExAnima for suggestion and PR.
|
|---|
| 43 |
|
|---|
| 44 | ## [1.5.1] - 2016-04-09
|
|---|
| 45 |
|
|---|
| 46 | Added support of multiple initial values in property. Thanks to @johnbender for issue and contribution.
|
|---|
| 47 |
|
|---|
| 48 | ## [1.5.0] - 2016-03-09
|
|---|
| 49 |
|
|---|
| 50 | - Fix some props with inherit values to more specific values. Thnx @dzhiriki for issue.
|
|---|
| 51 | - Update deps
|
|---|
| 52 |
|
|---|
| 53 | ## [1.4.1] - 2016-02-05
|
|---|
| 54 |
|
|---|
| 55 | - Remove gulp from workflow, using npm-scrips only
|
|---|
| 56 | - Update lodash.template@4
|
|---|
| 57 | - Fix browser compatibility issues(font, orphans, widows, text-decoration). Thnx to @kinday for issue.
|
|---|
| 58 |
|
|---|
| 59 | ## [1.4] - 2015-11-08
|
|---|
| 60 |
|
|---|
| 61 | - Added `replace` option. Thanks to @sylvainbaronnet
|
|---|
| 62 |
|
|---|
| 63 | ## [1.3] - 2015-08-27
|
|---|
| 64 |
|
|---|
| 65 | Rename project to make it more universal (plugin name is **postcss-initial**)
|
|---|
| 66 |
|
|---|
| 67 | ## [1.2] - 2015-08-26
|
|---|
| 68 |
|
|---|
| 69 | Rename project to fit standards (plugin name is **postcss-all-property**)
|
|---|
| 70 |
|
|---|
| 71 | ## [1.1.0] - 2015-08-25
|
|---|
| 72 |
|
|---|
| 73 | Add reset: inherited option
|
|---|
| 74 |
|
|---|
| 75 | ## [1.0.1] - 2015-08-24
|
|---|
| 76 |
|
|---|
| 77 | Proof of concept. Plugin still works =)(plugin name is **postcss-all-unset**)
|
|---|