641be64544
docs(aio): add info about --local
option in the readme ( #18824 )
...
PR Close #18824
2017-08-23 13:19:23 -05:00
bcf211bdb3
docs(aio): fix "Error handling" section in "HttpClient" ( #18821 )
...
Removed additional curly brackets to fix blocks. Also replaced tab with 2 spaces.
PR Close #18821
2017-08-23 13:19:15 -05:00
ee5591d583
fix(core): make sure onStable runs in the right zone ( #18706 )
...
Make sure the callbacks to the NgZone callbacks run in the right zone
with or without the rxjs Zone patch -
1ed83d08ac
.
PR Close #18706
2017-08-23 13:18:47 -05:00
1f43713506
fix(aio): do not redirect API pages on archive and next deployments ( #18791 )
...
PR Close #18791
2017-08-21 18:34:55 -05:00
325b9b4562
docs(aio): add ngAtlanta to the events page ( #18649 )
...
PR Close #18649
2017-08-21 18:34:25 -05:00
88abdbd50b
docs(aio): update resources to include NinjaCodeGen Angular CRUD generator ( #18518 )
...
PR Close #18518
2017-08-21 18:34:17 -05:00
14d34c9bdf
style(animations): format integration spec ( #18805 )
...
PR Close #18805
2017-08-21 17:09:53 -05:00
e1f45a33b7
fix(animations): restore auto-style support for removed DOM nodes ( #18787 )
...
PR Close #18787
2017-08-18 23:32:41 -05:00
9a754f9f0f
fix(animations): make sure animation cancellations respect AUTO style values ( #18787 )
...
Closes #17450
PR Close #18787
2017-08-18 23:32:34 -05:00
c3dcbf9cb3
fix(animations): make sure @.disabled respects disabled parent/sub animation sequences ( #18715 )
...
Prior to this fix if @parent and @child animations ran at the same
time within a disabled region then there was a chance that a @child
sub animation would never complete. This would cause *directives to
never close a removal when a @child trigger was placed on them. This
patch fixes this issue.
PR Close #18715
2017-08-18 23:32:28 -05:00
5d68c830d2
fix(animations): ensure animations are disabled on the element containing the @.disabled flag ( #18714 )
...
Prior to fix this fix, @.disabled would only work to disable child
animations. Now it will also disable animations for the element that has
the @.disabled flag (which makes more sense).
PR Close #18714
2017-08-18 23:32:21 -05:00
ac58914b97
feat(animations): allow @.disabled property to work without an expression ( #18713 )
...
PR Close #18713
2017-08-18 23:32:13 -05:00
77ebd2b020
docs(aio): fix card inconsistency ( #18726 )
...
PR Close #18726
2017-08-18 23:15:36 -05:00
fec3b1a0e9
fix(core): correct order in ContentChildren query result ( #18326 )
...
Fixes #16568
PR Close #18326
2017-08-18 23:15:17 -05:00
3b571a4f3d
build(aio): do not auto-link code elements already inside a link ( #18776 )
...
Closes #18769
PR Close #18776
2017-08-18 13:38:43 -05:00
efee81eb57
docs(aio): typo in template-syntax guide ( #18765 )
...
PR Close #18765
2017-08-18 13:38:16 -05:00
a7a698c36f
docs(aio): update resource for codelyzer ( #18742 )
...
PR Close #18742
2017-08-18 13:22:11 -05:00
b5f1dc32d1
test(aio): fix error logged during tests ( #18659 )
...
The fixed test expected there to be a doc version without a URL. This used to be
the case but not any more. As a result, an error was logged in the test output
(but no failure).
This commit fixes it by ensuring that a version without a URL exists.
PR Close #18659
2017-08-18 13:20:22 -05:00
eef28144ce
docs(aio): move code snippet to appropriate location ( #18650 )
...
PR Close #18650
2017-08-18 13:19:15 -05:00
f9b290570e
fix(animations): resolve error when using AnimationBuilder with platform-server ( #18642 )
...
Use an injected DOCUMENT instead of assuming the global 'document'
exists.
Fixes #18635 .
PR Close #18642
2017-08-18 13:15:05 -05:00
4852f55875
build(packaging): increase node memory for tests ( #18731 )
...
PR Close #18731
2017-08-18 13:15:05 -05:00
793f31b9b3
feat(common): add an empty DeprecatedI18NPipesModule module
...
Adding an empty module to ease the migration to the i18n pipes.
2017-08-18 13:15:05 -05:00
7e94405271
docs: add changelog for 4.3.5
4.3.5
2017-08-16 10:51:23 -07:00
6076a8d7bb
release: cut the 4.3.5 release
2017-08-16 10:49:38 -07:00
a1624f217c
fix(forms): re-assigning options should not clear select
...
Fixes #18330
2017-08-16 10:34:23 -07:00
b2f4d53bf0
docs(forms): fix reactive-forms guide typo
...
closes #17943
2017-08-15 16:43:21 -07:00
7662cefe6f
docs: remove TypeScript to JavaScript guide & sample
2017-08-15 16:35:01 -07:00
1cb607697a
build(aio): switch from @angular/http
to @angular/common/http
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.a1b446562b36eebb766d.bundle.js
524385 (+ 682) dist/main.19fec4390ff7837ee6ef.bundle.js
37402 dist/polyfills.9f7e0e53bce2a6c8326e.bundle.js
54001 dist/worker-basic.min.js
632265 (+ 682) total
```
2017-08-15 15:16:10 -07:00
1990c3c722
build(aio): upgrade zone.js
to 0.8.16
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.a1b446562b36eebb766d.bundle.js
523703 dist/main.19fec4390ff7837ee6ef.bundle.js
37402 (+ 3088) dist/polyfills.9f7e0e53bce2a6c8326e.bundle.js
54001 dist/worker-basic.min.js
631583 (+ 3088) total
```
2017-08-15 15:16:10 -07:00
b589d85d6f
build(aio): upgrade @angular/*
to 5.0.0-beta.3
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.7813f9128903f164bc00.bundle.js
523703 (-18484) dist/main.19fec4390ff7837ee6ef.bundle.js
34314 dist/polyfills.9b05df3b6c9270ebf575.bundle.js
54001 dist/worker-basic.min.js
628495 (-18484) total
```
2017-08-15 15:16:10 -07:00
03ec3a2169
build(aio): upgrade @angular/*
to 4.3.4
...
```
$ ls -l dist/*.js
14942 dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.dd77b84267809087d225.bundle.js
542187 (+ 2191) dist/main.f3ffdb5bb1a5bcec2163.bundle.js
34314 dist/polyfills.9b05df3b6c9270ebf575.bundle.js
54001 dist/worker-basic.min.js
646979 (+ 2191) total
```
2017-08-15 15:16:10 -07:00
a5baed6b97
build(aio): upgrade @angular/cli
to 1.3.0
...
```
$ ls -l dist/*.js
14942 (+ 4) dist/0.b19e913fbdd6507d346b.chunk.js
1535 dist/inline.e07e02e29b7fc93816c6.bundle.js
539996 (-56433) dist/main.f466098a873c1169a6dc.bundle.js
34314 (- 33) dist/polyfills.9b05df3b6c9270ebf575.bundle.js
54001 dist/worker-basic.min.js
644788 (-56462) total
```
2017-08-15 15:16:10 -07:00
259fc91305
docs(core): correct code examples for ChangeDetectorRef
2017-08-15 15:12:35 -07:00
a618d6e4ce
docs(forms): add api docs for AbstractControlDirective
2017-08-15 15:07:44 -07:00
b315a84ba0
docs(aio): add Metadata guide based on Chuck’s docs
...
Chuck’s gist
https://gist.github.com/chuckjaz/65dcc2fd5f4f5463e492ed0cb93bca60#file-Angular%20Metadata-md
Also chuck’s doc on metadata-related errors (link needed)
2017-08-15 12:21:23 -07:00
972538be7a
fix(core): forbid destroyed views to be inserted or moved in VC
...
Fixes #18615
2017-08-14 12:09:22 -07:00
d7be4f12b5
perf(aio): update to new version of build-optimizer
2017-08-11 13:29:01 -07:00
b9c1c913c1
fix(aio): skip PWA test when redeploying non-public commit
2017-08-11 13:29:01 -07:00
06e479ff66
docs: add changelog for 4.3.4
4.3.4
2017-08-10 09:40:01 -07:00
0065868f37
release: cut the 4.3.4 release
2017-08-10 09:38:13 -07:00
77fa3c3e48
test(aio): fix tests for example-boilerplate ( #18619 )
...
PR #18520 was accidentally merged into 4.3.x, which uses a different
location for building `tsc-wrapped`. This commit reverts the changes
from #18520 that were not compatible with 4.3.x.
2017-08-09 20:28:43 -07:00
f4cb45345d
test(aio): fix running docs examples against local builds ( #18520 )
...
This commit also updates the version of `@angular/cli` used for docs examples.
The previous (transient) dependency `@ngtools/webpack` was not compatible with
`@angular/compiler-cli@>=5` and was breaking when running against the local
builds (currently at 5.0.0-beta.2). The version of `@ngtools/webpack` used by
the latest `@angular/cli` version is compatible with `@angular/compiler-cli@5`.
2017-08-09 14:21:39 -07:00
9329bfb86a
fix(aio): add missing code snippet ( #18547 )
...
The snippet got lost some time during the migration from the old version (it is
[present in v2][1]).
[1]: https://v2.angular.io/docs/ts/latest/cookbook/aot-compiler.html#!#running-the-application
Fixes #18544
2017-08-09 14:20:50 -07:00
3efc88fb81
test(aio): fix the deploy-to-firebase
tests
...
This commit also ensures that if the tests fail, the script exits with an error.
closes #18595
2017-08-09 14:18:07 -07:00
954b09022a
ci(aio): fix deploying the stable branch to Firebase
...
The `deploy-to-firebase.sh` always expects there to be a
`src/extra-files/<mode>` directory and breaks if it doesn't exist.
2017-08-09 14:17:47 -07:00
71f5e78bcb
test(animations): disable buggy test in Chrome 39 ( #18483 )
...
Fixes #15793
2017-08-09 14:16:03 -07:00
f0c3ed0f14
ci(aio): fix deploying to firebase ( #18590 )
2017-08-08 14:00:59 -07:00
c8fd3f5237
docs(common): fix the DatePipe API docs ( #18548 )
2017-08-07 11:47:38 -07:00
e0660b1b72
fix(animations): support persisting dynamic styles within animation states ( #18468 )
...
Closes #18423
Closes #17505
2017-08-07 11:40:34 -07:00
5a165ebcef
fix(animations): revert container/queried animations accordingly during cancel ( #18516 )
2017-08-07 11:39:04 -07:00