You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Sass Lint Changelog
2
2
3
+
## v1.11.0
4
+
5
+
**August 27th, 2017**
6
+
7
+
**New Features**
8
+
* The `trailing-semicolon` rule now checks for double semicolons [#1107](https://github.com/sasstools/sass-lint/pull/1107)
9
+
10
+
**Changes**
11
+
* Updated `gonzales-pe` parser to use version 4.1.1
12
+
* The `no-empty-rulesets` rule now flags rulesets that contain only comments [#998](https://github.com/sasstools/sass-lint/pull/998)
13
+
* The `misspelled-properties` rule now uses the [known-css-properties](https://www.npmjs.com/package/known-css-properties) to validate properties.
14
+
* The `zero-unit` rule now considers the `%` unit [#1103](https://github.com/sasstools/sass-lint/pull/1103)
15
+
16
+
**Fixes**
17
+
* Fixed a fatal error with the `space-after-bang` rule [#1108](https://github.com/sasstools/sass-lint/pull/1108)
18
+
* Fixed an issue where line numbers were incorrect when using `front-matter`[#1060](https://github.com/sasstools/sass-lint/pull/1060)
19
+
* Fixed an issue with the `misspelled-properties` rule incorrectly reporting multiline properties [#1106](https://github.com/sasstools/sass-lint/pull/1106)
20
+
3
21
## v1.10.2
4
22
5
23
**November 9th, 2016**
@@ -11,7 +29,6 @@
11
29
* Fixed an exception for partial idents in `space-around-operator`[#940](https://github.com/sasstools/sass-lint/pull/940)
12
30
* Fixed an issue with negative numbers in `space-around-operator`[#945](https://github.com/sasstools/sass-lint/pull/945)
0 commit comments