Commit Graph

  • 47d0942f3f fix(build): change npm publish script not to remove angular folder when building benchpress vsavkin 2015-12-01 12:42:54 -08:00
  • 87ac36f65b fix(build): include benchpress into browser_tree vsavkin 2015-12-01 12:42:22 -08:00
  • 015faeeaf2 chore(changelog): update change log to alpha 47 vsavkin 2015-12-01 11:43:45 -08:00
  • 909426e37d chore: bump up version number to alpha.47 vsavkin 2015-12-01 11:43:33 -08:00
  • c4c4d045fb chore(playground/routing): remove unused bind import Pascal Precht 2015-11-16 12:58:47 +01:00
  • 2ada3ecad5 refactor(dart/transform): Remove reflectPropertiesAsAttributes Tim Blasi 2015-11-30 11:44:03 -08:00
  • 7fb34523ae chore(docs-app): add code directive to prevent unwanted compilation Peter Bacon Darwin 2015-11-29 21:39:02 +00:00
  • e00b024e95 docs(intro): update databinding image as Felipe suggests closes #428 Ward Bell 2015-12-01 01:33:08 -08:00
  • 46ac6bdaa9 Fix for makeExample styling without linenumbers losing scrollbar + default handling of makeExamples with only one line closes #427 Jay Traband 2015-12-01 00:02:48 -08:00
  • 83fab41666 (docs) fix plunker for Intro; minor Forms tweaks closes #426 Ward Bell 2015-11-30 21:21:49 -08:00
  • b06f2dcec6 (fix) plunker generation fixes closes #424 plnkr - change plnkr.config -> plnkr.json and change output paths and names update jade plunkers to new 'resources/live-examples' path + minor cleanup update gulpfile to run build-plunkers as part of build-docs. Jay Traband 2015-11-30 17:24:16 -08:00
  • f7b2913231 (docs) devguide forms improved by looking at DART version closes #425 Ward Bell 2015-11-30 20:41:09 -08:00
  • fcc7ce225e refactor(pipes): use angular lifecycle hooks instead of PipeOnDestroy Jeff Cross 2015-11-17 10:09:23 -08:00
  • 604c8bbad5 refactor(lifecycle): prefix lifecycle methods with "ng" Jeff Cross 2015-11-16 17:04:36 -08:00
  • 347c79c514 docs: dependency-injection.jade Brady Potaczek 2015-11-30 15:09:57 -06:00
  • 4215afc639 fix(router): fix a typing issue Brian Ford 2015-11-30 16:03:46 -08:00
  • 0d46bce291 (chore) devguide template-syntax - fix broken links closes #422 Ward Bell 2015-11-30 15:56:37 -08:00
  • c8be003781 (docs) devguide intro - fix typos and infelicities closes #420 Ward Bell 2015-11-30 14:13:24 -08:00
  • 909031e688 refactor(tests): move facades tests out of tests/core vsavkin 2015-11-24 15:04:41 -08:00
  • b7b3c85033 refactor(core): move EventManager from core to platform/dom vsavkin 2015-11-24 15:05:04 -08:00
  • 0c9596ae2b feat(testing): use zones to avoid the need for injectAsync Julie Ralph 2015-11-18 18:46:24 -08:00
  • a8c3b9d67c build(gulp): lazy-require modules in order to improve startup time Igor Minar 2015-11-26 23:45:40 -08:00
  • e6e8cca9ef (docs) DevGuide Introduction incorporates Pascal & Felipe suggestions includes running sample code for the architecture overview closes #417 Ward Bell 2015-11-28 20:43:09 -08:00
  • 65bdf42903 chore(bundles): add source maps to umd dev bundles Pawel Kozlowski 2015-11-30 14:08:22 +01:00
  • 7f3223bd2c fix(transformers): use BarbackMode instead of assertionEnabled to enable debug info generation vsavkin 2015-11-24 14:08:43 -08:00
  • 87ddc8fb6a fix(compiler): dedup directives in template compiler vsavkin 2015-11-24 11:26:37 -08:00
  • 6ddfff5cd5 refactor(router): improve recognition and generation pipeline Brian Ford 2015-11-23 18:07:37 -08:00
  • a3253210b7 Revert "Revert "test(router): remove View decorator in router link fixtures"" Brian Ford 2015-11-23 18:07:24 -08:00
  • 0dbd0b340c Revert "Revert "feat(router): allow linking to auxiliary routes"" Brian Ford 2015-11-23 18:07:10 -08:00
  • 8c670822ce chore(bundles): don't distribute sfx bundles for http Pawel Kozlowski 2015-11-23 16:02:17 +01:00
  • 4dffc41f3e docs(hierarchical-injectors): use real example code closes #406 Christoph Burgdorf 2015-11-25 18:01:44 +01:00
  • 6be22a0835 docs(resources): adds resources by thoughtram to public/docs/js/latest/resources.jade closes #158 Pascal Precht 2015-07-02 14:52:43 +02:00
  • 007b4438a0 docs: Remove elvis operator from example where it didn't belong closes #405 Earl St Sauver 2015-11-24 23:16:46 -08:00
  • 758821c775 (docs) plunkers for template-syntax & pipes closes #410 Ward Bell 2015-11-25 17:44:48 -08:00
  • b90de66535 fix(parser): do not crash on untokenizable quote prefixes Yegor Jbanov 2015-11-25 15:28:42 -08:00
  • 1bec4f6c61 feat(router): add support for APP_BASE_HREF to HashLocationStrategy Brian Ford 2015-11-23 10:47:06 -08:00
  • b6ec2387b3 feat(templates): introduce quoted expressions to support 3rd-party expression languages Yegor Jbanov 2015-11-23 17:58:12 -08:00
  • cf157b99d3 chore(test): fix public API test in some browsers mlaval 2015-11-25 18:35:46 +01:00
  • 2cd0f076cc fix(build): increase memory limit vsavkin 2015-11-25 11:46:33 -08:00
  • fa725b4512 feat(bundles): publish UMD bundles Pawel Kozlowski 2015-11-16 15:59:05 +01:00
  • 5a27ffb5f5 chore(bundling): prepare bundle with all external dependencies Pawel Kozlowski 2015-11-16 15:29:23 +01:00
  • 4bbd9784ef dev-tooling: add plunker generation from _examples closes #408, Dev Tooling 15 Jay Traband 2015-11-22 20:56:28 -08:00
  • d59c20c315 fix(web worker): remove usages of deprecated zone API Yegor Jbanov 2015-11-20 18:07:54 -08:00
  • 019cb41dd8 fix(EventEmitter): resolve onError and onComplete asynchronously Nathan Walker 2015-10-29 19:57:28 -07:00
  • 643a5bbf63 (docs) template-syntax - fix - ng-switch should be <h3> closes #404 Ward Bell 2015-11-24 13:07:08 -08:00
  • 05caaf987e (docs) glossary - add alphabet links & "Lifecycle Hooks" Ward Bell 2015-11-24 11:53:54 -08:00
  • b4de41b74e chore(parser): cleanup unused imports Yegor Jbanov 2015-11-20 16:55:56 -08:00
  • 87d56acdaa fix(build): fix source maps vsavkin 2015-11-23 14:58:18 -08:00
  • 8daa9b202d cleanup(testing): create top level files for mocks vsavkin 2015-11-24 09:57:24 -08:00
  • 89eefcd7b5 cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation vsavkin 2015-11-23 10:18:04 -08:00
  • 9ae171e0c8 refactor(dart/transform): Improve logging Tim Blasi 2015-11-17 16:27:29 -08:00
  • 412d3b5e59 Fix: error "mkdir: src: No such file or directory" in OS/X and Linux. Changes OS/X Linux command to mkdir -p src/app closes #400 Oskari Okko Ojala 2015-11-22 22:07:03 +02:00
  • 206ce3373d docs: Change label of case to 'kebab' for attrs closes #399 Earl St Sauver 2015-11-21 20:26:28 -08:00
  • 4b4582cb17 Fix typos in Forms & DI chapters; add links in testing docs closes #398 Mithun Patel 2015-11-21 20:05:50 -06:00
  • 0ddd70a6e1 closes #395 Mithun Patel 2015-11-21 11:59:03 -06:00
  • 2843cf2d5d docs: fix dead links in toh-p1; closes #393 johnapost 2015-11-21 09:19:08 -05:00
  • cee67e6fe0 Revert "feat(router): allow linking to auxiliary routes" Alex Rickabaugh 2015-11-23 16:34:40 -08:00
  • a3353a5e28 Revert "test(router): remove View decorator in router link fixtures" Alex Rickabaugh 2015-11-23 16:34:06 -08:00
  • 740c2a3157 docs: remove repeated 'class'; closes #388 Josh Leeb-du Toit 2015-11-20 22:39:10 +11:00
  • 880f72639f Pluralize 'field' and add missing 'the' in Quickstart closes #387 johnapost 2015-11-19 20:53:09 -05:00
  • c5294c77d9 Revert "refactor(router): improve recognition and generation pipeline" Alex Rickabaugh 2015-11-23 16:26:47 -08:00
  • 8a4861c26a (docs): toh - fix typo; closes #385 Arliang 2015-11-19 02:39:28 +08:00
  • e6e66e1d2c Typo fixed. Closes #384 jennyraj 2015-11-17 13:17:14 -05:00
  • 5f9ad5552d Typo fixed. Closes #383 jennyraj 2015-11-17 13:05:46 -05:00
  • ba64b5ea5a fix(forms): scope value accessors, validators, and async validators to self vsavkin 2015-11-23 10:03:56 -08:00
  • 230aad4047 chore(build): remove iOS9 from CI mlaval 2015-11-20 16:40:34 +01:00
  • 564642d859 chore(core): rename classname to className Matias Niemelä 2015-11-18 16:17:49 -08:00
  • 87549c77d4 chore(core): proper camelcasing for styleName and styleValue Matias Niemelä 2015-11-18 15:59:25 -08:00
  • fad354904d test(matchers): add support for toHaveCssStyle matcher Matias Niemelä 2015-11-17 12:37:39 -08:00
  • e1d7bdcfe7 fix(http): Fix all requests defaulting to Get Rob Wormald 2015-11-19 19:54:23 -08:00
  • 46fc153f39 fix(http): return URL in Response Rob Wormald 2015-11-19 18:47:29 -08:00
  • 4332ccf72c fix(http): return Response headers Rob Wormald 2015-11-19 17:51:00 -08:00
  • 201f189d0e fix(http): error on non-200 status codes Rob Wormald 2015-11-19 17:29:41 -08:00
  • a35a93d0da chore(analytics): Include all of angular2 in hello_world Tim Blasi 2015-11-20 16:07:51 -08:00
  • 163164cb79 chore(analytics): Travis job testing Dart payload size Tim Blasi 2015-11-20 09:59:08 -08:00
  • 31f85f0297 chore(analytics): Build hello_world, check constraints Tim Blasi 2015-11-19 16:08:23 -08:00
  • 225b9d306b chore(analytics): Generalize file size analytics Tim Blasi 2015-11-19 14:50:44 -08:00
  • 9ca8a35553 docs(core): @View annotations are no longer mandatory Tim Ruffles 2015-11-20 16:02:29 -08:00
  • 5806babb0b chore(build): increase timeout of the 5 most flaky tests mlaval 2015-11-20 16:59:21 +01:00
  • 30d35b5046 fix(build): do not reexport compiler from angular2/angular2 vsavkin 2015-11-20 14:23:51 -08:00
  • 88afae15a8 chore(ci): Allow failures in Dart dev channel test until dartdoc bug is fixed. Alex Rickabaugh 2015-11-23 09:54:19 -08:00
  • cf7292fcb1 refactor(router): improve recognition and generation pipeline Brian Ford 2015-11-02 16:14:10 -08:00
  • 422a7b18f6 test(router): remove View decorator in router link fixtures Brian Ford 2015-11-02 16:15:05 -08:00
  • 0b1ff2db9e feat(router): allow linking to auxiliary routes Brian Ford 2015-10-30 18:08:18 -07:00
  • a43ed79ee7 feat(parser): allows users install custom AST transformers Yegor Jbanov 2015-11-19 10:51:16 -08:00
  • 125fa3885e cleanup: removes the render and lifecycle_hooks modules vsavkin 2015-11-19 17:30:02 -08:00
  • ae58934d52 docs(async): adding type to EventEmitter now that it is generic Olivier Combe 2015-11-19 23:10:50 +01:00
  • 3c8fa8c50d cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom vsavkin 2015-11-19 15:09:34 -08:00
  • 4d59985b74 chore(build): use Chrome by default for all JS tests Marc Laval 2015-11-19 21:19:04 +01:00
  • 4e12b0831e Make Angular2 transformers lazy in debug mode when option lazy_transformers: true is set. Olivier Chafik 2015-11-18 15:07:08 -08:00
  • 5ba9ced1ab cleanup(core): stop reexporting angular2/common from angular2/core vsavkin 2015-11-18 15:55:43 -08:00
  • 36a423fac8 feat(Compiler): case sensitive html parser Victor Berchet 2015-11-10 15:56:25 -08:00
  • adb87562bb feat(Compiler): case sensitive html parser Tobias Bosch 2015-10-07 09:34:21 -07:00
  • 0db02523d3 fix(dart/transform): Omit bootstrap.dart in ng_deps Tim Blasi 2015-11-18 12:40:06 -08:00
  • 3c43a8c549 feat(bootstrap): add platform and app initializers vsavkin 2015-11-18 09:18:37 -08:00
  • 3fa287aae2 refactor(EventEmitter): rename .next() to .emit() Rob Wormald 2015-11-15 23:58:59 -08:00
  • 929abb9aa3 chore(router): add tests for interaction between router-outer and @ViewChild. Jeremy Elbourn 2015-11-06 10:01:03 -08:00
  • 837efc2a0f chore(bundles): properly publish router.min.js bundle Pawel Kozlowski 2015-11-16 11:39:07 +01:00
  • 3eced6e1a9 chore(publish): use pub/npm_prepare.sh script to prep published builds Yegor Jbanov 2015-11-17 22:56:41 -08:00
  • c53a63acca chore(build): spin off pub_prepare.sh from pub_publish.sh Yegor Jbanov 2015-11-17 22:09:19 -08:00