Skip to content

Commit 03285f3

Browse files
committed
Release 7.0 version
1 parent 30dbdd7 commit 03285f3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

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+
49
## 6.0
510
* Moved to `:focus-visible` (by Eduard Aksamitov).
611
* Added `oldFocus` option to support the old focus (by Eduard Aksamitov).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-focus",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "PostCSS plugin to add :focus-visible selector to every :hover for keyboard accessibility",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)