Chuck Jazdzewski
912068e71c
docs: add changelog for 4.4.5
4.4.5
2017-10-12 10:26:21 -07:00
Chuck Jazdzewski
df8e57dc5d
release: cut the 4.4.5 release
2017-10-12 10:07:33 -07:00
Peter Bacon Darwin
f27f6e498f
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:49:58 -07:00
George Kalpakas
01bfbcb84a
build(aio): update yarn.lock ( #19683 )
...
PR Close #19683
2017-10-12 09:49:48 -07:00
Michael Prentice
a15abbb324
docs(aio): change Material 2 to Material ( #19663 )
...
it is just called Angular Material now
PR Close #19663
2017-10-11 16:54:09 -07:00
Olivier Combe
28c29d560e
build: fix rxjs version for aio ( #19585 )
...
PR Close #19585
2017-10-11 15:30:52 -07:00
Jules Kremer
65ca7fd4aa
docs(aio): update banner ad ( #19669 )
...
PR Close #19669
2017-10-11 14:45:06 -07:00
Peter Bacon Darwin
3e3f918bb3
ci: freeze yarn lockfile when installing dependencies ( #19616 )
...
PR Close #19616
2017-10-11 14:37:38 -07:00
Peter Bacon Darwin
fc1dcffbdd
build(aio): freeze lockfile when setting up examples ( #19616 )
...
PR Close #19616
2017-10-11 14:37:38 -07:00
Peter Bacon Darwin
ee3c681f98
build(aio): freeze yarn lockfile for aio-builds-setup scripts ( #19616 )
...
PR Close #19616
2017-10-11 14:37:37 -07:00
Peter Bacon Darwin
6225fedcb8
build(aio): freeze lockfile when installing example dependencies ( #19616 )
...
PR Close #19616
2017-10-11 14:37:37 -07:00
Peter Bacon Darwin
2905069559
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 14:37:37 -07:00
Peter Bacon Darwin
47202dd747
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 14:37:28 -07:00
Peter Bacon Darwin
fb130c4eae
build(aio): append information about links in and out of docs ( #19583 )
...
Closes #19560
PR Close #19583
2017-10-11 14:37:16 -07:00
Tobias Bosch
734378c90b
fix(compiler): TestBed.overrideProvider should keep imported NgModules 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-11 14:01:04 -07:00
Tobias Bosch
3959b7ef28
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-11 14:00:32 -07:00
Tobias Bosch
e292548523
fix(compiler): correctly instantiate eager providers that are used via Injector.get ( #19558 )
...
Closes #15501
PR Close #19558
2017-10-11 14:00:32 -07:00
Kapunahele Wong
c2506a78a1
docs(aio): add copy about ngNoForm to NgForm API doc ( #19561 )
...
PR Close #19561
2017-10-11 14:00:12 -07:00
Peter Bacon Darwin
34f70c6de2
build(aio): sort API list alphabetically ( #19566 )
...
Closes #19559
PR Close #19566
2017-10-11 13:52:19 -07:00
Michał Gołębiowski-Owczarek
3d9c2a6352
build: add a Git .mailmap with my new name ( #19550 )
...
In this way my past contribution is mapped correctly.
PR Close #19550
2017-10-11 13:52:06 -07:00
George Kalpakas
3232125650
build(aio): remove unnecessary -- from yarn commands ( #19565 )
...
Essentially backports ffceae0a0 and f7199aa8c to 4.4.x.
PR Close #19565
2017-10-11 13:26:07 -07:00
Chuck Jazdzewski
c9f8718d2a
fix(tsc-wrapped): don't rewrite imports when annotating for closure ( #19579 )
...
Port of f24ea59f74 to 4.4.x
Closure no longer needs to have the imports rewritten so avoid
rewriting as this can cause issues when the source directory
structure differs from what is deployed.
Fixes : #17171
PR Close #19579
2017-10-11 13:25:01 -07:00
George Kalpakas
f89ac92e5e
test(aio): temporarily disable failing examples e2e tests ( #19600 )
...
Temporarily disable a couple of failing upgrade example e2e tests
to unblock the 4.4.x branch while investigating and fixing the
issues.
It seems to be some typings-related issues that TypeScript 2.5.3
complains about.
(Note: The same tests are temporarily disabled on master too.)
PR Close #19600
2017-10-10 15:58:45 -07:00
George Kalpakas
f82efcf942
build(aio): do not fail on first yarn setup ( #19600 )
...
PR Close #19600
2017-10-10 15:58:45 -07:00
George Kalpakas
dc22f4dc69
build(aio): fix overwriting with local Angular packages that depend on other local ones ( #19600 )
...
PR Close #19600
2017-10-10 15:58:45 -07:00
George Kalpakas
173ccf03ab
test(aio): fix testing of NgPackagesInstaller ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
1d5c3c1c9b
build(aio): example-boilerplate is no longer responsible for yarn install ( #19600 )
...
The tooling for boilerplate was also running `yarn install` on the examples'
shared folder. But since this is handled by `ng-packages-installer` this
commit refactors the tools so that the boilerplate no longer does this
anymore.
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
e4dac421db
build(aio): ignore @angular/mobile-toolkit in dist builds ( #19600 )
...
The new v5 version of this toolkit is too incompatible for us to run
AIO against both versions. So for now we will ignore this libary when
running against local Angular distributions and continue to use the
version on npm.
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
c639cdd3b3
build(aio): support ignoring dist packages in "local" mode ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
5bcfa7cdfe
build(aio): provide cleaner scripts for local build switching ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
d8fd892e71
ci(aio): use custom package.json to run with local distributables ( #19600 )
...
Closes #19388
PR Close #19600
2017-10-10 15:58:44 -07:00
Georgios Kalpakas
074a997302
build(aio): add support for using the locally built Angular packages for aio ( #19600 )
...
This commit allows building angular.io against the locally built Angular
packages. It adds two new npm scripts:
- `setup-local`: Same as `setup`, but overwrites the Angular packages for both
angular.io and the examples boilerplate with the locally built ones.
- `build-local`: Same as `build`, but uses `setup-local` instead of `setup`
under the hood, thus overwriting installed Angular packages with locally built
ones.
Fixes #18611
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
62616f541a
build(aio): ensure webdriver is updated when switching between local and npm deps ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
156442f80d
docs(aio): fix animations example to work with Angular v5 ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
37112f549a
build(aio): upgrade ts-node to support newer TypeScript config ( #19600 )
...
This was causing `Cannot find type definition file for 'jasmine'. (2688)`
errors when running Protractor.
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
cf4b4d53ba
fix(aio): fix SearchService to work with TypeScript 2.4 ( #19600 )
...
The call to `race` required a type parameter to disambiguate the return type.
PR Close #19600
2017-10-10 15:58:43 -07:00
Alex Rickabaugh
d45e3aa433
fix(aio): downgrade yarn to 1.0.2 temporarily ( #19600 )
...
PR Close #19600
2017-10-10 15:58:43 -07:00
Tobias Bosch
ccc25ee901
fix: reformat files from previous cherry-picks
2017-10-05 13:54:46 -07:00
Tobias Bosch
3052063c05
refactor(compiler): remove stale metadata classes for animations
...
These are no longer needed as animations are a purely
runtime concept.
2017-10-05 13:54:46 -07:00
Victor Berchet
e107322f5c
refactor(core): add a checkIndex to the compiler view nodes
...
Each node now has two index: nodeIndex and checkIndex.
nodeIndex is the index in both the view definition and the view data.
checkIndex is the index in in the update function (update directives and update
renderer).
While nodeIndex and checkIndex have the same value for now, having both of them
will allow changing the structure of view definition after compilation (ie for
runtime translations).
2017-10-05 13:54:46 -07:00
Victor Berchet
f0774254de
refactor(compiler): misc minor refactor / cleanup ( #19189 )
...
PR Close #19189
2017-10-05 13:54:46 -07:00
Victor Berchet
6c66031c4a
fix(core): make dynamic & inline code checking behave the same ( #19189 )
...
PR Close #19189
2017-10-05 13:54:46 -07:00
Alex Rickabaugh
8f668807cf
Revert "fix(platform-browser): support customEqualityTesters when overriding Jasmine toEqual"
...
This reverts commit cc8ae32503 .
Reason: broke a few existing tests.
2017-10-05 13:25:05 -07:00
Daniel Karp
f98eb35179
docs(aio): document Custom Async validators
...
docs(aio): Custom Async validators edits
incorporating suggestions from kapunahelewong
2017-10-04 15:08:00 -07:00
Vikram Subramanian
cc8ae32503
fix(platform-browser): support customEqualityTesters when overriding Jasmine toEqual
2017-10-04 15:01:11 -07:00
Chuck Jazdzewski
95f3b1dbe6
fix(compiler): disallow references for select and index evaluation
...
Also fixes an issue where enum values of 0 or '``' where not treated
correctly.
Fixes : #18170
2017-10-04 14:54:53 -07:00
George Kalpakas
6b96b069bf
docs(aio): fix typo in preview server config file comment
2017-10-04 12:43:37 -07:00
Trotyl Yu
ecfe85b06c
docs(aio): document the special treatment of undefined
2017-10-04 12:43:28 -07:00
Kapunahele Wong
5439d4cd49
docs(aio): fix broken link in toh-pt5
2017-10-04 12:43:10 -07:00
Olivier Combe
df91fd032d
build: update npm dependencies
2017-10-04 10:22:48 -07:00