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

Commit fe8d87e

Browse files
committed
Updates version and changelog
1 parent 2b4ab14 commit fe8d87e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.13.6
2+
3+
* Adds support for `@viewport`.
4+
* Adds support for `-webkit-calc()` and `-moz-calc()`.
5+
* Adds support for querying media features without specifying an expression. For
6+
example: `@media (transform-3d) { ... }`.
7+
* Prevents exception being thrown for invalid dimension terms, and instead
8+
issues an error.
9+
110
## 0.13.5
211

312
* Adds support for `@-moz-document`.

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.5
2+
version: 0.13.6
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)