Skip to content

Commit 12afe20

Browse files
authored
[TASK] Integrate changelog entries from 8.8 release (#1222)
(And one that was missed from 8.7.)
1 parent 993d6b5 commit 12afe20

File tree

1 file changed

+35
-17
lines changed

1 file changed

+35
-17
lines changed

CHANGELOG.md

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Please also have a look at our
1010

1111
### Added
1212

13-
- `OutputFormat` properties for space around specific list separators (#880)
1413
- Partial support for CSS Color Module Level 4:
1514
- `rgb` and `rgba`, and `hsl` and `hsla` are now aliases (#797}
1615
- Parse color functions that use the "modern" syntax (#800)
@@ -23,14 +22,8 @@ Please also have a look at our
2322

2423
- Initialize `KeyFrame` properties to sensible defaults (#1146)
2524
- Make `OutputFormat` `final` (#1128)
26-
- Mark the `OutputFormat` constructor as `@internal` (#1131)
27-
- Mark `OutputFormatter` as `@internal` (#896)
2825
- 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)
3226
- Only allow `string` for some `OutputFormat` properties (#885)
33-
- Make all non-private properties `@internal` (#886)
3427
- Use more native type declarations and strict mode
3528
(#641, #772, #774, #778, #804, #841, #873, #875, #891, #922, #923, #933, #958,
3629
#964, #967, #1000, #1044, #1134, #1136, #1137, #1139, #1140, #1141, #1145,
@@ -40,13 +33,6 @@ Please also have a look at our
4033

4134
### Deprecated
4235

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-
5036
### Removed
5137

5238
- Remove `__toString()` (#1046)
@@ -68,10 +54,7 @@ Please also have a look at our
6854

6955
### Fixed
7056

71-
- Include comments for all rules in declaration block (#1169)
72-
- Render rules in line and column number order (#1059)
7357
- Don't render `rgb` colors with percentage values using hex notation (#803)
74-
- Parse `@font-face` `src` property as comma-delimited list (#790)
7558

7659
### Documentation
7760

@@ -80,6 +63,41 @@ Please also have a look at our
8063
@ziegenberg is a new contributor to this release and did a lot of the heavy
8164
lifting. Thanks! :heart:
8265

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+
83101
## 8.7.0: Add support for PHP 8.4
84102

85103
### Added

0 commit comments

Comments
 (0)