File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 20
20
* * No backwards-incompatible changes*
21
21
* * No deprecations*
22
22
23
+ ### 8.2.0 (2018-07-13)
24
+
25
+ * Support parsing ` calc() ` , thanks to @raxbg .
26
+ * Support parsing grid-lines, again thanks to @raxbg .
27
+ * Support parsing legacy IE filters (` progid: ` ) in lenient mode, thanks to @FMCorz
28
+ * Performance improvements parsing large files, again thanks to @FMCorz
29
+ * * No backwards-incompatible changes*
30
+ * * No deprecations*
31
+
23
32
## 7.0
24
33
25
34
### 7.0.0 (2015-08-24)
Original file line number Diff line number Diff line change @@ -611,6 +611,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
611
611
612
612
## Contributors/Thanks to
613
613
614
+ * [ raxbg] ( https://github.com/raxbg ) for contributions to parse ` calc ` , grid lines, and various bugfixes.
614
615
* [ FMCorz] ( https://github.com/FMCorz ) for many patches and suggestions, for being able to parse comments and IE hacks (in lenient mode).
615
616
* [ Lullabot] ( https://github.com/Lullabot ) for a patch that allows to know the line number for each parsed token.
616
617
* [ ju1ius] ( https://github.com/ju1ius ) for the specificity parsing code and the ability to expand/compact shorthand properties.
You can’t perform that action at this time.
0 commit comments