Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | # Changes to PostCSS Dir Pseudo Class
|
---|
2 |
|
---|
3 | ### 5.0.0 (September 17, 2018)
|
---|
4 |
|
---|
5 | - Updated: Support for PostCSS v7+
|
---|
6 | - Updated: Support for Node v6+
|
---|
7 | - Updated: `postcss-selector-parser` to v5.0.0-rc.3+ (major)
|
---|
8 |
|
---|
9 | ### 4.0.0 (May 8, 2018)
|
---|
10 |
|
---|
11 | - Updated: `postcss-selector-parser` to v4.0.0 (major)
|
---|
12 | - Updated: `postcss` to v6.0.22 (patch)
|
---|
13 |
|
---|
14 | ### 3.0.0 (March 21, 2018)
|
---|
15 |
|
---|
16 | - Added: `preserve` option to preserve the original `:dir()` rule
|
---|
17 | - Updated: `postcss-selector-parser` to v3 (major)
|
---|
18 | - Removed: `browsers` option which is better covered by
|
---|
19 | [PostCSS Preset Env](https://github.com/jonathantneal/postcss-preset-env/)
|
---|
20 |
|
---|
21 | ### 2.1.0 (September 19, 2017)
|
---|
22 |
|
---|
23 | - Fixed: Enforcement of presumed direction, e.g. `html:dir([dir="rtl"])`
|
---|
24 | - Updated: Browserslist and PostCSS
|
---|
25 | - Improved: How options are safely called, i.e. `Object(opts)`
|
---|
26 |
|
---|
27 | ### 2.0.0 (July 24, 2017)
|
---|
28 |
|
---|
29 | - Changed: Method of presumed direction from `:root` to `html:not([dir])`
|
---|
30 |
|
---|
31 | ### 1.1.0 (June 2, 2017)
|
---|
32 |
|
---|
33 | - Added: Support for browserslist and a 'browsers' option
|
---|
34 | - Added: Support for a presumed direction via the 'browsers' option
|
---|
35 |
|
---|
36 | ### 1.0.0 (May 30, 2017)
|
---|
37 |
|
---|
38 | - Initial version
|
---|
Note:
See
TracBrowser
for help on using the repository browser.