File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1- # Revision History
1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+ This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5+
6+ ## x.y.z
7+
8+ ### Added
9+
10+ ### Changed
11+
12+ ### Deprecated
13+
14+ ### Removed
15+
16+ ### Fixed
17+
18+ ## 8.5.0
19+
20+ ### Added
21+
22+ - Add a method to get an import's media queries (#384 )
23+ - Add more unit tests (#381 , #382 )
24+
25+ ### Fixed
26+
27+ - Retain CSSList and Rule comments when rendering CSS (#351 )
28+ - Replace invalid ` turns ` unit with ` turn ` (#350 )
29+ - Also allow string values for rules (#348 )
30+ - Fix invalid calc parsing (#169 )
31+ - Handle scientific notation when parsing sizes (#179 )
32+ - Fix PHP 8.1 compatibility in ` ParserState::strsplit() ` (#344 )
233
334## 8.4.0
435
Original file line number Diff line number Diff line change 3535 "Sabberworm\\ CSS\\ Tests\\ " : " tests/"
3636 }
3737 },
38+ "extra" : {
39+ "branch-alias" : {
40+ "dev-master" : " 9.0.x-dev"
41+ }
42+ },
3843 "scripts" : {
3944 "ci" : [
4045 " @ci:static"
You can’t perform that action at this time.
0 commit comments