72707d80ab
refactor(api): Correct public api variable names ( #8552 )
...
Correct public api variable names (ROUTER_DEPRETACED_TESTING -> ROUTER_DEPRECATED_TESTING)
2016-05-26 09:52:56 -07:00
f18356307b
chore: consistent badge shape ( #7053 )
2016-05-26 09:52:06 -07:00
00475f25c8
fix(doc): Add missing comma in example ( #8769 )
2016-05-26 09:50:59 -07:00
bab6023eee
fix(router): Added pushState fallback for IE 9 browser.
...
Closes #6506
Closes #7929
2016-05-26 09:49:07 -07:00
5e12a95789
test(security): test case for quoted URL values.
...
Test case that fixes #8701 . This is already supported with the latest sanitizer
changes, but it's good to have an explicit test case.
2016-05-26 09:39:23 -07:00
e5904f4089
fix(facade): change EventEmitter to be sync by default ( #8761 )
2016-05-26 09:34:04 -07:00
cf1122cf9e
chore(contributing): fix link to styleguide ( #8781 )
...
- Change to new link to Google's JavaScript style guide
2016-05-26 09:30:31 -07:00
6da79673c2
test(e2e): workaround flaky e2e tests
2016-05-25 17:52:30 -07:00
352ee53202
Revert "feat(AsyncPipe): allow onError argument"
...
This reverts commit 390046d7b3
.
CI fails for IE on win8.
PR #7990
2016-05-25 17:23:20 -07:00
a20639558b
npm: invoke webdriver-manager update after install
2016-05-25 16:51:30 -07:00
b9347eb01c
build: remove dependency on tsd and use @types/* instead
2016-05-25 16:42:28 -07:00
4dbd8ed6b8
refactor: remove unnecessary annotations
2016-05-25 16:42:28 -07:00
cb980d3e43
fix(ci): incorrect import
2016-05-25 16:22:55 -07:00
f154e2c6cf
fix(ci): extra API in public_api_spec
2016-05-25 16:14:03 -07:00
d0a64f9c86
fix: broken build
2016-05-25 16:03:11 -07:00
16ef21d086
fix(ngc): depend on correct tsc-wrapped package
2016-05-25 15:34:43 -07:00
39ecd01b86
chore: audit @angular/core API classification ( #8808 )
2016-05-25 15:00:05 -07:00
5e0f8cf3f0
feat(core): introduce support for animations
...
Closes #8734
2016-05-25 13:56:50 -07:00
6c6b316bd9
chore(ngc): fix release instructions
2016-05-25 13:25:26 -07:00
b49dac7be5
chore(git): update .gitignore
2016-05-25 10:03:42 -07:00
4c26397937
chore(ngc): refactor out tsc-wrapped
...
This allows angular's build to depend on some extensions, but not on code generation, and breaks a cycle in the angular build
We now merge ts-metadata-collector into tsc-wrapped and stop publishing the former.
2016-05-25 09:45:55 -07:00
e26e4f922e
build(npm): trigger tsd install from npm postinstall
2016-05-25 08:24:59 -07:00
2ab1085dfb
fix(core): remove @internal annotation from PLATFORM_CORE_PROVIDERS
...
This symbol is no longer reexported at the top level, so it's safe to not mark it as internal.
This fixes the offline compilation which got broken by this symbol not being present in the d.ts
files when the compiler tries to do a deep import.
Closes #8819
2016-05-25 08:22:07 -07:00
acc3a2de83
build: add comment for the tools watch option
2016-05-25 08:22:07 -07:00
12abdd8782
ci: disable the lint job since it's currently not doing anything
...
the tslint rules have not been executed on the right files when this the lint was reenabled
after package splitup making the linting useless. When reenabled lots of errors show up.
I'm disabling this for now until we come back and fix up the code issues.
2016-05-25 08:22:07 -07:00
2bcdec5aaf
build: use connect web server instead of SimpleHTTPServer
...
Several flakes on CI have been tied to long running SimpleHTTPServer that was
put in place temporarily after the package splitup.
2016-05-25 08:22:07 -07:00
16dfe3c63f
build: consolidate tsc to ease migration to @types/ based typings delivery
...
I actually tried to use @types/* directly but came across several issues which prevented me
from switching over:
- https://github.com/Microsoft/TypeScript/issues/8715
- https://github.com/Microsoft/TypeScript/issues/8723
2016-05-25 08:22:07 -07:00
b4a467e387
ci: disable debug output from env.sh
2016-05-25 08:22:07 -07:00
53628e19ac
fix(compiler): add ability to parse : in * directives
...
- Add ability to parse bindings properly when `:` is present when using a directive with the `*` prefix
Closes #6038
2016-05-24 21:43:10 -07:00
62dd3ceb64
Revert "Don't update the location during initial router navigation"
...
This reverts commit d5066a9a0f
.
2016-05-24 21:43:10 -07:00
d5066a9a0f
Don't update the location during initial router navigation
...
Closes #6069
2016-05-24 21:34:59 -07:00
32b37432b0
docs: Remove text about Dart Editor bundle; clean up text
...
* Remove text about Dart Editor bundle.
* Fix links.
* Fix some grammar and Markdown formatting.
Closes #5928
2016-05-24 21:34:18 -07:00
5f3d02bc7c
fix(Animation): Problem decimals using commas as decimal separation
...
Tests where failing due to `.` character being used as decimal separator in some regional settings (like spanish for example)
Closes #6335
Closes #6338
2016-05-24 21:23:46 -07:00
97e94dd6e0
docs(DEVELOPER): JDK is needed for protractor to run selenium
...
Closes #6343
2016-05-24 21:23:18 -07:00
846c031ec9
changelog: Update name of a lifecycle hook
...
Closes #6418
2016-05-24 21:22:57 -07:00
92340350d2
fix(http): Set response.ok
...
The ok property was not being set on response objects.
It's now set based on the status code.
Closes #6390
Closes #6503
2016-05-24 21:20:27 -07:00
d4827caa08
refactor(DomRootRenderer): allow registeredComponents access
...
Closes #6584
2016-05-24 21:17:11 -07:00
6ce13b68fa
Typo in web_workers.md
...
Closes #6694
2016-05-24 21:16:11 -07:00
e82b700ad0
docs(directives): add a deprecation comment for properties, events
...
Closes #7059
2016-05-24 21:13:56 -07:00
60a2ba87d4
fix( #7099 ): support for comment finishing with multiple dashes
...
<!-- xxxx ------->
The issue came from a lack of support for backtracking on string
matching.
The way it is done, if the "end pattern" for consumeRawText starts with
twice the same character, you end up having problem when your string
being parsed has 3 times this char
Example
End string: xxyz
string to parse: aaaaaaxxxyz
calling consumeRawText(false, 'x', attemptParseStr('xyz')) would fail
Closes #7119
2016-05-24 21:01:41 -07:00
83c19a1fbc
fix(pipes): handle undefined value in slice
...
Closes #7152
2016-05-24 20:58:14 -07:00
1513e201bb
docs(ContentChild): add example with refs
...
Add missing example on how ContentChild works with refs
Closes #7160
Closes #7162
2016-05-24 20:57:25 -07:00
a38c9a1ef7
fix(Router) Fix detect active route in depth.
2016-05-24 20:51:51 -07:00
d5f5ce82ca
Revert "fix(compiler): support string tokens with .
inside."
...
This reverts commit 67c80fbb5e
.
2016-05-24 20:51:51 -07:00
6dc88f5b61
fix(forms): radio buttons with different names should not share state
...
Closes #7051
2016-05-24 20:07:57 -07:00
7a2ce7ff21
fix(forms): update accessor value when native select value changes
...
Closes #8710
2016-05-24 20:03:49 -07:00
1ac38bd69a
feat(renderer): add a setElementStyles
method
2016-05-24 18:42:05 -07:00
982fad0c45
test(public API): Update the public API to the new world
2016-05-24 14:00:00 -07:00
390cefac72
refactor(testing/server): optimize imports
2016-05-24 14:00:00 -07:00
798bface7f
fix(typings): remove rxjs workaround
...
Closes #7198
2016-05-24 12:45:46 -07:00