source: trip-planner-front/node_modules/postcss-initial/CHANGELOG.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.9 KB
Line 
1# Changelog
2
3All 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## [3.0.3] - 2020-07-14
6 - Update deps
7
8## [3.0.2](https://github.com/maximkoretskiy/postcss-initial/compare/v3.0.1...v3.0.2) (2019-10-31)
9
10## [3.0.1] - 2019-08-09
11 - Fix lodash.template vulnerability. See https://github.com/lodash/lodash/pull/4336
12
13## [3.0.0] - 2018-08-16
14 - Upgrade PostCSS to 7.0.2. It breaks node@4 support. Thanks to @ansballard for contribution
15
16## [2.0.0] - 2016-05-09
17 - Add yarn
18 - Update dependcies. Thanks to @Semigradsky
19
20## [1.5.3] - 2016-11-30
21 - Add `.eslintrc` to `.npmignore` Thanks to @wtgtybhertgeghgtwtg for pr [#20](https://github.com/maximkoretskiy/postcss-initial/pull/20)
22
23## [1.5.2] - 2016-07-20
24Fix rules duplication in case when user added own fallback for rule.
25See [#18](https://github.com/maximkoretskiy/postcss-initial/issues/18).
26Thanks to @ChaosExAnima for suggestion and PR.
27
28## [1.5.1] - 2016-04-09
29Added support of multiple initial values in property. Thanks to @johnbender for issue and contribution.
30
31## [1.5.0] - 2016-03-09
32 - Fix some props with inherit values to more specific values. Thnx @dzhiriki for issue.
33 - Update deps
34
35## [1.4.1] - 2016-02-05
36 - Remove gulp from workflow, using npm-scrips only
37 - Update lodash.template@4
38 - Fix browser compatibility issues(font, orphans, widows, text-decoration). Thnx to @kinday for issue.
39
40## [1.4] - 2015-11-08
41 - Added `replace` option. Thanks to @sylvainbaronnet
42
43## [1.3] - 2015-08-27
44Rename project to make it more universal (plugin name is **postcss-initial**)
45
46## [1.2] - 2015-08-26
47Rename project to fit standards (plugin name is **postcss-all-property**)
48
49## [1.1.0] - 2015-08-25
50Add reset: inherited option
51
52## [1.0.1] - 2015-08-24
53Proof of concept. Plugin still works =)(plugin name is **postcss-all-unset**)
Note: See TracBrowser for help on using the repository browser.