This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: angular | ||
version: 5.0.0-alpha+4 | ||
version: 5.0.0-alpha+5 | ||
author: Dart Team <[email protected]> | ||
description: Fast and productive web framework | ||
homepage: https://webdev.dartlang.org/angular | ||
|
@@ -18,8 +18,8 @@ dependencies: | |
|
||
# Compiler. Eventually we want to move these to angular_compiler. | ||
analyzer: '^0.31.0+1' | ||
angular_ast: ^0.4.0 | ||
angular_compiler: ^0.4.0-alpha+4 | ||
angular_ast: ^0.4.3 | ||
angular_compiler: ^0.4.0-alpha+5 | ||
build: ^0.12.0+1 | ||
code_builder: '^3.0.1' | ||
csslib: ^0.14.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: angular_ast | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Parser and utilities for AngularDart templates | ||
version: 0.4.2 | ||
version: 0.4.3 | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.20.0 <2.0.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 0.4.0-alpha+5 | ||
|
||
### Bug fixes | ||
|
||
* `linkTypeOf` correctly resolves bound types (i.e. `<T>`) in most cases, and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: angular_compiler | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Compiler for AngularDart. | ||
version: 0.4.0-alpha+4 | ||
version: 0.4.0-alpha+5 | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.20.0 <2.0.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ name: angular_forms | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Forms framework for AngularDart. | ||
version: 1.0.1-alpha+4 | ||
version: 1.0.1-alpha+5 | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.3.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.20.0 <2.0.0' | ||
|
||
dependencies: | ||
angular: '^5.0.0-alpha+4' | ||
angular: '^5.0.0-alpha+5' | ||
meta: ^1.1.2 | ||
|
||
# === vvv REMOVE WHEN PUBLISHING vvv === | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 2.0.0-alpha+5 | ||
|
||
### New features | ||
|
||
* Added `Router.onNavigationStart` to notify subscribers when a navigation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,20 @@ name: angular_router | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Router for AngularDart. | ||
version: 2.0.0-alpha+4 | ||
version: 2.0.0-alpha+5 | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.20.0 <2.0.0' | ||
|
||
dependencies: | ||
angular: '^5.0.0-alpha+4' | ||
angular: '^5.0.0-alpha+5' | ||
collection: ^1.14.5 | ||
js: ^0.6.0 | ||
meta: ^1.1.2 | ||
|
||
dev_dependencies: | ||
async: ^2.0.3 | ||
angular_test: ^2.0.0-alpha+2 | ||
angular_test: ^2.0.0-alpha+3 | ||
build_web_compilers: ^0.2.1 | ||
build_runner: ^0.7.9 | ||
build_test: ^0.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: angular_test | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Testing runner and library for AngularDart | ||
version: 2.0.0-alpha+2 | ||
version: 2.0.0-alpha+3 | ||
|
||
environment: | ||
sdk: '>=2.0.0-dev.20.0 <2.0.0' | ||
|
@@ -12,7 +12,7 @@ executables: | |
angular_test: | ||
|
||
dependencies: | ||
angular: '^5.0.0-alpha+4' | ||
angular: '^5.0.0-alpha+5' | ||
matcher: ^0.12.0+2 | ||
meta: ^1.1.2 | ||
pageloader: ^2.2.5 | ||
|