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 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Meta): Prepare to publish 5.0.0-beta+2 with camelCaseCaps support.
PiperOrigin-RevId: 205252332
- Loading branch information
1 parent
50c9e5e
commit 221c5a9
Showing
10 changed files
with
18 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 5.0.0-beta+2 | ||
|
||
### New features | ||
|
||
* Added support for named arguments in function calls in templates: | ||
|
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-beta+1 | ||
version: 5.0.0-beta+2 | ||
author: Dart Team <[email protected]> | ||
description: Fast and productive web framework | ||
homepage: https://webdev.dartlang.org/angular | ||
|
@@ -21,7 +21,7 @@ dependencies: | |
|
||
# It is extremely important these two dependencies stay pinned to current. | ||
angular_ast: 0.5.4 | ||
angular_compiler: 0.4.0-alpha+17 | ||
angular_compiler: 0.4.0-alpha+18 | ||
########################################################################## | ||
|
||
build: ^0.12.7 | ||
|
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_compiler | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Compiler for AngularDart. | ||
version: 0.4.0-alpha+17 | ||
version: 0.4.0-alpha+18 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.64.2 <3.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 @@ | ||
## 2.0.0-beta+2 | ||
|
||
### New Features | ||
|
||
* Add AbstractControlGroup and AbstractNgForm to allow infrastructure to | ||
|
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_forms | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Forms framework for AngularDart. | ||
version: 2.0.0-beta+1 | ||
version: 2.0.0-beta+2 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.64.2 <3.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 @@ | ||
## 2.0.0-alpha+17 | ||
|
||
### New features | ||
|
||
* `RouteDefinition.redirect` now supports forwarding route parameters. | ||
|
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_router | |
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/angular | ||
description: Router for AngularDart. | ||
version: 2.0.0-alpha+16 | ||
version: 2.0.0-alpha+17 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.64.2 <3.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,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-beta+1 | ||
version: 2.0.0-beta+2 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.64.2 <3.0.0" | ||
|