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

Commit

Permalink
Updates version and documents changes
Browse files Browse the repository at this point in the history
Consolidates subsequent commit version increases into one release.
  • Loading branch information
leonsenft committed Jan 25, 2017
1 parent edfbcc1 commit f6a40e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.13.3

* Adds support for shadow host selectors `:host()` and `:host-context()`.
* Adds support for shadow-piercing descendant combinator `>>>` and its alias
`/deep/` for backwards compatibility.
* Adds support for non-functional IE filter properties (i.e. `filter: FlipH`)
* Fixes emitted CSS for '@page' directive when body includes declarations and
page-margin boxes.
* Exports `Message` from `parser.dart` so its no longer necessary to import
`src/messages.dart` to use the parser API.

## 0.13.2+2

* Fix static warnings.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: csslib
version: 0.13.6
version: 0.13.3
author: Dart Team <misc@dartlang.org>
description: A library for parsing CSS.
homepage: https://github.com/dart-lang/csslib
Expand Down

0 comments on commit f6a40e4

Please # to comment.