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
Georgios Kalpakas
b6aad07634
build: remove duplicate dependency on TypeScript
...
TypeScript was added as a dependency in 9a7f5d580
. I assume the intention was to
upgrade the existing devDependency instead.
2017-07-11 11:53:43 -07:00
Georgios Kalpakas
3d0406c247
docs: update required Node/npm versions in DEVELOPER.md
2017-07-11 11:53:43 -07:00
Octavian Lari
db3bcc939e
docs: fix CHANGELOG typo ( #18026 )
2017-07-11 11:51:46 -07:00
Georgios Kalpakas
4d45fe6fb5
fix(aio): fix tab animations on CodeTabsComponent
...
In our attempt to remove the material ripple effect from tab labels, we were
killing all `transform`-based animations on other `md-tab-group` elements, such
as animating the content when entering/leaving. (This wasn't an issue on Chrome,
because it didn't respect our `!important` flag.)
This commit fixes it by properly hiding the ripple effect (using a feature
introduced in angular/material2@e4789c7b8 ) and allowing other animations to
execute normally.
Fixes #17998
2017-07-11 11:49:22 -07:00
Georgios Kalpakas
076ea2281f
test(aio): add tests for CodeTabsComponent
2017-07-11 11:49:22 -07:00
Georgios Kalpakas
aec39c28d8
refactor(aio): remove unnecessary comments/imports, improve indentation
2017-07-11 11:49:22 -07:00
James
b9525ece77
docs: Unbreak README Formatting ( #18043 )
...
- Makes headers consistent
- Removes extra `)`
- Makes browserstack line on a separate line
2017-07-11 11:48:37 -07:00
James
719101338a
docs: does please -> does ( #18044 )
...
Fixes grammar issue.
2017-07-11 11:46:57 -07:00
James
e131f6bbe8
docs: various minor formatting changes ( #18046 )
2017-07-11 11:46:34 -07:00
meDavid
a9757ec674
docs: Fix code example in the ChangeDetectorRef docs ( #18051 )
...
Minor example fix: mark the 'ref' constructor parameter as a private property
2017-07-11 11:45:32 -07:00
Javier Revillas
9003770f02
docs: fix style in helper text ( #18055 )
2017-07-11 11:43:52 -07:00
Peter Bacon Darwin
e8bbf86e66
build(aio): add terms from heading to the search index
2017-07-11 15:04:37 +01:00
Peter Bacon Darwin
3a0886dc12
build(aio): capture all the headings from a doc in the vFile.headings property
2017-07-11 15:04:37 +01:00
Peter Bacon Darwin
062a7aa2cf
build(aio): revert to general purpose search algorithm
...
Now that we have upgraded to the latest lunr search engine, the results
from the standard `search` method are more appropriate.
So we do not need to create our own special queries to get good results.
2017-07-11 15:04:37 +01:00
Peter Bacon Darwin
e28f097fc2
ci: add aio/content to aio group
...
This commit also simplifies the rules for the aio content and marketing groups
2017-07-11 11:55:09 +01:00
Peter Bacon Darwin
b30c5fc874
docs(aio): fix dangling links
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
d52ab8e2c9
build(aio): fix matchUpDirectiveDecorators processor
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
df7b875f6c
build(aio): fix mergeDecoratorDocs processor
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
0e71836cd5
docs(aio): fix potential invalid jsdoc tag
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
470a7c6bcd
build(aio): use dedicated overview for decorator API docs
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
3abf208235
build(aio): update doc-gen templates
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
92c18d167e
build(aio): fix mergeDecoratorDocs processor
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
99b38f52cb
build(aio): fix matchUpDirectiveDecorators processor
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
633ec30291
build(aio): fix test description
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
57cfcb0830
build(aio): refactor filterMemberDocs to be more general
...
Now it also filters function-overloads, hence the name change.
2017-07-11 11:44:05 +01:00
Peter Bacon Darwin
433d479a1e
build(aio): upgrade to dgeni-packages v0.20.0-rc.1
2017-07-11 11:44:05 +01:00
Georgios Kalpakas
7c4ac68e66
build(aio): remove unused script and GitHub token
...
Since 808bd4af4
, we are no longer pre-verifying PRs before uploading the build
artifacts to the preview server, thus we no longer need the
`travis-preverify-pr.sh` script or the `GITHUB_TEAM_MEMBERSHIP_CHECK_KEY`
variable.
2017-07-11 11:03:29 +01:00
Georgios Kalpakas
20556346a3
feat(aio): add API endpoint for notifying about PR updates
...
This commit adds an API endpoint for notifying the preview server about PR
updates (`/pr-updated`). According to the update, the preview server can take
several actions. Currently, it will only check and (if necessary) update the
PR's preview visibility (but more actions could be supported in the future).
The API can be used with an automatic trigger (e.g. a GitHub webhook) to
instantly update a PR's preview visibility when it changes.
Fixes #16526
2017-07-10 12:30:45 +01:00