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

Commit

Permalink
Update the CHANGELOG and pubspec for 3.1.0-beta+1.
Browse files Browse the repository at this point in the history
Specifically call out issues with `use_analyzer`.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156210421
  • Loading branch information
matanlurey committed May 16, 2017
1 parent d60f89a commit d8149d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ transformers:
use_analyzer: true
```
**WARNING**: Using `use_analyzer: true` requires discontinuing use of the
`platform_*` options, and fails-fast if both flags are used. See
https://goo.gl/68VhMa for details.

**WARNING**: Using `use_analyser: true` doesn't yet work with most third-party
packages [due to a bug](https://github.com/dart-lang/angular2/issues/390).

### Deprecations

* Using `dart:mirrors` (i.e. running AngularDart without code generation) is
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular2
version: 3.1.0-beta
version: 3.1.0-beta+1
author: Dart Team <[email protected]>
description: Framework for modern web applications
homepage: https://webdev.dartlang.org/angular
Expand Down

0 comments on commit d8149d8

Please sign in to comment.