434ff5fecb
build: update bazel rules to latest ( #18289 )
2017-07-26 12:08:24 -05:00
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
7e626bef0a
ci: force precise on Travis ( #18282 )
...
PR Close #18282
2017-07-26 12:04:47 -05:00
a1e83a8ed2
test: fix bad merge ( #18267 )
...
PR Close #18267
2017-07-26 12:04:47 -05:00
cbeb197aa5
fix(animations): export BrowserModule as apart of BrowserAnimationsModule ( #18263 )
...
PR Close #18263
2017-07-26 12:04:47 -05:00
0330fa6b82
docs(aio): pngcrush all pngs ( #18243 )
...
PR Close #18243
2017-07-26 12:04:47 -05:00
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
35bd07fc7b
refactor(common): CleanUp HttpClient's imports ( #18120 )
...
PR Close #18120
2017-07-26 12:04:47 -05:00
a8ac77b645
fix(compiler): allow numbers for ICU message cases in lexer ( #18095 )
...
Closes #18095
Fixes #17799
2017-07-26 12:04:47 -05:00
9ecd377a51
ci(aio): fix aio payload script
2017-07-26 12:04:47 -05:00
76171bd8b4
test(upgrade): fail tests when there are AngularJS errors ( #18209 )
2017-07-26 12:04:47 -05:00
1f106d75bc
fix(upgrade): throw error if trying to get injector before setting ( #18209 )
...
Previously, `undefined` would be returned.
This change makes it easier to identify incorrect uses/bugs.
(Discussed in https://github.com/angular/angular/pull/18213#issuecomment-316191308 .)
2017-07-26 12:04:47 -05:00
a4fae8c405
aio: debounce search and delay index building ( #18134 )
...
* feat(aio): debounce search requests
* feat(aio): delay loading search worker and index
2017-07-26 12:04:46 -05:00
33c07b3394
fix(aio): invalid formatting in architecure.md ( #18159 )
...
Introduced in e110a80caf (diff-9ac9c6a9277eea9856d75249a7c0a40aL127)
2017-07-26 12:00:01 -05:00
c9d06e676f
docs(aio): replace old blog link ( #18252 )
...
Fixes #18233
* Docs(aio): Replaced old blog link Now with the Link to the new Angular.io Blog
* Removed double braces
2017-07-26 12:00:01 -05:00
c7c65d9fda
docs: fixing invisible tag in README ( #18245 )
2017-07-26 12:00:01 -05:00
257a9e3e6f
ci: test bazel builds on travis ( #18240 )
2017-07-26 12:00:01 -05:00
c7c0a1688e
docs(aio): Fixed typo with closing div
2017-07-26 12:00:00 -05:00
7e95e2b0ba
docs(aio): Fix http guide
2017-07-26 12:00:00 -05:00
ddc286f4b5
docs: fix wrong link in CONTRIBUTING.md ( #18228 )
...
The link to the CONTRIBUTING.md file was not correct
2017-07-26 12:00:00 -05:00
3d17a3672e
docs(router): minor typo ( #18226 )
...
Fix a minor typo in the description of a router spec.
2017-07-26 12:00:00 -05:00
61d253f5fd
docs(aio): fix typo in NgModule FAQs ( #18211 )
...
Fix #18133 . Fix typo 'added' to 'add' in the 'Why does lazy loading create a child injector' section.
2017-07-26 12:00:00 -05:00
54be25a7a1
docs: add changelog for 4.3.1
4.3.1
2017-07-19 12:54:45 -07:00
b1757037fb
release: cut the 4.3.1 release
2017-07-19 12:53:17 -07:00
f0476fcff0
fix(compiler-cli): don't generate empty <target/> when extracting xliff
...
Fixes #15754
2017-07-19 09:50:09 -07:00
a5c4bb5b96
fix(animations): make sure @.disabled works in non-animation components
...
Note 4.3 only!
Prior to this fix when [@.disabled] was used in a component that
contained zero animation code it wouldn't register properly because the
renderer associated with that component was not an animation renderer.
This patch ensures that it gets registered even when there are no
animations set.
2017-07-19 09:50:03 -07:00
4c1f32b0db
fix(animations): do not crash animations if a nested component fires CD during CD
...
Closes #18193
2017-07-19 09:49:57 -07:00
383d8969ab
fix(animations): always camelcase style property names that contain auto styles
...
Closes #17938
2017-07-19 09:49:47 -07:00
333ffd8d32
fix(animations): capture cancelled animation styles within grouped animations
...
Closes #17170
2017-07-19 09:49:42 -07:00
d4679a0bc2
docs(aio): fix typo in Router documentation
...
Fix title and link to RouteConfigLoadEnd documentation
2017-07-19 15:02:14 +01:00
4ce29f3a5b
fix(platform-server): provide XhrFactory for HttpClient
2017-07-18 14:19:18 -07:00
17b7bc3e06
fix(common): send flushed body as error instead of null
...
fix #18181
2017-07-18 10:58:27 -07:00
f19bd5f4f3
docs(http): Make name of injected HttpTestingController consistent
2017-07-18 10:54:42 -07:00
d503d25f29
docs(platform-server): add doc string for PlatformOptions
2017-07-18 10:54:37 -07:00
5d275e994a
fix(router): terminal route in custom matcher
2017-07-18 10:54:32 -07:00
d8c8b13bb8
docs: fix typo
2017-07-18 10:54:26 -07:00
4671168635
fix(compiler): ensure jit external id arguments names are unique
...
Fixes : #17558 , #17378 , #8676
2017-07-18 10:54:21 -07:00
1ac78bfd5d
fix(router): canDeactivate guards should run from bottom to top
...
Closes #15657 .
2017-07-18 10:54:15 -07:00
4340beacea
fix(router): should navigate to the same url when config changes
...
Closes #15535
2017-07-18 10:54:09 -07:00
ec89f378fc
fix(router): should run resolvers for the same route concurrently
...
Fixes #14279
2017-07-18 10:54:04 -07:00
4dd6863bc2
docs(aio): fix HttpClient setting new header sample
2017-07-18 10:53:58 -07:00
37c626e673
fix(aio): remove title attribute from CodeExampleComponent
...
This was causing browser to add an unwanted tooltip that appeared
when the user hovers over the code.
See #17524
2017-07-18 17:55:54 +01:00
f0a110928b
fix(aio): add quote to module
2017-07-18 17:54:51 +01:00
c39e7d1eb2
fix(aio): do not wrap <code-tabs>
tab labels
...
Fixes #17751
2017-07-18 17:45:20 +01:00
799bffb431
docs(aio): fix cheatsheet layout for narrow screens
...
* Tell the app that this will have no Table of Contents, since we have no
h2 headings anyway.
* Remove all the `nbsp;` from the code since that doesn't help with layout
* Remove side padding from sidenav-content when screen is narrow
* Restyle the cheatsheet table when the screen is narrow
2017-07-18 17:33:36 +01:00
fda607cc2f
build(aio): fail doc-gen if referenced images are missing
2017-07-18 11:46:15 +01:00
cc3aa68123
docs(aio): fix broken image sources
2017-07-18 11:46:15 +01:00
306621d2d6
docs(aio): fix up broken links
2017-07-18 11:46:15 +01:00
d204f7aa2a
build(aio): abort doc-gen on dangling links
2017-07-18 11:46:14 +01:00
a94f5e8cbb
build(aio): abort doc-gen if an example is missing
...
Closes #16936
2017-07-18 11:46:14 +01:00