Commit Graph

  • dbffa88dc2 chore(release): bump version to 2.0.0-alpha.18 Tobias Bosch 2015-03-27 17:16:22 -07:00
  • 8c5d9d372f fix(build): publish docs as well and correct bench press docs Tobias Bosch 2015-03-27 16:45:35 -07:00
  • 50f8892c6b chore(release): bump version Tobias Bosch 2015-03-27 16:21:41 -07:00
  • 3bfbfa8ae0 chore(release): bump version Tobias Bosch 2015-03-27 16:18:36 -07:00
  • 8598c87ef4 docs(bench press): add initial docs Tobias Bosch 2015-03-27 15:49:52 -07:00
  • 33bfc4c24a feat(bench press): replace microIterations with microMetrics Tobias Bosch 2015-03-27 10:37:02 -07:00
  • 3afb744e77 chore(ci): reorganize e2e/perf test running Julie Ralph 2015-03-26 16:56:53 -07:00
  • e92918bbfe feat(change_detector): split light dom and shadow dom children vsavkin 2015-03-27 11:02:55 -07:00
  • 723e8fde93 feat(change_detection): added a directive lifecycle hook that is called after children are checked vsavkin 2015-03-26 14:36:25 -07:00
  • 507f7ea70a chore(package.json): upgrade zone.js to v0.4.2 Caitlin Potter 2015-03-27 14:44:55 -04:00
  • 6b985d56a5 cleanup(forms): added missing type annotations vsavkin 2015-03-26 19:50:13 -07:00
  • c8385ad998 refactor(cd): remove dead code Victor Berchet 2015-03-27 16:59:23 +01:00
  • 9d21a6f40d chore(package.json): upgrade traceur to v0.0.87 Caitlin Potter 2015-03-24 11:01:26 -04:00
  • d304f41197 docs(core): improved docs on directive lifecycle vsavkin 2015-03-26 17:50:18 -07:00
  • 8d85b839b6 feat(change_detection): pass binding propagation config to pipe registry vsavkin 2015-02-27 13:38:25 -08:00
  • dd235f38a3 fix(build): try to eliminate build flakes by running dartstyle:format sequentially Alex Eagle 2015-03-26 14:33:52 -07:00
  • 5306b6dd0c fix(change_detection): expose values when detecting changes in key-value pairs Pawel Kozlowski 2015-03-26 19:19:10 +01:00
  • b09624024b example(forms): added a example of using forms vsavkin 2015-03-24 15:56:56 -07:00
  • edc3709451 fix(ElementBinderBuilder): properly bind CSS classes with "-" in their names Pawel Kozlowski 2015-03-23 20:13:02 +01:00
  • e706f3477b Remove invalid super() call Rob Wormald 2015-03-23 23:30:53 -07:00
  • 6298cb3999 chore(ci): upgrade to new version of protractor and selenium-webdriver Julie Ralph 2015-03-25 17:17:04 -07:00
  • 878fce6482 fix(ts): ts doesn't like ";;" Victor Berchet 2015-03-26 17:32:48 +01:00
  • b02bd65871 feat(forms): made forms works with single controls vsavkin 2015-03-25 14:21:57 -07:00
  • ee36aaf163 fix(tests): fixed a broken test vsavkin 2015-03-26 07:46:26 -07:00
  • ff84506bd5 feat(forms): added support for arrays of controls vsavkin 2015-03-25 10:51:05 -07:00
  • 0ae33b7e3c refactor(compiler): factorize common util code dash <-> camel Marc Laval 2015-03-26 11:40:40 +01:00
  • b1dc6239ef feat(core): @Attribute annotation Marc Laval 2015-03-25 09:42:19 +01:00
  • 3ce0f1146f chore(dgeni): set log level to 'warning' Victor Berchet 2015-03-26 09:20:43 +01:00
  • 3ec837bfdb test(di): Add a test for sync binding + resolved async dependency Victor Berchet 2015-03-25 22:19:03 +01:00
  • 18ff2be9bb feat(ts2dart): include srcFolderInsertion in ts2dart step. Martin Probst 2015-03-25 20:37:39 -07:00
  • c0d296334c feature(ts2dart): ts2dart runs on all .js files. Update the experimental ts2dart task to also read the .es6 files, which are the next step. Alex Eagle 2015-03-25 17:14:06 -07:00
  • 9a0a2e319c chore(ts2dart) remove extra semi This breaks our ts2dart transpilation. Alex Eagle 2015-03-25 17:06:47 -07:00
  • a0d86ac2bb chore(ts2dart): ts2dart doesn't support mixed typed/untyped var decl lists. Martin Probst 2015-03-25 09:16:47 -07:00
  • 99045b2f6a refactor: update Dart package dependencies Yegor Jbanov 2015-03-25 15:54:12 -07:00
  • c34ca36778 chore: build the stable branch of Dart Kevin Moore 2015-03-25 15:23:26 +01:00
  • 58dd75a1c8 feat(compiler): Add support for setting attributes to Component host element Marc Laval 2015-03-23 14:13:32 +01:00
  • f995b07876 docs: annotations edits Misko Hevery 2015-03-24 23:27:07 +00:00
  • 101a4aa3cf feat(PrivateComponentLoader): Explicit error message when loading a non-component Victor Berchet 2015-03-24 09:34:47 +01:00
  • 65d759316b fix(PrivateComponentLoader): add the loader to the app injector Victor Berchet 2015-03-24 10:19:05 +01:00
  • 19c1773133 feat(forms): added an observable of value changes to Control vsavkin 2015-03-24 13:45:47 -07:00
  • 9b3b3d325f feat(facade): added support for observables vsavkin 2015-03-24 13:45:39 -07:00
  • 43f4374944 feature(build): Include ts2dart transpile step in the Angular build. Alex Eagle 2015-03-18 14:42:18 -07:00
  • 81e6d13241 chore: bump up the version to 2.0.0-alpha.15 vsavkin 2015-03-24 07:50:39 -07:00
  • f8e7a37c0d fix(view): fixed view instantiation to use the component template's change detector when creating BindingPropagationConfig vsavkin 2015-03-23 17:14:12 -07:00
  • c686e7ea30 chore(doc-gen): ignore non-jsdoc style comments Peter Bacon Darwin 2015-03-24 11:25:58 +00:00
  • 7e89af8190 chore(doc-gen): move @publicModule tag-def to base package Peter Bacon Darwin 2015-03-24 10:57:35 +00:00
  • 539e8e2cce chore(doc-gen): add specific template for displaying variable exports Peter Bacon Darwin 2015-03-24 10:56:39 +00:00
  • aab084866c doc(test): add a comment on why tests are disabled Victor Berchet 2015-03-24 09:52:41 +01:00
  • 0e61a86763 docs: annotations Nick Van Dyck 2015-03-19 14:31:41 +01:00
  • 1c9938ed98 chore(packaging): bump version to alpha.14 Yegor Jbanov 2015-03-23 17:14:55 -07:00
  • 47c1a0f381 feat(forms): added value accessor for input=text vsavkin 2015-03-19 14:01:11 -07:00
  • 514529b5d9 refactor(formed): changed forms to use event and property setters instead of NgElement vsavkin 2015-03-19 13:12:16 -07:00
  • a12dc7d75a refactor(forms): wrapped all validators into the Validator class vsavkin 2015-03-19 14:21:40 -07:00
  • 41b53e71e1 feat(selector): support , for multiple targets Marc Laval 2015-03-19 17:01:42 +01:00
  • 0fb9f3bd6c fix(ElementBinderBuilder): properly bind to web component properties Pawel Kozlowski 2015-03-20 18:44:51 +01:00
  • 81f3f32217 refactor(DirectiveParser): remove checks for missing directives Pawel Kozlowski 2015-03-19 20:56:19 +01:00
  • b35f288794 refactor(dart/transform): Use package:guinness in tests Tim Blasi 2015-03-20 15:25:29 -07:00
  • 4e82cc0861 refactor(dart/transform): Test directive_linker as a unit Tim Blasi 2015-03-18 11:17:13 -07:00
  • c735644c57 refactor(dart/transform): Minor logging changes Tim Blasi 2015-03-18 11:03:41 -07:00
  • 5d479fa0ae refactor(dart/transform): Remove ngData Tim Blasi 2015-03-18 10:41:54 -07:00
  • 8baedca972 style(dart/transform): Remove src from library directives Tim Blasi 2015-03-20 15:37:09 -07:00
  • 02aa8e7945 feat(compiler): support bindings for any attribute Marc Laval 2015-03-20 17:20:26 +01:00
  • ee523efcb4 feat(ShadowCss): Support the new deep combinator syntax >>> Victor Berchet 2015-03-20 08:52:12 +01:00
  • eef5f7e06d README - don't forget to build app before start Dmitry Patsura 2015-03-19 16:59:51 +08:00
  • 83402930f2 chore(install+test): single cmd to full install/test & test JS w/o Dart Patrice Chalin 2015-03-19 11:36:27 -07:00
  • bd48c927d0 fix(ViewContainer) removeChild called with null parent David-Emmanuel Divernois 2015-03-19 10:04:42 +01:00
  • b61b8d60b7 refactor(forEach): change to for-of with iterable gdi2290 2015-03-13 16:22:01 -07:00
  • f1fca5abb6 (docs) decorator events property Nick Van Dyck 2015-03-19 14:31:41 +01:00
  • 045ce3c77a Fix which dependency is injected w/ current elem. Matt Follett 2015-03-20 13:05:18 -05:00
  • f822066e2a docs: annotations Misko Hevery 2015-03-20 21:11:58 +00:00
  • 8a8f1c19c6 Merge pull request #13 from angular/resources Alex Wolfe 2015-03-21 09:26:10 -07:00
  • b14a44cc9c add space Alex Wolfe 2015-03-21 09:25:40 -07:00
  • 3873e226c5 Merge pull request #12 from angular/resources Alex Wolfe 2015-03-21 09:23:03 -07:00
  • 0882495d83 indent formatting Alex Wolfe 2015-03-21 09:22:27 -07:00
  • 1cc40350de formatting fixes Alex Wolfe 2015-03-21 09:20:17 -07:00
  • 3cea09ad26 Docs(resources): Add ng-conf video and forms blog post Alex Wolfe 2015-03-15 21:51:11 -07:00
  • 2ff2ce3c6c refactor(test_lib): remove IS_NODEJS Marc Laval 2015-03-19 11:35:48 +01:00
  • ab5ed6f2ec chore(test): clean tests of if directive Marc Laval 2015-03-19 14:21:45 +01:00
  • 0f20c39f42 chore(doc-gen): include exported variable declaration in public docs Peter Bacon Darwin 2015-03-19 14:48:47 +00:00
  • 8a10edec01 feat(forms): added pristine and dirty vsavkin 2015-03-19 10:51:49 -07:00
  • 38b96ed746 docs: annotations Misko Hevery 2015-03-19 16:56:45 +00:00
  • 906fba4fab fixed imports vsavkin 2015-03-19 10:24:10 -07:00
  • d220b6a2a4 test(forms): added a test checking support for select vsavkin 2015-03-19 10:06:56 -07:00
  • f42e6337b7 feat(forms): added support for textarea vsavkin 2015-03-19 09:51:30 -07:00
  • 81312e4b3e docs: annotations Misko Hevery 2015-03-17 23:29:27 +00:00
  • 08b56e1c53 feat(dart/transform): Add simple ParseTemplates step Tim Blasi 2015-03-13 13:55:49 -07:00
  • b3fa1fa4fa feat(dart/transform): Add simple ParseTemplates step Tim Blasi 2015-03-13 13:24:56 -07:00
  • 5d502d4093 feat(dart/transform): Implement Html5LibDomAdapter methods. Tim Blasi 2015-03-13 11:35:41 -07:00
  • 1676e3161b docs(developer): rename 'ending' to 'suffix' :-) Igor Minar 2015-03-19 17:43:44 +09:00
  • e0710c4613 fix(PropertyBindingParser): detect bindings using full attribute name Pawel Kozlowski 2015-03-18 21:27:46 +01:00
  • 476386fb5b Update DEVELOPER.md dgrove 2015-03-18 12:26:51 -07:00
  • 52bf0def4e chore(test): improve test.unit.cjs task Marc Laval 2015-03-18 00:43:30 +01:00
  • 376bdf4dc7 fix(bootstrap): report error on bootstrapping non-Component directive Patrice Chalin 2015-03-18 18:30:45 -07:00
  • a35cc27781 fix(PropertyBindingParser): properly parse event bindings as actions Pawel Kozlowski 2015-03-17 19:37:41 +01:00
  • 6cdbe4a264 chore(doc-gen): fix AttachCommentTreeVisitor Peter Bacon Darwin 2015-03-18 17:54:15 +00:00
  • 014a28fef0 fix(examples): Fix type registration in hello_world Tim Blasi 2015-03-17 14:22:47 -07:00
  • 153cee1244 feat(di): Modify hello_world to use @Injectable Tim Blasi 2015-03-16 14:45:47 -07:00
  • 57723e1354 feat(di): Add the @Injectable annotation to Compiler Tim Blasi 2015-03-16 14:44:14 -07:00
  • b656f63430 feat(di): Add the @Injectable annotation Tim Blasi 2015-03-16 14:43:22 -07:00
  • a46af9c41c feat(build): check circular depencies in Node.js Marc Laval 2015-03-16 18:48:14 +01:00