sort by:
Revision Author Date Message Commit Date
5275a28 [WIP] Support relative urls in Component & View 17 June 2015, 18:24:54 UTC
df6aced refactor(RenderCompiler): minor changes to PropertyBindingParser Closes #2583 17 June 2015, 11:53:33 UTC
ffd1ac4 style(DI): idiomatic TS 17 June 2015, 09:22:16 UTC
edd0161 refactor(Lexer): switch token types to an enum 17 June 2015, 09:16:33 UTC
9700e80 fix(docs): Fix docs for Directive.compileChildren 17 June 2015, 07:14:44 UTC
cd735c4 fix(XHRImpl): file:/// and IE9 bugs 17 June 2015, 07:14:26 UTC
f93aae4 chore(release): releases 2.0.0-alpha.27 17 June 2015, 04:34:47 UTC
b2c6694 feat: allow Type.annotations = Component(...).View(...) Closes #2577 16 June 2015, 23:36:46 UTC
eb3586d fix: makes NgModel work in strict mode 16 June 2015, 23:36:46 UTC
5b5ffe7 docs(Http): add docs for Http lib Fixes #2442 16 June 2015, 22:42:18 UTC
e68e69e refactor(Http): rename request options interface 16 June 2015, 22:42:01 UTC
70ffd26 refactor(Http): implement Request object parameter for http.request Fixes #2416 16 June 2015, 22:42:01 UTC
b68e561 feat(Http): add Http class Fixes #2530 16 June 2015, 22:42:01 UTC
93596df feat(BaseRequestOptions): add merge method to make copies of options 16 June 2015, 22:42:01 UTC
ea27704 fix(docs): order class members in order of declaration Previously, class members were ordered alphabetically. This change leaves it up to the class author to determine the order in which they would like properties and methods to appear in class documentation, without having to create methods like `zUnimportantMethod`. Fixes #2569 16 June 2015, 22:21:54 UTC
35589a6 feat(benchpress): more smoothness metrics Benchpress now prints out the best and worst frame time in addition to the percentage of frames that hit the target of 60fps. It also renames 'meanFrameTime' to 'frameTime.mean'. That way, all frameTime metrics start with a common suffix and will be grouped together in the console reporter. part of #821 16 June 2015, 20:34:32 UTC
598a75e style(ChangeDetection): idiomatic TS 16 June 2015, 17:45:00 UTC
cdfb635 refactor(facade): refactor type check function - is*() 16 June 2015, 17:27:34 UTC
37fceda chore(broccoli): improve `overwrite` error in merge-trees Modified the error message to include the relative duplicate path, to help in diagnosing the cause of the error message. Closes #2521 16 June 2015, 17:01:35 UTC
2d499de refactor(view): remove unused const Closes #2561 16 June 2015, 15:56:21 UTC
91c75f9 refactor(ShadowDomStrategy): remove unused imports in test 16 June 2015, 15:41:32 UTC
6e38515 fix(ShadowDom): fix emulation integration spec to test all 3 strategies fixes #2546 16 June 2015, 15:38:42 UTC
d599fd3 fix(Compiler): fix text nodes after content tags fixes #2095 16 June 2015, 15:38:42 UTC
b2e6ad8 style(TestComponentBuilder): fix a typo in the spec 16 June 2015, 15:37:58 UTC
d8e2795 fix(view): local variables override local variables set by ng-for 16 June 2015, 14:48:26 UTC
7a41b19 test(PropertySetterFactory): add more tests There are upcoming changes to the way we generate and verify setters so more test are needed to cover all the corner cases that are being handled today. Closes #2559 16 June 2015, 12:49:59 UTC
bc9e482 fix: Class factory now adds annotations 16 June 2015, 05:23:54 UTC
cab1d0e feat(router): allow configuring app base href via token 16 June 2015, 01:04:09 UTC
0c282e8 chore(doc-gen): ensure github links have the correct text 15 June 2015, 20:59:52 UTC
8112b0b chore(doc-gen): fix versionInfo population 15 June 2015, 20:51:45 UTC
c34cb01 fix(forms): updated form examples to contain select elements 15 June 2015, 20:16:41 UTC
f1541e6 fix(forms): fixed the handling of the select element 15 June 2015, 20:16:41 UTC
9bad70b fix(selector): select by attribute independent of value and order Closes #2513 15 June 2015, 19:10:11 UTC
5bfcca2 feat(query): notify on changes 15 June 2015, 18:10:21 UTC
73d1525 fix(router): ensure that root URL redirect doesn't redirect non-root URLs Closes #2221 15 June 2015, 17:48:47 UTC
3154cea docs(router): `alias` should be `as` 15 June 2015, 17:48:29 UTC
ac3e624 feat(View): add support for styleUrls and styles fixes #2382 15 June 2015, 17:35:16 UTC
f065a2e style(ShadowDomStrategy): remove an extra semi-colon 15 June 2015, 17:35:16 UTC
a46df6f refactor(StringWrapper): add missing types 15 June 2015, 17:35:16 UTC
98fcf8c refactor(material): use static strings for aria roles Closes #2542 15 June 2015, 16:58:10 UTC
da60381 feat(AstTranformer): add support for missing nodes 15 June 2015, 16:54:12 UTC
7d32879 feat(Parser): support if statements in actions fixes #2022 15 June 2015, 16:54:12 UTC
d64cc8d style(render): idiomatic TS 15 June 2015, 16:53:47 UTC
cebf699 style(compiler): idiomatic TS 15 June 2015, 16:53:47 UTC
c3ae34f feat: support decorator chaining and class creation in ES5 Closes #2534 14 June 2015, 23:54:08 UTC
4f58167 style(change_detection): fix clang error: line too long 14 June 2015, 23:44:20 UTC
5a542d8 docs(change_detection): fix link to `PreGeneratedChangeDetection` 14 June 2015, 23:16:10 UTC
dd23bab fix(docs): update link paths in annotations Partial fix to #2452 Closes #2475 14 June 2015, 23:11:59 UTC
14d28d7 chore(doc-gen): fix id and alias generation for exports and members This helps to ensure that links to exports are not confused with links to members, which was causing some missing link issues. Helps #2475 14 June 2015, 23:11:59 UTC
992293a chore(doc-gen): include `enum` in the export doc types Fixes errors about missing "path templates" such as: ``` warn: No path template provided - doc "ViewType" (enum) - from file "angular2/src/render/api.ts" warn: No output path template provided - doc "ViewType" (enum) - from file "angular2/src/render/api.ts" ``` 14 June 2015, 23:11:59 UTC
9908def fix(bootstrap): temporary disable jit change detection because of a bug in handling pure functions 13 June 2015, 23:06:22 UTC
552d1ed feat(e2e): added e2e tests for forms 13 June 2015, 23:06:21 UTC
5782f06 fix(router): rethrow exceptions Closes #2391 13 June 2015, 01:27:00 UTC
4ae7df2 fix: improve type safety by typing `refs`. 13 June 2015, 01:02:07 UTC
c3c2ad1 fix: improve type of TreeNode.children. 13 June 2015, 01:02:07 UTC
c51aef9 fix(element_injector): changed visibility rules to expose hostInjector of the component to its shadow dom 13 June 2015, 00:17:31 UTC
bbfb4e1 fix(dynamic_component_loader): Fix for ts2dart issue Fix a build break by declaring a type for `locals`. See https://github.com/angular/ts2dart/wiki/Builtin-fa%C3%A7ade-methods#fixing-untyped-property-access-errors for some context. 12 June 2015, 23:55:08 UTC
e0fbd4b fix(change detect): Fix bug in JIT change detectors Fix the "ifChangedGuard" code in the JIT change detector which was incorrectly refactored in a2770c8a5259aacc64f21170a93b5124f55511b8. 12 June 2015, 23:32:21 UTC
8e3bf39 feat(dart/transform): Use the best available Change Detectors Enable pregenerated (for Dart) and JIT (for Js) change detectors when possible. Previously we would always use `DynamicChangeDetector`s, but these cause megamorphic calls and are therefore much slower. Closes #502 12 June 2015, 23:04:09 UTC
21dcfc8 fix(dynamic_component_loader): implemented dispose for dynamically-loaded components 12 June 2015, 22:47:09 UTC
9613772 feat: update ts2dart to 0.6.1. This introduces façade transpilation, special casing a select set of Array and Map methods for the beginning. 12 June 2015, 22:41:30 UTC
f3d7418 fix: add types for ts2dart's façade handling. ... in many, many places. 12 June 2015, 22:41:08 UTC
c4ecbf0 fix: rename FORWARD_REF to forwardRef in the Angular code base. Now that ts2dart understands forwardRef, there's no need to maintain the old syntax. 12 June 2015, 22:41:08 UTC
1346660 fix: declare var global. This is required as otherwise our code ends up with an undeclared symbol in `global`. It declares it to the same type as it'd have in nodejs, <any>. 12 June 2015, 22:41:08 UTC
cdc7b03 fix(router): avoid two slash values between the baseHref and the path 12 June 2015, 22:23:29 UTC
e372cc7 fix(router): do not prepend the root URL with a starting slash 12 June 2015, 22:23:29 UTC
6834c49 feat(benchpress): add mean frame time metric This is useful to measure the smoothness of animations and scrolling actions. part of #821 closes #2474 12 June 2015, 19:40:46 UTC
1cf807c fix(ci): remove non-existent gulp task from test_e2e_dart The `build.http.example` task was removed from gulp and replaced by another task, but a reference to the task was not removed from `test_e2e_dart.sh`. Fixes #2509 12 June 2015, 19:00:03 UTC
833048f fix(shrinkwrap): restore fsevents dependency Fixes #2511 12 June 2015, 17:57:07 UTC
38e5c3f style: format the code with the updated clang 12 June 2015, 17:07:13 UTC
b4e82b8 fix(DirectiveMetadata): add support for events, changeDetection 12 June 2015, 17:05:51 UTC
db3d5d4 refactor(_DirectiveMetadataVisitor): simplify the code fixes #2493 12 June 2015, 17:05:51 UTC
a6e7123 feat: adjust formatting for clang-format v1.0.19. 12 June 2015, 16:51:57 UTC
1c2abbc feat: upgrade to clang-format v1.0.19. This fixes a performance regression with arrow functions, allowing us to re-enable formatting for the specs. 12 June 2015, 16:51:57 UTC
7648bb8 doc(Lifecycle events): Document the call order 12 June 2015, 16:51:04 UTC
35197ac fix(forms): fixed the selector of NgRequiredValidator 12 June 2015, 16:45:56 UTC
6622826 docs(forms): updated forms docs to cover new apis 12 June 2015, 16:45:55 UTC
4fe9193 refactor(forms): made directive names consistent 12 June 2015, 16:45:55 UTC
a858f6a fix(forms): getError does not work without path 12 June 2015, 16:45:55 UTC
cee2682 fix(benchmarks): Do not apply the angular transformer to e2e tests fix #2454 12 June 2015, 16:26:20 UTC
e89fe0a chore(dart2js): remove helpless warnings 12 June 2015, 15:47:53 UTC
d10bbf0 chore(package.json): bump dgeni-packages version 12 June 2015, 06:31:07 UTC
05d02fa fix(docs): ensure no duplicates in alias names of docs Having multiple identical names in a doc's aliases would cause Ambiguous Link warnings for each reference to one of the aliases. Related to #2452 12 June 2015, 00:52:13 UTC
796fc66 chore(build): rename .es6 files to .js Change es6 source files in npm distribution to use .js extensions. Closes #2447 12 June 2015, 00:22:19 UTC
6cafaba chore(test): setup a gulp task for quickly running e2e tests against the dev server 11 June 2015, 23:58:32 UTC
60b97b2 fix(build): ensure that asset files are copied over to example directories 11 June 2015, 23:58:23 UTC
355ab5b feat(query): adds support for descendants and more list apis. Additional clean up of query code. Closes: #1935 BREAKING CHANGE: By default Query only queries direct children. 11 June 2015, 23:05:06 UTC
ca09701 perf(render): only create `LightDom` instances if the element has children 11 June 2015, 21:45:44 UTC
4f27611 perf(render): don't create property setters if not needed 11 June 2015, 21:45:44 UTC
24e647e perf(render): precompute # bound text nodes and root nodes in `DomProtoView` 11 June 2015, 21:45:44 UTC
9cd510a perf(render): don’t create an intermediate element array in renderer 11 June 2015, 21:45:43 UTC
d07ed58 refactor(benchmark): add view cache param to largetable benchmarks 11 June 2015, 21:45:43 UTC
5ab92ce bug: increase number of supported contstructor args to 20 Closes #2487 11 June 2015, 21:02:36 UTC
76797df fix(build): Minify files for angular2.min.js bundle Uglify files related to angular2.min.js bundle in one task. Include reflect.js in the bundle, which was previously missing. Minify reflect.js, zone.js, and angular2.min.js using uglify. 11 June 2015, 20:18:04 UTC
591f742 feat(transform): update for Directive.host 11 June 2015, 20:11:10 UTC
20953ed doc(Directive): update docs for Directive.host 11 June 2015, 20:11:09 UTC
f3b4937 feat(Directive): Have a single Directive.host which mimics HTML fixes #2268 BREAKING CHANGE: Before @Directive({ hostListeners: {'event': 'statement'}, hostProperties: {'expression': 'hostProp'}, hostAttributes: {'attr': 'value'}, hostActions: {'action': 'statement'} }) After @Directive({ host: { '(event)': 'statement', '[hostProp]': 'expression' // k & v swapped 'attr': 'value', '@action': 'statement' } }) 11 June 2015, 20:11:09 UTC
47b6b05 doc(Directive): fix the inline doc for lifecycle events 11 June 2015, 20:11:09 UTC
f974532 fix(Parser): Parse pipes in arguments fixes #1680 11 June 2015, 19:02:40 UTC
659adf8 chore(doc-gen): move typeParams and heritage rendering to template Partially solves #2452 11 June 2015, 18:15:17 UTC
back to top