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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers 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/csslib/.project ('k') | packages/csslib/example/call_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.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
10 ## 0.13.5
11
12 * Adds support for `@-moz-document`.
13 * Adds support for `@supports`.
14
15 ## 0.13.4
16
17 * Parses CSS 2.1 pseudo-elements as pseudo-elements instead of pseudo-classes.
18 * Supports signed decimal numbers with no integer part.
19 * Fixes parsing hexadecimal numbers when followed by an identifier.
20 * Fixes parsing strings which contain unicode-range character sequences.
21
22 ## 0.13.3+1
23
24 * Fixes analyzer error.
25
26 ## 0.13.3
27
28 * Adds support for shadow host selectors `:host()` and `:host-context()`.
29 * Adds support for shadow-piercing descendant combinator `>>>` and its alias
30 `/deep/` for backwards compatibility.
31 * Adds support for non-functional IE filter properties (i.e. `filter: FlipH`).
32 * Fixes emitted CSS for `@page` directive when body includes declarations and
33 page-margin boxes.
34 * Exports `Message` from `parser.dart` so it's no longer necessary to import
35 `src/messages.dart` to use the parser API.
36
37 ## 0.13.2+2
38
39 * Fix static warnings.
40
41 ## 0.13.2+1
42
43 * Fix new strong mode error.
44
45 ## 0.13.2
46
47 * Relax type of TreeNode.visit, to allow returning values from visitors.
48
49 ## 0.13.1
50
51 * Fix two checked mode bugs introduced in 0.13.0.
52
53 ## 0.13.0
54
55 * **BREAKING** Fix all [strong mode][] errors and warnings.
56 This involved adding more precise on some public APIs, which
57 is why it may break users.
58
59 [strong mode]: https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE .md
60
1 ## 0.12.2 61 ## 0.12.2
2 62
3 * Fix to handle calc functions however, the expressions are treated as a 63 * Fix to handle calc functions however, the expressions are treated as a
4 LiteralTerm and not fully parsed into the AST. 64 LiteralTerm and not fully parsed into the AST.
5 65
6 ## 0.12.1 66 ## 0.12.1
7 67
8 * Fix to handling of escapes in strings. 68 * Fix to handling of escapes in strings.
9 69
10 ## 0.12.0+1 70 ## 0.12.0+1
(...skipping 19 matching lines...) Expand all
30 90
31 * Fix another test that was failing on IE10. 91 * Fix another test that was failing on IE10.
32 92
33 ## 0.11.0+1 93 ## 0.11.0+1
34 94
35 * Fix a test that was failing on IE10. 95 * Fix a test that was failing on IE10.
36 96
37 ## 0.11.0 97 ## 0.11.0
38 98
39 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 99 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « packages/csslib/.project ('k') | packages/csslib/example/call_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698