e81d1fc361
docs(animations): add missing bracket to fadeAnimation
...
Closes #18899
2017-10-13 09:12:36 -07:00
02394d2d80
fix(core): don't refer to hydration
in docs anymore.
...
Closes #18458
2017-10-13 08:53:44 -07:00
653a211743
Revert "Revert "Revert "perf(compiler): skip type check and emit in bazel in some cases. ( #19646 )"""
...
This reverts commit 6b7cead0c5
.
2017-10-12 16:09:49 -07:00
522ec9a25b
docs: add changelog for 5.0.0-rc.2
5.0.0-rc.2
2017-10-12 13:43:49 -07:00
0fdb7f7181
release: cut the 5.0.0-rc.2 release
2017-10-12 13:38:20 -07:00
443ff33f63
docs: add changelog for 4.4.5
2017-10-12 13:31:41 -07:00
6b7cead0c5
Revert "Revert "perf(compiler): skip type check and emit in bazel in some cases. ( #19646 )""
...
This reverts commit 94a925a1b0
.
2017-10-12 10:32:21 -07:00
94a925a1b0
Revert "perf(compiler): skip type check and emit in bazel in some cases. ( #19646 )"
...
This reverts commit a22121d65d
.
2017-10-12 10:26:53 -07:00
055b802713
docs(aio): improve the Angular Connect homepage banner ( #19684 )
...
The original logo was too small.
The conference is over two days.
PR Close #19684
2017-10-12 09:31:38 -07:00
41fec319c8
docs(aio): change Material 2 to Material ( #19663 )
...
it is just called Angular Material now
PR Close #19663
2017-10-11 16:46:49 -07:00
a22121d65d
perf(compiler): skip type check and emit in bazel in some cases. ( #19646 )
...
If no user files changed:
- only type check the changed generated files
Never emit non changed generated files
- we still calculate them, but don’t send them through
TypeScript to emit them but cache the written files instead.
PR Close #19646
2017-10-11 15:54:02 -07:00
3acf9c7063
docs(aio): update banner ad ( #19669 )
...
PR Close #19669
2017-10-11 13:14:59 -07:00
566606ef46
ci: freeze yarn lockfile when installing dependencies ( #19616 )
...
PR Close #19616
2017-10-11 11:52:36 -07:00
afa2bb246b
build(aio): freeze lockfile when setting up examples ( #19616 )
...
PR Close #19616
2017-10-11 11:52:35 -07:00
dc038113a5
build(aio): freeze yarn lockfile for aio-builds-setup scripts ( #19616 )
...
PR Close #19616
2017-10-11 11:52:35 -07:00
ad7e781a18
build(aio): freeze lockfile when installing example dependencies ( #19616 )
...
PR Close #19616
2017-10-11 11:52:35 -07:00
437e803f27
ci(aio): freeze the lockfile for CI builds ( #19616 )
...
The CI will now fail if the dependencies in the AIO
package.json have been modified without the
lockfile being updated.
PR Close #19616
2017-10-11 11:52:35 -07:00
dbe6cdad7e
build(aio): improve accessor rendering ( #19637 )
...
Includes an update to `dgeni-packages@0.22 .0` which provides more info
about accessors if required.
PR Close #19637
2017-10-11 11:51:42 -07:00
46992b4bda
Revert "fix(animations): ensure animateChild() works with all inner leave animations ( #19006 ) ( #19532 )"
...
This reverts commit 9130505b57
.
2017-10-11 10:51:52 -07:00
d0af45c31a
Revert "fix(animations): ensure inner :leave animations do not remove node when skipped ( #19532 )"
...
This reverts commit ac50bd678e
.
2017-10-11 10:37:12 -07:00
8b571309ed
build(aio): append information about links in and out of docs ( #19583 )
...
Closes #19560
PR Close #19583
2017-10-10 17:06:51 -07:00
b0befd7376
fix(compiler): TestBed.overrideProvider
should keep imported NgModule
s eager ( #19624 )
...
Before, as soon as a user called `TestBed.overrideProvider` for a provider
of a `NgModule` that was imported via `TestBed.configureTestingModule`,
that `NgModule` became lazy.
This commit changes this behavior to keep the `NgModule` eager,
with or without a call to `TestBed.overrideProvider`.
PR Close #19624
2017-10-10 13:51:25 -07:00
dfa0973563
docs(aio): update animations for CLI ( #19551 )
...
PR Close #19551
2017-10-10 13:47:35 -07:00
ac50bd678e
fix(animations): ensure inner :leave animations do not remove node when skipped ( #19532 )
...
PR Close #19532
2017-10-10 12:41:47 -07:00
9130505b57
fix(animations): ensure animateChild() works with all inner leave animations ( #19006 ) ( #19532 )
...
Closes #18305
PR Close #19532
2017-10-10 12:41:47 -07:00
931cf78057
refactor(compiler): introduce TestBed.deprecatedOverrideProvider
( #19558 )
...
This allows use to fix `TestBed.overrideProvider` to keep imported `NgModule`s eager,
while allowing our users to still keep the old semantics until they have fixed their
tests.
PR Close #19558
2017-10-10 10:15:46 -07:00
6ade68cff1
fix(compiler): correctly instantiate eager providers that are used via Injector.get
( #19558 )
...
Closes #15501
PR Close #19558
2017-10-10 10:15:46 -07:00
d30ce19231
fix(compiler): correctly calculate the out path on windows ( #19601 )
...
Fixes #19543
PR Close #19601
2017-10-10 10:15:06 -07:00
d7eac7ee56
Revert "fix(router): navigating to the current location works ( #19463 )"
...
This reverts commit 43c5b638b9
.
2017-10-09 16:38:12 -07:00
d53b96f2a2
Revert "fix(router): do not call location.go
when skipping a navigation ( #19463 )"
...
This reverts commit 6651541230
.
2017-10-09 16:37:31 -07:00
79deeacbd7
docs(aio): add copy about ngNoForm to NgForm API doc ( #19561 )
...
PR Close #19561
2017-10-09 14:53:49 -07:00
32ca6851af
build(aio): do not fail on first yarn setup
( #19603 )
...
PR Close #19603
2017-10-09 14:47:12 -07:00
cff8c05442
build(aio): ensure yarn lockfile has correct dgeni-packages version ( #19617 )
...
PR Close #19617
2017-10-09 14:46:18 -07:00
0ea5f8b5ed
docs: add universal guide with production client app - with JK’s edits ( #18707 )
...
PR Close #18707
2017-10-09 14:46:04 -07:00
555b1cdf29
docs: add universal guide with production client app ( #18707 )
...
Revises both universal and client build to use AOT and webpack for both.
Guide text adjusted accordingly
Dodges CLI client build, expected in near future.
PR Close #18707
2017-10-09 14:46:04 -07:00
0b0d25fa33
docs: add universal guide ( #18707 )
...
- based on original effort in PR 17573
PR Close #18707
2017-10-09 14:46:04 -07:00
963a4d0dc8
build(aio): sort API list alphabetically ( #19566 )
...
Closes #19559
PR Close #19566
2017-10-09 14:42:52 -07:00
f393d86c96
build: add a Git .mailmap with my new name ( #19550 )
...
In this way my past contribution is mapped correctly.
PR Close #19550
2017-10-09 14:35:30 -07:00
6651541230
fix(router): do not call location.go
when skipping a navigation ( #19463 )
...
Closes #18036
PR Close #19463
2017-10-09 11:45:13 -07:00
43c5b638b9
fix(router): navigating to the current location works ( #19463 )
...
Closes #13340
PR Close #19463
2017-10-09 11:45:13 -07:00
c3a52697f5
perf(animations): reduce size of bundle by removing AST classes ( #19539 )
...
This CL refactors the animation AST code to make use of interfaces instead of classes. Given that interfaces are not persisted during runtime the removal of classes should nicely cut down on size for the animations-browser bundle.
-- before --
animations-browser.umd.js = 222kb
animations-browser.umd.min.js = 107kb
-- after --
animations-browser.umd.js = 213kb
animations-browser.umd.min.js = 102kb
PR Close #19539
2017-10-09 10:00:48 -07:00
c4704c8abc
fix(animations): properly support boolean-based transitions and state changes ( #19279 )
...
Closes #9396
Closes #12337
PR Close #19279
2017-10-09 10:00:32 -07:00
b1ca5d4ddf
Revert "perf(animations): reduce size of bundle by removing AST classes ( #19539 )"
...
This reverts commit d5c9c5f183
.
2017-10-06 18:16:30 -07:00
9fecd72f44
Revert "test(animations): test to see if triggers get cancelled on removal ( #19532 )"
...
This reverts commit f12e15e682
.
2017-10-06 18:15:26 -07:00
f4480d46b4
Revert "fix(animations): ensure animateChild() works with all inner leave animations ( #19532 )"
...
This reverts commit 1c77cdadaf
.
2017-10-06 18:15:22 -07:00
8e5b582b61
Revert "fix(router): navigating to the current location works ( #19463 )"
...
This reverts commit b67d574a95
.
2017-10-06 18:15:19 -07:00
0cc87c5ba1
Revert "fix(router): do not call location.go
when skipping a navigation ( #19463 )"
...
This reverts commit fdfa31798b
.
2017-10-06 18:15:16 -07:00
6aa7cc1d96
Revert "fix(animations): properly support boolean-based transitions and state changes ( #19279 )"
...
This reverts commit a8920eb774
.
2017-10-06 18:15:08 -07:00
a8920eb774
fix(animations): properly support boolean-based transitions and state changes ( #19279 )
...
Closes #9396
Closes #12337
PR Close #19279
2017-10-06 15:35:37 -07:00
fdfa31798b
fix(router): do not call location.go
when skipping a navigation ( #19463 )
...
Closes #18036
PR Close #19463
2017-10-06 15:35:25 -07:00