Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: packages/csslib/CHANGELOG.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/crypto/test/utils.dart ('k') | packages/csslib/lib/parser.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.14.0
2
3 ### New features
4
5 * Supports nested at-rules.
6 * Supports nested HTML comments in CSS comments and vice-versa.
7
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
1 ## 0.13.6 14 ## 0.13.6
2 15
3 * Adds support for `@viewport`. 16 * Adds support for `@viewport`.
4 * Adds support for `-webkit-calc()` and `-moz-calc()`. 17 * Adds support for `-webkit-calc()` and `-moz-calc()`.
5 * Adds support for querying media features without specifying an expression. For 18 * Adds support for querying media features without specifying an expression. For
6 example: `@media (transform-3d) { ... }`. 19 example: `@media (transform-3d) { ... }`.
7 * Prevents exception being thrown for invalid dimension terms, and instead 20 * Prevents exception being thrown for invalid dimension terms, and instead
8 issues an error. 21 issues an error.
9 22
10 ## 0.13.5 23 ## 0.13.5
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 103
91 * Fix another test that was failing on IE10. 104 * Fix another test that was failing on IE10.
92 105
93 ## 0.11.0+1 106 ## 0.11.0+1
94 107
95 * Fix a test that was failing on IE10. 108 * Fix a test that was failing on IE10.
96 109
97 ## 0.11.0 110 ## 0.11.0
98 111
99 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 112 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « packages/crypto/test/utils.dart ('k') | packages/csslib/lib/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698