Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit ce68791

Browse files
committed
2.1.0
1 parent 3d926c5 commit ce68791

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to PostCSS :dir()
22

3+
### 2.1.0 (September 19, 2017)
4+
5+
- Fixed: Enforcement of presumed direction, e.g. `html:dir([dir="rtl"])`
6+
- Updated: Browserslist and PostCSS
7+
- Improved: How options are safely called, i.e. `Object(opts)`
8+
39
### 2.0.0 (July 24, 2017)
410

511
- Changed: Method of presumed direction from `:root` to `html:not([dir])`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-dir-pseudo-class",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Use the :dir pseudo-class in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)