| 1 | # Changes to PostCSS Dir Pseudo Class
|
|---|
| 2 |
|
|---|
| 3 | ### 6.0.5 (July 8, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Fix case insensitive matching.
|
|---|
| 6 |
|
|---|
| 7 | ### 6.0.4 (February 5, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Improved `es module` and `commonjs` compatibility
|
|---|
| 10 |
|
|---|
| 11 | ### 6.0.3 (January 12, 2022)
|
|---|
| 12 |
|
|---|
| 13 | - Fix compatibility with PostCSS `v8.2.x` [#147](https://github.com/csstools/postcss-plugins/issues/147)
|
|---|
| 14 |
|
|---|
| 15 | This version is not officially supported but some tool providers pinned PostCSS to `v8.2.x`,
|
|---|
| 16 | making it impossible for end users to have a working setup.
|
|---|
| 17 |
|
|---|
| 18 | ### 6.0.2 (January 2, 2022)
|
|---|
| 19 |
|
|---|
| 20 | - Removed Sourcemaps from package tarball.
|
|---|
| 21 | - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
|---|
| 22 |
|
|---|
| 23 | ### 6.0.1 (December 13, 2021)
|
|---|
| 24 |
|
|---|
| 25 | - Updated: documentation
|
|---|
| 26 |
|
|---|
| 27 | ### 6.0.0 (September 17, 2021)
|
|---|
| 28 |
|
|---|
| 29 | - Updated: Support for PostCS 8+ (major).
|
|---|
| 30 | - Updated: Support for Node 12+ (major).
|
|---|
| 31 |
|
|---|
| 32 | ### 5.0.0 (September 17, 2018)
|
|---|
| 33 |
|
|---|
| 34 | - Updated: Support for PostCSS v7+
|
|---|
| 35 | - Updated: Support for Node v6+
|
|---|
| 36 | - Updated: `postcss-selector-parser` to v5.0.0-rc.3+ (major)
|
|---|
| 37 |
|
|---|
| 38 | ### 4.0.0 (May 8, 2018)
|
|---|
| 39 |
|
|---|
| 40 | - Updated: `postcss-selector-parser` to v4.0.0 (major)
|
|---|
| 41 | - Updated: `postcss` to v6.0.22 (patch)
|
|---|
| 42 |
|
|---|
| 43 | ### 3.0.0 (March 21, 2018)
|
|---|
| 44 |
|
|---|
| 45 | - Added: `preserve` option to preserve the original `:dir()` rule
|
|---|
| 46 | - Updated: `postcss-selector-parser` to v3 (major)
|
|---|
| 47 | - Removed: `browsers` option which is better covered by
|
|---|
| 48 | [PostCSS Preset Env](https://github.com/jonathantneal/postcss-preset-env/)
|
|---|
| 49 |
|
|---|
| 50 | ### 2.1.0 (September 19, 2017)
|
|---|
| 51 |
|
|---|
| 52 | - Fixed: Enforcement of presumed direction, e.g. `html:dir([dir="rtl"])`
|
|---|
| 53 | - Updated: Browserslist and PostCSS
|
|---|
| 54 | - Improved: How options are safely called, i.e. `Object(opts)`
|
|---|
| 55 |
|
|---|
| 56 | ### 2.0.0 (July 24, 2017)
|
|---|
| 57 |
|
|---|
| 58 | - Changed: Method of presumed direction from `:root` to `html:not([dir])`
|
|---|
| 59 |
|
|---|
| 60 | ### 1.1.0 (June 2, 2017)
|
|---|
| 61 |
|
|---|
| 62 | - Added: Support for browserslist and a 'browsers' option
|
|---|
| 63 | - Added: Support for a presumed direction via the 'browsers' option
|
|---|
| 64 |
|
|---|
| 65 | ### 1.0.0 (May 30, 2017)
|
|---|
| 66 |
|
|---|
| 67 | - Initial version
|
|---|