alexcastillo 
							
						 
					 
					
						
						
						
						
							
						
						
							cb84cbf545 
							
						 
					 
					
						
						
							
							feat(shadow_css): add encapsulation support for CSS @supports at-rule  
						
						... 
						
						
						
						Closes  #7944  
					
						2016-05-20 13:02:24 -07:00 
						 
				 
			
				
					
						
							
							
								Elliott Davis 
							
						 
					 
					
						
						
						
						
							
						
						
							b2e0946696 
							
						 
					 
					
						
						
							
							fix(Request): Change Request.text's return type to string  
						
						... 
						
						
						
						Change the return typing for the .text method to `string` so typescript treats it
like a normal string.
Closes  #8138  
						
						
					 
					
						2016-05-20 12:57:31 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							67c80fbb5e 
							
						 
					 
					
						
						
							
							fix(compiler): support string tokens with . inside.  
						
						... 
						
						
						
						Closes  #8178  
					
						2016-05-20 12:56:02 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							c574e6808f 
							
						 
					 
					
						
						
							
							build: update to rollup@0.26.3 and remove a hack from the build  
						
						
						
						
					 
					
						2016-05-20 11:00:49 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							9175a049d3 
							
						 
					 
					
						
						
							
							feat: add minified bundles  
						
						... 
						
						
						
						BREAKING CHANGE: bundles are now in the bundles/ subdirectory within each package 
						
						
					 
					
						2016-05-20 11:00:49 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							0035575c82 
							
						 
					 
					
						
						
							
							build: turn on tsc's stripInternal when producint public d.ts file  
						
						... 
						
						
						
						I also made some changes to fix imports and remove some stuff that caused
breakage once stripInternals was turned on. 
						
						
					 
					
						2016-05-20 10:59:57 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							7bfe8aa553 
							
						 
					 
					
						
						
							
							build: fix the build.sh script to work out of the box  
						
						
						
						
					 
					
						2016-05-20 10:59:32 -07:00 
						 
				 
			
				
					
						
							
							
								Drew Moore 
							
						 
					 
					
						
						
						
						
							
						
						
							1bff47f97d 
							
						 
					 
					
						
						
							
							docs: fix syntax errors in HostBinding metadata example  
						
						... 
						
						
						
						add missing parentheses to getters, remove erroneous brackets in HostBindings
Closes  #8269  
						
						
					 
					
						2016-05-20 10:56:11 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							e8e61de28d 
							
						 
					 
					
						
						
							
							refactor(WebWorker): move XHR worker side  
						
						
						
						
					 
					
						2016-05-20 10:48:55 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							54f8308999 
							
						 
					 
					
						
						
							
							refactor(browser): merge static & dynamic platforms  
						
						
						
						
					 
					
						2016-05-20 10:48:55 -07:00 
						 
				 
			
				
					
						
							
							
								PatrickJS 
							
						 
					 
					
						
						
						
						
							
						
						
							6c99746f0b 
							
						 
					 
					
						
						
							
							Update tools.ts  
						
						... 
						
						
						
						Closes  #8296  
					
						2016-05-20 10:12:54 -07:00 
						 
				 
			
				
					
						
							
							
								PatrickJS 
							
						 
					 
					
						
						
						
						
							
						
						
							4086b49046 
							
						 
					 
					
						
						
							
							feat(enableDebugTools): return ComponentRef  
						
						... 
						
						
						
						allows for 
```
bootstrap(App, [
  ...HTTP_PROVIDERS,
  ...ROUTER_PROVIDERS
])
.then(enableDebugTools)
```
without breaking the rule of always returning a value in a promise 
						
						
					 
					
						2016-05-20 10:12:54 -07:00 
						 
				 
			
				
					
						
							
							
								Jerome Velociter 
							
						 
					 
					
						
						
						
						
							
						
						
							0fad9c2786 
							
						 
					 
					
						
						
							
							docs(changelog): fix ViewQuery read usage example in beta.16 ( #8330 )  
						
						
						
						
					 
					
						2016-05-20 10:06:46 -07:00 
						 
				 
			
				
					
						
							
							
								Levente Morva 
							
						 
					 
					
						
						
						
						
							
						
						
							d75f928fca 
							
						 
					 
					
						
						
							
							fix(docs): Fix a missing opening bracket ( #8331 )  
						
						
						
						
					 
					
						2016-05-20 10:06:15 -07:00 
						 
				 
			
				
					
						
							
							
								Aziz Abbas 
							
						 
					 
					
						
						
						
						
							
						
						
							68f9aaf214 
							
						 
					 
					
						
						
							
							chore: Update CHANGELOG.md ( #8342 )  
						
						
						
						
					 
					
						2016-05-20 10:05:52 -07:00 
						 
				 
			
				
					
						
							
							
								PatrickJS 
							
						 
					 
					
						
						
						
						
							
						
						
							efe4633b15 
							
						 
					 
					
						
						
							
							refactor(empty.ts): typo ( #8398 )  
						
						... 
						
						
						
						emppty -> empty 
						
						
					 
					
						2016-05-20 10:02:47 -07:00 
						 
				 
			
				
					
						
							
							
								Jake Garelick 
							
						 
					 
					
						
						
						
						
							
						
						
							19e65382f7 
							
						 
					 
					
						
						
							
							fix(core): accurate dev mode message for dart ( #8403 )  
						
						
						
						
					 
					
						2016-05-20 10:01:39 -07:00 
						 
				 
			
				
					
						
							
							
								Basarat Ali Syed 
							
						 
					 
					
						
						
						
						
							
						
						
							5a9eda73b4 
							
						 
					 
					
						
						
							
							docs(changelog): line numbers to master can go out of sync ( #8404 )  
						
						
						
						
					 
					
						2016-05-20 10:00:47 -07:00 
						 
				 
			
				
					
						
							
							
								Yang Lin 
							
						 
					 
					
						
						
						
						
							
						
						
							c6f2b3e96b 
							
						 
					 
					
						
						
							
							docs(router): fix import and replace RouteConfig ( #8433 )  
						
						
						
						
					 
					
						2016-05-20 10:00:04 -07:00 
						 
				 
			
				
					
						
							
							
								mgechev 
							
						 
					 
					
						
						
						
						
							
						
						
							55921be1af 
							
						 
					 
					
						
						
							
							fix(router-deprecated): export RootRoute  
						
						... 
						
						
						
						Fix  #8449 
Closes  #8450  
					
						2016-05-20 09:59:21 -07:00 
						 
				 
			
				
					
						
							
							
								David Reher 
							
						 
					 
					
						
						
						
						
							
						
						
							9b1b5b393d 
							
						 
					 
					
						
						
							
							fix(angular1_router): ngLink should not throw an error if routeParams are undefined ( #8460 )  
						
						... 
						
						
						
						If routeParams are undefined, no href attribute should be rendered. This matches the behaviour of ngHref. 
						
						
					 
					
						2016-05-20 09:48:03 -07:00 
						 
				 
			
				
					
						
							
							
								agpreynolds 
							
						 
					 
					
						
						
						
						
							
						
						
							3857c8226e 
							
						 
					 
					
						
						
							
							docs(MockConnection) update mockRespond usage example ( #8487 )  
						
						... 
						
						
						
						Closes : #8486  
					
						2016-05-20 09:19:59 -07:00 
						 
				 
			
				
					
						
							
							
								Dimitrios Loukadakis 
							
						 
					 
					
						
						
						
						
							
						
						
							595bcdd1ac 
							
						 
					 
					
						
						
							
							fix(router): browser back and forward buttons not working correctly.  
						
						... 
						
						
						
						Closes  #8524 
Closes  #8532  
					
						2016-05-19 22:42:08 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Castillo 
							
						 
					 
					
						
						
						
						
							
						
						
							27c25bd0e8 
							
						 
					 
					
						
						
							
							chore(readme): update README: no longer beta ( #8405 )  
						
						
						
						
					 
					
						2016-05-19 22:23:33 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Wormald 
							
						 
					 
					
						
						
						
						
							
						
						
							aec95015f8 
							
						 
					 
					
						
						
							
							docs(http): update http docs to mention .map operator  
						
						... 
						
						
						
						Closes  #5947  
					
						2016-05-19 22:15:26 -07:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							b2db6401cc 
							
						 
					 
					
						
						
							
							chore(build): remove use of q.denodeify  
						
						... 
						
						
						
						This change also makes webpack properly reject
promise on build errors
Closes  #6546  
						
						
					 
					
						2016-05-19 22:01:52 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							ebe14720eb 
							
						 
					 
					
						
						
							
							chore(typing): enforce --noImplicitAny for tools directory.  
						
						... 
						
						
						
						Exposed a couple of bugs.
Closes  #6645  
						
						
					 
					
						2016-05-19 21:38:01 -07:00 
						 
				 
			
				
					
						
							
							
								Justin DuJardin 
							
						 
					 
					
						
						
						
						
							
						
						
							7112d008d0 
							
						 
					 
					
						
						
							
							fix(IE): make shim work with instrumented code  
						
						... 
						
						
						
						Closes  #6944  
					
						2016-05-19 20:50:01 -07:00 
						 
				 
			
				
					
						
							
							
								Fabian Raetz 
							
						 
					 
					
						
						
						
						
							
						
						
							90af4763d8 
							
						 
					 
					
						
						
							
							fix(angular1_router): delay view update until activate promise gets fullfilled  
						
						... 
						
						
						
						If the $routerOnActivate hook returns a promise, the navigation
is commited, once the promise gets fullfilled but the view
is updated immediately.
This commit delays the view update so that both (view and url) are
updated at the same time.
Closes  #7777  
						
						
					 
					
						2016-05-19 20:42:06 -07:00 
						 
				 
			
				
					
						
							
							
								gdi2290 
							
						 
					 
					
						
						
						
						
							
						
						
							390046d7b3 
							
						 
					 
					
						
						
							
							feat(AsyncPipe): allow onError argument  
						
						... 
						
						
						
						Closes  #7990  
					
						2016-05-19 16:49:28 -07:00 
						 
				 
			
				
					
						
							
							
								PatrickJS 
							
						 
					 
					
						
						
						
						
							
						
						
							587c119c75 
							
						 
					 
					
						
						
							
							feat(NgZone): isStable  
						
						... 
						
						
						
						Closes  #8108  
					
						2016-05-19 16:10:08 -07:00 
						 
				 
			
				
					
						
							
							
								Aliaksei Palkanau 
							
						 
					 
					
						
						
						
						
							
						
						
							3019140e7e 
							
						 
					 
					
						
						
							
							feat(http): set the statusText property from the XMLHttpRequest instance  
						
						... 
						
						
						
						Closes  #4162  
					
						2016-05-19 15:58:59 -07:00 
						 
				 
			
				
					
						
							
							
								BeastCode 
							
						 
					 
					
						
						
						
						
							
						
						
							7a80f0d1e1 
							
						 
					 
					
						
						
							
							change property and event to use camel case  
						
						... 
						
						
						
						Closes  #6580  
					
						2016-05-19 15:21:54 -07:00 
						 
				 
			
				
					
						
							
							
								BeastCode 
							
						 
					 
					
						
						
						
						
							
						
						
							0894318f50 
							
						 
					 
					
						
						
							
							change property and event to use camel case:  
						
						... 
						
						
						
						* some-property -> someProperty
* some-event -> someEvent
Closes  #6609  
						
						
					 
					
						2016-05-19 15:20:34 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitriy Shekhovtsov 
							
						 
					 
					
						
						
						
						
							
						
						
							f9fc524a74 
							
						 
					 
					
						
						
							
							chore(contributing): added commit message samples ( #7375 )  
						
						... 
						
						
						
						Each time I am pointing someone to this contribution doc
to read and apply commit message style guide
each time type part of message formatting is missed 
						
						
					 
					
						2016-05-19 15:19:01 -07:00 
						 
				 
			
				
					
						
							
							
								William Welling 
							
						 
					 
					
						
						
						
						
							
						
						
							9019c6f937 
							
						 
					 
					
						
						
							
							Condition using component as well.  
						
						... 
						
						
						
						Closes  #7755  
					
						2016-05-19 15:15:25 -07:00 
						 
				 
			
				
					
						
							
							
								William Welling 
							
						 
					 
					
						
						
						
						
							
						
						
							166b73f4f3 
							
						 
					 
					
						
						
							
							Condition using urlPath, component is null on UnresolvedException of child AsyncRoute.  
						
						
						
						
					 
					
						2016-05-19 15:15:25 -07:00 
						 
				 
			
				
					
						
							
							
								Sekib Omazic 
							
						 
					 
					
						
						
						
						
							
						
						
							cb94111f18 
							
						 
					 
					
						
						
							
							style(Forms): remove unused imports  
						
						... 
						
						
						
						remove unused imports from the forms package 
						
						
					 
					
						2016-05-19 14:50:33 -07:00 
						 
				 
			
				
					
						
							
							
								Kai Ruhnau 
							
						 
					 
					
						
						
						
						
							
						
						
							a88b887a05 
							
						 
					 
					
						
						
							
							docs(cheatsheet): Document SVG idiosyncrasies ( #6055 )  
						
						
						
						
					 
					
						2016-05-19 10:20:08 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							6e62217b78 
							
						 
					 
					
						
						
							
							fix(WebWorker): remove the platform-browser dependency on compiler  
						
						
						
						
					 
					
						2016-05-18 16:23:09 -07:00 
						 
				 
			
				
					
						
							
							
								Joost de Vries 
							
						 
					 
					
						
						
						
						
							
						
						
							a01a54c180 
							
						 
					 
					
						
						
							
							adds 'repository' metadata to npm modules ( #8649 )  
						
						
						
						
					 
					
						2016-05-17 23:17:15 -07:00 
						 
				 
			
				
					
						
							
							
								Hannah Howard 
							
						 
					 
					
						
						
						
						
							
						
						
							db8290632f 
							
						 
					 
					
						
						
							
							fix(upgrade): fallback to root ng2 injector when element is compiled outside the document ( #8684 )  
						
						... 
						
						
						
						Currently downgraded ng2 elements fail inside a ui-router view because they are unable
to require an ng2 Injector via the require attribute of the DDO, because ui-router compiles
its templates before they are inserted in a ui-view. This adds a "fallback" behavior if
a parent injector cannot be found to go to the root ng2 Injector. 
						
						
					 
					
						2016-05-17 15:55:53 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Probst 
							
						 
					 
					
						
						
						
						
							
						
						
							7bb5167239 
							
						 
					 
					
						
						
							
							chore(security): fix CHANGELOG formatting. ( #8687 )  
						
						... 
						
						
						
						Turns out the fenced code block needs to be in its own paragraph. 
						
						
					 
					
						2016-05-17 15:00:28 -07:00 
						 
				 
			
				
					
						
							
							
								Hannah Howard 
							
						 
					 
					
						
						
						
						
							
						
						
							6cdc53c497 
							
						 
					 
					
						
						
							
							fix(UpgradeNg1ComponentAdapter): make bindings available on $scope in controller & link function ( #8645 )  
						
						... 
						
						
						
						Delays NG1 Directive controller instatiation where possible and pre-link function always
to the ngOnInit() lifecycle hook. This way bindings are always available on $scope in both
the controller and the link function. 
						
						
					 
					
						2016-05-17 14:53:59 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Probst 
							
						 
					 
					
						
						
						
						
							
						
						
							15ae710d22 
							
						 
					 
					
						
						
							
							feat(security): allow url(...) style values.  
						
						... 
						
						
						
						Allows sanitized URLs for CSS properties. These can be abused for information
leakage, but only if the CSS rules are already set up to allow for it. That is,
an attacker cannot cause information leakage without controlling the style rules
present, or a very particular setup.
Fixes  #8514 . 
						
						
					 
					
						2016-05-17 11:23:31 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Probst 
							
						 
					 
					
						
						
						
						
							
						
						
							dd50124254 
							
						 
					 
					
						
						
							
							feat(security): allow data: URLs for images and videos.  
						
						... 
						
						
						
						Allows known-to-be-safe media types in data URIs.
Part of #8511 . 
						
						
					 
					
						2016-05-17 10:57:14 +02:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							ff36b0384a 
							
						 
					 
					
						
						
							
							fix(compiler_cli): normalize used directives  
						
						... 
						
						
						
						- e.g. needed for content projection.
Closes  #8677  
						
						
					 
					
						2016-05-16 13:07:13 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Probst 
							
						 
					 
					
						
						
						
						
							
						
						
							50c9bed630 
							
						 
					 
					
						
						
							
							feat(security): expose the safe value types.  
						
						... 
						
						
						
						This allows users to properly type their `SafeHtml`, `SafeStyle`, etc values.
Fixes  #8568 . 
						
						
					 
					
						2016-05-15 11:47:06 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Probst 
							
						 
					 
					
						
						
						
						
							
						
						
							8b1b427195 
							
						 
					 
					
						
						
							
							feat(security): support transform CSS functions for sanitization.  
						
						... 
						
						
						
						Fixes part of #8514 . 
						
						
					 
					
						2016-05-14 13:25:45 +02:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							9a05ca95f6 
							
						 
					 
					
						
						
							
							fix(build): Release compiler_cli packages along with rest of @angular packages and use ANGULAR_VERSION for package version and peer dependencies.  
						
						
						
						
					 
					
						2016-05-13 13:35:10 -07:00