Skip to content

Commit

Permalink
Bump to 8.5.0 and add more changes mentioned in review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jan 27, 2024
1 parent 759fdfa commit 6d4c502
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d4c502

Please sign in to comment.