UNPKG

885 BMarkdownView Raw
1# 2.2.1
2
3* Now will not re-order values that contain any `var()` definitions.
4
5# 2.2.0
6
7* Adds support for re-ordering `transition` declarations.
8
9# 2.1.1
10
11* Fixes an issue where special comments were being discarded by this module.
12 Now, property values with any comments in them will be ignored.
13
14# 2.1.0
15
16* Adds support for re-ordering `box-shadow` declarations.
17
18# 2.0.2
19
20* Bump postcss-value-parser to `3.0.1` (thanks to @TrySound).
21* Fixes an issue where the module was discarding color codes if a `calc`
22 function was found (thanks to @TrySound).
23
24# 2.0.1
25
26* Bump postcss-value-parser to `2.0.2`.
27
28# 2.0.0
29
30* Upgraded to PostCSS 5.
31
32# 1.1.1
33
34* Fixes an issue where `flex` properties were being mangled by the module.
35
36# 1.1.0
37
38* Adds support for `flex-flow` (thanks to @yisibl).
39
40# 1.0.1
41
42* The module will now recognise `auto` as a valid value.
43
44# 1.0.0
45
46* Initial release.