7e61645b82
fix(router): default scroll position restoration to disabled ( #25586 )
...
Fixes #25145
FW-305 #resolve
PR Close #25586
2018-08-21 10:48:14 -07:00
46b0ce9fc6
refactor(bazel): allow and ignore extra args for _ts_expected_outs ( #25558 )
...
This is needed to let ts_compile_actions take explicit list of srcs and deps to generate tsc actions from another rule. This is no-op for ngc for now.
PR Close #25558
2018-08-20 16:27:48 -07:00
78750a7fec
docs: fix typo in service worker getting started guide ( #25512 )
...
PR Close #25512
2018-08-20 11:09:52 -07:00
77d9975eb2
build(aio): update dgeni-packages to 0.26.3 to fix reference types issue ( #25528 )
...
PR Close #25528
2018-08-20 11:09:24 -07:00
7eed4ee837
build: refactor ambient node & jasmine types so they are only included where needed ( #25528 )
...
PR Close #25528
2018-08-20 11:09:24 -07:00
292b435495
docs: fix typo in reactive forms guide ( #25543 )
...
PR Close #25543
2018-08-20 11:08:32 -07:00
5939c420ce
docs: copy edit glossary ( #25468 )
...
PR Close #25468
2018-08-17 14:33:51 -07:00
a5cc9dbb53
ci: ensure aio_preview job has needed node_modules ( #25536 )
...
PR Close #25536
2018-08-17 13:48:27 -07:00
2b810a4e57
docs(docs-infra): the build.sh
script was renamed to create-image.sh
( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
2acf369664
ci(docs-infra): rename 'upload-server' to 'preview-server' ( #25554 )
...
The server no longer has files uploaded to it. Instead it is more
accurate to refer to it as dealing with "previews" of PRs.
PR Close #25554
2018-08-17 13:47:54 -07:00
860b79289f
ci(docs-infra): add explicit return types to methods ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
b519d41f42
ci(docs-infra): improve preview-server logging ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
faf184ad63
ci(docs-infra): change AIO preview server stuff to pull builds from CircleCI ( #25554 )
...
Previously, Travis pushed the build artitfacts to the preview server.
This required us to use JWT to secure the POST request from Travis, to
ensure we couldn't receive malicious builds.
JWT has been deprecated and we are moving our builds to CircleCI.
This commit rewrites the TypeScript part of the preview server that
handles converting build artifact into hosted previews of the docs.
PR Close #25554
2018-08-17 13:47:54 -07:00
1e0f455855
ci(docs-infra): factor out the aio-builds-setup environment variables ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
ced30982df
ci(docs-infra): move the payload-size check to the test job ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
fed429b0cc
ci(docs-infra): add helper scripts for running TDD in Docker ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
9cb3107dda
docs(docs-infra): update the preview server documentation ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
548a972c2a
ci(docs-infra): move AIO preview deployment to CircleCI ( #25554 )
...
Now instead of pushing the AIO build artifacts to the preview server
from inside a Travis job, the artifacts are built and hosted on the
CircleCI infrastructure. The preview server will then pull these
down after being triggered by a CircleCI build webhook.
PR Close #25554
2018-08-17 13:47:54 -07:00
20dcc25eed
ci(docs-infra): update upload-server to run on node.js v10 ( #25554 )
...
PR Close #25554
2018-08-17 13:47:54 -07:00
620d1402fe
docs: add HttpClientModule import code to services tutorial ( #24854 )
...
To be able to copy and paste.
PR Close #24854
2018-08-16 13:51:18 -07:00
36fb4f4fdb
docs: reactive forms guide copy edits ( #25417 )
...
PR Close #25417
2018-08-16 13:50:51 -07:00
ea83445149
release: cut the v6.1.3 release
6.1.3
2018-08-15 14:28:58 -07:00
1319ff4376
fix(service-worker): Cache-Control: no-cache
on assets breaks service worker ( #25408 )
...
At the moment `cacheAge` can we undefined when having `Cache-Control` set to `no-cache` due the mapping method in `needToRevalidate`
Closes #25442
PR Close #25408
2018-08-14 16:40:15 -07:00
9c1311c801
docs(core): Correct spelling error in directives docs ( #25377 )
...
Link to life-cycle hooks was spelt as "life-cycle hoooks".
PR Close #25377
2018-08-14 16:39:33 -07:00
2ce93482b9
docs: enable debug tools with current versions of Angular ( #25361 )
...
Updating code snippet in docs that shows how to enable debug tools.
PR Close #25361
2018-08-14 16:38:26 -07:00
ed2a47f822
build(bazel): update to rules_typescript 0.16.0 & update to tagged rules_webtesting 0.2.1 ( #25486 )
...
PR Close #25486
2018-08-14 16:37:48 -07:00
cdee9add01
build(docs-infra): remove stability labels from API docs ( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
2f85b1691a
build(docs-infra): clean up API package template ( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
bf441e8b9e
build(docs-infra): include packages in API template breadcrumbs ( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
1c86e9b3b2
build(docs-infra): change breadcrumb delimiter to >
( #25453 )
...
PR Close #25453
2018-08-14 13:17:15 -07:00
9d6e869899
docs: add api doc for programmatic animation classes ( #24668 )
...
PR Close #24668
2018-08-14 13:15:27 -07:00
e906bf4f31
docs: add Accelebrate to resources ( #23204 )
...
PR Close #23204
2018-08-14 11:58:04 -07:00
5f08bdf8b9
ci: github robot should enforce that all requested reviews are submitted ( #25336 )
...
See docs in the diff for justification.
PR Close #25336
2018-08-13 21:39:05 -07:00
f1ed022a4d
docs: fix typo in Architecture overview page ( #25438 )
...
PR Close #25438
2018-08-13 21:38:22 -07:00
151e4b9fcc
docs: add link to Yarn in README ( #24856 )
...
Remove the code markdown. It is not code, it is a name.
PR Close #24856
2018-08-13 21:36:13 -07:00
d0f089a55d
docs(aio): add async validation chapter ( #25189 )
...
Closes #22881
PR Close #25189
2018-08-10 09:14:25 -07:00
cb05f9bbe9
docs: fix typo in testing guide ( closes #25400 ) ( #25418 )
...
PR Close #25418
2018-08-10 09:11:35 -07:00
fda30cb3e3
build: stop printing source-map-support warning ( #25339 )
...
PR Close #25339
2018-08-08 19:02:58 -07:00
2951e721df
build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript ( #25365 )
2018-08-08 13:19:37 -07:00
3449f1e256
docs: copy edit architecture guide ( #25328 )
...
PR Close #25328
2018-08-08 13:12:54 -07:00
6480d1b288
docs: make css multiline in styleguide for consistency ( #25300 )
...
PR Close #25300
2018-08-08 13:12:35 -07:00
e76211aa32
docs: add ngrx book to the docs ( #23389 )
...
PR Close #23389
2018-08-08 13:11:46 -07:00
a16de8f842
style: fix whitespace and indentation in the testing guide ( #21669 )
...
PR Close #21669
2018-08-08 13:11:17 -07:00
24f1dd3b81
docs: add docs for fakeAsync test with custom macroTask in aio ( #21669 )
...
PR Close #21669
2018-08-08 13:11:17 -07:00
f39551ce7e
docs: Clarify breaking change in minor release ( #25393 )
...
The breaking change was in an experimental feature. Update to clarify the wording.
PR Close #25393
2018-08-08 13:06:59 -07:00
3beb7116af
release: cut the v6.1.2 release
6.1.2
2018-08-08 11:00:23 -07:00
4b1a825efc
Revert "build: update Bazel to 0.16 ( #25316 )" ( #25391 )
...
This reverts commit 4eb8ac6de9
because 0.16 is not
widely available yet (e.g. on Mac) and it is blocking the Angular release.
PR Close #25391
2018-08-08 10:52:25 -07:00
01e62551f5
build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript ( #25365 )
...
PR Close #25365
2018-08-07 21:01:46 -07:00
2f23533a25
docs(aio): Angular course in Portuguese #21836
2018-08-07 12:08:47 -07:00
054fbbe8b8
fix: add mappings for ngfactory & ngsummary files to their module names in aot summary resolver ( #25335 )
...
PR Close #25335
2018-08-07 11:13:29 -07:00