https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
c9488b5 release: cut the v6.1.10 release 10 October 2018, 18:23:23 UTC
b22c376 Revert "fix(upgrade): properly destroy upgraded component elements and descendants (#26209)" This reverts commit 623adbbdf7c052f8f493bd79f863f4647bfa6cde. 08 October 2018, 21:36:59 UTC
8a6f372 build(docs-infra): upgrade Angular to 7.0.0-rc.0 and TypeScript to 3.1.1 (#26306) PR Close #26306 08 October 2018, 20:44:15 UTC
ccb0ec9 build(docs-infra): upgrade webpack-cli to 3.1.2 (#26306) This is necessary to avoid webpack/webpack#8082, when installing dependencies without taking the lockfile into account (e.g. with `yarn aio-use-local` - locally or on CI). PR Close #26306 08 October 2018, 20:44:15 UTC
0c9a087 ci(docs-infra): run tests against local Angular packages too (#26306) PR Close #26306 08 October 2018, 20:44:15 UTC
2515ff6 test(docs-infra): fix tests (#26306) PR Close #26306 08 October 2018, 20:44:15 UTC
70c79cb ci(docs-infra): remove unnecessary command (#26306) This was accidentally merged with 4d506acba and 87f60bccf. The build script is called in `scripts/ci/build.sh` (if necessary). PR Close #26306 08 October 2018, 20:44:15 UTC
ed04e99 docs: update docs to reflect the changes in RxJS 6 (#26238) PR Close #26238 08 October 2018, 20:43:12 UTC
623adbb fix(upgrade): properly destroy upgraded component elements and descendants (#26209) Fixes #26208 PR Close #26209 08 October 2018, 19:06:13 UTC
3660ff8 ci(docs-infra): re-use env variable (#26138) PR Close #26138 08 October 2018, 18:56:53 UTC
3b4d9dc fix(platform-browser): fix #22155, destroy hammer manager when off (#22156) PR Close #22156 05 October 2018, 22:44:06 UTC
8c6c2fc docs: add fakeAsync test new feature document (#23117) PR Close #23117 05 October 2018, 22:43:37 UTC
3886bfa docs: Rename 'QuickStart' into 'Getting Started' (#25762) Delete symlink docs: Undo unwanted changes docs: Rename 'QuickStart' into 'Getting Started' Revert symlink commit PR Close #25762 05 October 2018, 22:43:17 UTC
b35ab4f docs: clarify CurrencyPipe display property (#25852) Clarify how to suppress the currency/code in the CurrencyPipe by passing an empty string. PR Close #25852 05 October 2018, 22:42:57 UTC
39d979c docs: add package doc files (#26047) PR Close #26047 05 October 2018, 22:42:14 UTC
ff98003 fix(docs-infra): fix positioning of message for disabled JavaScript (#26198) PR Close #26198 05 October 2018, 22:39:23 UTC
2fe401d ci(docs-infra): show custom 404 page on preview server (for consistency) (#26199) PR Close #26199 05 October 2018, 22:39:02 UTC
b4421bb docs: fix wording (#26207) fix wording to sound better PR Close #26207 05 October 2018, 21:19:08 UTC
ecb28bf docs: fix spelling errors (#26213) PR Close #26213 05 October 2018, 21:17:22 UTC
5c5164b docs: typo fixes (#26247) PR Close #26247 05 October 2018, 21:00:21 UTC
b8a081a docs(service-worker): improve API docs for `SwPush`/`SwUpdate` (#23138) PR Close #23138 05 October 2018, 20:48:14 UTC
59d80c4 refactor(service-worker): simplify/improve `NgswCommChannel` typings (#23138) PR Close #23138 05 October 2018, 20:48:14 UTC
9e5b079 docs(service-worker): add `UpdateActivated`/`AvailableEvent` to the public API (#23138) PR Close #23138 05 October 2018, 20:48:14 UTC
1c1fd98 docs: add Suguru Inatomi to GDE resources (#26219) PR Close #26219 04 October 2018, 17:10:52 UTC
d815e41 build(docs-infra): upgrade @angular/cli to 6.2.3 (#26145) (#25997) PR Close #26145 PR Close #25997 03 October 2018, 20:26:32 UTC
fe0c5bf build(docs-infra): upgrade @angular/* to 7.0.0-beta.7 (#26145) (#25997) PR Close #26145 PR Close #25997 03 October 2018, 20:26:32 UTC
1975c0a build(docs-infra): update payload size limits to reflect current status (#26145) (#25997) PR Close #26145 PR Close #25997 03 October 2018, 20:26:32 UTC
efde073 fix(docs-infra): configure Firebase to strip off the `.html` extension (#25999) (#25997) Firebase used to do it automatically (with `cleanUrls: true`), but it stopped doing it unless the resulting URL corresponds to an existing file (which is not always the case in angular.io; e.g. the resulting URL might be matched by a new redirect rule). This change in Firebase hosting behavior resulted in some URLs not being correctly redirected (e.g. URLs to the archived v2 site, or `.html` suffixed URLs from 3rd-party sites). This commit fixes it, by configuring Firebase hosting to strip off the `.html` extension and redirect (if no other redirect rule matched). PR Close #25999 PR Close #25997 03 October 2018, 20:26:32 UTC
a68c29d build(docs-infra): update size limits (#25997) PR Close #25997 03 October 2018, 20:26:32 UTC
becb775 fix(docs-infra): ignore server-side redirected URLs in the SW (#25997) This allows URLs to be passed through to the server (where they are properly redirected), instead of serving `index.html` from the SW. Known issue: `/docs/` will be passed through to the server. `/docs` (without the trailing slash) will be correctly treated as a navigation URL and handled by the SW. We don't link to `/docs/` from within the app, but if there are external links to `/docs/` they will require a round-trip to the server and will not work in offline mode. PR Close #25997 03 October 2018, 20:26:32 UTC
a273491 build(docs-infra): downgrade @angular-devkit/build-angular to 0.6.7 (#25997) The is a bug in versions 0.6.8+ that breaks when trying to use Jasmine's mock clock. Related to angular/angular-cli#11626. PR Close #25997 03 October 2018, 20:26:32 UTC
7d45386 build(docs-infra): upgrade @angular/* to 6.1.0-rc.3 and rxjs to 6.2.2 (#25997) PR Close #25997 03 October 2018, 20:26:32 UTC
82fcb32 build(docs-infra): upgrade @angular/cli to 6.1.0-rc.3 and @angular-devkit/build-angular to 0.7.0-rc.3 (#25997) PR Close #25997 03 October 2018, 20:26:32 UTC
115c874 build(docs-infra): upgrade @angular/material to 6.0.2 (#25997) PR Close #25997 03 October 2018, 20:26:32 UTC
8cbebc6 build(docs-infra): upgrade @angular/* to 6.0.2 and rxjs to 6.1.0 (#25997) PR Close #25997 03 October 2018, 20:26:32 UTC
94b2673 build(docs-infra): upgrade @angular/cli to 6.0.3 (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
bc73dcb build(docs-infra): remove unused dependencies (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
fefa171 build(docs-infra): remove the dependency on `rxjs-compat` (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
5c84b91 build(docs-infra): enable ServiceWorker in cli config (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
00b3731 fix(docs-infra): correctly show icon for fetch error when offline (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
bc27b95 refactor(docs-infra): move concept icons to more appropriate location (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
31f352c refactor(docs-infra): remove unused images (#25997) PR Close #25997 03 October 2018, 20:26:31 UTC
ad62eaa feat(docs-infra): Convert AIO to use the new Service Worker 5.0.0. (#25997) AIO is currently using a beta version of @angular/service-worker. Since that was implemented, the SW has been rewritten and released as part of Angular 5.0.0. This commit updates AIO to use the latest implementation, with an appropriate configuration file that caches the various AIO assets in useful ways. PR Close #25997 03 October 2018, 20:26:31 UTC
66c2d08 ci(docs-infra): run the script in the correct folder 01 October 2018, 20:08:05 UTC
c1bf82a fix(docs-infra): remove unnecessary margin on short descriptions (#25768) (This was added in 405d97431fa374afdd5cddc6780f8949ee76a2c6 but it is not clear the reasoning. It looks better to remove it now.) PR Close #25768 01 October 2018, 16:36:37 UTC
c05d24e build(docs-infra): fix formatting of entry point export table (#25768) Now that `list-table` cells are `pre` formatterd we must be careful of what whitespace appears in text nodes. PR Close #25768 01 October 2018, 16:36:37 UTC
adbb920 build(docs-infra): simplify property syntax rendering (#25768) PR Close #25768 01 October 2018, 16:36:37 UTC
f871fec build(docs-infra): remove unused property table heading (#25768) PR Close #25768 01 October 2018, 16:36:37 UTC
9f919f7 build(docs-infra): add short description "See more" link (#25768) If there is additional (non-short) description then add in a link to the short description to take the reader there. PR Close #25768 01 October 2018, 16:36:37 UTC
6df45a6 build(docs-infra): pluralize NgModule(s) heading as appropriate (#25768) PR Close #25768 01 October 2018, 16:36:37 UTC
71128e2 build(docs-infra): improve directive selector rendering (#25768) `:not(...)` blocks are now rendered as italic, while the rest of the selector is bold. PR Close #25768 01 October 2018, 16:36:36 UTC
38980f1 build(docs-infra): move directive macros into memberHelpers.html (#25768) PR Close #25768 01 October 2018, 16:36:36 UTC
76f3052 build(docs-infra): include directives etc in class descendants lists (#25768) PR Close #25768 01 October 2018, 16:36:36 UTC
7213433 build(docs-infra): display inherited members on directives (#25768) PR Close #25768 01 October 2018, 16:36:36 UTC
4c19a2d build(docs-infra): directive inputs and outputs (#25768) PR Close #25768 01 October 2018, 16:36:36 UTC
4aacbbe build(docs-infra): rename example template variable in directive pages (#25768) PR Close #25768 01 October 2018, 16:36:36 UTC
19c2d5b build(docs-infra): remove class overview from directive pages (#25768) PR Close #25768 01 October 2018, 16:36:35 UTC
2f79aab build(docs-infra): improve directive selector rendering (#25768) If the documentation contains a `@selectors` tag then the content of that is used to describe the selectors of a directive. Otherwise the selector string is split and each selector is listed as a list item in an unordered list. PR Close #25768 01 October 2018, 16:36:35 UTC
63b178e build(docs-infra): improve directive API doc templates (#25768) Closes #22790 Closes #25530 PR Close #25768 01 October 2018, 16:36:35 UTC
a48bf0b docs: fix a typo in the Universal guide (#25853) line 39: `highly-interactive` is the pre-qualifier of `Angular application`, which is the subject so the comma is not necessary (I think). I think this will make it easier for non-native speakers. PR Close #25853 28 September 2018, 16:36:10 UTC
22dc8ad build: use separate tags for ivy builds in `publish-build-artifacts.sh` (#26159) PR Close #26159 28 September 2018, 16:35:33 UTC
04a023c build: pass `stripExportPattern` as an array of `RegExp` (#26012) This is a workaround for https://github.com/bazelbuild/rules_nodejs/issues/317 PR Close #26012 27 September 2018, 19:07:04 UTC
c12e553 fix(docs-infra): use correct parameters for paginated requests to GitHub (#25671) As it turns out, in GitHub API paginated requests, page numbering is 1-based. (https://developer.github.com/v3/#pagination) Starting at page 0 (which returns the first page), results in making the same request twice and logging incorrect numbers (since the first 100 items are listed twice). PR Close #25671 26 September 2018, 22:26:25 UTC
c8eb618 fix(docs-infra): fix preview server periodic clean-up (#25671) Includes the following fixes: - Fix cron entry format for clean-up script. Crontabs in `/etc` should not have a user field. No idea why it used to work before, but it started giving errors recently: `/bin/sh: root: not found`. - Set required env variable in clean-up script. (Broken in cc6f36a9d.) This was producing the following error: `ERROR: Missing required environment variable 'AIO_CIRCLE_CI_TOKEN'!` - Use the correct path for downloads to be removed. (Broken in cc6f36a9d.) PR Close #25671 26 September 2018, 22:26:25 UTC
0a7a542 test(docs-infra): remove unnecessary test helpers (#25671) `supertest.Request` extends `Promise` and can be used directly without "promisifying". PR Close #25671 26 September 2018, 22:26:25 UTC
9d7ad34 docs(docs-infra): update preview server docs to account for recent changes (#25671) Mostly (but not exclusively) a follow-up to #23576. PR Close #25671 26 September 2018, 22:26:25 UTC
63c2a2a ci(docs-infra): test PR previews on CI (#25671) The deployment of PR previews is triggered by the notification webhook of the `aio_preview` CircleCI job (which creates and stores the build artifacts). This commit adds a new job (`test_aio_preview`), which waits for the preview to be deployed (for PRs that do have a preview) and then runs some tests against it (currently only PWA tests). Fixes #23818 PR Close #25671 26 September 2018, 22:26:25 UTC
2e0de01 feat(docs-infra): add API endpoint for checking if PR can have preview (#25671) There several reasons why PRs cannot have (public) previews: - The PR did not affect any relevant files (e.g. non-spec files in `aio/` or `packages/`). - The PR cannot be automatically verified as "trusted" (based on its author or labels). Note: The endpoint does not check whether there currently is a (public) preview for the specified PR; only whether there can be one. PR Close #25671 26 September 2018, 22:26:25 UTC
88e0800 fix(docs-infra): correctly check PR files on preview server (#25671) According to the docs, the response of GitHub's [PR files API][1] _"includes a maximum of 300 files"_. This means that if a PR contains more files, it is possible that not all files are retrieved (which could, for example, give a false negative for the "significant files touched" check - not likely but possible). This commit fixes it by using paginated requests to retrieve all changed files. [1]: https://developer.github.com/v3/pulls/#list-pull-requests-files PR Close #25671 26 September 2018, 22:26:25 UTC
8a62f0a test(docs-infra): fix test for preview server's `GithubPullRequests` (#25671) PR Close #25671 26 September 2018, 22:26:25 UTC
6c8863a test(docs-infra): fix test for preview server's `BuildCleaner` completing prematurely (#25671) PR Close #25671 26 September 2018, 22:26:25 UTC
fe92614 test(docs-infra): fix preview server unit tests on Windows (#25671) Some tests where comparing actual with expected paths, without taking into account that paths will be different on Windows. This commit uses `path.resolve()` to convert expected paths to their OS-specific form. PR Close #25671 26 September 2018, 22:26:25 UTC
166bb8e test(docs-infra): add support for source-maps in preview server tests (#25671) PR Close #25671 26 September 2018, 22:26:25 UTC
c7da5d8 refactor(docs-infra): use mockable logger (#25671) Related discussion: https://github.com/angular/angular/pull/23576#discussion_r187925949. PR Close #25671 26 September 2018, 22:26:25 UTC
153738d refactor(docs-infra): fix method name (getPrfromBranch --> getPrFromBranch) (#25671) PR Close #25671 26 September 2018, 22:26:25 UTC
ce4aa5c build(docs-infra): upgrade preview server dependencies (#25671) PR Close #25671 26 September 2018, 22:26:25 UTC
0647582 build(docs-infra): replace `concurrently` with `npm-run-all` for preview server dev (#25671) `npm-run-all` works just as well, but is better at handling termination on Windows. PR Close #25671 26 September 2018, 22:26:25 UTC
c5620d1 build(docs-infra): do not exit preview server `dev` script when `build` fails (#25671) PR Close #25671 26 September 2018, 22:26:25 UTC
e3a73df build(docs-infra): avoid race condition in `aio-builds-setup/` npm scripts (#25671) Previously, due to multiple scripts re-building during `yarn dev` initialization, there could be race conditions that led to errors. This commit fixes it by ensuring `yarn build` is run once (before the main `yarn dev` script). PR Close #25671 26 September 2018, 22:26:25 UTC
5881f34 docs: firefox web components info (#26118) PR Close #26118 26 September 2018, 22:25:46 UTC
acffa22 release: cut the v6.1.9 release 26 September 2018, 19:02:03 UTC
159e8b4 docs: update routing integration section based on feedback (#20023) PR Close #20023 26 September 2018, 17:14:53 UTC
d52dd0a docs: add section on router integration (#20023) PR Close #20023 26 September 2018, 17:14:53 UTC
0525276 docs: clean up providedIn: 'root' syntax for router examples (#20023) PR Close #20023 26 September 2018, 17:14:53 UTC
9c36a35 docs: router guide review feedback changes (#20023) PR Close #20023 26 September 2018, 17:14:53 UTC
1b282c2 docs: Update router guide to use Angular CLI (#20023) PR Close #20023 26 September 2018, 17:14:53 UTC
c9fece9 docs: Refresh content on routable animations for router guide (#20023) PR Close #20023 26 September 2018, 17:14:53 UTC
c8817f3 docs: cleanup minor changes for forms overview (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
2f1aec4 docs: remove unused properties from forms overview example (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
e551279 docs: fix typos from review feedback (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
789ff49 docs: update with forms overview review feedback (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
df02d6d docs: more overview feedback changes (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
fb8028a docs: update nav descriptions based on feedback (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
29647bb docs: add updated reactive forms data flow image (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
2911e99 docs: updates from review feedback (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
3952367 docs: add updated forms overview images (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
ea6aade docs: integrate forms diagrams into overview (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
26baf15 docs: add final thoughts to forms overview (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
25c5cba docs: incorporated forms overview review feedback (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
fb06037 docs: forms overview review changes (#25663) PR Close #25663 26 September 2018, 01:48:22 UTC
back to top