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

Commit 43dbfe8

Browse files
authored
Updates version (#57)
1 parent 8d73c0e commit 43dbfe8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
## 0.13.7
1+
## 0.14.0
2+
3+
### New features
24

35
* Supports nested at-rules.
46
* Supports nested HTML comments in CSS comments and vice-versa.
57

8+
### Breaking changes
9+
10+
* The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and
11+
`StyletDirective` has been replaced by `List<TreeNode> rules` to allow nested
12+
at-rules in addition to rulesets.
13+
614
## 0.13.6
715

816
* Adds support for `@viewport`.

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