Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit d8149d8

Browse files
committed
Update the CHANGELOG and pubspec for 3.1.0-beta+1.
Specifically call out issues with `use_analyzer`. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156210421
1 parent d60f89a commit d8149d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ transformers:
1616
use_analyzer: true
1717
```
1818
19+
**WARNING**: Using `use_analyzer: true` requires discontinuing use of the
20+
`platform_*` options, and fails-fast if both flags are used. See
21+
https://goo.gl/68VhMa for details.
22+
23+
**WARNING**: Using `use_analyser: true` doesn't yet work with most third-party
24+
packages [due to a bug](https://github.com/dart-lang/angular2/issues/390).
25+
1926
### Deprecations
2027

2128
* Using `dart:mirrors` (i.e. running AngularDart without code generation) is

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular2
2-
version: 3.1.0-beta
2+
version: 3.1.0-beta+1
33
author: Dart Team <[email protected]>
44
description: Framework for modern web applications
55
homepage: https://webdev.dartlang.org/angular

0 commit comments

Comments
 (0)