| 1 | # Changes to PostCSS Focus Visible
|
|---|
| 2 |
|
|---|
| 3 | ### 6.0.4 (February 5, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Improved `es module` and `commonjs` compatibility
|
|---|
| 6 |
|
|---|
| 7 | ### 6.0.3 (January 2, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Removed Sourcemaps from package tarball.
|
|---|
| 10 | - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
|---|
| 11 |
|
|---|
| 12 | ### 6.0.2 (December 13, 2021)
|
|---|
| 13 |
|
|---|
| 14 | - Changed: now uses `postcss-selector-parser` for parsing.
|
|---|
| 15 | - Updated: documentation
|
|---|
| 16 |
|
|---|
| 17 | ### 6.0.1 (September 22, 2021)
|
|---|
| 18 |
|
|---|
| 19 | - Added missing `dist` to bundle.
|
|---|
| 20 | - Added missing `exports` to `package.json`
|
|---|
| 21 | - Added missing `types` to `package.json`
|
|---|
| 22 | - Added bundling & testing as prepublish step.
|
|---|
| 23 |
|
|---|
| 24 | ### 6.0.0 (September 17, 2021)
|
|---|
| 25 |
|
|---|
| 26 | - Updated: Support for PostCS 8+ (major).
|
|---|
| 27 | - Updated: Support for Node 12+ (major).
|
|---|
| 28 |
|
|---|
| 29 | ### 5.0.0 (April 14, 2020)
|
|---|
| 30 |
|
|---|
| 31 | - Updated: `:focus-visible` can appear escaped in a selector
|
|---|
| 32 | - Updated: Support for Node v10+
|
|---|
| 33 |
|
|---|
| 34 | ### 4.0.0 (September 17, 2018)
|
|---|
| 35 |
|
|---|
| 36 | - Updated: Support for PostCSS v7+
|
|---|
| 37 | - Updated: Support for Node v6+
|
|---|
| 38 |
|
|---|
| 39 | ### 3.0.0 (April 7, 2018)
|
|---|
| 40 |
|
|---|
| 41 | - Changed: default functionality to preserve the original rule
|
|---|
| 42 | - Added: `preserve` option to preserve the original rule using `:focus-visible`
|
|---|
| 43 |
|
|---|
| 44 | ### 2.0.0 (February 17, 2018)
|
|---|
| 45 |
|
|---|
| 46 | - Changed `:focus-ring` to `:focus-visible` per the specification
|
|---|
| 47 | - Removed `assignTo` export option
|
|---|
| 48 |
|
|---|
| 49 | ### 1.0.0 (May 22, 2017)
|
|---|
| 50 |
|
|---|
| 51 | - Initial version
|
|---|