Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit f6034c5

Browse files
committed
Publish 2.0.1
1 parent 8953a20 commit f6034c5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1+
# 2.0.1 - 2015-06-03
2+
3+
* \- Fixed: `(foo, bar)` conversion error exists in the selector(See also [:matches() test](test/fixtures/matches/input.css)).
4+
15
# 2.0.0 - 2015-05-29
26

3-
* x Remove: no longer support `::` or `--` to defined a custom selectors, we must use the `:--` to defined it.
7+
* \x Remove: no longer support `::` or `--` to defined a custom selectors, we must use the `:--` to defined it.
48

5-
* - Fixed: two or more consecutive hyphens in selector outputs is "undefined".
9+
* \- Fixed: two or more consecutive hyphens in selector outputs is "undefined".
610

711
# 1.1.1 - 2015-04-06
812

9-
* - Fixed: add support for multilines definition
13+
* \- Fixed: add support for multilines definition
1014

1115
# 1.1.0 - 2014-12-06
1216

13-
* - Added: "lineBreak" option
17+
* \- Added: "lineBreak" option
1418

1519
# 1.0.0 - 2014-12-06
1620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-custom-selectors",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)