From 759fdfa8066ad204676f6bd3fc59edc5a907be13 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 19 Jan 2024 19:33:29 +0100 Subject: [PATCH 1/2] [TASK] Prepare the 8.5.0 release I have compiled the changes that seemed relevant from the git history. --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- composer.json | 5 +++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23fd0e6..ac0f3082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,31 @@ -# Revision History +# Changelog + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/). + +## x.y.z + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 8.4.1 + +### Added + +- Add more unit tests + +### Fixed + +- Retain CSSList and Rule comments when rendering CSS (#351) +- Replace invalid `turns` unit with `turn` (#350) +- Also allow string values for rules ## 8.4.0 diff --git a/composer.json b/composer.json index a1f5677b..6b7c9607 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,11 @@ "Sabberworm\\CSS\\Tests\\": "tests/" } }, + "extra": { + "branch-alias": { + "dev-master": "9.0.x-dev" + } + }, "scripts": { "ci": [ "@ci:static" From 6d4c502b41aedc01cd9561a0aa61027ea86dc895 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 27 Jan 2024 20:59:33 +0100 Subject: [PATCH 2/2] Bump to 8.5.0 and add more changes mentioned in review --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0f3082..c70ef0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,17 +15,21 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed -## 8.4.1 +## 8.5.0 ### Added -- Add more unit tests +- Add a method to get an import's media queries (#384) +- Add more unit tests (#381, #382) ### Fixed - Retain CSSList and Rule comments when rendering CSS (#351) - Replace invalid `turns` unit with `turn` (#350) -- Also allow string values for rules +- Also allow string values for rules (#348) +- Fix invalid calc parsing (#169) +- Handle scientific notation when parsing sizes (#179) +- Fix PHP 8.1 compatibility in `ParserState::strsplit()` (#344) ## 8.4.0