We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dbdd7 commit 03285f3Copy full SHA for 03285f3
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0
5
+* Moved to rule splitting to avoid ignoring unknown rule (by Anders Søgaard).
6
+* Added `splitRules` option for old behavior (by Anders Søgaard).
7
+* Removed Node.js 10, 14, and 16 support.
8
+
9
## 6.0
10
* Moved to `:focus-visible` (by Eduard Aksamitov).
11
* Added `oldFocus` option to support the old focus (by Eduard Aksamitov).
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-focus",
- "version": "6.0.0",
+ "version": "7.0.0",
"description": "PostCSS plugin to add :focus-visible selector to every :hover for keyboard accessibility",
"keywords": [
"postcss",
0 commit comments