All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2021-04-14)
4.0.0 (2020-09-29)
- Update deps
- Migrate to PostCSS v8 Thanks to @goto-bus-stop and @Semigradsky
- Fix initial false positive. Thanks to @goto-bus-stop
- Update deps
3.0.2 (2019-10-31)
- Fix lodash.template vulnerability. See lodash/lodash#4336
- Upgrade PostCSS to 7.0.2. It breaks node@4 support. Thanks to @ansballard for contribution
- Add yarn
- Update dependcies. Thanks to @Semigradsky
- Add
.eslintrc
to.npmignore
Thanks to @wtgtybhertgeghgtwtg for pr #20
Fix rules duplication in case when user added own fallback for rule. See #18. Thanks to @ChaosExAnima for suggestion and PR.
Added support of multiple initial values in property. Thanks to @johnbender for issue and contribution.
- Fix some props with inherit values to more specific values. Thnx @dzhiriki for issue.
- Update deps
- Remove gulp from workflow, using npm-scrips only
- Update lodash.template@4
- Fix browser compatibility issues(font, orphans, widows, text-decoration). Thnx to @kinday for issue.
- Added
replace
option. Thanks to @sylvainbaronnet
Rename project to make it more universal (plugin name is postcss-initial)
Rename project to fit standards (plugin name is postcss-all-property)
Add reset: inherited option
Proof of concept. Plugin still works =)(plugin name is postcss-all-unset)