Kapunahele Wong
e79e98ab44
docs: fix lazy loading example dir name ( #21475 )
...
PR Close #21475
2018-01-17 17:02:41 -08:00
Misko Hevery
52cfe3952a
build: add mhevery to bazel approvers ( #21314 )
...
PR Close #21314
2018-01-17 17:02:22 -08:00
Olivier Combe
f74130c9f7
fix(compiler): add support for marker tags in xliff serializers ( #21250 )
...
The Xliff serializer now supports the tags `seg-source` and `mrk`, while the Xliff2 serializer now supports `mrk`.
Fixes #21078
PR Close #21250
2018-01-17 17:02:09 -08:00
harunurhan
d3d9aac4e9
feat(core): optional generic type for ElementRef ( #20765 )
...
Add optional, backwards compatible generic type to `ElementRef` to
support typed `nativeElement`
Fix #13139
PR Close #20765
2018-01-17 17:01:49 -08:00
Miško Hevery
1ccc3242f1
docs(ivy): add feature principle doc ( #21565 )
...
PR Close #21565
2018-01-17 17:01:09 -08:00
Chuck Jazdzewski
47b7898697
Revert "fix(core): fix chained http call ( #20924 )"
...
This reverts commit 7e3f9a482a
.
2018-01-17 15:28:21 -08:00
Chuck Jazdzewski
0eabd07f3a
fix: avoid triggering a cli bug ( #21611 )
...
Temporary update to the package.json file until CLI is fixed to
handle 6.0 builds.
2018-01-17 15:22:06 -08:00
Alex Eagle
8503cc1db7
docs: add changelog for 6.0.0-beta.0
2018-01-17 10:10:18 -08:00
Alex Eagle
8b46b3893f
release: cut the 6.0.0-beta.0 release
2018-01-17 10:08:53 -08:00
Alex Eagle
bb3b93c6e6
docs: add changelog for 5.2.1
2018-01-17 09:40:11 -08:00
Alex Eagle
a8fe0cb733
build(bazel): remove spurious file ( #21455 )
...
PR Close #21455
2018-01-17 08:24:20 -08:00
Alan Agius
030c68df32
docs(aio): change `df-question` to `app-question` ( #21438 )
...
closes : #21404
PR Close #21438
2018-01-17 07:20:17 -08:00
Jason Aden
6e8cf63b8c
docs(aio): add description and docs links for code samples ( #21561 )
...
PR Close #21561
2018-01-17 07:19:13 -08:00
Xander Garbett
d3bf54bdeb
feat(core): add binding name to content changed error ( #20352 )
...
Adding the binding name to the error message recieved by the user gives
extra context on what exactly changed. The tests are also updated to
reflect the new error message.
PR Close #20352
2018-01-17 07:16:40 -08:00
Benjamin Ingberg
7e3f9a482a
fix(core): fix chained http call ( #20924 )
...
Fixes an issue where chained http calls would prematurely call
testability whenStable callbacks after the first http call.
Fixes #20921
PR Close #20924
2018-01-17 07:13:57 -08:00
Brian Douglas
fb4d84d5b8
refactor(core): Refactor IterableDiffers#create method ( #21383 )
...
Remove unneeded else clause to show that `new IterableDiffers(factories);` is returned by default.
PR Close #21383
2018-01-16 16:26:32 -08:00
Kara Erickson
efe545a878
refactor(ivy): add TView and TContainer ( #21463 )
...
PR Close #21463
2018-01-16 10:51:55 -08:00
Victor Berchet
3bcc0e6f76
refactor(core): refactor WrappedValue ( #20997 )
...
- Improve `WrappedValue` by adding `unwrap` symetrical to `wrap`.
- remove dead code - `ValueUnwrapper`
The property `wrapped` is an implementation details and should never be accessed
directly - use `unwrap(wrappedValue)`. Will change to protected in Angular 7.
PR Close #20997
2018-01-16 07:12:58 -08:00
ghetolay
54bf179888
feat(forms): handle string with and without line boundary on pattern validator ( #19256 )
...
PR Close #19256
2018-01-16 07:11:54 -08:00
Pete Bacon Darwin
d6ba9f9fb4
build(aio): move file cleaning to later in the doc gen ( #21540 )
...
Previously the generated files were cleaned out before
doc-gen began (via a yarn pre-script). This can cause a
race condition in the CLI server, which prevents the new
generated files from being picked up.
Now we delay the cleaning until the last minute to ensure
that they ar still picked up by the webpack server.
PR Close #21540
2018-01-16 07:10:30 -08:00
Alex Eagle
7c414fc746
ci: disable integration/cli-hello-world test ( #21492 )
...
it is non-hermetic and breaks often due to unpinned dependencies.
PR Close #21492
2018-01-12 14:58:00 -08:00
Keen Yee Liau
43e1520260
fix(language-service): Clear caches when program changes ( #21337 )
...
This commit fixes a bug whereby the caches are not cleared when the
program changes. This subsequently produces the incorrect error of
'Component ... is not included in a module ...'.
PR Close #19405
PR Close #21337
2018-01-12 14:43:01 -08:00
Chuck Jazdzewski
2d44a2ab0d
docs(compiler): document the $any type cast function ( #20968 )
...
Closes #20966
PR Close #20968
2018-01-12 14:37:26 -08:00
Pete Bacon Darwin
c5c6d84fe6
style(aio): enforce strict TypeScript checks ( #21342 )
...
Closes #20646
PR Close #21342
2018-01-12 14:36:43 -08:00
Olivier Combe
246de65140
test(common): make date pipe tests work in more timezones ( #21379 )
...
Fixes #21112
PR Close #21379
2018-01-12 13:49:46 -08:00
George Kalpakas
3e3c22f507
fix(aio): correctly handle redirects ( #21416 )
...
- Fixes handling of some redirects by the ServiceWorker.
- Fixes redirect for old `NgFor` to new `NgForOf` URL.
Fixes #21318
PR Close #21416
2018-01-12 13:48:49 -08:00
George Kalpakas
f6db9521ab
ci(aio): run e2e tests in `production` mode ( #21470 )
...
This will enable catching errors introduced by build optimizations that
do not appear in `development` mode.
Fixes #21446
PR Close #21470
2018-01-12 13:45:28 -08:00
Olivier Combe
05208b8513
fix(common): set correct timezone for ISO8601 dates in Safari ( #21506 )
...
Fixes #21491
PR Close #21506
2018-01-12 13:20:48 -08:00
Olivier Combe
bb62458566
docs: fix release schedule date ( #21474 )
...
PR Close #21474
2018-01-12 12:10:08 -08:00
Chuck Jazdzewski
cffa0fe734
feat(bazel): allow ng_module rules to control whether type checking is enabled ( #21460 )
...
Defaults to true which is different than `ngc` which defaults to false.
PR Close #21460
2018-01-12 12:02:48 -08:00
David-Emmanuel Divernois
9b5a485243
perf(ivy): add missing dom element in render3_function tree benchmark ( #21476 )
...
Adds a missing <tree> wrapper element in the render3_function tree
benchmark to make it more consistent with other perf tests.
PR Close #21476
2018-01-12 10:48:05 -08:00
Olivier Combe
63478d7a3c
ci: add angular robot config file ( #21489 )
...
PR Close #21489
2018-01-12 10:12:11 -08:00
Igor Minar
50ca01e255
ci: update pullapprove rules now that we allow selfapprovals ( #21494 )
...
PR Close #21494
2018-01-12 10:11:21 -08:00
Pete Bacon Darwin
4f3149242f
feat(aio): implement survey notification link ( #21371 )
...
Closes #21094
PR Close #21371
2018-01-12 10:05:13 -08:00
Alex Eagle
6af3672185
fix(ivy): Add workaround for AJD in google3 ( #21488 )
...
PR Close #21488
2018-01-11 13:57:55 -08:00
Marc Laval
9b84a325ff
fix(benchpress): should still support selenium_webdriver < 3.6.0 ( #21477 )
...
PR Close #21477
2018-01-11 10:53:44 -08:00
Kapunahele Wong
00300f66e8
docs(forms): clarify note in reactive forms doc ( #21134 )
...
PR Close #21134
2018-01-11 07:03:55 -08:00
Miško Hevery
5eaaac35a8
refactor(ivy): remove `type` from `DirectiveDef` ( #21374 )
...
This change makes the code cleaner for the user. It does mean
a little bit more work for us since we have to patch the `type` back
into the `DirectiveDef`. However since the patching happens only once
on startup it should not be significant.
PR Close #21374
2018-01-11 07:02:18 -08:00
Miško Hevery
16232f000f
refactor(ivy): merged containerStart/containerEnd ( #21374 )
...
This separation is no longer needed since directives are now passed into the `container` as an array rather than as child functions of the `containerStart`
PR Close #21374
2018-01-11 07:02:18 -08:00
Misko Hevery
9f43f5f09e
test(ivy): add canonical template translation examples ( #21374 )
...
This change creates a spec file which contains canonical examples
of how the template compiler will translate templates into expected
output.
PR Close #21374
2018-01-11 07:02:18 -08:00
Misko Hevery
a6d41c47a9
refactor(ivy): move directive into elementStart ( #21374 )
...
We used to have a separate `directive` instruction for instantiating
directives. However, such an instruction requires that directives
are created in the correct order, which would require that template
compiler would have knowledge of all dependent directives. This
would break template compilation locality principle.
This change only changes the APIs to expected form but does
not change the semantics. The semantics will need to be corrected
in subsequent commits. The semantic change needed is to
resolve the directive instantiation error at runtime based on
injection dependencies.
PR Close #21374
2018-01-11 07:02:17 -08:00
Olivier Combe
c0080d76c4
docs: fix release schedule date ( #21469 )
...
PR Close #21469
2018-01-11 06:45:29 -08:00
Kara Erickson
c6eb9eebcc
build: update polyfill size ( #21461 )
...
PR Close #21461
2018-01-10 17:06:51 -08:00
Kapunahele Wong
456f57dde8
docs: fix lazy-loading example ( #20306 )
...
PR Close #20306
2018-01-10 16:26:46 -08:00
Kapunahele Wong
f82013f956
docs: fix yarn.lock ( #20306 )
...
PR Close #20306
2018-01-10 16:26:46 -08:00
Kapunahele Wong
53f91189a1
docs(aio): add NgModule docs ( #20306 )
...
PR Close #20306
2018-01-10 16:26:46 -08:00
Chuck Jazdzewski
e64b1e99c2
fix(compiler): make `.ngsummary.json` files idempotent ( #21448 )
...
Fixes : #21432
PR Close #21448
2018-01-10 16:20:53 -08:00
Kara Erickson
6be9c0466c
refactor(core): split up interface files in render3 ( #21433 )
...
PR Close #21433
2018-01-10 16:13:44 -08:00
Miško Hevery
a33ff2c68f
docs(ivy): add Ivy as a recognized label ( #21428 )
...
PR Close #21428
2018-01-10 15:31:54 -08:00
Igor Minar
92984ba794
docs: update the release schedule with v6 info ( #21435 )
...
Fixes #20649
PR Close #21435
2018-01-10 15:12:09 -08:00