Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit f6a40e4

Browse files
committed
Updates version and documents changes
Consolidates subsequent commit version increases into one release.
1 parent edfbcc1 commit f6a40e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.13.3
2+
3+
* Adds support for shadow host selectors `:host()` and `:host-context()`.
4+
* Adds support for shadow-piercing descendant combinator `>>>` and its alias
5+
`/deep/` for backwards compatibility.
6+
* Adds support for non-functional IE filter properties (i.e. `filter: FlipH`)
7+
* Fixes emitted CSS for '@page' directive when body includes declarations and
8+
page-margin boxes.
9+
* Exports `Message` from `parser.dart` so its no longer necessary to import
10+
`src/messages.dart` to use the parser API.
11+
112
## 0.13.2+2
213

314
* Fix static warnings.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: csslib
2-
version: 0.13.6
2+
version: 0.13.3
33
author: Dart Team <[email protected]>
44
description: A library for parsing CSS.
55
homepage: https://github.com/dart-lang/csslib

0 commit comments

Comments
 (0)