Peter Bacon Darwin
0bb8423df9
ci: add GK and PBD to aio content and marketing groups
2017-07-17 10:52:34 -07:00
Stefanie Fluin
95698d93ad
fix(aio): remove title from callout
2017-07-15 15:35:15 +01:00
Georgios Kalpakas
c649da9f0a
fix(aio): remove unused `news.html` file
...
Although outdated and not used, the file would be picked up and showed in search
results.
2017-07-15 15:29:20 +01:00
Peter Bacon Darwin
0bf0c35bca
build(aio): render type parameters of API function exports
...
Fixes #18123
2017-07-15 08:52:35 +01:00
Alex Rickabaugh
97e6901ded
Revert "revert: revert: ci(aio): exclude changes in aio/content folder"
...
This reverts commit 3d85f72652
.
Still causing repeated flakes on master.
2017-07-14 14:54:31 -07:00
Georgios Kalpakas
30e76fcd80
feat(upgrade): support lazy-loading Angular module into AngularJS app
2017-07-14 14:10:30 -07:00
Georgios Kalpakas
44b50427d9
refactor(upgrade): clean up some types
2017-07-14 14:10:30 -07:00
Alex Rickabaugh
a0b06befb6
docs: add changelog for 4.3.0
2017-07-14 13:12:37 -07:00
Alex Rickabaugh
4fbb5b29ea
release: cut the 4.3.0 release
2017-07-14 12:50:40 -07:00
Alex Rickabaugh
e0fa727594
fix(aio): document XSRF protection in HttpClient
2017-07-14 12:42:37 -07:00
Alex Rickabaugh
3ecc5e5398
fix(common): rename HttpXsrfModule to HttpClientXsrfModule
2017-07-14 12:40:52 -07:00
Alex Rickabaugh
f7686d4124
Revert "fix(animations): make sure @.disabled works in non-animation components"
...
This reverts commit 01a2688848
.
2017-07-14 11:00:29 -07:00
Matias Niemelä
01a2688848
fix(animations): make sure @.disabled works in non-animation components
...
Note 4.3 only!
Prior to this fix when [@.disabled] was used in a component that
contained zero animation code it wouldn't register properly because the
renderer associated with that component was not an animation renderer.
This patch ensures that it gets registered even when there are no
animations set.
2017-07-14 10:34:58 -07:00
cexbrayat
8e56c3cb30
docs: fix type error in HttpClient sample
2017-07-14 09:35:25 -07:00
Igor Minar
7955cacec4
build(aio): turn on debugging of the payload.sh script to debug ci failures
2017-07-13 22:50:05 -07:00
Alex Rickabaugh
dd04f09483
feat(common): on-by-default XSRF support in HttpClient ( #18108 )
...
Fixes #18100
2017-07-13 17:22:02 -07:00
Igor Minar
3d85f72652
revert: revert: ci(aio): exclude changes in aio/content folder
...
This reverts commit 72143e80da
.
it seems that the previous build failure was a travis flake.
reverting the revert...
2017-07-13 16:22:57 -07:00
Alex Rickabaugh
9f28e838d3
fix(common): expose reportProgress option on HttpClient API ( #18083 )
2017-07-13 16:19:52 -07:00
Chuck Jazdzewski
ddb766e456
feat(compiler): do not evaluate metadata expressions that can use references ( #18001 )
2017-07-13 16:16:56 -07:00
Igor Minar
72143e80da
revert: ci(aio): exclude changes in aio/content folder
...
This reverts commit 1bf7ba87a0
.
The commit caused master builds to fail with:
```
$ scripts/payload.sh
error Command failed with exit code 1.
error Command failed with exit code 1.
```
https://travis-ci.org/angular/angular/jobs/253405260#L1024
2017-07-13 15:32:44 -07:00
Alex Rickabaugh
bc1ea8c54b
docs: rewrite 'Server Communication' doc guide to use HttpClient ( #18079 )
2017-07-13 15:22:07 -07:00
Chuck Jazdzewski
45ffe54ae4
fix(tsc-wrapped): support as and class expressions ( #16904 )
2017-07-13 15:17:16 -07:00
Yuan Gao
1bf7ba87a0
ci(aio): exclude changes in aio/content folder
2017-07-13 15:13:37 -07:00
Alex Rickabaugh
db96c963a8
fix(aio): add <hr> in between overloads
2017-07-13 14:58:33 -07:00
Alex Rickabaugh
18559897a0
fix(common): document HttpClient, fixing a few other issues
2017-07-13 14:58:33 -07:00
Chuck Jazdzewski
ce0f4f0d7c
fix(tsc-wrapped): report errors for invalid ast forms ( #17994 )
...
Fixes : #17993
2017-07-13 14:55:59 -07:00
Alex Rickabaugh
4f1e4ffa4e
fix(common): don't guess Content-Type for FormData bodies ( #18104 )
...
Fixes #18096
2017-07-13 12:28:20 -07:00
Jules Kremer
f0beb4d750
docs(aio): add Dart as a language option ( #18080 )
2017-07-13 12:21:28 -07:00
bmarkov
bc3b2ac251
docs(aio): Updated resources to UI Components ( #18067 )
...
With https:// the site gives console errors, because it loads fonts with http://
2017-07-13 12:19:31 -07:00
Peter Bacon Darwin
ffda3e41e0
build(aio): simplify the primary overload's anchor
...
The primary link to a member should simply be its name, and not require
the parameter list.
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
a301dba68f
build(aio): improve API docs layout and styling
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
04f3a4a7a5
build(aio): fix githubLinks line numbers
...
The API docs have changed. The line numbers are now found in
`startingLine` and `endingLine` properties rather than the `location`
property, which moved into the `fileInfo` property anyway.
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
f06ce9adc8
build(aio): truncate API overview parameters at one line
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
660eec4a23
build(aio): upgrade to dgeni-packages 0.20.0-rc.5
...
This fixes unwanted extra overloads in interfaces and abstract classes
This provides the overload grouping support and fixes API doc line numbers
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
be3352a084
build(aio): render grouped overloads
2017-07-13 12:16:20 -07:00
Peter Bacon Darwin
998049ec9b
build(aio): truncate API overview parameters at one line
2017-07-13 12:16:20 -07:00
Alex Eagle
a7ea0086ee
ci: fast-forward to master/HEAD on all circle jobs ( #18101 )
...
This problem was introduced by a bad merge.
2017-07-13 12:16:02 -07:00
Igor Minar
edb8375a5f
docs: adjust the release schedule with the 4.3.0-rc.0 release date
2017-07-11 15:52:06 -07:00
Ketan Gote
26b9492315
docs(aio): Added resource link to amexio-ng-extensions [duplicate of #17785 ] ( #17790 )
2017-07-11 15:06:14 -07:00
Kapunahele Wong
e110a80caf
docs(aio): change Angular Module to NgModule ( #16964 )
2017-07-11 15:05:20 -07:00
Sarah
20127c1456
docs: fix typos and grammar ( #17818 )
2017-07-11 13:00:53 -07:00
Leo Gallucci
a50d935a48
docs(benchpress): fix android broken links ( #17568 )
2017-07-11 12:54:34 -07:00
Alex Eagle
7c479f073e
docs: document using Bazel ( #17701 )
2017-07-11 12:48:50 -07:00
Trotyl Yu
bbf2133fa9
docs: update ECMAScript info ( #17801 )
2017-07-11 12:44:56 -07:00
Fabian Wiles
4300439ab2
docs: improve grammar and wording on CONTRIBUTING.md ( #17855 )
2017-07-11 12:40:30 -07:00
Prasanth Vaaheeswaran
ec14679668
docs: add @angular/animations to list ( #17488 )
...
@angular/animations was missing from the SemVer supported API surface list, now added.
2017-07-11 12:30:01 -07:00
Yaroslav Admin
df06e8b7a4
fix(router): fix outdated homepage url in NPM package ( #17899 )
2017-07-11 12:00:56 -07:00
Wassim Chegham
1b1a6ba0bb
docs: fix 404 link to SFEIR website ( #17913 )
...
Also, I moved SFEIR training description to the "onsite" section since SFEIR doesn't deliver online training.
2017-07-11 12:00:27 -07:00
Trotyl Yu
876ca9ee3a
docs(aio): fix host usage in styleguide ( #17932 )
2017-07-11 11:58:26 -07:00
Olivier Combe
d9b03be08f
test: git ignore e2e test folders ( #17984 )
2017-07-11 11:55:24 -07:00