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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,16 @@
29
29
**No backwards-incompatible changes*
30
30
**No deprecations*
31
31
32
+
### 8.3.0 (2019-02-22)
33
+
34
+
* Refactor parsing logic to mostly reside in the class files whose data structure is to be parsed (this should eventually allow us to unit-test specific parts of the parsing logic individually).
35
+
* Fix error in parsing `calc` expessions when the first operand is a negative number, thanks to @raxbg.
36
+
* Support parsing CSS4 colors in hex notation with alpha values, thanks to @raxbg.
37
+
* Swallow more errors in lenient mode, thanks to @raxbg.
38
+
* Allow specifying arbitrary strings to output before and after declaration blocks, thanks to @westonruter.
0 commit comments