https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
1542893 release: cut the v6.0.3 release 22 May 2018, 23:16:26 UTC
469b1e4 docs: add doc to event-management api (#23656) PR Close #23656 22 May 2018, 21:33:49 UTC
7fee1fd docs(aio): fix typo (#23925) PR Close #23925 22 May 2018, 20:35:18 UTC
0ee5b7e fix(service-worker): check platformBrowser before accessing navigator.serviceWorker (#21231) PR Close #21231 22 May 2018, 19:09:32 UTC
afff84c docs(aio): Remove outdated README.md from cli-quickstart zip (#23947) Closes #23936 PR Close #23947 22 May 2018, 17:37:15 UTC
23f2a70 docs: fix typo (#23998) "Made" doesn't make sense (redoing and closing #23940) PR Close #23998 22 May 2018, 17:35:13 UTC
4226070 docs(aio): Add missing dependencies and files to testing zip file download (#23948) Closes #23060 PR Close #23948 21 May 2018, 20:12:40 UTC
eec231d docs(aio): add ant design of angular in resources (#23953) PR Close #23953 21 May 2018, 20:11:13 UTC
95344d6 fix(aio): avoid unnecessary re-calculations in live-examples (#23960) With `plnkrs`, we used to choose a different plnkr mode (normal vs embedded) based on the size of the screen. This affected the layout of the plnkr page ("embedded" plnkr mode was usable on small screens, while "normal" mode wasn't). This is not to be confused with the live-example mode we use today to determine whether the live-example should be a link (that open StackBlitz on a new page) or embedded into the document (using an iframe). Since we no longer need to change the live-example URL based on the screen size, there is no need to listen for rezise events on Window. The necessary properties can be computed once and certain variables are obsolete. PR Close #23960 21 May 2018, 20:10:12 UTC
1c9839e fix(aio): allow setting live-example title from content (#23960) Previously, it was possible to set the live-example title as content in the `<live-example>` element. This relied on our custom loader functionality that extracted the content from the DOM element before passing it to the Angular compiler and stored it on a property for later retrieval. Since we switched to custom elements (and got rid of the custom loader), the property is no longer populated with the contents. As a result, many live examples show the default title ("live example") instead of the one specified as content. This commit fixes it by projecting the content into an invisible node for later retrieval (similar to what we do in other components, such as the `CodeExampleComponent`). PR Close #23960 21 May 2018, 20:10:12 UTC
bc1a66e refactor(aio): clean up `attribute-utils` (#23960) PR Close #23960 21 May 2018, 20:10:12 UTC
2a83dbb style(aio): remove background from `lazy-loading` concept icon (#23950) Fixes #23938 PR Close #23950 21 May 2018, 20:08:08 UTC
4007d00 docs(aio): add mhartington to gde (#23777) PR Close #23777 21 May 2018, 20:05:18 UTC
61e32ac docs(aio): fix typo (#23990) are are -> are PR Close #23990 21 May 2018, 20:04:09 UTC
43ee10f docs(aio): changed 'onVoted' output property to 'voted' to be in line with the styleguide (#23832) PR Close #23832 16 May 2018, 21:23:05 UTC
eb90039 docs(aio): Expose server and CLI configuration for universal in guide (#23842) Closes #23795 PR Close #23842 16 May 2018, 21:21:44 UTC
5d318ff ci: ensure github-robot listens on circleci builds (#23863) PR Close #23863 16 May 2018, 21:20:44 UTC
f3361ab test: don't run unit tests on Firefox (#23942) PR Close #23942 16 May 2018, 21:19:45 UTC
52cbe89 docs(aio): add Angular Conf Australia to events (#22929) Angular Conf Australia 2018 will be held at June 22 in Melbourne, Australia! https://www.angularconf.com.au/ PR Close #22929 16 May 2018, 21:18:47 UTC
41c2030 docs(aio): fix path to observables guide (#23858) PR Close #23858 16 May 2018, 21:16:48 UTC
daee41a docs(aio): update HTTP error test example (#22844) Update the example to match the description preceding it, which refers to the use of the error method and ErrorEvent rather than the flush method with a non-2xx status as shown previously. PR Close #22844 16 May 2018, 21:15:20 UTC
68bd45b docs(bazel): add a link to the Bazel doc (#22940) The developer doc mentions but doesn't link to BAZEL.md. Add link and fix capitalization. PR Close #22940 16 May 2018, 21:14:04 UTC
0f64077 docs(aio): Remove Intertech with no courses scheduled (#22867) PR Close #22867 16 May 2018, 21:09:44 UTC
95fca24 feat(aio): add brand and concept icons, img style class more flexible (#23589) PR Close #23589 15 May 2018, 22:36:07 UTC
a8f6542 release: cut the v6.0.2 release 15 May 2018, 19:34:04 UTC
c6b618d fix(service-worker): deprecate `versionedFiles` in asset-group resources (#23584) Since `versionedFiles` behaves in the exact same way as `files`, there is no reaason to have both. Users should use `files` instead. This commit deprecates the property and prints a warning when coming across an asset-group that uses it. It should be completely removed in a future version. Note, it has also been removed from the default `ngsw-config.json` template in angular/devkit#754. PR Close #23584 15 May 2018, 19:19:08 UTC
ad6052e test: switch to ts_web_test_suite (#23859) Unit tests now run on Firefox too PR Close #23859 15 May 2018, 18:41:58 UTC
e9d1709 build: only match version tags for BUILD_SCM_VERSION (#23903) PR Close #23903 14 May 2018, 19:44:26 UTC
b5d3de5 docs(aio): use heroesUrl (#23884) PR Close #23884 14 May 2018, 17:38:15 UTC
734d37b build(aio): improve `enum` API rendering (#23872) * The member details section is now called "Members", rather than "Properties". * The property table now displays appropriate table headings: "Member", "Value", "Description". * The "Value" column is not shown if none of the members have a value. Closes #22678 PR Close #23872 14 May 2018, 17:37:42 UTC
bc20638 build(aio): ensure usageNotes are copied into decorator API docs (#23901) PR Close #23901 14 May 2018, 17:35:33 UTC
2a528fc build(aio): display types of API const docs correctly (#23850) Previously these docs always displayed `any` as the type of the const export. Now the type is computed correctly from the declared type or initializer of the constant. PR Close #23850 11 May 2018, 20:44:51 UTC
752b83a fix(animations): do not throw errors when a destroyed component is animated (#23836) PR Close #23836 11 May 2018, 20:08:15 UTC
56be337 fix(aio): make background transparent in 144x144 PWA icon (#23851) Fixes #23827 PR Close #23851 11 May 2018, 16:38:21 UTC
1b83b3f docs(aio): add Cory Rylan to GDE resources (#23840) PR Close #23840 11 May 2018, 16:32:38 UTC
14d4625 docs: update version to 6 in language-service (#20795) PR Close #20795 11 May 2018, 16:22:51 UTC
fd880a8 build: replace the old publish script with a new bazel-based one 11 May 2018, 06:01:41 UTC
bd3dddc release: cut the v6.0.1 release 11 May 2018, 05:22:49 UTC
1336a94 build: update to latest TypeScript rules (#23828) Fixes #23810 PR Close #23828 10 May 2018, 23:45:38 UTC
d280077 fix(elements): always check to create strategy (#23825) PR Close #23825 10 May 2018, 23:07:11 UTC
2b578f5 docs(elements): add angular element term to glossary (#23807) PR Close #23807 10 May 2018, 22:50:00 UTC
12dcb31 style: remove empty comments (#23404) PR Close #23404 10 May 2018, 22:48:13 UTC
f576851 docs(elements): emphasize future direction, update link (#23806) PR Close #23806 10 May 2018, 22:46:53 UTC
ca6cb66 docs: change release_schedule.md to link to new angular release page in docs (#23808) PR Close #23808 10 May 2018, 22:45:28 UTC
484233f docs(aio): add Alain Chautard in GDE list (#23783) PR Close #23783 10 May 2018, 19:07:10 UTC
3d8799b fix(router): avoid freezing queryParams in-place (#22663) The recognizer code used to call Object.freeze() on queryParams before using them to construct ActivatedRoutes, with the intent being to help avoid common invalid usage. Unfortunately, Object.freeze() works in-place, so this was also freezing the queryParams on the actual UrlTree object, making it more difficult to manipulate UrlTrees in things like UrlHandlingStrategy. This change simply shallow-copies the queryParams before freezing them. Fixes #22617 PR Close #22663 10 May 2018, 14:54:11 UTC
8733843 fix(router): correct the segment parsing so it won't break on ampersand (#23684) PR Close #23684 10 May 2018, 14:53:54 UTC
f109791 ci: add config for size plugin of the github rebot (#23665) PR Close #23665 10 May 2018, 14:53:34 UTC
06776d1 fix(aio): fix error in import after RxJS 6 migration (#22886) PR Close #22886 09 May 2018, 18:52:04 UTC
2b31b6d refactor(service-worker): sort manifest `url`/`hashTable` entries (#23586) This makes it easier to quickly check whether a specific file ended up in the manifest, for example when debugging. PR Close #23586 09 May 2018, 18:51:23 UTC
2254ac2 fix(service-worker): correctly handle requests with empty `clientId` (#23625) Requests from clients that are not assigned a client ID by the browser will produce `fetch` events with `null` or empty (`''`) `clientId`s. Previously, the ServiceWorker only handled `null` values correctly. Yet empty strings are also valid (see for example [here][1] and [there][2]). With this commit, the SW will interpret _all_ falsy `clientId` values the same (i.e. "no client ID assigned") and handle them appropriately. Related Chromium issue/discussion: [#832105][3] [1]: https://github.com/w3c/ServiceWorker/blob/4cc72bd0f13359f16cc733d88bed4ea52ee063c0/docs/index.bs#L1392 [2]: https://w3c.github.io/ServiceWorker/#fetchevent-interface [3]: https://bugs.chromium.org/p/chromium/issues/detail?id=832105 Fixes #23526 PR Close #23625 09 May 2018, 18:50:03 UTC
38c678f test(service-worker): support mock requests with null/empty client ID (#23625) PR Close #23625 09 May 2018, 18:50:03 UTC
1a65583 test(service-worker): improve adding clients in `SwTestHarness` (#23625) This commits changes how clients are added in `SwTestHarness`, so that the behavior in tests closer mimics what would happen in an actual ServiceWorker. It also removes auto-adding clients when calling `clients.get()`, which could hide bugs related to non-existing clients. PR Close #23625 09 May 2018, 18:50:03 UTC
2e466f4 build(bazel): update to rules_typescript 0.12.3 (#23617) PR Close #23617 09 May 2018, 18:47:11 UTC
7b06fa8 build(aio): include `navigation.json` changes in docs-watch (#23698) Closes #23582 PR Close #23698 09 May 2018, 18:45:19 UTC
3d71289 fix(aio): add link to v5 docs (#23794) Fixes #23781 PR Close #23794 09 May 2018, 18:44:45 UTC
75b8eda ci: Remove Chuck from pullapprove (#23798) Jason takes over his role on core, Keen for everything else PR Close #23798 09 May 2018, 18:43:47 UTC
fe7f48c docs(aio): Upgrade example dependencies to Angular V6 (#23660) PR Close #23660 08 May 2018, 20:56:48 UTC
29600cb docs(aio): Update i18n example to Angular V6 (#23660) PR Close #23660 08 May 2018, 20:56:48 UTC
5581e97 fix(core): call ngOnDestroy on all services that have it (#23755) Previously, ngOnDestroy was only called on services which were statically determined to have ngOnDestroy methods. In some cases, such as with services instantiated via factory functions, it's not statically known that the service has an ngOnDestroy method. This commit changes the runtime to look for ngOnDestroy when instantiating all DI tokens, and to call the method if it's present. Fixes #22466 Fixes #22240 Fixes #14818 PR Close #23755 08 May 2018, 20:55:29 UTC
19262d9 Revert "style(animations): fix short param names (#23668)" This reverts commit e3518967ad705b133ee21eedcf9546b5cb2e817e. This PR accidentaly introduces a breaking change: https://github.com/angular/angular/pull/23668#discussion_r186265055 05 May 2018, 15:40:35 UTC
1eb1c63 Revert "docs(animations): fix content errors (#23668)" This reverts commit 005dc8f68b9d09f2a4db46bdbfae3e05d3604818. The PR accidently introduced a breaking change https://github.com/angular/angular/pull/23668#discussion_r186265055 05 May 2018, 15:38:13 UTC
3807599 style(animations): fix short param names (#23668) PR Close #23668 05 May 2018, 15:17:02 UTC
2ed41d9 docs(animations): fix content errors (#23668) PR Close #23668 05 May 2018, 15:17:02 UTC
5eb9c01 ci: hide encryption key from circleci logs (#23585) PR Close #23585 04 May 2018, 23:33:59 UTC
09d9662 build: serve ivy todo app with real http-server (#23446) PR Close #23446 04 May 2018, 23:33:53 UTC
844cbd9 ci: publish build snapshots from Bazel/CircleCI (#23512) This uses a new script and CircleCI job called "build-packages-dist" which shims the new Bazel build to produce outputs matching the legacy build. We'll use this to get AIO testing onto CircleCI as well. We move the integration tests to a new circleCI job that depends on this one, as well as the build publishing job. Note that every PR will have a trivial green publishing status, because we always create this job even for PRs. We'd rather not - see https://discuss.circleci.com/t/workflows-pull-request-filter/14396/4 PR Close #23512 04 May 2018, 23:33:39 UTC
373a47d test: fix firebase deployment script test When I fixed the project id in 2c4850dc582287b7c34d4d26066fe4993638cbf0, I didn't realize we had a test that verified the wrong behavior. 04 May 2018, 22:40:50 UTC
83f12f3 build: update to latest nodejs bazel rules (#23683) PR Close #23683 04 May 2018, 22:29:03 UTC
bbc416c build: update bazel to 0.13 (#23623) PR Close #23623 04 May 2018, 22:23:56 UTC
07f2098 feat(aio): add v6 release notification (#23690) PR Close #23690 04 May 2018, 22:23:36 UTC
9b53a6e fix(aio): remove main background color when printing (#23538) PR Close #23538 04 May 2018, 22:21:14 UTC
65f8505 fix(aio): fix `code-example` print styles when printing backgrounds (#23538) Fixes #23431 PR Close #23538 04 May 2018, 22:21:14 UTC
5a5ea45 refactor(aio): use the same selectors for screen and print styles (#23538) PR Close #23538 04 May 2018, 22:21:14 UTC
52a3657 refactor(aio): include print styles last to overwrite other styles (#23538) PR Close #23538 04 May 2018, 22:21:14 UTC
3824e3f fix(animations): properly clean up queried element styles in safari/edge (#23686) Prior to this patch, if an element is queried and animated for 0 seconds (just a style() call and nothing else) then the styles applied would not be properly cleaned up due to their camelCased nature. PR Close #23686 04 May 2018, 22:04:20 UTC
05aa5e0 fix(animations): retain state styling for nodes that are moved around (#23686) PR Close #23686 04 May 2018, 22:04:20 UTC
4ddeb03 build(aio): use Angular 6.0.0 (#23687) PR Close #23687 03 May 2018, 23:05:34 UTC
afe6380 build(aio): update to Angular CLI 6.0.0 (#23687) PR Close #23687 03 May 2018, 23:05:34 UTC
947ea17 build: update the scripts/release/post-check script for 6.0.x 03 May 2018, 22:38:52 UTC
a190c45 fix(aio): correct project id for deployment of archive sites 03 May 2018, 22:05:38 UTC
9027818 docs(aio): Upgrade server-side rendering example to Angular V6 (#23649) PR Close #23649 03 May 2018, 21:24:44 UTC
0d480ac docs: add new info about angular update policies and resources (#23551) PR Close #23551 03 May 2018, 21:24:31 UTC
6934bf4 docs: add information on when not to use tree-shakable providers (#23634) PR Close #23634 03 May 2018, 21:24:16 UTC
7e7ea33 docs: add doc to include updates to the index.html with the new ng add command (#23616) PR Close #23616 03 May 2018, 21:23:30 UTC
5bd8c68 docs: improve the GitHub README.md, update links, etc 03 May 2018, 20:26:52 UTC
d28ab37 docs: add link to the v6 release announcement to our changelog 03 May 2018, 20:26:46 UTC
d0ccf5f release: cut the v6.0.0 release 03 May 2018, 19:17:26 UTC
ecde152 build: update to rxjs@6.0.0 (#23679) PR Close #23679 03 May 2018, 17:53:39 UTC
983e5f2 fix(aio): correctly route embedded live-example URLs from SW (#23637) Partially addresses #23626. PR Close #23637 02 May 2018, 22:55:23 UTC
5fc4299 refactor(aio): move right margin from `.home` image to `.home` anchor (#23624) This makes the outline of `.home` symmetric. PR Close #23624 02 May 2018, 22:54:15 UTC
1823d5d style(aio): add space between `.home` and `.hamburger` (#23624) When the `.hamburger` icon is clicked, it's background is drawn until the very edge of `.home`'s image, leaving no space. PR Close #23624 02 May 2018, 22:54:15 UTC
91d4da0 docs: add missing link to bootstrapping section (#23214) PR Close #23214 02 May 2018, 22:53:02 UTC
22eb8e2 build(aio): align stackblitz files with Angular CLI V6 (#23521) Also cleans up legacy references to `.angular-cli.json` PR Close #23521 02 May 2018, 22:00:57 UTC
f6002c1 docs(forms): Fixed a typo in the reactive form (From 'address' to 'secretLairs') section (#23221) PR Close #23221 02 May 2018, 22:00:28 UTC
14138f6 docs(elements): add intro connecting angular elements to custom elements (#23638) PR Close #23638 02 May 2018, 21:57:20 UTC
f11daa2 docs(aio): update Egghead.io URL (#23598) Closes #23597 PR Close #23598 01 May 2018, 17:27:16 UTC
31a435e docs: fix typo in tag name (`my-child` --> `app-child`) (#23606) Fixes #23599 PR Close #23606 01 May 2018, 17:26:50 UTC
3e92b22 test: add i18n to cli-hello-world integration test (#23527) PR Close #23527 27 April 2018, 18:26:50 UTC
2e5457c docs(aio): update docs error in guide/http (#23567) Updates documentation to include examples for both req.flush and req.error in http testing examples. PR Close #23567 27 April 2018, 18:26:27 UTC
back to top