You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
2 years ago
|
# Changes to PostCSS Focus Visible
|
||
|
|
||
|
### 6.0.4 (February 5, 2022)
|
||
|
|
||
|
- Improved `es module` and `commonjs` compatibility
|
||
|
|
||
|
### 6.0.3 (January 2, 2022)
|
||
|
|
||
|
- Removed Sourcemaps from package tarball.
|
||
|
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
||
|
|
||
|
### 6.0.2 (December 13, 2021)
|
||
|
|
||
|
- Changed: now uses `postcss-selector-parser` for parsing.
|
||
|
- Updated: documentation
|
||
|
|
||
|
### 6.0.1 (September 22, 2021)
|
||
|
|
||
|
- Added missing `dist` to bundle.
|
||
|
- Added missing `exports` to `package.json`
|
||
|
- Added missing `types` to `package.json`
|
||
|
- Added bundling & testing as prepublish step.
|
||
|
|
||
|
### 6.0.0 (September 17, 2021)
|
||
|
|
||
|
- Updated: Support for PostCS 8+ (major).
|
||
|
- Updated: Support for Node 12+ (major).
|
||
|
|
||
|
### 5.0.0 (April 14, 2020)
|
||
|
|
||
|
- Updated: `:focus-visible` can appear escaped in a selector
|
||
|
- Updated: Support for Node v10+
|
||
|
|
||
|
### 4.0.0 (September 17, 2018)
|
||
|
|
||
|
- Updated: Support for PostCSS v7+
|
||
|
- Updated: Support for Node v6+
|
||
|
|
||
|
### 3.0.0 (April 7, 2018)
|
||
|
|
||
|
- Changed: default functionality to preserve the original rule
|
||
|
- Added: `preserve` option to preserve the original rule using `:focus-visible`
|
||
|
|
||
|
### 2.0.0 (February 17, 2018)
|
||
|
|
||
|
- Changed `:focus-ring` to `:focus-visible` per the specification
|
||
|
- Removed `assignTo` export option
|
||
|
|
||
|
### 1.0.0 (May 22, 2017)
|
||
|
|
||
|
- Initial version
|