Commit Graph

  • b50ed5c22c fix(language-service): Make metadata in Declaration non-optional (#34936) Keen Yee Liau 2020-01-23 12:59:57 -08:00
  • 7659f2e24b fix(ngcc): do not attempt compilation when analysis fails (#34889) JoostK 2020-01-06 23:12:19 +01:00
  • ba82532812 test(ngcc): remove usage of ES2015 syntax in ES5/UMD/CommonJS tests (#34889) JoostK 2020-01-18 23:27:05 +01:00
  • 5b42084912 fix(ngcc): do not collect private declarations from external packages (#34811) George Kalpakas 2020-01-15 21:54:36 +02:00
  • ba2bf82540 refactor(compiler-cli): fix typo in TypeScriptCompilerHost#getExportsOfModule() error message (#34811) George Kalpakas 2020-01-15 21:53:05 +02:00
  • fa8d324929 docs: value changes emits on additional events documented (#34497) ajitsinghkaler 2020-01-22 21:41:30 +05:30
  • 5aa0507f6a docs(ivy): move incremental package README file to the correct location (#34912) Alex Rickabaugh 2020-01-22 13:40:40 -08:00
  • 5b2fa3cfd3 fix(ivy): correctly emit component when it's removed from its module (#34912) Alex Rickabaugh 2020-01-22 13:34:39 -08:00
  • fa4ea34401 ci: rename material-unit-tests job to components-repo-unit-tests (#34898) Paul Gschwendtner 2020-01-22 21:54:16 +01:00
  • 3049878aa9 ci: bump release version of ts-api-guardian (#34933) Joey Perrott 2020-01-23 12:32:03 -08:00
  • 055533b6a7 feat(common): expose getLocaleCurrencyCode publicly (#34810) cexbrayat 2020-01-16 14:18:04 +01:00
  • 4ba478267e feat(language-service): specific suggestions for template context diags (#34751) ayazhafiz 2020-01-12 14:15:50 -08:00
  • eb4b7d2d8b build: vendor yarn using the .yarnrc yarn-path value (#34902) Joey Perrott 2020-01-22 09:11:34 -08:00
  • 970b22f98e test: setup circular dependency tests for all entry points (#34774) Paul Gschwendtner 2020-01-14 15:31:13 +01:00
  • fd3cfbb678 build: create bazel marco to test for circular dependencies (#34774) Paul Gschwendtner 2020-01-14 15:15:01 +01:00
  • 0c8d085666 fix(ivy): use any for generic context checks when !strictTemplates (#34649) Alex Rickabaugh 2019-12-19 17:09:56 -08:00
  • cb11380515 fix(ivy): disable use of aliasing in template type-checking (#34649) Alex Rickabaugh 2019-12-19 16:33:56 -08:00
  • 5b9c96b9b8 refactor(ivy): change ImportMode enum to ImportFlags (#34649) Alex Rickabaugh 2019-12-19 15:38:04 -08:00
  • af015982f5 fix(ivy): wrap 'as any' casts in parentheses when needed (#34649) Alex Rickabaugh 2019-12-19 15:05:56 -08:00
  • cfe5dccdd2 fix(ivy): type-check multiple bindings to the same input (#34649) Alex Rickabaugh 2019-12-19 14:35:52 -08:00
  • 22c957a93d fix(ivy): type-checking of properties which map to multiple fields (#34649) Alex Rickabaugh 2019-12-18 17:21:16 -08:00
  • 6b468f9b2e fix(ngcc): libraries using spread in object literals cannot be processed (#34661) Paul Gschwendtner 2020-01-09 20:37:02 +01:00
  • 93ffc67bfb fix(ngcc): update package.json deterministically (#34870) George Kalpakas 2020-01-20 18:02:12 +02:00
  • 43db4ffcd6 test(ngcc): verify that PackageJsonUpdater does not write to files from worker processes (#34870) George Kalpakas 2020-01-21 15:08:27 +02:00
  • 68025ce09a test(language-service): recognize inputs/ouputs declared in decorator (#34875) ayazhafiz 2020-01-20 11:31:15 -08:00
  • 1ea04ffc05 feat(language-service): support multiple symbol definitions (#34782) Ayaz Hafiz 2020-01-14 18:54:40 -08:00
  • 48f8ca5483 build: upgrade to bazel 2.0.0 (#34877) Greg Magolan 2020-01-20 20:40:34 -08:00
  • 32b72f39f0 fix(ivy): ensure eventListeners added outside angular context are not called... (#34514) Andrew Scott 2019-12-20 10:20:59 -08:00
  • d15cf60c49 feat(compiler-cli): require node 10 as runtime engine (#34722) Pete Bacon Darwin 2020-01-17 09:32:36 +00:00
  • 03465b621b fix(ngcc): only lock ngcc after targeted entry-point check (#34722) Pete Bacon Darwin 2020-01-16 09:47:54 +00:00
  • a107e9edc6 feat(ngcc): lock ngcc when processing (#34722) Pete Bacon Darwin 2020-01-10 09:54:58 +00:00
  • 3a6cb6a5d2 refactor(ivy): add exclusive mode to writeFile() (#34722) Pete Bacon Darwin 2020-01-15 20:21:58 +00:00
  • ecbc25044c refactor(ivy): add removeFile to ngtsc FileSystem (#34722) Pete Bacon Darwin 2020-01-09 22:34:28 +00:00
  • 92c411f86d docs: update payload size limits for angular.io application (#34913) Andrew Kushnir 2020-01-22 14:08:14 -08:00
  • 1be5b69174 docs: fix typo on router guide (#34911) Aravind 2020-01-22 13:10:25 -08:00
  • f49b45832c build(docs-infra): always specify a landing file for StackBlitz projects (#34553) Sonu Kapoor 2019-12-23 22:29:59 -05:00
  • 77c53559d0 build(docs-infra): specify more relevant landing files for StackBlitz projects (#34553) Sonu Kapoor 2020-01-09 21:54:14 -05:00
  • 00f13cc074 fix(ivy): DebugNode.classes not working on SVG elements (#34872) Kristiyan Kostadinov 2020-01-20 21:22:38 +01:00
  • e1fc44f5d6 build: remove @angular/http from modules (#34892) Adam 2020-01-21 20:52:32 -06:00
  • 13ce3756c2 docs: add differential loading term to glossary (#34884) Judy Bogart 2020-01-21 10:52:50 -08:00
  • 32489c7426 revert: refactor(ivy): remove styleSanitizer instruction in favor of an inline param (#34480) (#34910) Matias Niemelä 2020-01-22 12:33:06 -08:00
  • 61ad50d40a docs: add message on click of hero in toh-4 (#34496) ajitsinghkaler 2019-12-28 12:01:54 +05:30
  • e7cf37d99f docs: clarify where the async utility function is coming from (#34876) inside the beforeEach for out testing guide. Sonu Kapoor 2020-01-20 22:24:28 -05:00
  • 2954a14c3d ci(docs-infra): do not output build progress for e2e tests on CI (#34840) George Kalpakas 2020-01-17 19:06:53 +02:00
  • cc956744d7 ci: move setup of bazel configurations into the env init scripts (#34834) Joey Perrott 2020-01-17 09:06:48 -08:00
  • ef665889a1 ci: always set up RBE for bazel executions on CI (#34834) Joey Perrott 2020-01-17 08:03:07 -08:00
  • f723a27a71 refactor(language-service): Consistent naming between ts and ng LanguageService (#34888) Keen Yee Liau 2020-01-21 14:51:43 -08:00
  • 84d24c08e1 refactor(ivy): remove styleSanitizer instruction in favor of an inline param (#34480) Matias Niemelä 2019-12-18 19:01:00 -08:00
  • 0d8309509b release: cut the v9.0.0-rc.10 release Matias Niemelä 2020-01-22 09:40:20 -08:00
  • b5e9264579 build: add --stamp flag to the release config (#34890) Joey Perrott 2020-01-21 16:22:20 -08:00
  • 11a4370e15 refactor(http): fix a strictBindCallApply issue. (#34817) Martin Probst 2020-01-16 19:34:12 +01:00
  • a3b2d6735a build(docs-infra): add auto-link-filter for generic words (#34835) Kapunahele Wong 2020-01-17 11:42:55 -05:00
  • 5b77e67dff docs: edit golden file error description (#34871) Judy Bogart 2020-01-20 08:58:36 -08:00
  • 39ec188003 fix(ivy): more accurate detection of pipes in host bindings (#34655) Andrew Kushnir 2020-01-06 17:27:29 -08:00
  • def4127bf1 fix(docs-infra): convert hard-coded comparing-observables examples into a proper mini-app (#34327) Sonu Kapoor 2019-12-10 09:34:32 -05:00
  • 7342d4b6f0 ci: remove typescript 3.7 patches in material-unit-tests job (#34863) Paul Gschwendtner 2020-01-20 10:17:44 +01:00
  • 20419d3d49 ci: update material-unit-tests job commit to latest (#34863) Paul Gschwendtner 2020-01-20 10:14:25 +01:00
  • 697f6a55a5 fix(animations): not waiting for child animations to finish when removing parent in Ivy (#34702) crisbeto 2020-01-09 18:35:53 +01:00
  • 15ae924035 fix(docs-infra): convert hard-coded cli-builder examples into a proper mini-app (#34362) Sonu Kapoor 2019-12-11 21:31:45 -05:00
  • 6c8e322fa1 refactor(language-service): cleanup of low-hanging TODOs (#34784) ayazhafiz 2020-01-14 22:48:13 -08:00
  • 17e98e1678 build: disable link to PUBLIC_API docs when running ts-api-guardian in angular repo (#34786) Alan Agius 2020-01-16 12:15:06 +01:00
  • 47f233a4a7 docs: fix public api tool name (#34786) Alan Agius 2020-01-15 12:03:25 +01:00
  • b04c3cce09 docs: fix logging upon search in example tutorial (#34806) Kristina Gocheva 2020-01-16 10:30:29 +02:00
  • 2f7857f0fb ci: update link for g3sync (#34842) Igor Minar 2020-01-17 19:25:39 -08:00
  • fae5c521d8 docs: change docs for get request return object type checking (#34845) ajitsinghkaler 2020-01-20 23:32:21 +05:30
  • 4dbc871169 docs(core): fix typo in dependency injection guide (interactive --> interacting) (#34853) ajitsinghkaler 2020-01-19 11:14:53 +05:30
  • 2694a3b734 docs(core): add missing quote in dependency injection provider guide (#34854) ajitsinghkaler 2020-01-19 11:36:57 +05:30
  • e0ad9ecda0 fix(ivy): ensure that LOCALE_ID is set after app initializers (#34830) Pete Bacon Darwin 2020-01-17 12:52:59 +00:00
  • 0b1e34de40 fix(common): cleanup the StylingDiffer and related code (#34307) Igor Minar 2020-01-11 11:23:53 -08:00
  • abd4628587 fix(common): ensure diffing in ngStyle/ngClass correctly emits value changes (#34307) Matias Niemelä 2019-12-08 20:19:28 -08:00
  • 27b9eb5e38 build: use CLI rc.8 (#34788) Filipe Silva 2020-01-15 14:05:29 +00:00
  • f2df1c79d2 refactor(core): remove underscore suffix from locally scoped class expression names (#34757) Mike Casebolt 2020-01-13 12:17:23 -08:00
  • d56cf6a92d refactor: improve assert error by including the failed condition (#34799) Miško Hevery 2019-12-17 11:39:55 -08:00
  • 63c9c2d2be fix: work around 'noImplicityAny' incompatibility due to ts3.7 update (#34798) Igor Minar 2020-01-15 18:50:38 -08:00
  • f2a545479d test: explicitly turn off skipLibCheck for typings tests (#34798) Igor Minar 2020-01-15 20:40:40 -08:00
  • 7dc74decb7 test: make all typings integration tests use ts strict mode (#34798) Igor Minar 2020-01-15 13:31:43 -08:00
  • 39ab72ebdc build: dedupe dependencies in typings_test_ts3{6,7}/package.json (#34798) Igor Minar 2020-01-15 18:47:12 -08:00
  • 3102dc8344 docs: do not add auto-code-links to observables example (#34797) Pete Bacon Darwin 2020-01-15 21:24:09 +00:00
  • 436e7388c3 build: update to rules_nodejs 1.1.0 (#34736) Greg Magolan 2020-01-12 14:14:01 -08:00
  • 6174dffc2a test: test for regression where jasmine_node_test passes silently (#34736) Greg Magolan 2020-01-10 16:00:49 -08:00
  • 6bb6588ce0 test: add coverage to //tools/ts-api-guardian/... on WindowsCI (#34736) Greg Magolan 2020-01-09 12:39:52 -08:00
  • e0601df59d build: cleanup //tools/ts-api-guardian:tests target (#34736) Greg Magolan 2020-01-08 01:30:07 -08:00
  • 0b377bd445 build: add better comments to defaults.bzl jasmine_node_test macro (#34736) Greg Magolan 2020-01-09 12:36:43 -08:00
  • a28c02bf89 build: derive ts_library dep from jasmine_node_test boostrap label if it ends in _es5 (#34736) Greg Magolan 2020-01-08 11:09:36 -08:00
  • 1e3f41be8f build: should use $(execpath) in npm_package_bin args (#34736) Greg Magolan 2020-01-08 02:08:00 -08:00
  • 81f6da173b build: add a before-all-other bootstrap script that patches require (#34736) Greg Magolan 2020-01-08 01:14:27 -08:00
  • e0827f2ad5 build: renamed "injected_scripts" target to "asset_injected_index_html" (#34736) Greg Magolan 2020-01-08 01:13:00 -08:00
  • cc0f3c1422 test: keep diff in integration/bazel minimal by not introducing additional_root_paths (#34736) Greg Magolan 2020-01-08 00:42:33 -08:00
  • aee67f08d9 test: handle bootstrap templated_args in jasmine_node_test defaults.bzl (#34736) Greg Magolan 2020-01-07 23:56:49 -08:00
  • a4bbc35005 build: update to rules nodejs 1.0.1 (#34736) Greg Magolan 2020-01-02 19:05:47 -08:00
  • 99d73906a8 build: update to @angular/cli 9.0.0-rc.4 (#34736) Greg Magolan 2019-12-29 16:57:34 -08:00
  • 96a61d21db build: update integration/bazel & @angular/bazel schematics to rules_nodejs 1.0.0 (#34736) Greg Magolan 2019-11-27 14:12:10 -08:00
  • 45ae62787a build: package-build & release scripts should handle new pkg_npm naming (#34736) Greg Magolan 2019-12-29 10:51:44 -08:00
  • dcff76e8b9 refactor: handle breaking changes in rules_nodejs 1.0.0 (#34736) Greg Magolan 2019-12-28 18:14:36 -08:00
  • ba662fa7a9 build: upgrade to io_bazel_rules_sass 1.24.0 (#34736) Greg Magolan 2019-12-28 18:10:06 -08:00
  • 93c2df23bf build: upgrade to rules_nodejs 1.0.0 (first stable release) (#34736) Greg Magolan 2019-12-28 16:37:59 -08:00
  • 3d5bcd5883 test(ngcc): update dependency host test description (#34695) Pete Bacon Darwin 2020-01-15 08:17:18 +00:00
  • 85b5c365fc fix(ngcc): do not add DTS deep imports to missing packages list (#34695) Pete Bacon Darwin 2020-01-09 14:23:50 +00:00
  • da51d884a1 test(ngcc): remove declare from JS classes (#34695) Pete Bacon Darwin 2020-01-09 14:18:34 +00:00
  • b7385a77ad docs: release notes for the v9.0.0-rc.9 release atscott 2020-01-15 09:36:19 -08:00