6d606dd02b
ci(travis): increase node's heap size to prevent OOM on travis ( #11869 )
2016-10-05 15:33:16 -07:00
5c4215ccb4
Fix(http): invalidStateError if response body without content ( #11786 )
...
Fix(http): invalidStateError if response body without content
If the responseType has been specified and other than 'text', responseText throw an InvalidStateError exception
See XHR doc => https://xhr.spec.whatwg.org/#the-responsetext-attribute
Unit Test to prevent invalidStateError
2016-10-05 15:33:16 -07:00
85489a166e
refactor(animations): ensure animation input/outputs are managed within the template parser ( #11782 )
...
Closes #11782
Closes #11601
Related #11707
2016-10-05 15:33:16 -07:00
cf750e17ed
fix(router): do not reset the router state when updating the component ( #11867 )
2016-09-24 07:14:06 +09:00
712d1a7c37
chore(release): v2.0.1
2.0.1
2016-09-23 11:28:36 -07:00
16601f9359
docs(changelog): add changelog for 2.0.1
2016-09-23 10:50:42 -07:00
b81e2e7a31
fix(upgrade): allow attribute selectors for components in ng2 which are not part of upgrade ( #11808 )
...
fixes #11280
2016-09-23 10:48:47 -07:00
98fac36706
docs(Component): API docs for .encapsulation and .interpolation
2016-09-23 10:22:24 -07:00
3e780c032e
refactor: misc cleanup
2016-09-23 10:22:05 -07:00
e09882180e
refactor(common): cleanup ( #11668 )
2016-09-23 10:21:58 -07:00
0e18c57a17
docs(core): mark TestBed as stable api and add preliminary docs ( #11767 )
...
TestBed was accidentaly ommited from the 'stable' api list during the API sweep before final. We do consider it to be stable.
2016-09-23 10:21:50 -07:00
51e2b9c073
docs(contributing): remove preview references ( #11795 )
2016-09-23 10:21:44 -07:00
f218e240d3
ci(BrowserStack): add Safari 10 ( #11796 )
2016-09-23 10:21:31 -07:00
af6b219f8e
refactor(TemplateParser): clearer error message for on* binding ( #11802 )
...
fixes #11756
2016-09-23 10:21:15 -07:00
20addf5f9f
chore(ISSUE_TEMPLATE): update Angular version field ( #11821 )
2016-09-23 10:21:02 -07:00
2860418a3c
fix(forms): disable all radios with disable()
2016-09-23 10:19:58 -07:00
39e251eea7
fix(forms): support unbound disabled in ngModel ( #11736 )
2016-09-23 10:19:46 -07:00
d7d716d5db
chore(zone.js): update to 0.6.25 ( #11725 )
2016-09-23 10:19:30 -07:00
a95d65241c
fix(compiler): Safe property access expressions work in event bindings ( #11724 )
2016-09-23 10:19:24 -07:00
fdb22bd185
refactor: misc cleanup ( #11654 )
2016-09-23 10:18:38 -07:00
51d73d3e4e
fix(forms): make setDisabledState optional for reactive form directives ( #11731 )
...
Closes #11719
2016-09-19 16:26:33 -07:00
bf81b06a28
docs(forms): add select control examples ( #11728 )
2016-09-19 16:25:33 -07:00
0621f07a2c
refactor: misc cleanup
2016-09-19 16:24:31 -07:00
1225ecfb14
chore(node): allow current node version
...
node current is 6.6.0
see https://github.com/nodejs/LTS#lts_schedule
2016-09-19 16:24:31 -07:00
5509453e72
refactor(common): pipe code cleanup
2016-09-19 16:19:28 -07:00
70488ed382
fix(OfflineCompiler): support older TS versions ( #11734 )
2016-09-19 15:36:25 -07:00
03aedbe54b
fix(OfflineCompiler): Do not provide I18N values when they're not specified
...
fixes #11643
2016-09-19 10:44:33 -07:00
8395aab25d
refactor(OfflineCompiler): cleanup
2016-09-19 10:44:33 -07:00
0dc15eb64a
fix(ContentChild): query descendants by default
...
fixes #1645
2016-09-19 10:42:46 -07:00
cba885a1fb
refactor: code cleanup
2016-09-19 10:42:46 -07:00
fa4723a208
docs(forms): add radio button examples ( #11676 )
2016-09-19 10:41:20 -07:00
5bf08b886f
build(npm): update fsevents to 1.0.14 ( #11686 )
...
fixes #11685
2016-09-18 16:04:46 -07:00
89802316b9
docs(injector): API docs - remove lone code-block backticks ( #11653 )
...
The triple backticks in the markdown of the API entry are unbalanced.
2016-09-18 16:04:04 -07:00
2300c23332
fix(docs): Fixed wording for NgModule schemas ( #11620 )
2016-09-18 16:03:43 -07:00
fa39965a37
build(gulp): fail on ddescribe / iit left in tests
...
Closes #10524
2016-09-18 16:01:50 -07:00
115f0fa842
refactor(gulpfile): cleanup, add comments
2016-09-18 16:01:50 -07:00
734b8b8c13
fix(compiler): [attribute~=value] selector ( #11696 )
...
Change the seperator regular expression to ignore tildes which are followed by an equal sign.
Closes #9644
2016-09-18 15:58:19 -07:00
54b41f57be
docs(Host): fix the API example ( #11684 )
...
fixes #11681
2016-09-18 15:56:13 -07:00
df4254ae89
refactor(facade): move isPromise to core private ( #10573 )
2016-09-18 15:55:08 -07:00
14ee75924b
fix(common): fix ngOnChanges signature of NgTemplateOutlet directive
2016-09-15 11:00:30 -07:00
bd4045b6e7
fix(MetadataResolver): throw Component.moduleId is not a string
...
fixes #11590
2016-09-15 10:57:37 -07:00
255099aa61
refactor(MetadataResolver): cleanup
2016-09-15 10:57:37 -07:00
1c24096650
refactor(benchpress): add more types
2016-09-15 10:17:10 -07:00
32aeb1052d
refactor(benchpress): normalize phase b
into B
and e
into E
...
This simplifies the perflog metrics and prevents future errors.
2016-09-15 10:17:10 -07:00
838d4bbf6c
fix(benchpress): support measuring scriptTime and other metrics of page reload.
...
E.g. for benchmarks that measure page start time
2016-09-15 10:17:10 -07:00
c4114c2f66
finished refactoring
2016-09-15 10:17:10 -07:00
37b8691c8c
refactor(benchpress): remove chrome < v44 support
2016-09-15 10:17:10 -07:00
93054d4e3d
refactor(benchpress): remove facades from chrome_driver_extension
2016-09-15 10:17:10 -07:00
cfc12c6539
docs(api): changes to correct jade errors in API doc gen ( #11619 )
2016-09-15 09:09:00 -07:00
c0bdd89b5d
docs(readme): update the note about RC
2016-09-14 19:37:19 -07:00