Commit Graph

5445 Commits

Author SHA1 Message Date
aac7ab7f36 fix shrinkwrap 2016-08-26 14:44:07 -07:00
5447430c3a WIP repackaging
- move esm to main
- remove testing esm output
- index.js is bundle
2016-08-26 14:44:07 -07:00
8b52b2f415 increase platform-server test timeout again 2016-08-26 14:43:38 -07:00
db19e8200f fix packaging with ts_compat, also fixed e2e tests 2016-08-26 14:43:38 -07:00
4af0656dee bazel: tsc-wrapped and tool tests 2016-08-26 14:43:37 -07:00
5a61b0e995 bazel: travis scripts 2016-08-26 14:43:37 -07:00
ff6f5d1af6 bazel: cleanup (router tsconfig.json) 2016-08-26 14:43:37 -07:00
2d0076195b bazel: build benchpress 2016-08-26 14:43:37 -07:00
439783d64d bazel: migrate multiple e2e tests 2016-08-26 14:43:37 -07:00
545636caaa bazel: developer doc update 2016-08-26 14:43:37 -07:00
272b147e44 bazel: mark platform-server test as flaky 2016-08-26 14:43:37 -07:00
779423c27a bazel: ibazel and bazel-run.sh 2016-08-26 14:43:36 -07:00
ec4a53e44d bazel: check cycle test 2016-08-26 14:43:36 -07:00
5ed72a8a6c bazel: public api spec 2016-08-26 14:43:36 -07:00
3cc1a803f6 bazel: dts downleveling and npm packaging 2016-08-26 14:43:36 -07:00
954d04a69d bazel: protractor playground 2016-08-26 14:43:34 -07:00
5af7b0cdc2 bazel: umd bundle 2016-08-26 13:56:33 -07:00
47935dd5cd bazel: karma (watch is broken) 2016-08-26 13:56:32 -07:00
b5f97b0410 bazel: compiler codegen test 2016-08-26 13:56:14 -07:00
fb3b490198 bazel: jasmine tests and compile all tests 2016-08-26 13:56:11 -07:00
d4107ef2e3 bazel: basic package compilation 2016-08-26 13:41:30 -07:00
29bea34169 bazel: node_modules_index, typescript, ts persistent worker 2016-08-26 13:41:29 -07:00
117da538ae bazel: nodejs rules 2016-08-26 13:41:29 -07:00
3b36692f26 bazel: basic workspace 2016-08-26 13:41:29 -07:00
fef78646b7 fixes for tsc 2.0 2016-08-26 13:41:28 -07:00
4e2bb7e2b7 ~~~ core test fixes 2016-08-26 13:41:28 -07:00
811fcb3556 ~~~ tsc-wrapped test fixes 2016-08-26 12:04:33 -07:00
7a539d92ab ~~~ fix test bindings again lol 2016-08-26 12:04:33 -07:00
884cf2df33 ~~~ fix some tests 2016-08-26 12:03:57 -07:00
23a942ddec test boundary refactoring and main() invocation (0826) 2016-08-26 12:02:42 -07:00
7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
86ba072758 fix(errors): [1/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
fc1e45db92 fix(Router): merge artifacts
closes #11063
closes #11102
2016-08-26 10:32:35 -07:00
a2deafc50f fix(router): add an option to disable initial navigation 2016-08-26 10:32:35 -07:00
2fc5c57b31 feat(router): add support for custom error handlers 2016-08-26 10:32:35 -07:00
93f323cfa2 refactor(router): make RouterLink and RouterLinkWithHref create url in a similar way 2016-08-26 10:32:35 -07:00
bb9dfbc578 fix(router): use encodeUri/decodeUri to encode fragment 2016-08-26 10:32:35 -07:00
0bb516fae2 fix(router): fix the order of guards, so canActivateChild runs before canActivate 2016-08-26 10:32:35 -07:00
2ffecc0e14 fix(router): update the location before activating components 2016-08-26 10:32:35 -07:00
b9647b7347 fix(i18n): change default locale from en_US to en-US (#11103) 2016-08-26 10:30:10 -07:00
f25c97671a fix(compiler): handle invalid host bindings and events (#11101) 2016-08-26 10:29:53 -07:00
0a053a4cd5 fix(i18n): Currency/Date/Number pipe use injected locale (#11093) 2016-08-26 09:16:01 -07:00
4d7d2a2daa refactor: remove various leftover unused or deprecated code (#11091) 2016-08-26 09:12:27 -07:00
0cf5ece7f8 build: workaround to run presubmit.sh on Windows (#11096) 2016-08-26 09:12:10 -07:00
66df335998 chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
fc2fe00d16 fix(compiler): allow tsc-wrapped to be compile with TypeScript 2.0 (#11086) 2016-08-25 17:28:20 -07:00
811962b2bb refactor: rename SanitizationService to Sanitizer and DomSanitizationService to DomSanitizer (#11085)
BREAKING CHANGE: Previously inconsistently named APIs SanitizationService and DomSanitizationService were renamed to Sanitizer and DomSanitizer
2016-08-25 15:41:19 -07:00
b867764b0d refactor(template): remove supporter deprecated var / # (#11084)
BREAKING CHANGES:

- `#` and `var` are not supported any more in expressions, use `let`,
- `var-<name>` could not be used any more on templates, use `let-<name>`,
- `var-<name>` could not be used any more to create a reference, use `ref-<name>`.
2016-08-25 15:21:33 -07:00
ce08982f78 fix(forms): fix conflicting getter name (#11081) 2016-08-25 14:56:31 -07:00
cbe0976426 test: improve perfs by removing unneeded TestBed.compileComponents() calls (#11083) 2016-08-25 14:56:14 -07:00