Kara Erickson
552836ebf0
fix(ivy): merged host bindings functions should take superclass hostVars into account ( #27013 )
...
PR Close #27013
2018-11-09 09:55:47 -08:00
Kara Erickson
2f36a9591d
fix(ivy): providers should not be inherited ( #27013 )
...
PR Close #27013
2018-11-09 09:55:47 -08:00
Deltatiger
83c9bff242
docs(core): cleanup todo notes in ContentChild documentation examples ( #26543 )
...
PR Close #26543
2018-11-09 09:47:26 -08:00
Andrew Lobban
4efb460127
docs(router): add RxJS filter pipe operator to example ( #25686 )
...
This example for Angular 6 requires piping the RxJS filter operator in order to traverse the multitude of Router Events.
PR Close #25686
2018-11-09 09:46:11 -08:00
Frederik Schlemmer
ac1988d8e6
docs: add missing instruction in HTTP section ( #25715 )
...
PR Close #25715
2018-11-09 09:44:11 -08:00
Jonathan Sharpe
edb50a2f51
docs: override code formatting for CLI commands ( #26619 )
...
Closes 26614
PR Close #26619
2018-11-09 09:43:00 -08:00
Alvaro Junqueira
c89045fb77
docs: update links to TC39 and observable proposal ( #26715 )
...
Before (404 Not Found):
http://www.ecma-international.org/memento/TC39.htm
After:
https://www.ecma-international.org/memento/tc39-m.htm
PR Close #26715
2018-11-09 09:41:57 -08:00
Manish Bansal
1258ec041d
docs: Fix links ( #27027 )
...
Fix the links.
PR Close #27027
2018-11-09 09:40:44 -08:00
Igor Minar
499e303ea3
test(ivy): add global utils to the public_api_guard test ( #27008 )
...
This API is part of our public api surface and needs to be monitored by the public_api_guard.
I also had to go back and mark all of the exported functions with @publicApi jsdoc tag.
PR Close #27008
2018-11-08 15:37:11 -08:00
Matias Niemelä
e618032d53
feat(ivy): introduce `getPlayers()` to global utils ( #27008 )
...
PR Close #27008
2018-11-08 15:37:11 -08:00
Igor Minar
b9eeb1c383
ci: exclude symbol golden files from build-and-ci pullapprove group ( #27004 )
...
these files are test data and note test infrastructure, so they don't belong to this group.
this means that the core group can now approve the golden symbol changes
PR Close #27004
2018-11-08 13:10:53 -08:00
Sarun Intaralawan
1529ecd8fa
docs: add Angular subreddit to resources.json ( #26976 )
...
Close #26941
PR Close #26976
2018-11-08 13:09:36 -08:00
Radoslav Kirilov
51f26cb4e0
docs: add ngx-api-utils to resources ( #26120 )
...
PR Close #26120
2018-11-08 13:07:42 -08:00
Nikhil Sharma
0d972d9bbf
docs: update hero search component to use input event ( #26440 )
...
PR Close #26440
2018-11-08 11:29:10 -08:00
Igor Minar
19546c234e
build: add 'yarn list-fixme-ivy-targets' to list all the fixme-ivy-* targest ( #26834 )
...
PR Close #26834
2018-11-08 11:09:00 -08:00
Vito Meuli
791d192e63
docs: correct https://angularconsole.com/ link ( #26999 )
...
PR Close #26999
2018-11-08 11:06:24 -08:00
Greg Magolan
15e671ec5a
build(bazel): upgrade benchmarks to protractor_web_test_suite for CI without local chrome ( #26908 )
...
PR Close #26908
2018-11-07 16:47:39 -08:00
Andrew Kushnir
3567e81175
fix(ivy): restore missing match operation in View and Content Queries ( #26847 )
...
PR Close #26847
2018-11-07 16:29:19 -08:00
Kara Erickson
ff2ee644b4
release: cut the v7.1.0-beta.2 release
2018-11-07 12:23:59 -08:00
Kara Erickson
b57ce9299a
docs: release notes for the v7.0.3 release
2018-11-07 12:15:08 -08:00
Kara Erickson
9e26216c40
fix(ivy): compiler should generate bindings to host attrs properly ( #26973 )
...
PR Close #26973
2018-11-07 11:09:31 -08:00
Kara Erickson
a4398aa17f
docs(forms): update description for FormBuilder.group ( #26970 )
...
PR Close #26970
2018-11-07 10:39:12 -08:00
Miško Hevery
53e4e0c1a3
fix(ivy): Enable AoT tests to run on CI; disable failing tests ( #26975 )
...
PR Close #26975
2018-11-07 10:35:20 -08:00
Miško Hevery
5e769d9a25
fix(ivy): add `nocollapse` to ngInjectableDef for closure compatibility ( #26975 )
...
PR Close #26975
2018-11-07 10:35:20 -08:00
Matias Niemelä
931a363612
fix(ivy): use `window.ng` instead of `window.ngDev` for debug tooling ( #26951 )
...
PR Close #26951
2018-11-06 17:08:37 -08:00
Kara Erickson
3ca1a57f81
test(ivy): run forms tests with ivy on ci ( #26968 )
...
PR Close #26968
2018-11-06 15:09:35 -08:00
Marc Laval
297c54ebb3
fix(ivy): support env where requestAnimationFrame is not available ( #26779 )
...
PR Close #26779
2018-11-06 11:49:32 -08:00
Kara Erickson
dc2464eaaa
fix(ivy): jit should handle undefined type in constructor deps ( #26956 )
...
PR Close #26956
2018-11-06 11:22:14 -08:00
George Kalpakas
7dbc103cbe
fix(upgrade): improve downgrading-related error messages ( #26217 )
...
Make the error messages thrown when instantiating downgraded components,
injectables and modules more descriptive and actionable, also taking
into account incorrect use of the `downgradedModule` field.
PR Close #26217
2018-11-05 16:33:55 -08:00
George Kalpakas
93837e9545
feat(upgrade): support downgrading multiple modules ( #26217 )
...
Currently, calling `downgradeModule()` more than once is not supported.
If one wants to downgrade multiple Angular modules, they can create a
"super-module" that imports all the rest and downgrade that.
This commit adds support for downgrading multiple Angular modules. If
multiple modules are downgraded, then one must explicitly specify the
downgraded module that each downgraded component or injectable belongs
to, when calling `downgradeComponent()` and `downgradeInjectable()`
respectively.
No modification is needed (i.e. there is no need to specify a module for
downgraded components and injectables), if an app is not using
`downgradeModule()` or if there is only one downgraded Angular module.
Fixes #26062
PR Close #26217
2018-11-05 16:33:55 -08:00
George Kalpakas
6c5c97b2f9
refactor(upgrade): use a constant for `$exceptionHandler` ( #26217 )
...
PR Close #26217
2018-11-05 16:33:54 -08:00
Brandon Roberts
099d1a67a0
docs(forms): update reactive form directives API reference ( #26823 )
...
PR Close #26823
2018-11-05 15:11:42 -08:00
Huáng Jùnliàng
6744b19297
refactor(compiler): typo ( #25496 )
...
PR Close #25496
2018-11-05 12:53:04 -08:00
Fabio Picheli
f9a4abb6dc
fix: missing semi-colon and empty line ( #26945 )
...
PR Close #26945
2018-11-05 11:37:55 -08:00
Kara Erickson
4e4bca6bbc
Revert "fix(ivy): correct ngtsc path handling in Windows ( #26703 )"
...
This reverts commit d0037b22ef
. The commit must be temporarily reverted because
there were unforeseen breakages in g3.
2018-11-05 11:18:52 -08:00
JoostK
d0037b22ef
fix(ivy): correct ngtsc path handling in Windows ( #26703 )
...
As it turns out, the usage of path.posix does not unify path handling
across operating systems. Instead, canonical-path is used to ensure
path handling is consistent, avoiding incorrect paths in Windows.
See https://github.com/angular/angular/pull/25862#discussion_r216157914
PR Close #26703
2018-11-05 09:56:20 -08:00
George Kalpakas
d568d7a352
ci: make `integration_test` job logs less verbose ( #26929 )
...
Follow-up for 804fb99d6
.
PR Close #26929
2018-11-05 09:53:49 -08:00
Igor Minar
86d41a1db9
docs: new GitHub Issue templates ( #26918 )
...
These templates take advatange of github's feature that allows
us to define multiple templates and which the UI presents to the
user and lets them choose the most appropriate template.
The goal of this is to tailor the templates to the templates to
various use-cases and bug categories and provide better guidance to
developers filing issues which should result in more efficient
processing of the issue backlog.
PR Close #26918
2018-11-05 09:51:14 -08:00
Andrew Grekov
e6a0c45674
style(compiler): typo fix ( #26934 )
...
PR Close #26934
2018-11-05 09:49:22 -08:00
Misko Hevery
7d2a746090
build: remove ivy JIT mode ( #26863 )
...
PR Close #26863
2018-11-02 15:44:05 -07:00
Miško Hevery
c13f46c7c5
fix(ivy): enable packages/core/test/render3 test for AoT ( #26863 )
...
PR Close #26863
2018-11-02 15:44:05 -07:00
Judy Bogart
516af6c531
docs: minor edits and corrections to cli intro ( #26654 )
...
PR Close #26654
2018-11-02 13:22:09 -07:00
Judy Bogart
9c2d0d0b24
docs: edit file structure page ( #26552 )
...
PR Close #26552
2018-11-02 11:25:12 -07:00
Andy Blatecky
64647af1a6
fix(upgrade): make typings compatible with older AngularJS typings ( #26880 )
...
Make `angular1` typings compatible with older versions of AngularJS
typings from `@types/angular`.
Closes #26420
PR Close #26880
2018-11-02 11:24:05 -07:00
Pete Bacon Darwin
c016066d9b
fix(ivy): ngcc should not break lifecycle hooks ( #26856 )
...
Previously the ivy definition calls we going directly after the
class constructor function But this meant that the lifecycle
hooks attached to the prototype were ignored by the ngtsc
compiler.
Now the definitions are written to the end of the IIFE block,
just before the return statement.
Closes #26849
PR Close #26856
2018-11-02 10:38:08 -07:00
George Kalpakas
beabfb7960
ci: remove redundant `start-xvfb` step ( #26869 )
...
Since 8fc4ae51f
, the jobs that need Xvfb use `*-browser` CircleCI docker
image flavors (e.g. `circleci/node:10.12-browsers`), which automatically
start Xvfb.
PR Close #26869
2018-11-02 10:37:35 -07:00
George Kalpakas
804fb99d66
ci: make `integration_test` job logs less verbose ( #26869 )
...
The build progress logs accounted for ~80% of the total log size, which
makes it harder to get to the interesting lines, such as error messages.
Used suggestion from [here][1].
[1]: https://github.com/angular/angular-cli/issues/11412#issuecomment-412021539
PR Close #26869
2018-11-02 10:37:35 -07:00
George Kalpakas
387db75003
build: upgrade `@angular/cli` in `cli-hello-world` integration test ( #26869 )
...
PR Close #26869
2018-11-02 10:37:35 -07:00
George Kalpakas
c40677a4f5
ci: fix and re-enable payload size checks for integration tests ( #26869 )
...
See #22810 , #23376 and #23515 for more context.
Fixes #23376
Closes #23515
PR Close #26869
2018-11-02 10:37:34 -07:00
George Kalpakas
d4b46e271a
test: remove checks for non-existent directories in integration tests ( #26869 )
...
PR Close #26869
2018-11-02 10:37:34 -07:00