Jason Aden
c9488b5432
release: cut the v6.1.10 release
6.1.10
2018-10-10 11:23:23 -07:00
Jason Aden
b22c376123
Revert "fix(upgrade): properly destroy upgraded component elements and descendants ( #26209 )"
...
This reverts commit 623adbbdf7 .
2018-10-08 14:36:59 -07:00
George Kalpakas
8a6f3723ca
build(docs-infra): upgrade Angular to 7.0.0-rc.0 and TypeScript to 3.1.1 ( #26306 )
...
PR Close #26306
2018-10-08 13:44:15 -07:00
George Kalpakas
ccb0ec9c35
build(docs-infra): upgrade webpack-cli to 3.1.2 ( #26306 )
...
This is necessary to avoid webpack/webpack#8082, when installing
dependencies without taking the lockfile into account (e.g. with
`yarn aio-use-local` - locally or on CI).
PR Close #26306
2018-10-08 13:44:15 -07:00
George Kalpakas
0c9a087809
ci(docs-infra): run tests against local Angular packages too ( #26306 )
...
PR Close #26306
2018-10-08 13:44:15 -07:00
George Kalpakas
2515ff660b
test(docs-infra): fix tests ( #26306 )
...
PR Close #26306
2018-10-08 13:44:15 -07:00
George Kalpakas
70c79cb969
ci(docs-infra): remove unnecessary command ( #26306 )
...
This was accidentally merged with 4d506acba and 87f60bccf .
The build script is called in `scripts/ci/build.sh` (if necessary).
PR Close #26306
2018-10-08 13:44:15 -07:00
siddhant
ed04e99c95
docs: update docs to reflect the changes in RxJS 6 ( #26238 )
...
PR Close #26238
2018-10-08 13:43:12 -07:00
Jason Bedard
623adbbdf7
fix(upgrade): properly destroy upgraded component elements and descendants ( #26209 )
...
Fixes #26208
PR Close #26209
2018-10-08 12:06:13 -07:00
George Kalpakas
3660ff80b7
ci(docs-infra): re-use env variable ( #26138 )
...
PR Close #26138
2018-10-08 11:56:53 -07:00
JiaLi.Passion
3b4d9dc576
fix(platform-browser): fix #22155 , destroy hammer manager when off ( #22156 )
...
PR Close #22156
2018-10-05 15:44:06 -07:00
JiaLi.Passion
8c6c2fc80d
docs: add fakeAsync test new feature document ( #23117 )
...
PR Close #23117
2018-10-05 15:43:37 -07:00
Frederik Schlemmer
3886bfadb0
docs: Rename 'QuickStart' into 'Getting Started' ( #25762 )
...
Delete symlink
docs: Undo unwanted changes
docs: Rename 'QuickStart' into 'Getting Started'
Revert symlink commit
PR Close #25762
2018-10-05 15:43:17 -07:00
Ash Kyd
b35ab4f0e6
docs: clarify CurrencyPipe display property ( #25852 )
...
Clarify how to suppress the currency/code in the CurrencyPipe by passing an empty string.
PR Close #25852
2018-10-05 15:42:57 -07:00
Judy Bogart
39d979c5fa
docs: add package doc files ( #26047 )
...
PR Close #26047
2018-10-05 15:42:14 -07:00
George Kalpakas
ff980032e7
fix(docs-infra): fix positioning of message for disabled JavaScript ( #26198 )
...
PR Close #26198
2018-10-05 15:39:23 -07:00
George Kalpakas
2fe401dfbb
ci(docs-infra): show custom 404 page on preview server (for consistency) ( #26199 )
...
PR Close #26199
2018-10-05 15:39:02 -07:00
Atuuh
b4421bb96b
docs: fix wording ( #26207 )
...
fix wording to sound better
PR Close #26207
2018-10-05 14:19:08 -07:00
thanhpd
ecb28bf5aa
docs: fix spelling errors ( #26213 )
...
PR Close #26213
2018-10-05 14:17:22 -07:00
Kirankumar Sripati
5c5164b6e7
docs: typo fixes ( #26247 )
...
PR Close #26247
2018-10-05 14:00:21 -07:00
George Kalpakas
b8a081a8a5
docs(service-worker): improve API docs for SwPush/SwUpdate ( #23138 )
...
PR Close #23138
2018-10-05 13:48:14 -07:00
George Kalpakas
59d80c471a
refactor(service-worker): simplify/improve NgswCommChannel typings ( #23138 )
...
PR Close #23138
2018-10-05 13:48:14 -07:00
George Kalpakas
9e5b0794c5
docs(service-worker): add UpdateActivated/AvailableEvent to the public API ( #23138 )
...
PR Close #23138
2018-10-05 13:48:14 -07:00
Suguru Inatomi
1c1fd98591
docs: add Suguru Inatomi to GDE resources ( #26219 )
...
PR Close #26219
2018-10-04 10:10:52 -07:00
George Kalpakas
d815e4137f
build(docs-infra): upgrade @angular/cli to 6.2.3 ( #26145 ) ( #25997 )
...
PR Close #26145
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
fe0c5bfdb3
build(docs-infra): upgrade @angular/* to 7.0.0-beta.7 ( #26145 ) ( #25997 )
...
PR Close #26145
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
1975c0a4d2
build(docs-infra): update payload size limits to reflect current status ( #26145 ) ( #25997 )
...
PR Close #26145
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
efde073ab9
fix(docs-infra): configure Firebase to strip off the .html extension ( #25999 ) ( #25997 )
...
Firebase used to do it automatically (with `cleanUrls: true`), but it
stopped doing it unless the resulting URL corresponds to an existing
file (which is not always the case in angular.io; e.g. the resulting URL
might be matched by a new redirect rule).
This change in Firebase hosting behavior resulted in some URLs not being
correctly redirected (e.g. URLs to the archived v2 site, or `.html`
suffixed URLs from 3rd-party sites).
This commit fixes it, by configuring Firebase hosting to strip off the
`.html` extension and redirect (if no other redirect rule matched).
PR Close #25999
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
a68c29da4b
build(docs-infra): update size limits ( #25997 )
...
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
becb775d08
fix(docs-infra): ignore server-side redirected URLs in the SW ( #25997 )
...
This allows URLs to be passed through to the server (where they are
properly redirected), instead of serving `index.html` from the SW.
Known issue:
`/docs/` will be passed through to the server. `/docs` (without the
trailing slash) will be correctly treated as a navigation URL and
handled by the SW.
We don't link to `/docs/` from within the app, but if there are external
links to `/docs/` they will require a round-trip to the server and will
not work in offline mode.
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
a273491be0
build(docs-infra): downgrade @angular-devkit/build-angular to 0.6.7 ( #25997 )
...
The is a bug in versions 0.6.8+ that breaks when trying to use Jasmine's
mock clock.
Related to angular/angular-cli#11626.
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
7d45386262
build(docs-infra): upgrade @angular/* to 6.1.0-rc.3 and rxjs to 6.2.2 ( #25997 )
...
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
82fcb325a1
build(docs-infra): upgrade @angular/cli to 6.1.0-rc.3 and @angular-devkit/build-angular to 0.7.0-rc.3 ( #25997 )
...
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
115c874779
build(docs-infra): upgrade @angular/material to 6.0.2 ( #25997 )
...
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
8cbebc673d
build(docs-infra): upgrade @angular/* to 6.0.2 and rxjs to 6.1.0 ( #25997 )
...
PR Close #25997
2018-10-03 13:26:32 -07:00
George Kalpakas
94b2673c1f
build(docs-infra): upgrade @angular/cli to 6.0.3 ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
George Kalpakas
bc73dcb448
build(docs-infra): remove unused dependencies ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
George Kalpakas
fefa171d83
build(docs-infra): remove the dependency on rxjs-compat ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
George Kalpakas
5c84b91543
build(docs-infra): enable ServiceWorker in cli config ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
George Kalpakas
00b37310e1
fix(docs-infra): correctly show icon for fetch error when offline ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
George Kalpakas
bc27b95771
refactor(docs-infra): move concept icons to more appropriate location ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
George Kalpakas
31f352c043
refactor(docs-infra): remove unused images ( #25997 )
...
PR Close #25997
2018-10-03 13:26:31 -07:00
Alex Rickabaugh
ad62eaa612
feat(docs-infra): Convert AIO to use the new Service Worker 5.0.0. ( #25997 )
...
AIO is currently using a beta version of @angular/service-worker.
Since that was implemented, the SW has been rewritten and released
as part of Angular 5.0.0. This commit updates AIO to use the latest
implementation, with an appropriate configuration file that caches
the various AIO assets in useful ways.
PR Close #25997
2018-10-03 13:26:31 -07:00
Pete Bacon Darwin
66c2d089f0
ci(docs-infra): run the script in the correct folder
2018-10-01 13:08:05 -07:00
Pete Bacon Darwin
c1bf82adb9
fix(docs-infra): remove unnecessary margin on short descriptions ( #25768 )
...
(This was added in 405d97431f but it is
not clear the reasoning. It looks better to remove it now.)
PR Close #25768
2018-10-01 09:36:37 -07:00
Pete Bacon Darwin
c05d24e0fe
build(docs-infra): fix formatting of entry point export table ( #25768 )
...
Now that `list-table` cells are `pre` formatterd we must be careful
of what whitespace appears in text nodes.
PR Close #25768
2018-10-01 09:36:37 -07:00
Pete Bacon Darwin
adbb920ae8
build(docs-infra): simplify property syntax rendering ( #25768 )
...
PR Close #25768
2018-10-01 09:36:37 -07:00
Pete Bacon Darwin
f871fecf66
build(docs-infra): remove unused property table heading ( #25768 )
...
PR Close #25768
2018-10-01 09:36:37 -07:00
Pete Bacon Darwin
9f919f762a
build(docs-infra): add short description "See more" link ( #25768 )
...
If there is additional (non-short) description then add in a
link to the short description to take the reader there.
PR Close #25768
2018-10-01 09:36:37 -07:00
Pete Bacon Darwin
6df45a6d47
build(docs-infra): pluralize NgModule(s) heading as appropriate ( #25768 )
...
PR Close #25768
2018-10-01 09:36:37 -07:00