@@ -10,7 +10,6 @@ Please also have a look at our
10
10
11
11
### Added
12
12
13
- - ` OutputFormat ` properties for space around specific list separators (#880 )
14
13
- Partial support for CSS Color Module Level 4:
15
14
- ` rgb ` and ` rgba ` , and ` hsl ` and ` hsla ` are now aliases (#797 }
16
15
- Parse color functions that use the "modern" syntax (#800 )
@@ -23,14 +22,8 @@ Please also have a look at our
23
22
24
23
- Initialize ` KeyFrame ` properties to sensible defaults (#1146 )
25
24
- Make ` OutputFormat ` ` final ` (#1128 )
26
- - Mark the ` OutputFormat ` constructor as ` @internal ` (#1131 )
27
- - Mark ` OutputFormatter ` as ` @internal ` (#896 )
28
25
- Make ` Selector ` a ` Renderable ` (#1017 )
29
- - Mark ` Selector::isValid() ` as ` @internal ` (#1037 )
30
- - Mark parsing-related methods of most CSS elements as ` @internal ` (#908 )
31
- - Mark ` OutputFormat::nextLevel() ` as ` @internal ` (#901 )
32
26
- Only allow ` string ` for some ` OutputFormat ` properties (#885 )
33
- - Make all non-private properties ` @internal ` (#886 )
34
27
- Use more native type declarations and strict mode
35
28
(#641 , #772 , #774 , #778 , #804 , #841 , #873 , #875 , #891 , #922 , #923 , #933 , #958 ,
36
29
#964 , #967 , #1000 , #1044 , #1134 , #1136 , #1137 , #1139 , #1140 , #1141 , #1145 ,
@@ -40,13 +33,6 @@ Please also have a look at our
40
33
41
34
### Deprecated
42
35
43
- - Deprecate extending ` OutputFormat ` (#1131 )
44
- - Deprecate magic method forwarding from ` OutputFormat ` to ` OutputFormatter `
45
- (#894 )
46
- - Deprecate greedy calculation of selector specificity (#1018 )
47
- - Deprecate ` __toString() ` (#1006 )
48
- - ` OutputFormat ` properties for space around list separators as an array (#880 )
49
-
50
36
### Removed
51
37
52
38
- Remove ` __toString() ` (#1046 )
@@ -68,10 +54,7 @@ Please also have a look at our
68
54
69
55
### Fixed
70
56
71
- - Include comments for all rules in declaration block (#1169 )
72
- - Render rules in line and column number order (#1059 )
73
57
- Don't render ` rgb ` colors with percentage values using hex notation (#803 )
74
- - Parse ` @font-face ` ` src ` property as comma-delimited list (#790 )
75
58
76
59
### Documentation
77
60
@@ -80,6 +63,41 @@ Please also have a look at our
80
63
@ziegenberg is a new contributor to this release and did a lot of the heavy
81
64
lifting. Thanks! :heart :
82
65
66
+ ## 8.8.0: Bug fixes and deprecations
67
+
68
+ ### Added
69
+
70
+ - ` OutputFormat ` properties for space around specific list separators (#880 )
71
+
72
+ ### Changed
73
+
74
+ - Mark the ` OutputFormat ` constructor as ` @internal ` (#1131 )
75
+ - Mark ` OutputFormatter ` as ` @internal ` (#896 )
76
+ - Mark ` Selector::isValid() ` as ` @internal ` (#1037 )
77
+ - Mark parsing-related methods of most CSS elements as ` @internal ` (#908 )
78
+ - Mark ` OutputFormat::nextLevel() ` as ` @internal ` (#901 )
79
+ - Make all non-private properties ` @internal ` (#886 )
80
+
81
+ ### Deprecated
82
+
83
+ - Deprecate extending ` OutputFormat ` (#1131 )
84
+ - Deprecate ` OutputFormat::get() ` and ` ::set() ` (#1107 )
85
+ - Deprecate support for ` -webkit-calc ` and ` -moz-calc ` (#1086 )
86
+ - Deprecate magic method forwarding from ` OutputFormat ` to ` OutputFormatter `
87
+ (#894 )
88
+ - Deprecate ` __toString() ` (#1006 )
89
+ - Deprecate greedy calculation of selector specificity (#1018 )
90
+ - Deprecate the IE hack in ` Rule ` (#993 , #1003 )
91
+ - ` OutputFormat ` properties for space around list separators as an array (#880 )
92
+ - Deprecate ` OutputFormat::level() ` (#870 )
93
+
94
+ ### Fixed
95
+
96
+ - Include comments for all rules in declaration block (#1169 )
97
+ - Render rules in line and column number order (#1059 )
98
+ - Create ` Size ` with correct types in ` expandBackgroundShorthand ` (#814 )
99
+ - Parse ` @font-face ` ` src ` property as comma-delimited list (#794 )
100
+
83
101
## 8.7.0: Add support for PHP 8.4
84
102
85
103
### Added
0 commit comments