File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # 3.0.0-rc.0
2+
3+ ## Breaking changes
4+
5+ * Some tweaks to the tokenizer/attribute selector parsing mean that whitespace
6+ locations might be slightly different to the 2.x code.
7+ * Better attribute selector parsing with more validation; postcss-selector-parser
8+ no longer uses regular expressions to parse attribute selectors.
9+ * Added an async API (thanks to @jacobp100 ); the default ` process ` API is now
10+ async, and the sync API is now accessed through ` processSync ` instead.
11+ * Tweaks handling of Less interpolation (thanks to @jwilsson ).
12+ * Removes support for Node 0.12.
13+
14+ ## Other changes
15+
16+ * Set the parent when inserting a node (thanks to @chriseppstein ).
17+ * Correctly adjust indices when using insertBefore/insertAfter (thanks to @tivac ).
18+ * Fixes handling of namespaces with qualified tag selectors.
19+ * Now accepts a PostCSS rule node for better syntax errors.
20+ * Now more memory efficient when tokenizing selectors.
21+
122# 2.2.3
223
324* Resolves an issue where the parser would not reduce multiple spaces between an
You can’t perform that action at this time.
0 commit comments