Misko Hevery
60a30818ef
docs: add changelog for 5.1.0-rc.0
2017-11-30 21:38:52 -08:00
Misko Hevery
b967cbfc66
release: cut the 5.1.0-rc.0 release
2017-11-30 21:37:42 -08:00
Misko Hevery
8826a8235b
docs: add changelog for 5.0.4
2017-11-30 21:34:44 -08:00
George Kalpakas
47addd169d
revert: docs(aio): add service worker guide content and update nav ( #20021 ) ( #20716 )
...
* revert: style: broken build due to missing new lines
This reverts commit ba6af2a6dd
.
The commit that introduced these files (48300067f
) will also get
reverted.
* revert: docs(aio): add service worker guide content and update nav (#20021 )
This reverts commit 48300067fb
.
This commit has some issues (e.g. breaks some e2e tests, adds images
to the wrong directories, breaks linting, etc).
Reverting in order to investigate and fix.
2017-11-30 09:53:07 -08:00
Misko Hevery
ba6af2a6dd
style: broken build due to missing new lines
2017-11-29 20:27:25 -08:00
A7xSV
b9e4d62d5a
docs(aio): remove services plurality ( #20696 )
...
remove services plurality for the sentence formation to be proper
PR Close #20696
2017-11-29 16:53:49 -06:00
Filipe Silva
71e5de646b
fix(compiler-cli): fix memory leak in program creation ( #20692 )
...
Saving `oldProgram` in `AngularCompilerProgram` instances is causing a memory leak for unemitted programs.
It's not actually used so simply not saving it fixes the memory leak.
Fix #20691
PR Close #20692
2017-11-29 16:53:11 -06:00
Peter Bacon Darwin
3def2cc552
test(aio): cleaner approach to reliable Google Analytics e2e tests ( #20661 )
...
PR Close #20661
2017-11-29 16:53:04 -06:00
Peter Bacon Darwin
4ec4a99f16
test(aio): fix e2e API test due to #20607 ( #20661 )
...
PR Close #20661
2017-11-29 16:53:04 -06:00
Keen Yee Liau
3203069d6c
fix(language-service): Allow empty templates ( #20651 )
...
Fixes the bug where templates with empty strings show up as error in the editor.
PR Close #19406
PR Close #20651
2017-11-29 16:52:55 -06:00
Keen Yee Liau
54bfe14313
fix(language-service): Fix crash when no script files are found ( #20550 )
...
Fixes the crash in typescript host when getScriptFileNames() returns an
empty array.
PR Close #19325
PR Close #20550
2017-11-29 16:52:48 -06:00
Miško Hevery
ba850b36de
Revert "fix(core): should use native addEventListener in ngZone ( #20672 )"
...
This reverts commit 65a2cb8307
.
2017-11-29 14:56:29 -06:00
Konstantin Dinev
f3c5481181
docs(aio): Updating with Ignite UI for Angular ( #20663 )
...
PR Close #20663
2017-11-29 12:15:34 -06:00
Kapunahele Wong
48300067fb
docs(aio): add service worker guide content and update nav ( #20021 )
...
PR Close #20021
2017-11-29 12:15:27 -06:00
trevorade
b841e0d530
docs(aio): add class attribute to example referenced in Structural Directive guide ( #19446 )
...
See https://github.com/angular/angular/blob/master/aio/content/guide/structural-directives.md
From the structural-directives.md:
The rest of the <div>, including its class attribute, moved inside the <ng-template> element.
Maybe this made sense at one time but it has become out of sync.
PR Close #19446
2017-11-29 12:15:21 -06:00
JiaLi.Passion
65a2cb8307
fix(core): should use native addEventListener in ngZone ( #20672 )
...
PR Close #20672
2017-11-28 22:27:25 -06:00
Karthik Kumar A
0bef021321
build(aio): upgrade codelyzer to 4.0.x and angular/cli to 1.5.4 ( #20392 )
...
PR Close #20392
2017-11-28 22:27:18 -06:00
Alex Rickabaugh
aafa75da84
fix(common): don't strip XSSI prefix for if error isn't JSON ( #19958 )
...
This changes XhrBackend to not strip the XSSI prefix from error text
if such a prefix is present but the remaining body does not parse as
JSON.
PR Close #19958
2017-11-28 22:27:10 -06:00
Alex Rickabaugh
503be69af6
fix(common): treat an empty body as null when parsing JSON in HttpClient ( #19958 )
...
Previously, XhrBackend would call JSON.parse('') if the response body was
empty (a 200 status code with content-length 0). This changes the XhrBackend
to attempt the JSON parse only if the response body is non-empty. Otherwise,
the body is left as null.
Fixes #18680 .
Fixes #19413 .
Fixes #19502 .
Fixes #19555 .
PR Close #19958
2017-11-28 22:27:10 -06:00
Alex Rickabaugh
eb01ad583f
fix(common): remove useless guard in HttpClient ( #19958 )
...
An invalid "if" condition is always true, and is thus useless. This
change removes it. No behavior changes.
Fixes #19223 .
PR Close #19958
2017-11-28 22:27:10 -06:00
Alex Rickabaugh
15a54df7d3
fix(common): accept falsy values as HTTP bodies ( #19958 )
...
Previously, HttpClient used the overly clever test "body || null"
to determine when a body parameter was provided. This breaks when
the valid bodies '0' or 'false' are provided.
This change tests directly against 'undefined' to detect the presence
of the body parameter, and thus correctly allows falsy values through.
Fixes #19825 .
Fixes #19195 .
PR Close #19958
2017-11-28 22:27:10 -06:00
briancherin
eaaae2edf4
docs: fix grammar and wording ( #18530 )
...
PR Close #18530
2017-11-28 22:27:02 -06:00
Matias Niemelä
c2b3792a3b
fix(animations): ensure multi-level leave animations work ( #19455 )
...
PR Close #19455
2017-11-28 18:24:41 -06:00
Matias Niemelä
b2a586cee1
fix(animations): ensure multi-level enter animations work ( #19455 )
...
PR Close #19455
2017-11-28 18:24:40 -06:00
Chuck Jazdzewski
8bb42df47e
fix(compiler): correctly detect when to serialze summary metadata ( #20668 )
...
The change to improve error messages broke the summary serialization
of summaries.
PR Close #20668
2017-11-28 16:43:35 -06:00
Miško Hevery
add5953aa1
Revert "fix(animations): ensure multi-level enter animations work ( #19455 )"
...
This reverts commit dd6237ecd9
.
2017-11-28 15:08:44 -06:00
Miško Hevery
6b4c24020d
Revert "fix(animations): ensure multi-level leave animations work ( #19455 )"
...
This reverts commit 1366762d12
.
2017-11-28 15:08:31 -06:00
Olivier Combe
24bf3e2a25
feat(common): add locale id parameter to `registerLocaleData` ( #20623 )
...
PR Close #20623
2017-11-27 17:00:06 -06:00
Chuck Jazdzewski
8ecda94899
feat(compiler-cli): improve error messages produced during structural errors ( #20459 )
...
The errors produced when error were encountered while interpreting the
content of a directive was often incomprehencible. With this change
these kind of error messages should be easier to understand and diagnose.
PR Close #20459
2017-11-27 16:59:57 -06:00
Matias Niemelä
1366762d12
fix(animations): ensure multi-level leave animations work ( #19455 )
...
PR Close #19455
2017-11-27 16:59:47 -06:00
Matias Niemelä
dd6237ecd9
fix(animations): ensure multi-level enter animations work ( #19455 )
...
PR Close #19455
2017-11-27 16:59:46 -06:00
Alex Eagle
6e83204238
fix(bazel): produce named AMD modules for codegen ( #20547 )
...
fixes #19422
Signed-off-by: Alex Eagle <alexeagle@google.com>
PR Close #20547
2017-11-27 13:44:41 -06:00
Peter Bacon Darwin
a53a040071
build(aio): prevent comments in code from leaking into doc-gen code snippets ( #20607 )
...
The new version of dgeni-packages (0.22.1) does a better job of rendering
code nodes, which do not include comments.
Fixes #19751
PR Close #20607
2017-11-27 12:16:28 -06:00
Stephen Fluin
5bef070e16
docs(aio): update homepage tooling image ( #20593 )
...
Fix #19831
PR Close #20593
2017-11-27 12:16:20 -06:00
George Kalpakas
89de98b25e
build(aio): ensure downloadable zip filenames are unique ( #20586 )
...
Fixes #16227
PR Close #20586
2017-11-27 12:16:14 -06:00
Olivier Combe
de78307928
fix(compiler-cli): normalize sourcepaths for i18n extracted files ( #20417 )
...
Fixes #20416
PR Close #20417
2017-11-27 12:16:07 -06:00
Juri Strumpflohner
6293ca23c3
docs(core): fix broken NgZone code example ( #19291 )
...
The current code example was broken as there were a couple of syntax errors. This commit fixes the demo.
PR Close #19291
2017-11-27 12:14:47 -06:00
Miško Hevery
330bb2a360
release: cut the 5.1.0-beta.2 release
2017-11-22 13:34:53 -08:00
Miško Hevery
59455ea8d1
release: cut the 5.1.0-beta.2 release
2017-11-22 13:25:40 -08:00
Miško Hevery
e9e4ffd6e1
docs: add changelog for 5.0.3
2017-11-22 13:25:40 -08:00
Stephen Fluin
0444e13efb
docs(aio): add ngATL header ( #20590 )
...
Fix #20568
PR Close #20590
2017-11-22 13:49:59 -06:00
Matias Niemelä
ffb6dbeefe
fix(animations): always fire start and done callbacks in order for noop animations ( #20570 )
...
PR Close #20570
2017-11-22 12:36:28 -06:00
Matias Niemelä
0e012c9669
fix(animations): always fire inner trigger callbacks even if blocked by parent animations ( #19753 )
...
Closes #19100
PR Close #19753
2017-11-22 10:38:02 -06:00
Cyrille Tuzi
a0819d3af1
docs(aio): add a French onsite training ressource ( #19889 )
...
PR Close #19889
2017-11-22 08:58:02 -06:00
Cyrille Tuzi
ffd8c361eb
docs(aio): add a French onsite training ressource ( #19889 )
...
PR Close #19889
2017-11-22 08:58:02 -06:00
swseverance
1594f8c09e
docs(aio): fix filename ( #20569 )
...
PR Close #20569
2017-11-22 08:57:37 -06:00
Olivier Combe
d7a727cc07
feat(platform-browser-dynamic): export `JitCompilerFactory` ( #20478 )
...
Fixes #20125
PR Close #20478
2017-11-22 08:56:11 -06:00
Jason Aden
437a0446e2
fix(common): return ISubscription from Location.subscribe() ( #20429 )
...
Fix #20406
PR Close #20429
2017-11-22 08:55:10 -06:00
tinayuangao
ac93f1235e
ci: Update 1% payload size test ( #20524 )
...
PR Close #20524
2017-11-21 22:28:28 -06:00
Peter Bacon Darwin
e2b76bb386
build(aio): filter out ambiguous directives from auto code linking ( #20512 )
...
Closes #20466
PR Close #20512
2017-11-21 22:28:16 -06:00