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

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

Issue 3014633002: Roll to pickup pool changes (Closed)
Patch Set: Created 3 years, 2 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/csslib/.analysis_options ('k') | packages/csslib/README.md » ('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.1
2
3 * Deprecated `package:csslib/css.dart`.
4 Use `parser.dart` and `visitor.dart` instead.
5
1 ## 0.14.0 6 ## 0.14.0
2 7
3 ### New features 8 ### New features
4 9
5 * Supports nested at-rules. 10 * Supports nested at-rules.
6 * Supports nested HTML comments in CSS comments and vice-versa. 11 * Supports nested HTML comments in CSS comments and vice-versa.
7 12
8 ### Breaking changes 13 ### Breaking changes
9 14
10 * The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and 15 * The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 108
104 * Fix another test that was failing on IE10. 109 * Fix another test that was failing on IE10.
105 110
106 ## 0.11.0+1 111 ## 0.11.0+1
107 112
108 * Fix a test that was failing on IE10. 113 * Fix a test that was failing on IE10.
109 114
110 ## 0.11.0 115 ## 0.11.0
111 116
112 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 117 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « packages/csslib/.analysis_options ('k') | packages/csslib/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698