Commit Graph

  • 8a6138bf2c Merge pull request #139 from angular/kwalrath-dart-25 Kathy Walrath 2015-06-08 15:46:59 -07:00
  • d5195d4097 test(change detect): Port Locals tests to pregenerated cds Tim Blasi 2015-06-05 17:33:51 -07:00
  • fda8b1d87c build(gulp): don't try to run cleanup.builder task if builders were not initialized Igor Minar 2015-06-05 23:43:11 -07:00
  • 7140c9cc34 build: make 'npm install' work reliably and issue build warning when node_modules look stale Igor Minar 2015-06-05 23:37:09 -07:00
  • 4d338a4f5c test(ElementInjector): test that hostInjector has priority over viewInjector Victor Berchet 2015-06-04 12:15:34 +02:00
  • 6a6b43de07 feat(ElementInjector): throw if multiple directives define the same host injectable Victor Berchet 2015-06-02 17:47:14 +02:00
  • 309ef0f354 refactor(test): remove explicit calls to flushMicrotasks() Victor Berchet 2015-06-04 09:58:22 +02:00
  • 81fc657356 refactor(change detect): Remove unnecessary param from tests Tim Blasi 2015-06-05 14:19:49 -07:00
  • 29c72abcc4 feat(Events): allow a different event vs field name Victor Berchet 2015-06-04 15:09:54 +02:00
  • 79f3f3b456 refactor(Lexer): refactor scanComplexOperator() Victor Berchet 2015-06-05 14:47:48 +02:00
  • 1315b75787 fix(bio): fix dialog bug #132 Jacob Müller 2015-06-07 14:23:30 +02:00
  • d1b35f9174 fix(dart/transform): Don't set ReflectionCapabilities over an async gap Tim Blasi 2015-06-04 18:14:46 -07:00
  • f3dd9b5b31 build(clang-format): skip formatting of spec files until angular/clang-format#11 is fixed Igor Minar 2015-06-06 15:06:42 -07:00
  • 72736a1b09 revert: refactor: use a custom replacement build step instead of broccoli-replace Matias Niemelä 2015-06-06 00:58:57 -07:00
  • a418397174 fix: corrected var/# parsing in template Misko Hevery 2015-05-21 12:17:46 -07:00
  • ab8eb4f652 fix: increase the stack frame size for tests Misko Hevery 2015-05-23 09:51:40 -07:00
  • 8d081ea7af fix: include error message in the stack trace Misko Hevery 2015-05-23 09:27:12 -07:00
  • d5c528ac2b refactor: use a custom replacement build step instead of broccoli-replace Matias Niemelä 2015-05-29 16:19:32 -07:00
  • 7141c15e65 fix(docs): Working generated angular2.d.ts Alex Eagle 2015-06-02 17:32:03 -07:00
  • 5357b1548a chore(broccoli): disable logging in DiffingBroccoliPlugin Caitlin Potter 2015-06-05 17:01:59 -04:00
  • 928ec1c5f8 fix(broccoli): ensure that inputTrees are stable Caitlin Potter 2015-06-05 03:19:34 -04:00
  • dc8dac7c35 feat(broccoli): improve merge-trees plugin and add "overwrite" option Caitlin Potter 2015-06-04 17:39:53 -04:00
  • c593dfc26c chore(tsd): update jasmine Caitlin Potter 2015-05-30 17:27:58 -04:00
  • 6b31d82263 chore(tsd): update fs-extra Caitlin Potter 2015-05-30 17:27:14 -04:00
  • 4ee3fdaf7f feat(broccoli): add diffing MergeTrees plugin Caitlin Potter 2015-05-21 12:07:52 -04:00
  • 41ae8e76f0 feat(diffing-broccoli-plugin): support multiple inputTrees Caitlin Potter 2015-05-21 12:07:23 -04:00
  • 8a52375fb8 chore(transformer): add tests for property bindings and multiple executions Tobias Bosch 2015-06-05 11:10:54 -07:00
  • 87b3b718e3 refactor(render): don’t use a global cache for property setters Tobias Bosch 2015-06-05 11:10:07 -07:00
  • 46eeee6b5e feat(build): add test.unit.dartvm for a faster roundtrip of dartvm tests Tobias Bosch 2015-06-05 11:06:24 -07:00
  • 529805508a feat(dart/change_detect): Add type to ChangeDetector context Tim Blasi 2015-06-04 15:53:16 -07:00
  • 299700c26c update quick start to 26, for realsies Kathy Walrath 2015-06-05 11:58:51 -07:00
  • 851797aecb refactor(dart): Run dartfmt 0.1.8 Tim Blasi 2015-06-05 10:35:42 -07:00
  • 13d0815839 chore: update TRIAGE_AND_LABELS.md Miško Hevery 2015-06-05 11:20:05 -07:00
  • 1d06a4a6fc Merge branch 'master' into kwalrath-dart-25 Kathy Walrath 2015-06-05 11:18:27 -07:00
  • 11b2102d8b 23 -> 26 (quickstart) Kathy Walrath 2015-06-05 11:09:07 -07:00
  • e1fdffc887 25 -> 26 Kathy Walrath 2015-06-05 11:08:56 -07:00
  • dc6e7eb19b feat(dart/transform): Record Type interfaces Tim Blasi 2015-06-03 14:22:24 -07:00
  • e5419febe4 feat(transformers): updated transformers vsavkin 2015-06-04 13:45:23 -07:00
  • 69b75b7fd8 feat(view): added support for exportAs, so any directive can be assigned to a variable vsavkin 2015-06-04 13:45:08 -07:00
  • 4eb8c9b2dd fix(locals): improved an error message vsavkin 2015-06-04 13:44:42 -07:00
  • 827841ec5b refactor(render): add DomElement Tobias Bosch 2015-06-02 10:15:16 -07:00
  • 0a50a3f564 build(npm): update gulp-clang-format to v1.0.19 Igor Minar 2015-06-04 10:17:34 -07:00
  • ce9271739f build(tsd): update tsd to v0.6.1 which is shrinkwrappable without fuss Igor Minar 2015-06-04 10:12:36 -07:00
  • 2621d6be8b docs(shrinkwrap): update npm-shrinkwrap.readme.md with info about deleting dependencies Igor Minar 2015-06-04 10:10:03 -07:00
  • d76a2ee9c9 docs(shrinkwrap): remove minichain references from the npm-shrinkwrap.readme.md Igor Minar 2015-06-04 10:05:09 -07:00
  • b2596dd302 refactor(benchamrks_external): Ts'ify benchmarks_external Ian Riley 2015-06-03 10:04:27 -07:00
  • 4d0973d7ba chore(karma): remove a link to an unexisting file Victor Berchet 2015-06-04 16:06:05 +02:00
  • 1afdb3cbb1 chore(package.json): add karma-sauce-launcher to dev dependencies Marc Laval 2015-06-04 12:34:43 +02:00
  • 53694eb64a feat(FakeAsync): check pending timers at the end of fakeAsync in Dart Victor Berchet 2015-05-29 08:20:48 +02:00
  • 31a3a19dac doc(Visibility): fix inline docs Victor Berchet 2015-06-02 19:17:12 +02:00
  • a50b8a2694 docs(triage): Update to triage doc for new label names Naomi Black 2015-06-03 20:44:50 -07:00
  • 9e8108ee14 refactor(rtts_assert): Ts'ify rtts_assert Ian Riley 2015-06-03 12:10:50 -07:00
  • d53c898499 chore(release): releases alpha.26 Rado Kirov 2015-06-03 17:33:03 -07:00
  • 552985e305 fix(types): parametrize QueryList. Rado Kirov 2015-06-03 15:39:20 -07:00
  • 20e874d3c6 chore(deps): bumps up deps on tsd and ts2dart. Rado Kirov 2015-06-03 14:26:33 -07:00
  • 471a1b6d12 fix: format a file that slipped in. Martin Probst 2015-06-03 15:50:45 -07:00
  • f999d5a156 chore: move to clang-format 1.0.17. Martin Probst 2015-06-03 13:42:57 -07:00
  • f74d7727ca fix(build): remove nonexistant dart format task from gulpfile Brian Ford 2015-06-03 15:02:59 -07:00
  • 3baf815d76 feat(forms): added support for status classes vsavkin 2015-06-03 11:56:01 -07:00
  • 96cadcc29e refactor(forms): handle dirty/pristine explicitly vsavkin 2015-06-03 11:54:39 -07:00
  • 31b6687894 fix(build): make dart formatter errors more readable Brian Ford 2015-05-27 18:53:49 -07:00
  • 381d4cb30a fix(gulp): prevent duplicate error messages Brian Ford 2015-05-19 16:51:57 -07:00
  • 5030ffb01c feat(view): introduce free embedded views Tobias Bosch 2015-06-03 11:02:51 -07:00
  • e3e8bb5689 Merge pull request #133 from angular/kwalrath-dart-quickstart Kathy Walrath 2015-06-03 13:31:10 -07:00
  • 8db6131ede escape some >s Kathy Walrath 2015-06-03 13:13:20 -07:00
  • 9ce0870f6c chore(process): document triage process for angular 2 Naomi Black 2015-06-03 13:04:24 -07:00
  • 23fcb95fec Update all the code and text to latest alpha.25 examples Kathy Walrath 2015-06-03 12:54:59 -07:00
  • 246151b2f9 test(dart/transform): More change detector unit tests Tim Blasi 2015-06-02 18:09:10 -07:00
  • 83f1856d6a feat(dart/transform): Add support for the safe navigation operator Tim Blasi 2015-06-02 18:07:44 -07:00
  • c280fe816c fix(benchpress): support nested intervals Tobias Bosch 2015-06-03 09:47:15 -07:00
  • b071b66b45 fix(tests): disable mobile emulation so benchmarks run on current chrome Tobias Bosch 2015-06-03 09:42:58 -07:00
  • fde65c7e88 refactor(angular2/view): Ts'ify view.js Ian Riley 2015-06-02 17:45:53 -07:00
  • bae6b91e7d refactor(angular2/angular2_sfx): Allows no-module integration of Angular2 Ian Riley 2015-06-02 17:44:32 -07:00
  • 2b714df64e refactor(test/mock): Ts'ify angular2/test/mock Ian Riley 2015-06-02 17:41:44 -07:00
  • c7572ac1f9 feat(fakeAsync): flush the microtasks before returning Victor Berchet 2015-06-02 19:55:03 +02:00
  • ec3a78289f feat(forms): added touched and untouched to Control vsavkin 2015-06-02 08:41:33 -07:00
  • f303f0c17a chore(docs): remove private members from angular2.d.ts Alex Eagle 2015-06-02 16:02:34 -07:00
  • f543834be9 feat(forms): renamed control, control-group into ng-control and ng-control-group vsavkin 2015-06-02 14:53:49 -07:00
  • 6bef1c4169 feat(forms): changed the selector of TemplatdrivenFormDirective to match <form> vsavkin 2015-06-01 13:11:34 -07:00
  • 652ed0cf6d feat(form): implemented an imperative way of updating the view by updating the value of a control vsavkin 2015-06-01 10:41:50 -07:00
  • 559f54e92b feat(forms): added ng-model vsavkin 2015-05-31 12:24:34 -07:00
  • 17e1d7f117 fix(dartdocs): Hide duplicate exports from guinness. Jacob MacDonald 2015-06-02 12:33:08 -07:00
  • 5fa54a92bc chore(benchpress): add ff extension test to ci Hank Duan 2015-06-01 16:17:28 -07:00
  • ba7956f521 fix(render): only look for content tags in views that might have them. Tobias Bosch 2015-06-02 14:14:10 -07:00
  • c2fa4b7191 docs(chore): missing reformats to make clang-format 1.0.15 Naomi Black 2015-06-02 09:51:40 -07:00
  • d32f58926d docs(ng-if): fix some missed occurrences of if, for, switch in docs Naomi Black 2015-06-02 08:55:58 -07:00
  • 6a0fe93ba9 chore(docs): fix another link broken by clang-format Naomi Black 2015-06-02 08:45:44 -07:00
  • 1fae8d6377 chore(doc-gen): add template for const docTypes Peter Bacon Darwin 2015-06-02 10:16:13 +01:00
  • dc060e8b64 docs(clang): format updates Naomi Black 2015-06-01 23:14:19 -07:00
  • b746e0c9f0 docs(docgen): tell dgeni to use ts files and fix some bad links Naomi Black 2015-06-01 21:36:06 -07:00
  • e67b7e87b2 chore(docs): Improve whitespace and semicolons in angular2.d.ts Alex Eagle 2015-06-02 14:48:11 -07:00
  • 0a0b84a07d fix(docs): generate d.ts file only for angular2/angular2. Rado Kirov 2015-05-29 17:13:01 -07:00
  • 927b4d01a9 chore(travis): update firefox to 38.0 in travis CI Hank Duan 2015-06-02 14:09:32 -07:00
  • 5035a42287 refactor(examples/e2e_test): Ts'ifying examples/e2_test Ian Riley 2015-05-29 14:33:54 -07:00
  • 40150379ae fix(Tools): Moves files out of dart2js/**/web. Ian Riley 2015-06-02 10:37:56 -07:00
  • 1d24e2cf23 fix(Global && src/facade && Protractor): Allows List to be imported. Ian Riley 2015-06-01 17:49:14 -07:00
  • 9e36539052 fix(src/reflection && src/test_lib): Fixes bugs that caused benchmarks to fail. Ian Riley 2015-06-01 17:33:51 -07:00
  • 0602f68ae3 refactor (angular2/test_lib): ts'ifying last of test_lib Ian Riley 2015-05-30 08:17:27 -07:00
  • 2b60d1bae1 refactor (benchmarks/): Ts'ifying benchmarks/ Ian Riley 2015-05-29 21:40:15 -07:00
  • 0b43e3cf32 refactor(lang_spec): Add missing ;s and clang-format Victor Berchet 2015-06-02 17:07:13 +02:00