8199 Commits

Author SHA1 Message Date
Alex Rickabaugh 24db1ed938 docs: add changelog for 4.3.3 4.3.3 2017-08-02 13:00:35 -07:00
Alex Rickabaugh 82798e9d04 release: cut the 4.3.3 release 2017-08-02 12:57:34 -07:00
chumtoadafuq da8bb1b45b docs(aio): fixed list format in FormArray section 2017-07-31 11:40:27 -07:00
Victor Berchet f5cbc2ee25 fix(compiler): fix for element needing implicit parent placed in top-level ng-container
fixes #18314
2017-07-31 11:40:20 -07:00
Georgios Kalpakas cbc1986c6f fix(aio): fix links to source for paths with symlinks
Fixes #18353
2017-07-31 11:39:47 -07:00
Peter Bacon Darwin 0982f993cb ci: short-circuit npm install for aio builds that use yarn only 2017-07-31 11:39:41 -07:00
Peter Bacon Darwin a5a29b0591 docs(aio): delay ngUpgrade e2e test to avoid flakes 2017-07-31 11:39:36 -07:00
Peter Bacon Darwin a8f3197f24 build: short-circuit build for AIO tasks 2017-07-31 11:39:31 -07:00
Peter Bacon Darwin e6f37120fe docs(aio): fix deprecated protractor API usage
`browser.getLocationAbsUrl()` is deprecated.
We should use `browser.getCurrentUrl()` instead.
2017-07-31 11:39:25 -07:00
Peter Bacon Darwin 6840b7bda9 ci(aio): test the example e2e files using local build of Angular 2017-07-31 11:39:21 -07:00
Peter Bacon Darwin 68f458909a build(aio): ignore generated aot files
Assets such as images and data which are generated
by the aot build were not being ignored.
2017-07-31 11:39:14 -07:00
Peter Bacon Darwin 12acecf756 docs(aio): remove generated styles.css file
This file should have been ignored as it is created
during the build of the example
2017-07-31 11:39:10 -07:00
Peter Bacon Darwin cfbed40ab6 build(aio): support overriding the Angular packages in examples with locally built ones 2017-07-31 11:39:03 -07:00
Peter Bacon Darwin fe1a6b8e42 build(aio): refactor and test the example-boilerplate tool 2017-07-31 11:38:59 -07:00
Peter Bacon Darwin 13e29c4e89 ci: shard the aio example e2e tests 2017-07-31 11:38:53 -07:00
Peter Bacon Darwin fd52b178ed ci(aio): support sharding of example e2e tests 2017-07-31 11:38:48 -07:00
Georgios Kalpakas ca1f071b2e build(aio): upgrade @angular/material to 2.0.0-meta.8 2017-07-31 11:38:43 -07:00
Georgios Kalpakas 296adbbb72 build(aio): upgrade @angular/* to 4.3.1 2017-07-31 11:38:37 -07:00
Antoine Mary c795ee1176 docs(aio): fix URLSearchParams interface link to MDN
Fixes #18367
2017-07-31 11:38:33 -07:00
Georgios Kalpakas b550618afd refactor(aio): move content-specific images to content/images/
Fixes #17053
2017-07-31 11:38:28 -07:00
Georgios Kalpakas d08d6eebff refactor(aio): rename unused directories to _unused 2017-07-31 11:38:23 -07:00
Georgios Kalpakas e9789abd05 fix(aio): fix link to logo in example 2017-07-31 11:38:17 -07:00
Georgios Kalpakas f2ec2cbb99 refactor(aio): move unused images to unused directories
This prevents the ServiceWorker from prefetching unnecessary files.
2017-07-31 11:38:09 -07:00
Miško Hevery 8de2ace80a docs: add changelog for 4.3.2 4.3.2 2017-07-27 15:51:46 -05:00
Miško Hevery c977994864 release: cut the 4.3.2 release 2017-07-27 15:51:46 -05:00
Miško Hevery 12b8e1af55 Revert "fix(router): should throw when lazy loaded module doesn't define any routes (#15001)"
This reverts commit be49e0ee93.
2017-07-27 13:05:36 -07:00
Miško Hevery 9a188485f5 ci: correct bad bazel merge 2017-07-27 12:43:29 -07:00
Miško Hevery 45a10419bc Revert "build: Bazel builds ngfactories for packages/core (#18289)"
This reverts commit bcea196530.
2017-07-27 10:51:41 -07:00
Victor Berchet 2245748c14 test(compiler): fix xliff2 integration test for the 4.3 branch (#18363)
Closes #18363
2017-07-27 10:20:34 -07:00
Alex Eagle bcea196530 build: Bazel builds ngfactories for packages/core (#18289)
PR Close #18289
2017-07-26 16:31:26 -07:00
Dzmitry Shylovich b9e32c833a fix(router): child CanActivate guard should wait for parent to complete (#18110)
Closes #15670

PR Close #18110
2017-07-26 17:52:47 -05:00
Dzmitry Shylovich be49e0ee93 fix(router): should throw when lazy loaded module doesn't define any routes (#15001)
Closes #14596

PR Close #15001
2017-07-26 16:49:50 -05:00
Gerard Sans bf95655a1a docs(aio): add my details as a contributor (#18315)
PR Close #18315
2017-07-26 16:49:50 -05:00
Georgios Kalpakas 6bf5b84fa4 fix(aio): correctly process markdown link in "Browser Support" (#18349)
The markdown processor expects an empty line between an opening tag and the
markdown content. (If there is no empty line, the content is interpreted as
plain HTML.)
Previously, the line between the opening `<td>` and the content contained
whitespace, which caused the content to be interpreted as HTML and not markdown.

Fixes #18312

PR Close #18349
2017-07-26 16:11:11 -05:00
Jesus Rodriguez 4836565ca7 docs(aio): update examples to 4.3 2017-07-26 12:08:29 -05:00
Gabriel Nicolas Avellaneda 750e4e8156 docs(aio) - Fixed link to the glossary dash-case term (#18311)
PR Close #18311
2017-07-26 12:08:29 -05:00
Olivier Combe a0846194b7 fix(compiler): add equiv & disp attributes to Xliff2 ICU placeholders (#18283)
Fixes #17344

PR Close #18283
2017-07-26 12:08:29 -05:00
Vikram Subramanian bcf6b90c95 docs(platform-server): inline PlatformOptions and add doc strings (#18264)
Fix documentation for the options passed into renderModule and
renderModuleFactory.

PR Close #18264
2017-07-26 12:08:29 -05:00
Abhimanyu Deora 3ca2a0aa37 refactor(compiler-cli): add support for browser compiler bundle (#17979)
PR Close #17979
2017-07-26 12:08:29 -05:00
Filipe Silva b4be96c65d ci: use chrome stable (#18307) 2017-07-26 12:08:29 -05:00
Alex Eagle 434ff5fecb build: update bazel rules to latest (#18289) 2017-07-26 12:08:24 -05:00
Vikram Subramanian a1bb9c2d42 fix(core): invoke error handler outside of the Angular Zone (#18269)
In Node.JS console.log/error/warn functions actually resuls in a socket
write which in turn is considered by Zone.js as an async task.

This means that if there is any exception during change detection in a platform-server
application the error handler will make the Angular Zone unstable which
in turn will cause change detection to run on next tick and cause an
infinite loop.

It is also better to run the error handler outside of the Angular Zone
in general on all platforms so that an error in the error handler itself doesn't cause an
infinite loop.

Fixes #17073, #7774.

PR Close #18269
2017-07-26 12:04:47 -05:00
Victor Berchet 7e626bef0a ci: force precise on Travis (#18282)
PR Close #18282
2017-07-26 12:04:47 -05:00
Victor Berchet a1e83a8ed2 test: fix bad merge (#18267)
PR Close #18267
2017-07-26 12:04:47 -05:00
Matias Niemelä cbeb197aa5 fix(animations): export BrowserModule as apart of BrowserAnimationsModule (#18263)
PR Close #18263
2017-07-26 12:04:47 -05:00
Jeremy Elbourn 0330fa6b82 docs(aio): pngcrush all pngs (#18243)
PR Close #18243
2017-07-26 12:04:47 -05:00
Vikram Subramanian 97135e8fd5 fix(platform-server): don't clobber parse5 properties when setting (#18237)
element properties.

Fixes #17050.

We now store all element properties in a separate 'properties' bag.

PR Close #18237
2017-07-26 12:04:47 -05:00
WilliamKoza 35bd07fc7b refactor(common): CleanUp HttpClient's imports (#18120)
PR Close #18120
2017-07-26 12:04:47 -05:00
Olivier Combe a8ac77b645 fix(compiler): allow numbers for ICU message cases in lexer (#18095)
Closes #18095
Fixes #17799
2017-07-26 12:04:47 -05:00
Yuan Gao 9ecd377a51 ci(aio): fix aio payload script 2017-07-26 12:04:47 -05:00