1 | # Changes to PostCSS Nesting
|
---|
2 |
|
---|
3 | ### 7.0.1 (July 29, 2018)
|
---|
4 |
|
---|
5 | - Fixed: Non-breaking issue with rules being unnecessarily split
|
---|
6 |
|
---|
7 | ### 7.0.0 (September 17, 2018)
|
---|
8 |
|
---|
9 | - Updated: Support for PostCSS v7+
|
---|
10 | - Updated: Support for Node v6+
|
---|
11 |
|
---|
12 | In a comment, a CSSWG member expressed interest in handling nested `@media`
|
---|
13 | while handling selector nesting. Since the specification has yet to be added
|
---|
14 | to the official CSSWG repository, nested at-rule deprecation is further delayed.
|
---|
15 |
|
---|
16 | ### 6.0.0 (June 9, 2018)
|
---|
17 |
|
---|
18 | - Deprecated: Nested at-rules like `@media` will no longer work in 7.0.0
|
---|
19 | - Refactored code to improve efficiency
|
---|
20 |
|
---|
21 | ### 5.0.0 (March 24, 2018)
|
---|
22 |
|
---|
23 | - Refactored code to use Imports babel-transformed for Node v4 compatibility
|
---|
24 |
|
---|
25 | ### 4.2.1 (September 19, 2017)
|
---|
26 |
|
---|
27 | - Updated: Exposing the transform function as its own for postcss-extend
|
---|
28 |
|
---|
29 | ### 4.2.0 (September 18, 2017)
|
---|
30 |
|
---|
31 | - Added: Reduced splitting of rules
|
---|
32 |
|
---|
33 | ### 4.1.0 (August 19, 2017)
|
---|
34 |
|
---|
35 | - Added: Mutation-safe walk method
|
---|
36 | - Improved: Complex selector validity testing
|
---|
37 | - Thanks: A special thanks to @JLHwung for these improvements
|
---|
38 |
|
---|
39 | ### 4.0.1 (May 22, 2017)
|
---|
40 |
|
---|
41 | - Improved: Selector validity testing
|
---|
42 |
|
---|
43 | ### 4.0.0 (May 20, 2017)
|
---|
44 |
|
---|
45 | - Changed: Transform only compliant nesting
|
---|
46 | - Added: Preserve more raws formatting
|
---|
47 |
|
---|
48 | ### 3.0.0 (May 8, 2017)
|
---|
49 |
|
---|
50 | - Added: Node 4.x support
|
---|
51 | - Added: PostCSS 6 support
|
---|
52 | - Added: Preserved ordering
|
---|
53 | - Removed: Node 0.12 support
|
---|
54 |
|
---|
55 | ### 2.3.1 (March 16, 2016)
|
---|
56 |
|
---|
57 | - Updated: Allow any direct nesting that follows the syntactic constraints
|
---|
58 | - Updated: PostCSS 5.0.6
|
---|
59 | - Updated: Tests
|
---|
60 | - Updated: Dependencies
|
---|
61 | - Updated: Project configuration
|
---|
62 |
|
---|
63 | ### 2.3.0 (February 20, 2016)
|
---|
64 |
|
---|
65 | - Updated: JavaScript formatting, linting, tests, and documentation
|
---|
66 | - Updated: Properly concatenate at-rules with or expressions
|
---|
67 | - Updated: Update internal plugin name to postcss-nesting
|
---|
68 |
|
---|
69 | ### 2.2.0 (January 30, 2016)
|
---|
70 |
|
---|
71 | - Added: Nesting of all at-rules
|
---|
72 | - Updated: Direct nesting order maintains order
|
---|
73 | - Updated: Tests and documentation
|
---|
74 |
|
---|
75 | ### 2.1.1 (January 3, 2016)
|
---|
76 |
|
---|
77 | - Updated: Project conventions
|
---|
78 |
|
---|
79 | ### 2.1.0 (January 3, 2016)
|
---|
80 |
|
---|
81 | - Added: Support for valid direct nesting
|
---|
82 |
|
---|
83 | ### 2.0.6 (October 15, 2015)
|
---|
84 |
|
---|
85 | - Fixed: Issue with new PostCSS rules
|
---|
86 |
|
---|
87 | ### 2.0.5 (October 12, 2015)
|
---|
88 |
|
---|
89 | - Updated: Nested rules source map to the parent rule
|
---|
90 | - Updated: PostCSS 5.0.9
|
---|
91 | - Updated: Tests and documentation
|
---|
92 | - Updated: Project configuration
|
---|
93 |
|
---|
94 | ### 2.0.4 (September 23, 2015)
|
---|
95 |
|
---|
96 | - Updated: Map source raws
|
---|
97 |
|
---|
98 | ### 2.0.3 (September 22, 2015)
|
---|
99 |
|
---|
100 | - Updated: Refactored plugin
|
---|
101 | - Updated: Tests
|
---|
102 | - Updated: PostCSS 5.0.6
|
---|
103 |
|
---|
104 | ### 2.0.2 (September 16, 2015)
|
---|
105 |
|
---|
106 | - Fixed: Issue where the new rule’s children were not mapped to the parent internally
|
---|
107 |
|
---|
108 | ### 2.0.1 (September 16, 2015)
|
---|
109 |
|
---|
110 | - Fixed: Issue where a `@nest` rule followed by another bubbling at-rule would not bubble
|
---|
111 | - Added: CONTRIBUTING.md
|
---|
112 |
|
---|
113 | ### 2.0.0 (September 16, 2015)
|
---|
114 |
|
---|
115 | - Added: Requirement of `&` per the specification
|
---|
116 | - Added: New prefix option
|
---|
117 | - Added: `@document` and `@supports` as bubbles
|
---|
118 | - Updated: Documentation
|
---|
119 |
|
---|
120 | ### 1.0.0 (September 15, 2015)
|
---|
121 |
|
---|
122 | - Added: New `@nest` at-rule syntax
|
---|
123 | - Updated: PostCSS 5
|
---|
124 | - Removed: Old inner bracket syntax
|
---|
125 |
|
---|
126 | ### 0.1.0 (June 17, 2015)
|
---|
127 |
|
---|
128 | - Added: Initial release
|
---|