Skip to content

Commit bed7d26

Browse files
committed
Release 6.0 version
1 parent 6c37bc9 commit bed7d26

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 6.0
5+
* Added `@layer` to bubbling at-rules (by Már Örlygsson).
6+
* Added moving all preceding comments with rule (by Már Örlygsson).
7+
* Added `with` & `without` parameters on `@at-root` (by Már Örlygsson).
8+
* Added `rootRuleName` option (by Már Örlygsson).
9+
* Fixed handling sibling `@at-root` rule blocks (by Már Örlygsson).
10+
411
## 5.0.6
512
* Fixed custom at-rules nesting (by @bsak-shell).
613

@@ -12,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1219
* Fixed docs (by Samuel Charpentier).
1320

1421
## 5.0.3
15-
* Fixed compability with Autoprefixer by adding `@-webkit-keyframes` support.
22+
* Fixed compatibility with Autoprefixer by adding `@-webkit-keyframes` support.
1623

1724
## 5.0.2
1825
* Fixed compatibility with `postcss-mixins` by moving to visitor API.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-nested",
3-
"version": "5.0.6",
3+
"version": "6.0.0",
44
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)