Skip to content

Commit c6e79b4

Browse files
committed
5.0.0-rc.4
1 parent 23d702b commit c6e79b4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 5.0.0-rc.4
2+
3+
- Fixed and issue where comments immediately after an insensitive
4+
(in attribute) were not parsed correctly.
5+
- Updated `cssesc` to 2.0.0 (major).
6+
- Removed outdated integration tests.
7+
- Added tests for custom selectors, tags with attributes, the universal
8+
selector with pseudos, and tokens after combinators.
9+
110
# 5.0.0-rc.1
211

312
To ease adoption of the v5.0 release, we have relaxed the node version

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-selector-parser",
3-
"version": "5.0.0-rc.3",
3+
"version": "5.0.0-rc.4",
44
"devDependencies": {
55
"ava": "^0.25.0",
66
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)