UNPKG

1.45 kBMarkdownView Raw
1# 2.0.0
2
3* Upgraded to PostCSS 5.
4
5# 1.3.6
6
7* Minor boost in performance with reduced stringify passes.
8
9# 1.3.5
10
11* Improves merging of adjacent rules with identical selectors.
12
13# 1.3.4
14
15* Fixes an issue where in some cases, non-adjacent rule merging was being
16 performed.
17
18# 1.3.3
19
20* Fixes an issue where the wildcard hack (`*zoom: 1`) was being propagated to
21 other properties erroneously.
22* Better merging logic in some cases.
23
24# 1.3.2
25
26* Fixes a behaviour in which comment nodes were being processed by the
27 partial declaration merging logic.
28
29# 1.3.1
30
31* Fixes a behaviour in which rule adjacent forward nodes were not being type
32 checked before they were merged.
33* Compatibility fixes for the PostCSS plugin guidelines.
34
35# 1.3.0
36
37* Better support for merging properties without the existance of a shorthand
38 override.
39* Can now 'merge forward' adjacent rules as well as the previous 'merge behind'
40 behaviour, leading to better compression.
41
42# 1.2.2
43
44* Fixed an issue where the plugin crashed if node.parent was undefined.
45
46# 1.2.1
47
48* Fixed a bug where media queries were being merged when their parameters were
49 different.
50
51# 1.2.0
52
53* Now uses the PostCSS `4.1` plugin API.
54
55# 1.1.1
56
57* Bugfix of last release, now difference is calculated in both directions.
58
59# 1.1.0
60
61* Less eager moving of properties, to avoid cases where moving a longhand
62 property would allow a shorthand property to override it.
63
64# 1.0.0
65
66* Initial release.