Skip to content

Commit 6da51fe

Browse files
author
Codebacca
authored
Merge branch 'master' into master
2 parents 8c40c00 + e9bc887 commit 6da51fe

File tree

22 files changed

+323
-301
lines changed

22 files changed

+323
-301
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
<a name="1.0.0-beta.23"></a>
2+
# [1.0.0-beta.23](https://github.com/angular/angular-cli/compare/v1.0.0-beta.22-1...v1.0.0-beta.23) (2016-12-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **@ngtools/webpack:** keep the decorators in. ([#3583](https://github.com/angular/angular-cli/issues/3583)) ([db25183](https://github.com/angular/angular-cli/commit/db25183))
8+
* **@ngtools/webpack:** use tsconfig declaration flag to report decl errors ([#3499](https://github.com/angular/angular-cli/issues/3499)) ([c46de15](https://github.com/angular/angular-cli/commit/c46de15))
9+
* **blueprints:** remove app root barrel ([#3530](https://github.com/angular/angular-cli/issues/3530)) ([3329d46](https://github.com/angular/angular-cli/commit/3329d46)), closes [#3369](https://github.com/angular/angular-cli/issues/3369)
10+
* **build:** added autoprefixer to prod ([1648d51](https://github.com/angular/angular-cli/commit/1648d51)), closes [#3156](https://github.com/angular/angular-cli/issues/3156) [#3164](https://github.com/angular/angular-cli/issues/3164)
11+
* **build:** pin [@types](https://github.com/types)/lodash ([#3465](https://github.com/angular/angular-cli/issues/3465)) ([9b65481](https://github.com/angular/angular-cli/commit/9b65481))
12+
* **completion:** Update with the new help command ([#3479](https://github.com/angular/angular-cli/issues/3479)) ([0b5dc74](https://github.com/angular/angular-cli/commit/0b5dc74))
13+
* **dependencies:** reduce the dependencies further. ([#3488](https://github.com/angular/angular-cli/issues/3488)) ([901a64f](https://github.com/angular/angular-cli/commit/901a64f))
14+
* **deploy:** gh-pages checkout initial branch on error ([#3378](https://github.com/angular/angular-cli/issues/3378)) ([c5cd095](https://github.com/angular/angular-cli/commit/c5cd095)), closes [#3030](https://github.com/angular/angular-cli/issues/3030) [#2663](https://github.com/angular/angular-cli/issues/2663) [#1259](https://github.com/angular/angular-cli/issues/1259)
15+
* **deploy:** gh-pages deploy fail after repo create ([#3386](https://github.com/angular/angular-cli/issues/3386)) ([0a68cc5](https://github.com/angular/angular-cli/commit/0a68cc5)), closes [#3385](https://github.com/angular/angular-cli/issues/3385)
16+
* **gitignore:** No longer ignore VSCode settings ([#3477](https://github.com/angular/angular-cli/issues/3477)) ([8d88446](https://github.com/angular/angular-cli/commit/8d88446))
17+
* **help:** fix `ng help <command>` ([#3442](https://github.com/angular/angular-cli/issues/3442)) ([51659b9](https://github.com/angular/angular-cli/commit/51659b9))
18+
* **new:** Make sure the project name is valid. ([#3478](https://github.com/angular/angular-cli/issues/3478)) ([e836f92](https://github.com/angular/angular-cli/commit/e836f92))
19+
* **webpack:** fix some problems with errors not reported. ([#3444](https://github.com/angular/angular-cli/issues/3444)) ([09f9aa9](https://github.com/angular/angular-cli/commit/09f9aa9))
20+
* **webpack:** remove usage of __dirname from the config. ([#3422](https://github.com/angular/angular-cli/issues/3422)) ([8597786](https://github.com/angular/angular-cli/commit/8597786))
21+
22+
23+
### Features
24+
25+
* Make CLI available without install ([761e86f](https://github.com/angular/angular-cli/commit/761e86f)), closes [#3126](https://github.com/angular/angular-cli/issues/3126)
26+
* **build:** add lazy styles/scripts ([#3402](https://github.com/angular/angular-cli/issues/3402)) ([20bb864](https://github.com/angular/angular-cli/commit/20bb864)), closes [#3401](https://github.com/angular/angular-cli/issues/3401) [#3400](https://github.com/angular/angular-cli/issues/3400)
27+
* **deps:** Unblock the version of Angular to >= 2.3 ([#3569](https://github.com/angular/angular-cli/issues/3569)) ([bd03100](https://github.com/angular/angular-cli/commit/bd03100))
28+
* **generate:** change generate --prefix option type from Boolean to string ([#3457](https://github.com/angular/angular-cli/issues/3457)) ([8d5a915](https://github.com/angular/angular-cli/commit/8d5a915))
29+
* **i18n:** add i18n command line options ([#3098](https://github.com/angular/angular-cli/issues/3098)) ([2a0a42d](https://github.com/angular/angular-cli/commit/2a0a42d))
30+
* **module:** component optional when generating module ([#3389](https://github.com/angular/angular-cli/issues/3389)) ([2fb2d13](https://github.com/angular/angular-cli/commit/2fb2d13))
31+
* **serve:** Add support to open with ssl. ([#3432](https://github.com/angular/angular-cli/issues/3432)) ([83dfc96](https://github.com/angular/angular-cli/commit/83dfc96))
32+
33+
34+
### Performance Improvements
35+
36+
* **install time:** Remove dependency to zopfli. ([#3414](https://github.com/angular/angular-cli/issues/3414)) ([e6364a9](https://github.com/angular/angular-cli/commit/e6364a9))
37+
38+
39+
### BREAKING CHANGES
40+
41+
* blueprints: The app root module and component must now be imported directly. (e.g., use `import { AppModule } from './app/app.module';` instead of `import { AppModule } from './app/';`)
42+
43+
44+
45+
<a name="1.0.0-beta.22-1"></a>
46+
# [1.0.0-beta.22-1](https://github.com/angular/angular-cli/compare/v1.0.0-beta.22...v1.0.0-beta.22-1) (2016-12-05)
47+
48+
49+
### Bug Fixes
50+
51+
* **@ngtools/webpack:** performance improvement. ([#3360](https://github.com/angular/angular-cli/issues/3360)) ([4dcfe27](https://github.com/angular/angular-cli/commit/4dcfe27))
52+
* **deploy:** clean up gh-pages obsolete files ([#3081](https://github.com/angular/angular-cli/issues/3081)) ([#3333](https://github.com/angular/angular-cli/issues/3333)) ([51869fb](https://github.com/angular/angular-cli/commit/51869fb))
53+
* change apiFilter querystring to query in ng doc([#3383](https://github.com/angular/angular-cli/issues/3383)) ([5b2a0fb](https://github.com/angular/angular-cli/commit/5b2a0fb)), closes [#3363](https://github.com/angular/angular-cli/issues/3363)
54+
55+
56+
157
<a name="1.0.0-beta.22"></a>
258
# [1.0.0-beta.22](https://github.com/angular/angular-cli/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2016-12-02)
359

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cli",
3-
"version": "1.0.0-beta.22",
3+
"version": "1.0.0-beta.23",
44
"description": "CLI tool for Angular",
55
"main": "packages/angular-cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -42,10 +42,10 @@
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
4444
"@angular-cli/ast-tools": "^1.0.0",
45-
"@angular/compiler": "2.2.3",
46-
"@angular/compiler-cli": "2.2.3",
47-
"@angular/core": "2.2.3",
48-
"@angular/tsc-wrapped": "0.4.0",
45+
"@angular/compiler": "~2.3.1",
46+
"@angular/compiler-cli": "~2.3.1",
47+
"@angular/core": "~2.3.1",
48+
"@angular/tsc-wrapped": "~0.5.0",
4949
"async": "^2.1.4",
5050
"autoprefixer": "^6.5.3",
5151
"chalk": "^1.1.3",
@@ -101,7 +101,7 @@
101101
"resolve": "^1.1.7",
102102
"rimraf": "^2.5.3",
103103
"rsvp": "^3.0.17",
104-
"rxjs": "5.0.0-beta.12",
104+
"rxjs": "5.0.0-rc.4",
105105
"sass-loader": "^4.0.1",
106106
"script-loader": "^0.7.0",
107107
"semver": "^5.1.0",

packages/@angular-cli/ast-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@angular/tsc-wrapped": "^0.3.0",
28-
"rxjs": "5.0.0-beta.12",
28+
"rxjs": "5.0.0-rc.4",
2929
"denodeify": "^1.2.1",
3030
"typescript": "~2.0.3"
3131
}

packages/@ngtools/webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
55
"main": "./src/index.js",
66
"typings": "src/index.d.ts",
@@ -31,10 +31,10 @@
3131
"source-map": "^0.5.6"
3232
},
3333
"peerDependencies": {
34-
"@angular/compiler": "2.2.3",
35-
"@angular/compiler-cli": "2.2.3",
36-
"@angular/core": "2.2.3",
37-
"@angular/tsc-wrapped": "0.4.0",
34+
"@angular/compiler": "~2.3.1",
35+
"@angular/compiler-cli": "~2.3.1",
36+
"@angular/core": "~2.3.1",
37+
"@angular/tsc-wrapped": "~0.5.0",
3838
"typescript": "^2.0.2",
3939
"reflect-metadata": "^0.1.8",
4040
"webpack": "^2.1.0-beta.25"

packages/@ngtools/webpack/src/loader.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ function _getContentOfKeyLiteral(source: ts.SourceFile, node: ts.Node): string {
1717
}
1818

1919
function _removeDecorators(refactor: TypeScriptFileRefactor) {
20+
// TODO: replace this by tsickle.
2021
// Find all decorators.
21-
refactor.findAstNodes(refactor.sourceFile, ts.SyntaxKind.Decorator)
22-
.forEach(d => refactor.removeNode(d));
22+
// refactor.findAstNodes(refactor.sourceFile, ts.SyntaxKind.Decorator)
23+
// .forEach(d => refactor.removeNode(d));
2324
}
2425

2526

0 commit comments

Comments
 (0)