Commit Graph

  • 6f4a39c337 refactor(di): removed @Parent vsavkin 2015-07-13 15:57:06 -07:00
  • a472eacc07 fix(content_projection): allow to project text nodes to a place without bindings Tobias Bosch 2015-07-21 10:43:02 -07:00
  • 078475a082 refactor(compiler): speed up proto view merging Tobias Bosch 2015-07-20 09:59:44 -07:00
  • 6d563434c7 Merge pull request #169 from alexeagle/master Naomi Black 2015-07-21 10:10:16 -07:00
  • de18da2a0d feat(build): require parameter types Alex Eagle 2015-07-07 20:03:00 -07:00
  • 6d760666a9 chore(build): upgrade ts2dart to 0.7.0 Alex Eagle 2015-07-17 13:29:43 -07:00
  • b2a0be87e8 fix(change_detect): Sort DirectiveMetadata properties during processing Tim Blasi 2015-07-20 13:37:50 -07:00
  • 4c8ea12903 feat(pipes): changed .append to .extend vsavkin 2015-07-17 13:26:26 -07:00
  • e94270946a feat(compiler): Support $baseUrl in HTML attributes when loading a template. Alex Rickabaugh 2015-07-17 15:33:40 -07:00
  • 40d21b808d refactor(dart/transform): Remove chatty formatter message Tim Blasi 2015-07-20 13:44:15 -07:00
  • 095def3845 refactor(dart/transform): Add warning about issue #1747 Tim Blasi 2015-07-20 09:05:52 -07:00
  • 153660fe7b perf(dom): Only send values for existing properties to js interior Tobias Bosch 2015-07-20 08:01:24 -07:00
  • 4876479b18 fix(quickstart): Add helpful note for Windows users Alex Eagle 2015-07-20 11:41:28 -07:00
  • 3dd05ef7db feat: FunctionWithParamTokens.execute now returns the value of the function Kevin Moore 2015-07-17 15:00:52 -07:00
  • cfc18b5a6f refactor: remove direct import of unittest from test_lib Kevin Moore 2015-07-17 14:01:55 -07:00
  • 57496926ca fix(di): fixed dynamic component loading of components created in child injector vsavkin 2015-07-17 15:29:05 -07:00
  • 19e4ee81b9 style(change_detect): Minor readability updates Tim Blasi 2015-07-17 14:08:07 -07:00
  • f74d97e1f1 feat(forms): Export NgSelectOption directive Tim Blasi 2015-07-17 14:07:32 -07:00
  • 011fab37af fix(router): improve error for missing base href Brian Ford 2015-07-17 12:14:48 -07:00
  • 8296dcec09 fix(facade): use base element to get base href Brian Ford 2015-07-17 12:13:20 -07:00
  • 3df8363a94 chore(transformers): cleanup unneeded _toDepsUri function Ted Sander 2015-07-17 11:04:54 -07:00
  • 5cc84ed4bb feat(transformers): implement initializing deferred libraries Ted Sander 2015-07-17 02:45:27 -07:00
  • 2f08ed8d3e fix(di): fixed types vsavkin 2015-07-17 12:25:12 -07:00
  • 1386977a34 chore: cleanup to pubspec.yaml files Kevin Moore 2015-07-17 10:50:56 -07:00
  • cdb6c9cda2 chore: support any version of pkg/observe >= 0.13.1 Kevin Moore 2015-07-17 10:48:11 -07:00
  • 13b1d85058 refactor(forms): removed iterableToList vsavkin 2015-07-17 08:56:34 -07:00
  • c6409cb624 fix(router): throw when reserved characters used in route definition Brian Ford 2015-07-17 02:01:34 -07:00
  • 573c047d50 chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations Mohamed Hegazy 2015-07-09 17:32:42 -07:00
  • f42382db3b refactor(views): split ViewManager/ViewContainerRef.createView into 2 methods Tobias Bosch 2015-07-17 08:03:40 -07:00
  • 762a94f2cd fix(transformers): fix sort order for reflective imports Ted Sander 2015-07-16 19:13:50 -07:00
  • 5b597de18c fix(forms): default the initial value of Control to null vsavkin 2015-07-16 18:34:03 -07:00
  • 4d28167bc0 feat(router): add interfaces for route definitions in RouteConfig Brian Ford 2015-07-13 16:12:48 -07:00
  • 61c73576c8 fix(renderer): handle empty fragments correctly Tobias Bosch 2015-07-16 15:18:02 -07:00
  • 116b64de25 fix(view_manager): allow to create host views even if there is an embedded view at the same place. Tobias Bosch 2015-07-16 15:17:52 -07:00
  • b785503543 refactor(ProtoViewBuilder): improve error message for dangling bindings Pawel Kozlowski 2015-07-15 14:52:41 +02:00
  • fc8f4688c7 docs(Title): add documentation for the Title service Pawel Kozlowski 2015-07-15 12:07:02 +02:00
  • 3f6dd6cd42 chore(build): remove traceur from node_tree (cjs build) Alex Eagle 2015-07-16 11:36:23 -07:00
  • 2147ce45c2 fix(di): do not rely on the fact that types are canonicalized vsavkin 2015-07-16 10:37:58 -07:00
  • c701664e07 chore(transformers): remove reflector parameter from initReflector signature Ted Sander 2015-07-15 23:15:44 -07:00
  • a4915ad634 fix(api_docs): slightly more accurate description of Dart overrideOnEventDone Yegor 2015-07-16 14:03:27 -07:00
  • fe3a55966d fix(api_docs): slightly more accurate description of TS overrideOnEventDone Yegor 2015-07-16 14:02:39 -07:00
  • f1e8176995 fix(change_detect): Handle '$' in change detector strings Tim Blasi 2015-07-16 11:08:47 -07:00
  • 621604dc66 fix(publish): add force flag for pub publish script Jeff Cross 2015-07-15 22:41:42 -07:00
  • 5654f2f4e2 test(dom_renderer): test that properties on the root element can be changed. Tobias Bosch 2015-07-16 08:27:59 -07:00
  • b1231593b6 fix(forms): do not reset the value of the input when it came from the view vsavkin 2015-07-15 18:16:50 -07:00
  • b1df54501a feat(compiler): attach components and project light dom during compilation. Tobias Bosch 2015-06-24 13:46:39 -07:00
  • d449ea5ca4 feat(change_detection): added support for ObservableList from package:observe vsavkin 2015-07-15 13:26:02 -07:00
  • 583c5ffcb5 fix(ng_for): fixed ng_for to pass a change detector ref to the pipe registry vsavkin 2015-07-15 13:25:38 -07:00
  • 7879761a41 fix(element_injector): inject the containing change detector ref to directives vsavkin 2015-07-15 13:25:17 -07:00
  • f7dfd2325d chore(query): refactor QueryList and BaseQueryList. Rado Kirov 2015-07-14 16:06:33 -07:00
  • b03560b670 fix(examples): add a couple entrypoints, adjust pubspec, fix change detector bug in Dart Sigmund Cherem 2015-07-14 16:04:49 -07:00
  • f25e43fab8 chore(build): add material css to dart build. Jeremy Elbourn 2015-07-15 10:13:04 -07:00
  • 903ff9047f feat(core): add ability to reflect DOM properties as attributes Jeff Cross 2015-07-15 10:55:44 -07:00
  • 66ec4d1f5c fix(build): clang-format Alex Eagle 2015-07-15 13:20:38 -07:00
  • 93055f78ea chore(lint): require semicolons Alex Eagle 2015-07-15 12:12:23 -07:00
  • 33500e986b feat(webworkers) Add MessageBus, Broker, and Serializer Jason Teplitz 2015-07-10 16:09:18 -07:00
  • b26f99787e chore(router): fix formatting Brian Ford 2015-07-15 11:10:39 -07:00
  • 9d66b5b09e chore(build): upload dist.tgz for js builds Alex Eagle 2015-07-14 16:59:33 -07:00
  • 8bdca5c03e fix(router): improve error messages for routes with no config Brian Ford 2015-07-13 15:29:14 -07:00
  • ccb41632c7 feat(facade): add getTypeNameForDebugging function Brian Ford 2015-07-13 14:22:43 -07:00
  • cd532b00d4 test(e2e): fix error setting style property of DOM element Alfonso Presa 2015-07-04 16:29:30 +02:00
  • 81abc39929 feat(http): add support for JSONP requests Caitlin Potter 2015-07-14 19:53:04 -05:00
  • b4cde697b5 chore(facade): make normalizeBlank less nonsensical yjbanov 2015-07-14 16:25:47 -07:00
  • 7531b48d02 fix(di): instatiate services lazily vsavkin 2015-07-13 16:28:44 -07:00
  • 2bc1217409 feat(transformers): expose DI transformer for use by packages Ted Sander 2015-07-01 01:45:25 -07:00
  • b73ba68215 refactor(LifecycleEvent): change from onInit to Lifecycle.onInit Misko Hevery 2015-07-04 15:04:50 +02:00
  • e1e7912ab2 chore(benchmarks): use isSupported() rather than !isJsObject() Caitlin Potter 2015-07-10 23:23:49 -04:00
  • e988f59c08 fix(html_adapter): Implement hasAttribute and getAttribute. Jacob MacDonald 2015-07-14 13:28:23 -07:00
  • 3810e4bed3 feat: upgrade ts2dart to 0.6.9. Martin Probst 2015-07-14 09:54:33 -07:00
  • 27233cff31 chore(process): add core/webworker component to TRIAGE_AND_LABELS.md Yegor 2015-07-14 11:15:10 -07:00
  • 34993f7691 chore(package.json): bump version to 2.0.0-alpha.31 Jeff Cross 2015-07-14 10:52:39 -07:00
  • 7dc1dff816 refactor(NgZone): idiomatic Dart Victor Berchet 2015-07-13 23:26:27 +02:00
  • 5677bf73ca feat(router): introduce matrix params Matias Niemelä 2015-07-08 10:57:38 -07:00
  • 97ef1c27df fix(router): export lifecycle hooks in bundle Brian Ford 2015-07-13 16:13:20 -07:00
  • 04baa46efe fix(di): removed default visibility vsavkin 2015-07-13 15:48:28 -07:00
  • 4bdc91892a chore(transformer): add a test that generated change detectors dont call notifyOnBinding for template variables Jacob MacDonald 2015-07-10 14:55:48 -07:00
  • b3a763a718 fix(compiler): keep DOM.hasProperty in sync between browser and transformer. Tobias Bosch 2015-07-13 11:43:56 -07:00
  • 7ee6963f5d feat(query): initial implementation of view query. Rado Kirov 2015-07-10 10:30:31 -07:00
  • 1eab4f5f07 feat(license): include license files in dev and dev.sfx bundles Mark Ethan Trostler 2015-07-10 17:43:30 -07:00
  • cf103de4a7 fix(transformer): Event getters now use property name not event name Jacob MacDonald 2015-07-13 08:36:44 -07:00
  • a9a552c112 feat(router): lifecycle hooks Brian Ford 2015-07-07 15:44:29 -07:00
  • f5f85bb528 chore: added modules/.settings to .gitignore vsavkin 2015-07-10 17:31:32 -07:00
  • bdfef4ed16 docs(util/decorators): fix typos in ClassDefinition interface Richard Sentino 2015-07-13 00:51:07 +12:00
  • 4d80ce5b4a chore(doc-gen): add some tests for typescript-definition-package Peter Bacon Darwin 2015-07-12 19:10:58 +01:00
  • 09bb114a4d chore(doc-gen): convert heritage for private constructor classes Peter Bacon Darwin 2015-07-12 18:44:21 +01:00
  • 3bf8c18c56 chore: run clang-format on code base. Martin Probst 2015-07-10 11:29:41 +02:00
  • 45994a53ce feat: upgrade clang-format to v1.0.28. Martin Probst 2015-07-10 11:28:38 +02:00
  • 875db11822 chore(doc-gen): update dgeni-packages to 0.10.18 Peter Bacon Darwin 2015-07-11 07:21:21 +01:00
  • 2e4a2a0e5a chore(doc-gen): remove unnecessary @public and @exportedAs tags Peter Bacon Darwin 2015-07-11 07:21:21 +01:00
  • 9fa7d38133 chore(doc-gen): put typescript stuff into its own package Peter Bacon Darwin 2015-07-11 07:21:21 +01:00
  • 927454c8fa chore(doc-gen): don't use string module to stripTags Peter Bacon Darwin 2015-07-09 11:40:09 -07:00
  • 0e28297e68 feat(zone): add "on event done" zone hook yjbanov 2015-07-10 15:12:21 -07:00
  • 1eebceab27 feat(pipes): add static append method to Pipes Jeff Cross 2015-07-09 13:08:33 -07:00
  • 9a70f84e60 refactor(pipes): rename PipeRegistry to Pipes Jeff Cross 2015-07-09 10:34:51 -07:00
  • 8b3efdf229 chore(pipes): rename pipe_registry.ts -> pipes.ts Jeff Cross 2015-07-09 09:32:22 -07:00
  • 1427d73b66 fix(example): add missing todo Sigmund Cherem 2015-07-10 15:21:03 -07:00
  • 62589293aa fix(transformer): fix 'pub build' in examples Sigmund Cherem 2015-07-09 13:59:36 -07:00
  • 749d043258 fix(css_shim): fixes multiple uses of polyfill-unscoped-rule. Rado Kirov 2015-07-10 10:38:24 -07:00
  • a6210466c7 fix(di): do not use exceptions to detect if reflection is enabled vsavkin 2015-07-10 08:54:53 -07:00
  • 71c65b47f9 feat(test): add test bundle Julie Ralph 2015-06-26 17:25:49 -07:00