From c6e79b4984d9a7719527cc1b3dd3774030b12e5f Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 24 Oct 2018 15:50:49 -0400 Subject: [PATCH] 5.0.0-rc.4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0b7b8..912297f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 5.0.0-rc.4 + +- Fixed and issue where comments immediately after an insensitive + (in attribute) were not parsed correctly. +- Updated `cssesc` to 2.0.0 (major). +- Removed outdated integration tests. +- Added tests for custom selectors, tags with attributes, the universal + selector with pseudos, and tokens after combinators. + # 5.0.0-rc.1 To ease adoption of the v5.0 release, we have relaxed the node version diff --git a/package-lock.json b/package-lock.json index fc5d560..00714fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-selector-parser", - "version": "5.0.0-rc.3", + "version": "5.0.0-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ac7e460..b3bfafc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-selector-parser", - "version": "5.0.0-rc.3", + "version": "5.0.0-rc.4", "devDependencies": { "ava": "^0.25.0", "babel-cli": "^6.26.0",