cfde36da84
fix(compiler): generate constant array for i18n attributes ( #23837 )
...
PR Close #23837
2018-05-11 17:35:54 -04:00
d889f57ae2
build(aio): display types of API const docs correctly ( #23850 )
...
Previously these docs always displayed `any` as the type
of the const export. Now the type is computed correctly from
the declared type or initializer of the constant.
PR Close #23850
2018-05-11 16:44:50 -04:00
816bc8af17
feat(ivy): support injectable sanitization service ( #23809 )
...
PR Close #23809
2018-05-11 16:43:43 -04:00
d2a86872a9
fix(animations): do not throw errors when a destroyed component is animated ( #23836 )
...
PR Close #23836
2018-05-11 16:08:14 -04:00
474dbf09ec
fix(aio): make background transparent in 144x144 PWA icon ( #23851 )
...
Fixes #23827
PR Close #23851
2018-05-11 12:38:21 -04:00
e129b18d17
docs(aio): add Cory Rylan to GDE resources ( #23840 )
...
PR Close #23840
2018-05-11 12:32:38 -04:00
8a27a034c4
docs: update version to 6 in language-service ( #20795 )
...
PR Close #20795
2018-05-11 12:22:51 -04:00
4ecae6449e
build: replace the old publish script with a new bazel-based one
2018-05-10 23:01:22 -07:00
5e307d5ba7
release: cut the v6.0.1 release
2018-05-10 22:42:40 -07:00
089fe83865
build: update to latest TypeScript rules ( #23828 )
...
Fixes #23810
PR Close #23828
2018-05-10 16:45:38 -07:00
b1cda3639f
fix(elements): always check to create strategy ( #23825 )
...
PR Close #23825
2018-05-10 16:07:11 -07:00
c4221dad11
docs(elements): add angular element term to glossary ( #23807 )
...
PR Close #23807
2018-05-10 15:50:00 -07:00
fe3679a356
style: remove empty comments ( #23404 )
...
PR Close #23404
2018-05-10 15:48:13 -07:00
72eab4d254
docs(elements): emphasize future direction, update link ( #23806 )
...
PR Close #23806
2018-05-10 15:46:53 -07:00
db2d67cc00
docs: change release_schedule.md to link to new angular release page in docs ( #23808 )
...
PR Close #23808
2018-05-10 15:45:28 -07:00
117c7eebc3
docs(aio): add Alain Chautard in GDE list ( #23783 )
...
PR Close #23783
2018-05-10 12:07:10 -07:00
89f64e58c3
fix(router): avoid freezing queryParams in-place ( #22663 )
...
The recognizer code used to call Object.freeze() on queryParams before
using them to construct ActivatedRoutes, with the intent being to help
avoid common invalid usage. Unfortunately, Object.freeze() works
in-place, so this was also freezing the queryParams on the actual
UrlTree object, making it more difficult to manipulate UrlTrees in
things like UrlHandlingStrategy.
This change simply shallow-copies the queryParams before freezing them.
Fixes #22617
PR Close #22663
2018-05-10 07:54:11 -07:00
553a680817
fix(router): correct the segment parsing so it won't break on ampersand ( #23684 )
...
PR Close #23684
2018-05-10 07:53:53 -07:00
858e48a794
ci: add config for size plugin of the github rebot ( #23665 )
...
PR Close #23665
2018-05-10 07:53:34 -07:00
e942d8b681
fix(aio): fix error in import after RxJS 6 migration ( #22886 )
...
PR Close #22886
2018-05-09 11:52:04 -07:00
f1e4a153f0
refactor(service-worker): sort manifest url
/hashTable
entries ( #23586 )
...
This makes it easier to quickly check whether a specific file ended up
in the manifest, for example when debugging.
PR Close #23586
2018-05-09 11:51:22 -07:00
e0ed59e55f
fix(service-worker): correctly handle requests with empty clientId
( #23625 )
...
Requests from clients that are not assigned a client ID by the browser
will produce `fetch` events with `null` or empty (`''`) `clientId`s.
Previously, the ServiceWorker only handled `null` values correctly. Yet
empty strings are also valid (see for example [here][1] and [there][2]).
With this commit, the SW will interpret _all_ falsy `clientId` values
the same (i.e. "no client ID assigned") and handle them appropriately.
Related Chromium issue/discussion: [#832105 ][3]
[1]: 4cc72bd0f1/docs/index.bs (L1392)
[2]: https://w3c.github.io/ServiceWorker/#fetchevent-interface
[3]: https://bugs.chromium.org/p/chromium/issues/detail?id=832105
Fixes #23526
PR Close #23625
2018-05-09 11:50:02 -07:00
d6b1466c81
test(service-worker): support mock requests with null/empty client ID ( #23625 )
...
PR Close #23625
2018-05-09 11:50:02 -07:00
d1abf4e897
test(service-worker): improve adding clients in SwTestHarness
( #23625 )
...
This commits changes how clients are added in `SwTestHarness`, so that
the behavior in tests closer mimics what would happen in an actual
ServiceWorker.
It also removes auto-adding clients when calling `clients.get()`, which
could hide bugs related to non-existing clients.
PR Close #23625
2018-05-09 11:50:02 -07:00
08e7efc69e
feat(ivy): add error reporting to the html to ivy transformer ( #23546 )
...
PR Close #23546
2018-05-09 11:49:18 -07:00
46674d5fac
test(ivy): add html to ivy ast transformer tests ( #23546 )
...
PR Close #23546
2018-05-09 11:49:18 -07:00
c5ca5c0d9f
build(bazel): update to rules_typescript 0.12.3 ( #23617 )
...
PR Close #23617
2018-05-09 11:47:10 -07:00
61170856ee
build(aio): include navigation.json
changes in docs-watch ( #23698 )
...
Closes #23582
PR Close #23698
2018-05-09 11:45:18 -07:00
a800ccd922
fix(aio): add link to v5 docs ( #23794 )
...
Fixes #23781
PR Close #23794
2018-05-09 11:44:45 -07:00
971e78dc35
ci: Remove Chuck from pullapprove ( #23798 )
...
Jason takes over his role on core, Keen for everything else
PR Close #23798
2018-05-09 11:41:58 -07:00
b0eca85e51
refactor(compiler): compile{Component,Directive} take only local information ( #23545 )
...
Previously, the compileComponent() and compileDirective() APIs still required
the output of global analysis, even though they only read local information
from that output.
With this refactor, compileComponent() and compileDirective() now define
their inputs explicitly, with the new interfaces R3ComponentMetadata and
R3DirectiveMetadata. compileComponentGlobal() and compileDirectiveGlobal()
are introduced and convert from global analysis output into the new metadata
format.
This refactor also splits out the view compiler into separate files as
r3_view_compiler_local.ts was getting unwieldy.
Finally, this refactor also splits out generation of DI factory functions
into a separate r3_factory utility as the logic is utilized between different
compilers.
PR Close #23545
2018-05-08 13:57:20 -07:00
d01ec03f54
docs(aio): Upgrade example dependencies to Angular V6 ( #23660 )
...
PR Close #23660
2018-05-08 13:56:48 -07:00
9e2d87f5b8
docs(aio): Update i18n example to Angular V6 ( #23660 )
...
PR Close #23660
2018-05-08 13:56:48 -07:00
fc034270ce
fix(core): call ngOnDestroy on all services that have it ( #23755 )
...
Previously, ngOnDestroy was only called on services which were statically
determined to have ngOnDestroy methods. In some cases, such as with services
instantiated via factory functions, it's not statically known that the service
has an ngOnDestroy method.
This commit changes the runtime to look for ngOnDestroy when instantiating
all DI tokens, and to call the method if it's present.
Fixes #22466
Fixes #22240
Fixes #14818
PR Close #23755
2018-05-08 13:55:29 -07:00
77ff72f93b
Revert "style(animations): fix short param names ( #23668 )"
...
This reverts commit e3518967ad
.
This PR accidentaly introduces a breaking change:
https://github.com/angular/angular/pull/23668#discussion_r186265055
2018-05-05 08:36:49 -07:00
44095d95c9
Revert "docs(animations): fix content errors ( #23668 )"
...
This reverts commit 005dc8f68b
.
The PR accidently introduced a breaking change
https://github.com/angular/angular/pull/23668#discussion_r186265055
2018-05-05 08:34:25 -07:00
e3518967ad
style(animations): fix short param names ( #23668 )
...
PR Close #23668
2018-05-05 08:17:02 -07:00
005dc8f68b
docs(animations): fix content errors ( #23668 )
...
PR Close #23668
2018-05-05 08:17:02 -07:00
7e9649bdf1
build: update to latest nodejs bazel rules ( #23683 )
...
PR Close #23683
2018-05-04 15:29:03 -07:00
e3e15773ee
build: update bazel to 0.13 ( #23623 )
...
PR Close #23623
2018-05-04 15:23:55 -07:00
b25e15c317
feat(aio): add v6 release notification ( #23690 )
...
PR Close #23690
2018-05-04 15:23:36 -07:00
3b067c8579
fix(aio): remove main background color when printing ( #23538 )
...
PR Close #23538
2018-05-04 15:21:13 -07:00
57cf5509e6
fix(aio): fix code-example
print styles when printing backgrounds ( #23538 )
...
Fixes #23431
PR Close #23538
2018-05-04 15:21:13 -07:00
3f20a5c7c8
refactor(aio): use the same selectors for screen and print styles ( #23538 )
...
PR Close #23538
2018-05-04 15:21:13 -07:00
14d8a98001
refactor(aio): include print styles last to overwrite other styles ( #23538 )
...
PR Close #23538
2018-05-04 15:21:13 -07:00
5cb36ed706
test: fix firebase deployment script test
...
When I fixed the project id in 2c4850dc58
,
I didn't realize we had a test that verified the wrong behavior.
2018-05-04 15:08:43 -07:00
490e39a23f
build(aio): use Angular 6.0.0 ( #23687 )
...
PR Close #23687
2018-05-03 16:05:34 -07:00
33c1c1df36
build(aio): update to Angular CLI 6.0.0 ( #23687 )
...
PR Close #23687
2018-05-03 16:05:34 -07:00
d8d4f654a6
build: update the scripts/release/post-check script for 6.0.x
2018-05-03 15:39:58 -07:00
2c4850dc58
fix(aio): correct project id for deployment of archive sites
2018-05-03 15:10:26 -07:00