Skip to content

Commit

Permalink
🖉 Update changelog with v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 21, 2022
1 parent fd14ebb commit 7e0b155
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@

## [v1.1.2](https://github.com/devlooped/css/tree/v1.1.2) (2022-01-21)

[Full Changelog](https://github.com/devlooped/css/compare/v1.1.1...v1.1.2)
[Full Changelog](https://github.com/devlooped/css/compare/v1.0.0...v1.1.2)

:bug: Fixed bugs:

- Child combinator selects only first child [\#36](https://github.com/devlooped/css/issues/36)

:twisted_rightwards_arrows: Merged:

- Fix child combinator to XPath conversion [\#37](https://github.com/devlooped/css/pull/37) (@kzu)

## [v1.1.1](https://github.com/devlooped/css/tree/v1.1.1) (2022-01-21)
:sparkles: Implemented enhancements:

[Full Changelog](https://github.com/devlooped/css/compare/v1.1.0...v1.1.1)
- Attribute value matching does not normalize single quote values [\#30](https://github.com/devlooped/css/issues/30)

:bug: Fixed bugs:

- Child combinator selects only first child [\#36](https://github.com/devlooped/css/issues/36)
- If CSS identifier contains underscore, wrong XPath is built [\#34](https://github.com/devlooped/css/issues/34)

:hammer: Other:
Expand All @@ -26,18 +19,8 @@

:twisted_rightwards_arrows: Merged:

- Fix child combinator to XPath conversion [\#37](https://github.com/devlooped/css/pull/37) (@kzu)
- Properly parse underscore in CSS identifiers [\#35](https://github.com/devlooped/css/pull/35) (@kzu)

## [v1.1.0](https://github.com/devlooped/css/tree/v1.1.0) (2022-01-21)

[Full Changelog](https://github.com/devlooped/css/compare/v1.0.0...v1.1.0)

:sparkles: Implemented enhancements:

- Attribute value matching does not normalize single quote values [\#30](https://github.com/devlooped/css/issues/30)

:twisted_rightwards_arrows: Merged:

- Add support for selector groups [\#33](https://github.com/devlooped/css/pull/33) (@kzu)
- Apply single quotes normalization to attribute value matching [\#31](https://github.com/devlooped/css/pull/31) (@kzu)

Expand Down

0 comments on commit 7e0b155

Please sign in to comment.