https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
3988ebf release: cut the v6.1.8 release 19 September 2018, 21:07:10 UTC
5099b79 docs: copy edit (#25582) PR Close #25582 19 September 2018, 17:43:07 UTC
038d06d docs: clean up formats, add detail (#25582) PR Close #25582 19 September 2018, 17:43:07 UTC
9e1aff9 docs: update view-related api doc (#25582) PR Close #25582 19 September 2018, 17:43:07 UTC
a41f331 docs: add ngmodule api doc (#25618) PR Close #25618 19 September 2018, 17:40:59 UTC
71628f1 docs(animations): updated animation docs (#24206) PR Close #24206 19 September 2018, 17:37:31 UTC
df878a6 docs: delete extra sentence (#25984) PR Close #25984 19 September 2018, 16:42:12 UTC
48d7f4e fix(bazel): move bazel managed runtime deps for downstream usage (#25690) PR Close #25690 18 September 2018, 22:09:50 UTC
66f5d27 build(bazel): fix typos in comments (#25172) PR Close #25172 18 September 2018, 22:05:29 UTC
91dd160 fix(bazel): correct type concatenated to devmode_js (#25467) PR Close #25467 18 September 2018, 22:04:40 UTC
1c44b71 feat(ivy): enable .ngfactory.js generation in g3 only (#25392) This turns on generation of ngfactory.js files when compiling in Ivy mode in g3. They're not turned on for Bazel users as there appears to be a strange interaction with the way our tests run in Bazel mode. PR Close #25392 18 September 2018, 22:04:31 UTC
a5e0ae5 docs(bazel): add skydoc generation (#23544) PR Close #23544 18 September 2018, 22:04:26 UTC
2d0e642 fix(bazel): allow compile_strategy to be (privately) imported (#25080) compile_strategy() is used to decide whether to build Angular code using ngc (legacy) or ngtsc (local). In order for g3 BUILD rules to switch properly and allow testing of Ivy in g3, they need to import this function. This commit removes the _ prefix which allows the function to be imported. PR Close #25080 18 September 2018, 22:00:32 UTC
9ea656f build: use nodejs public api (#25940) `nodejs_binary` and `nodejs_test` from `@build_bazel_rules_nodejs//:defs.bzl` and `@build_bazel_rules_nodejs//internal/node:node.bzl` are different as the first one uses a macro https://github.com/bazelbuild/rules_nodejs/blob/master/internal/node/node.bzl#L229 to wrap the `nodejs_binary` and `nodejs_test` as an `.exe` for Windows. PR Close #25940 18 September 2018, 21:47:43 UTC
97ae7ae feat(bazel): add additional parameters to `ts_api_guardian_test` def (#25694) Added `strip_export_pattern` and `allow_module_identifiers` so that these can be passed from downstream PR Close #25694 18 September 2018, 21:47:35 UTC
678b420 fix(bazel): specify the package and lock files using the workspace (#25694) PR Close #25694 18 September 2018, 21:47:30 UTC
b7be4f5 build: add support for running builds outside of sandbox on Mac. (#25870) Add following to your `~/.bazelrc`. This will run the build faster locally (outside of sandbox), but continue running the builds with sandboxing on CI. ``` build --spawn_strategy=standalone --strategy=ESM5=sandboxed ``` PR Close #25870 18 September 2018, 21:43:39 UTC
e7c72ab style: reformat bzl files on patch branch to match master 18 September 2018, 21:43:05 UTC
af785f9 ci: enforce formatting of .bzl files (#23544) These are now enforced in google3 so we want to match, so that PRs don't get held up when we sync PR Close #23544 18 September 2018, 21:40:59 UTC
1ac5d68 build: bump the com_github_bazelbuild_buildtools version to 0.12.0 (#25917) This is a preliminary fix to make buildifier work with Bazel 0.16. See alexeagle/angular-bazel-example/issues/173 PR Close #25917 18 September 2018, 21:36:38 UTC
2c98762 build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920) PR Close #25920 18 September 2018, 21:36:28 UTC
a77f567 ci: update to bazel 0.17 (#25967) this includes support for @ character in labels, which we need for fine-grained deps PR Close #25967 18 September 2018, 21:32:34 UTC
110c81f build: ignore `aio`/`docs-infra` commits in `changelog` gulp task (#25838) PR Close #25838 18 September 2018, 20:23:06 UTC
ef4b5c7 build: update `conventional-changelog` and simplify `changelog` gulp task (#25838) The version prefix issue has been fixed with conventional-changelog/conventional-changelog#179. PR Close #25838 18 September 2018, 20:23:00 UTC
c693624 build: update .nvmrc file to correct node version (#25992) The version was updated in https://github.com/angular/angular/commit/34ec9244a64787d3b8097b7d184d388fedc60118 but this file got missed. PR Close #25992 18 September 2018, 20:11:58 UTC
6c8791e docs(forms): change documentation of the FormGroup patchValue method (#25901) Improve the grammar of the description to make it more readable. PR Close #25901 18 September 2018, 20:08:06 UTC
274dc1e build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25977) PR Close #25977 18 September 2018, 20:03:37 UTC
d9bd860 docs: fix typo in bootstrapping guide (#25939) Fixes #25938 PR Close #25939 14 September 2018, 23:38:18 UTC
076374b docs: delete old comments from example (#25931) PR Close #25931 13 September 2018, 22:33:33 UTC
e117b1f fix(router): mount correct component if router outlet was not instantiated and if using a route reuse strategy (#25313) (#25314) This unsets 'attachRef' on outlet context if no route is to be reused in route activation. Closes #25313 PR Close #25314 11 September 2018, 23:26:42 UTC
8d7fbb6 docs(router): change description of parameter usage for navigation functions (#21840) PR Close #21840 11 September 2018, 23:24:23 UTC
a31cfc5 fix(compiler): Fix look up of entryComponents in AOT Summaries (#24892) Previously, when you attempted to bootstrap a component that had a router-outlet using ngsummaries, it would complain that the component was not provided by any module even if it was. This commit fixes a mistake (AFAICT) which caused the lookup of the component in the AOT summaries to fail. I believe this change is safe. I've run the affected tests within Google and there were no breakages caused by this change. PR Close #24892 11 September 2018, 23:23:17 UTC
55a1ce7 docs: add `disableTypeScriptVersionCheck` documentation (#25537) PR Close #25537 11 September 2018, 19:25:55 UTC
9f3da65 docs(aio): add ng-sq-ui to resources (#25874) PR Close #25874 10 September 2018, 17:31:11 UTC
8f9aeaa docs: move compiler options to last section of the page (#22353) PR Close #22353 10 September 2018, 17:30:01 UTC
b9a5ce1 docs(service-worker): update http-server command (#25845) PR Close #25845 06 September 2018, 21:59:51 UTC
f67229e build(docs-infra): ensure any stale generated content is deleted (#25841) Since `aio/src/generated/` is git-ignored, it is easy for stale content (e.g. removed images, examples, zips, etc.) to remain there on local clones and then get copied into the `dist/` directory. This commit ensures `aio/src/generated/` is cleaned up before generating the new content. PR Close #25841 06 September 2018, 21:59:29 UTC
f707f54 build: update to Node 10 (#25822) PR Close #25822 06 September 2018, 21:58:30 UTC
62f4ea5 test(docs-infra): fix double-slash in URL of `aio_monitoring` test (#25641) (#25820) As part of the tests run in the CircleCI `aio_monitoring` job, we need to retrieve `sitemap.xml` from the site under test. Previously, the URL used to retrieve that contained a double-slash (`//`). At some point, Firebase (which is used for hosting the site) stopped normalizing double-slashes to a single slash, causing the test to fail. This commit fixes the problem by ensuring that the constructed URLs do not contain double-slashes. PR Close #25641 PR Close #25820 06 September 2018, 21:58:09 UTC
ecc3406 test(docs-infra): correctly extract sitemap URLs (#19795) (#25820) `%%DEPLOYMENT_HOST%%` has been assumed to be the host prefix for sitemap URLs since bf29936af, but afaict this was never the case. PR Close #19795 PR Close #25820 06 September 2018, 21:58:09 UTC
e244b51 build(bazel): update bazel integration to build angular from source (#25774) PR Close #25774 06 September 2018, 21:56:53 UTC
f85d3d7 build(bazel): make resolveTypeReferenceDirectives override work with both ts 2.9 & ts 3.0 (#25774) PR Close #25774 06 September 2018, 21:56:53 UTC
b404d47 build(bazel): fix bazel types reference directive resolves (#25774) PR Close #25774 06 September 2018, 21:56:53 UTC
815d1ff release: cut the v6.1.7 release 06 September 2018, 03:49:37 UTC
d1063c6 build(docs-infra): restore correct dependency versions in `package.json` (#25827) Accidentally broken in 46de203f8 (while cherry-picking #25806 into 6.1.x). 06 September 2018, 00:57:27 UTC
3a0b735 build: upgrade Chromium and ChromeDriver to latest versions (#25602) (#25669) PR Close #25602 PR Close #25669 05 September 2018, 18:40:30 UTC
3bdd4e2 build: check for latest Chromium version (#25602) (#25669) Now that https://omahaproxy.appspot.com/all is back up, we can restore the check for newer available version of Chromium. Fixes #22231 PR Close #25602 PR Close #25669 05 September 2018, 18:40:30 UTC
2c1f550 build: update ngcontainer to node 10.9.0 (#25812) PR Close #25812 05 September 2018, 18:37:26 UTC
e72f741 docs: update event page (#25799) docs: change reactiveconf event location PR Close #25799 05 September 2018, 18:37:03 UTC
f0bcfd0 docs: fix showcase address truly-ui (#25757) PR Close #25757 05 September 2018, 18:36:39 UTC
82e0676 fix(upgrade): trigger `$destroy` event on upgraded component element (#25357) Fixes #25334 PR Close #25357 05 September 2018, 18:35:15 UTC
eea1600 refactor(upgrade): share code for destroying upgraded components between `dynamic` and `static` (#25357) PR Close #25357 05 September 2018, 18:35:14 UTC
8f8c390 test: remove deprecated Buffer usage in sourcemap test (#25805) PR Close #25805 05 September 2018, 16:38:49 UTC
23a96dc feat(router): warn if navigation triggered outside Angular zone (#24959) closes #15770, closes #15946, closes #24728 PR Close #24959 05 September 2018, 16:35:14 UTC
6f7df8a feat(docs-infra): disable "status" selector in API list when displaying only packages (#25718) Closes #25708 PR Close #25718 05 September 2018, 16:28:29 UTC
92298e5 build(docs-infra): do not render internals in package API pages (#25723) Closes #24493 PR Close #25723 05 September 2018, 16:28:06 UTC
27f0817 docs(changelog): fix version 6.1.5 typo (#25760) PR Close #25760 05 September 2018, 16:27:16 UTC
4596fc0 refactor(docs-infra): bump polyfills payload limit (#25806) PR Close #25806 05 September 2018, 16:26:10 UTC
46de203 refactor(docs-infra): simplify custom-element polyfill setup (#25806) PR Close #25806 05 September 2018, 16:24:12 UTC
d752a89 build(docs-infra): ensure root node_modules exists (#25811) Now that the doc-gen parses the imports of TS source files we need to ensure that the root node_modules exists. Otherwise running `yarn docs` produces an obscure error: ``` Error: No SourceFile found with path node_modules/@types/jasmine/index.d.ts ``` Closes #25759 PR Close #25811 05 September 2018, 16:22:46 UTC
4fe369e docs: add pwa keyword to service worker page (#25725) PR Close #25725 04 September 2018, 19:09:56 UTC
d8930bb docs: correct misspellings and add missing punctuation in tutorial (#25676) PR Close #25676 04 September 2018, 19:08:53 UTC
ad7be50 ci: ensure build-packages-dist works on OS/X bash (#25591) PR Close #25591 04 September 2018, 19:08:25 UTC
a4405d7 docs(forms): update API reference for reactive and template-driven forms modules (#25687) PR Close #25687 31 August 2018, 20:39:24 UTC
88f7ddb build: fix bad merge onto patch branch (#25729) 31 August 2018, 16:51:21 UTC
98f5ace test(docs-infra): test that the "suggest edit" buttons are visible where expected (#24378) PR Close #24378 31 August 2018, 16:42:11 UTC
ff78149 refactor(docs-infra): refactor templates (#24378) PR Close #24378 31 August 2018, 16:42:11 UTC
66b7870 fix(docs-infra): show "suggest edits" only for /guide and /tutorial dirs (#24378) PR Close #24378 31 August 2018, 16:42:11 UTC
82088a8 feat(docs-infra): add "suggest edits" feature to all docs (#24378) PR Close #24378 31 August 2018, 16:42:11 UTC
ebcf762 fix(core): size regression with closure compiler (#25531) By pulling in `compiler` into `core` the `compiler` was not 100% tree-shakable and about 8KB of code was retained when tree-shaken with closure. PR Close #25531 31 August 2018, 04:32:10 UTC
ed6b68b fix(bazel): protractor rule should include *.e2e-spec.js (#25701) PR Close #25701 31 August 2018, 04:21:28 UTC
2e09115 docs: edit and organize di guide (#21915) PR Close #21915 30 August 2018, 17:15:47 UTC
4a8d56a release: cut the v6.1.6 release 29 August 2018, 22:38:51 UTC
0a3dd87 build: fix bad merge onto patch branch (#25729) PR Close #25729 29 August 2018, 22:34:22 UTC
3e690e0 fix(bazel): Cache fileNameToModuleName lookups (#25731) This saves expensive re-parsing of the file when not run as a Bazel worker PR Close #25731 29 August 2018, 21:39:22 UTC
7f8d6c1 release: cut the v6.1.5 release 29 August 2018, 04:39:18 UTC
c6d502f docs: clarification of hero selection in routing section (#25634) PR Close #25634 29 August 2018, 02:16:18 UTC
7aff364 fix(bazel): only lookup amd module-name tags in .d.ts files (#25710) PR Close #25710 29 August 2018, 01:07:15 UTC
2194b5a ci: remove `vicb` from `pullapprove.yml` (#25702) PR Close #25702 28 August 2018, 18:15:54 UTC
8a35290 build: update Bazel to 0.16 (#25646) PR Close #25646 27 August 2018, 22:20:32 UTC
e40519c build(docs-infra): render all overloads if they are abstract (#25670) In an overloaded method, the overload with the function body is the actual method doc, and this doc is not included in the list of "additional" overloads. Moreover, the logic (all in dgeni-packages) is that if none of the items has a body then we use the first overload as the actual method doc. In the case of abstract methods, none of the methods have a body. So we have a situation where the overloads collection does not contain the first abstract method, even though it is not the "implementation" of the method. Therefore we need to still render it. Closes #25610 PR Close #25670 27 August 2018, 22:19:08 UTC
b560189 build(docs-infra): remove "annotations" section from API pages (#25677) PR Close #25677 27 August 2018, 22:18:42 UTC
59cfc8a build(bazel): use value of /// <amd-module name=“”> directive to convert fileNameToModuleName in ngc-wrapped (#25650) PR Close #25650 27 August 2018, 16:21:19 UTC
72ed2e9 build(bazel): esm5_outputs_aspect to work with targets such as ts_proto_library with no replay_params attribute (#25648) PR Close #25648 24 August 2018, 15:48:04 UTC
4e82a76 docs(elements): fix typo (tranformation --> transformation) (#25600) PR Close #25600 23 August 2018, 20:54:49 UTC
51d5b43 fix(aio): show aio-themed 404 page for unknown resources (#23188) Fixes #23179 PR Close #23188 23 August 2018, 19:25:48 UTC
cc0d0a9 fix(docs-infra): fix closure warning issue for improper internal flag (#25628) PR Close #25628 23 August 2018, 01:59:23 UTC
82f26fe build(bazel): remove workaround no longer needed for module names for ngfactory & ngsummary files (#25604) Workaround was added in https://github.com/angular/angular/pull/25335. It was necessary for .ngfactory & .ngsummary files to have proper AMD module names starting with @angular when building angular downstream from source using Bazel. The underlying issue has been resolved in the compiler and these files now get proper AMD module names without the need for this workaround. The workaround had an unexpected consequence https://github.com/angular/angular-cli/issues/11835 which is fixed by its removal. PR Close #25604 23 August 2018, 01:11:18 UTC
8de57c9 release: cut the v6.1.4 release 22 August 2018, 22:05:02 UTC
ace4e4f build: remove `NGBUILDS_IO_KEY` now that it is not used any more (#25601) This is a follow-up to #25536. PR Close #25601 22 August 2018, 19:59:14 UTC
1fa9790 docs: Improve docs for downgrading a service (#19371) PR Close #19371 21 August 2018, 17:49:00 UTC
7e61645 fix(router): default scroll position restoration to disabled (#25586) Fixes #25145 FW-305 #resolve PR Close #25586 21 August 2018, 17:48:14 UTC
46b0ce9 refactor(bazel): allow and ignore extra args for _ts_expected_outs (#25558) This is needed to let ts_compile_actions take explicit list of srcs and deps to generate tsc actions from another rule. This is no-op for ngc for now. PR Close #25558 20 August 2018, 23:27:48 UTC
78750a7 docs: fix typo in service worker getting started guide (#25512) PR Close #25512 20 August 2018, 18:09:52 UTC
77d9975 build(aio): update dgeni-packages to 0.26.3 to fix reference types issue (#25528) PR Close #25528 20 August 2018, 18:09:24 UTC
7eed4ee build: refactor ambient node & jasmine types so they are only included where needed (#25528) PR Close #25528 20 August 2018, 18:09:24 UTC
292b435 docs: fix typo in reactive forms guide (#25543) PR Close #25543 20 August 2018, 18:08:32 UTC
5939c42 docs: copy edit glossary (#25468) PR Close #25468 17 August 2018, 21:33:51 UTC
a5cc9db ci: ensure aio_preview job has needed node_modules (#25536) PR Close #25536 17 August 2018, 20:48:27 UTC
2b810a4 docs(docs-infra): the `build.sh` script was renamed to `create-image.sh` (#25554) PR Close #25554 17 August 2018, 20:47:54 UTC
back to top