https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
b91b9ef release: cut the v6.0.5 release 13 June 2018, 22:00:28 UTC
03718c9 docs: change capitalization for css hex color values (#23511) PR Close #23511 13 June 2018, 20:31:30 UTC
0834710 docs(aio): remove links to outdated live examples from the API documenation (#23966) Closes #21525 PR Close #23966 13 June 2018, 20:29:13 UTC
9a9a7de docs: add message property to compose-message component (#24310) PR Close #24310 13 June 2018, 20:28:47 UTC
ff51691 docs: fix typo (#24470) PR Close #24470 13 June 2018, 18:54:26 UTC
2ad90ab docs: fix wording in 4-10 (#24385) PR Close #24385 13 June 2018, 18:53:20 UTC
c5872e6 docs(aio): Reorganize style guide sections on prefixing components/directives (#22571) Closes https://github.com/angular/angular/issues/22081 PR Close #22571 13 June 2018, 18:20:43 UTC
d20877b fix(router): fix lazy loading of aux routes (#23459) Fixes #10981 PR Close #23459 13 June 2018, 18:20:20 UTC
b3089b4 build: update buildifier to latest (#24296) (#24453) this matches the version in ngcontainer:0.3.1 PR Close #24296 PR Close #24453 13 June 2018, 18:19:59 UTC
880b031 build: update to Bazel 0.14.0 (#24296) (#24453) Also update usage of the ctx.actions.args to a newer preferred API PR Close #24296 PR Close #24453 13 June 2018, 18:19:59 UTC
451d996 docs: change `aio` scope to `docs-infra` (#24410) Related to #24295 PR Close #24410 12 June 2018, 18:36:14 UTC
ea3669e fix(bazel): Allow ng_module to depend on targets w no deps (#24446) PR Close #24446 12 June 2018, 18:35:53 UTC
ea2987c fix(service-worker): fix `SwPush.unsubscribe()` (#24162) Fixes #24095 PR Close #24162 11 June 2018, 18:04:31 UTC
5b823de test(service-worker): allow `SwPush` tests to run on Node.js (#24162) PR Close #24162 11 June 2018, 18:04:30 UTC
80f7c83 test(service-worker): add tests for `SwPush` (#24162) PR Close #24162 11 June 2018, 18:04:30 UTC
53072b1 refactor(service-worker): minor mocks refactoring (#24162) PR Close #24162 11 June 2018, 18:04:30 UTC
30c2f56 build(docs-infra): ensure `dist/` directory is cleaned before running `tsc --watch` (#24372) PR Close #24372 11 June 2018, 16:18:46 UTC
18c4976 build(docs-infra): upgrade preview server to latest `@types/shelljs` (#24372) PR Close #24372 11 June 2018, 16:18:46 UTC
0139173 fix(animations): always render end-state styles for orphaned DOM nodes (#24236) This patch ensures that any destination animation styling (state values) are always applied even if the DOM node is not apart of the DOM. PR Close #24236 08 June 2018, 23:35:27 UTC
f3c9954 docs: adds information about the VSCode clang-format extension (#24351) PR Close #24351 08 June 2018, 23:35:06 UTC
e876535 fix(docs-infra): use script nomodule to load IE polyfills, skip other polyfills (#24317) This commit includes two changes: 1. It changes the unreliable dynamic way of loading IE polyfills to use `<script nomodule>` instead - for IE it's equivalent to a regular script tag while modern browsers will ignore it. 2. It removes other polyfills for browsers not supporting `Object.assign` as this API is supported by Chrome 45+, Firefox 34+ and Safari 9+ i.e. it's been supported for some time. Note that as of June 2018 Googlebot uses Chrome 41 to render sites to be indexed. Chrome 41 doesn't support `Object.assign` but it also doesn't support ES6 modules so it'll load polyfills meant for IE - which it should do anyway as it doesn't support most of ES6. Fixes #23647 PR Close #24317 08 June 2018, 20:34:06 UTC
9e61ad8 build(docs-infra): ensure stability is computed before the API list (#24356) Previously the API list was being generated before the stability had been computed. This meant that the API list page showed no API docs when filtering by `stable` stability status. Closes #24329 PR Close #24356 08 June 2018, 20:33:32 UTC
0d81151 docs(aio): add mix and connect to front page campaigns (#24357) PR Close #24357 08 June 2018, 20:31:28 UTC
7031972 docs(aio): Added resource link to Amexio Canvas Web Based IDE (#24336) PR Close #24336 07 June 2018, 22:46:32 UTC
cfa5b65 build(bazel): fix ng_package rollup root dir for fesm2015 output (#24298) PR Close #24298 07 June 2018, 21:56:10 UTC
41698bf release: cut the v6.0.4 release 06 June 2018, 18:49:25 UTC
23c50e2 build(docs-infra): log warning rather than error if content errors are not fatal (#24320) PR Close #24320 06 June 2018, 17:25:05 UTC
0ae8ea2 build(aio): ensure the correct decorator properties are merged (#24289) Previously only the `description` and `usageNotes` were being copied over from the call-member of the decorator interface. Important properties such as `shortDescription` were missed. These are now added and the code has been refactored to make it simpler and clearer to update which properties get copied as the requirements change. PR Close #24289 06 June 2018, 17:23:47 UTC
19deca1 fix(animations): retain trigger-state for nodes that are moved around (#24238) This patch ensures that if a list of nodes (that contain animation triggers) are moved around then they will retain their trigger-value state when animated again at a later point. PR Close #24238 06 June 2018, 01:29:47 UTC
dc3e8aa fix(forms): properly handle special properties in FormGroup.get (#22249) closes #17195 PR Close #22249 06 June 2018, 01:28:13 UTC
a9222c0 docs(aio): Add null type to form validation example (#23949) Closes #20282 PR Close #23949 06 June 2018, 00:32:36 UTC
ea3127e build(bazel): ran format (#24279) PR Close #24279 05 June 2018, 20:36:27 UTC
8e30f7b build(bazel): ran buildifier (#24279) PR Close #24279 05 June 2018, 20:36:27 UTC
46d81b4 build(bazel): fix //packages/platform-browser/test:test_web (#24279) PR Close #24279 05 June 2018, 20:36:27 UTC
3e51a2c build(bazel): enable manual ts_web_test_suite tests that require static_files (#24279) PR Close #24279 05 June 2018, 20:36:27 UTC
faf60d9 docs: rename the "aio" component to "docs-infra" (#24295) The legacy "aio" is still active for currently pending PRs, The GH label has been renamed as well PR Close #24295 05 June 2018, 00:25:13 UTC
0639cb9 fix(aio): remove unnecessary scrollbar in `code-tabs` (#24207) PR Close #24207 04 June 2018, 19:07:25 UTC
810d025 fix(aio): add right-margin to `.home` link (#24207) PR Close #24207 04 June 2018, 19:07:25 UTC
efe49c1 docs(aio): clean up frequent ng-modules (#24025) Closes #24017 PR Close #24025 04 June 2018, 17:13:19 UTC
a3d9878 docs(aio): remove an extraneous apostrophe (#24293) PR Close #24293 04 June 2018, 17:11:28 UTC
10213d0 docs(common): improve deprecation notices to be parsed by tslint Closes: #24237 04 June 2018, 16:37:05 UTC
0e1919c build(bazel): update bazel integration test to test secondary angular imports such as @angular/common/http (#24170) PR Close #24170 01 June 2018, 20:40:48 UTC
d579b8c build(bazel): fix bazel built es5 ngfactory with secondary entry-point angular imports (#24170) PR Close #24170 01 June 2018, 20:40:48 UTC
d69ba73 feat(compiler-cli): update `tsickle` to `0.29.x` (#24241) PR Close #24241 01 June 2018, 15:37:46 UTC
2991b1b fix(platform-server): avoid dependency cycle when using http interceptor (#24229) Fixes #23023. When a HTTP Interceptor injects HttpClient it causes a DI cycle. This fix is to use Injector to lazily inject HTTP_INTERCEPTORS while setting up the HttpHandler on the server so as to break the cycle. PR Close #24229 01 June 2018, 15:33:46 UTC
b18cf21 build(bazel): re-enable packages/upgrade/test:test_web test with static_files in ts_web_test_suite (#24214) PR Close #24214 31 May 2018, 23:13:06 UTC
c17098d fix(platform-server): don't reflect innerHTML property to attibute (#24213) Fixes #19278. innerHTML is conservatively marked as an attribute for security purpose so that it's sanitized when set. However this same mapping is used by the server renderer to decide whether the `innerHTML` property needs to be reflected to the `innerhtml` attribute. The fix is to just skip the property to attribute reflection for `innerHTML`. PR Close #24213 31 May 2018, 17:08:29 UTC
43e3073 build: update to rules_nodejs 0.9.1 and rules_typescript 0.15.0 (#24212) PR Close #24212 31 May 2018, 17:08:07 UTC
f28878f build: sync g3 exclude list from copybara to ngbot (#24224) PR Close #24224 31 May 2018, 17:07:45 UTC
a10bdef docs(aio): Add GDE Kim Maida to contributors 31 May 2018, 00:34:15 UTC
2f377db style(compiler-cli): fix typo error (#23897) PR Close #23897 31 May 2018, 00:29:04 UTC
e2e7b49 docs: fix typo (#24210) closes #24191 PR Close #24210 31 May 2018, 00:06:13 UTC
b8a1363 docs(forms): fix API doc (#24210) closes #24090 PR Close #24210 31 May 2018, 00:06:13 UTC
e9e6a58 docs: fix typo (#24210) closes #23891 PR Close #24210 31 May 2018, 00:06:12 UTC
5932a79 refactor(animations): fix typo (#24210) closes #22459 PR Close #24210 31 May 2018, 00:06:12 UTC
7c6a082 docs: fix typo if FAQ section (#24210) closes #22360 PR Close #24210 31 May 2018, 00:06:12 UTC
8a2fe5b docs: fix WebStorm name (#24210) closes #21900 PR Close #24210 31 May 2018, 00:06:12 UTC
c9eb491 fix(animations): Fix browser detection logic (#24188) Element type is being polyfilled on the server now and cannot be used to detect browser environment. PR Close #24188 30 May 2018, 23:39:09 UTC
a634a5a Revert "docs: update docs to use HttpClientModule instead of HttpModule (#22727)" This reverts commit b5533e0ee58cf4e19313e43f5e0ce03761925c3c. 30 May 2018, 23:13:59 UTC
4122502 docs: remove unfinished observables file (#23801) PR Close #23801 30 May 2018, 21:44:29 UTC
e9f2203 fix(platform-server): avoid clash between server and client style encapsulation attributes (#24158) Previously the style encapsulation attributes(_nghost-* and _ngcontent-*) created on the server could overlap with the attributes and styles created by the client side app when it botstraps. In case the client is bootstrapping a lazy route, the client side styles are added before the server-side styles are removed. If the components on the client are bootstrapped in a different order than on the server, the styles generated by the client will cause the elements on the server to have the wrong styles. The fix puts the styles and attributes generated on the server in a completely differemt space so that they are not affected by the client generated styles. The client generated styles will only affect elements bootstrapped on the client. PR Close #24158 30 May 2018, 21:39:10 UTC
906b3ec fix(platform-server): provide Domino DOM types globally (#24116) Fixes #23280, #23133. This fix lets code access DOM types like Node, HTMLElement in the code. These are invariant across requests and the corresponding classes from Domino can be safely provided during platform initialization. This is needed for the current sanitizer to work properly on platform-server. Also allows HTML types in injection - Ex. `@inject(DOCUMENT) doc: Document`. PR Close #24116 30 May 2018, 21:38:57 UTC
1cb0c46 feat(platform-server): use EventManagerPlugin on the server (#24132) Previously event handlers on the server were setup directly. This change makes it so that the event registration on the server go through EventManagerPlugin just like on client. This allows us to add custom event registration handlers on the server which allows us to hook up preboot event handlers cleanly. PR Close #24132 30 May 2018, 21:38:39 UTC
9d28a27 test(animations): fix Node.js detection in animation tests (#24139) PR Close #24139 30 May 2018, 21:36:35 UTC
f04aef4 build: replace hard-coded master branch with the variable (#24199) PR Close #24199 30 May 2018, 18:31:39 UTC
d249852 build: update rules_webtesting (#24198) this includes a fix for spammy browser installs that makes our CI logs hard to read PR Close #24198 30 May 2018, 18:31:03 UTC
707dd59 build: update brotli version in WORKSPACE (#24194) The updated version includes the fix for google/brotli#671. PR Close #24194 30 May 2018, 18:30:40 UTC
4d25705 docs(aio): fix typo for @NgModuledecorator to @NgModule decorator (#24201) closes #23974 PR Close #24201 30 May 2018, 18:24:12 UTC
76e58e6 docs: fix typo (#24201) closes #23853 PR Close #24201 30 May 2018, 18:24:12 UTC
a27066b style(compiler): fix up grammar in error message (#24201) closes #22746 PR Close #24201 30 May 2018, 18:24:12 UTC
29dfc8f docs(bazel): improve error message for ng_package with no metadata (#22964) PR Close #22964 30 May 2018, 17:04:35 UTC
b5533e0 docs: update docs to use HttpClientModule instead of HttpModule (#22727) Updated most examples to use HttpClientModule instead of deprecated HttpModule fix #19280 PR Close #22727 30 May 2018, 17:03:14 UTC
b275d37 docs(aio): add blox material library to resources (#20539) PR Close #20539 30 May 2018, 17:02:32 UTC
96655f7 style(compiler): fix typo and formatting (#23729) PR Close #23729 29 May 2018, 22:48:55 UTC
253f509 refactor(core): use Partial<T> for MetadataOverride (#24103) Allows to write: const fixture = TestBed .overridePipe(DisplayNamePipe, { set: { pure: false } }) .createComponent(MenuComponent); when you only want to set the `pure` metadata, instead of currently: const fixture = TestBed .overridePipe(DisplayNamePipe, { set: { name: 'displayName', pure: false } }) .createComponent(MenuComponent); which forces you to redefine the name of the pipe even if it is useless. Fixes #24102 PR Close #24103 29 May 2018, 22:40:05 UTC
5a02ae2 docs: update lts and labs practices (#23922) PR Close #23922 29 May 2018, 22:01:31 UTC
f860752 refactor(aio): rename method (loadContainingCustomElements --> loadContainedCustomElements) (#23944) PR Close #23944 29 May 2018, 22:00:34 UTC
efa126f fix(aio): avoid loading the ToC component until it is necessary (#23944) PR Close #23944 29 May 2018, 22:00:34 UTC
715135b fix(aio): show embedded ToC (#23944) On narrow screens (where there is not enough room on the right to show the floating ToC), an embedded ToC is shown (via an `<aio-toc embedded>` element in the document). Since ToC was not a custom element, the component was not instantiated for the embedded element. This commit fixes it by making `aio-toc` a custom element and loading it manually for the floating ToC (if necessary). PR Close #23944 29 May 2018, 22:00:34 UTC
c30fc52 feat(aio): add component for lazy-loading custom element (#23944) PR Close #23944 29 May 2018, 22:00:34 UTC
434eb97 refactor(aio): order custom elements by selector (#23944) PR Close #23944 29 May 2018, 22:00:34 UTC
6e31e22 fix(aio): do not load custom elements again while already loading (#23944) PR Close #23944 29 May 2018, 22:00:34 UTC
8fef926 build(aio): update payload size limits (#23944) PR Close #23944 29 May 2018, 22:00:34 UTC
7698afe docs(http): correct spelling error (#23675) Correct a spelling error. I changed HttpParms to HttpParams PR Close #23675 29 May 2018, 20:55:07 UTC
a583d12 feat(aio): display code-tabs in a Material Design "card" (#24027) This helps to connect the "content" of the tab to its label. Closes #23985 PR Close #24027 29 May 2018, 20:52:06 UTC
a867d71 feat(aio): render hover status on code-tabs (#24027) The Material Design spec states that there should be a change of background when hovering over a tab label. See https://material.io/design/components/tabs.html#states Related to #23985 PR Close #24027 29 May 2018, 20:52:06 UTC
84b43da build: pick up rules_typescript karma fix (#24184) Error was Cannot find module 'karma/bin/karma' PR Close #24184 29 May 2018, 20:50:11 UTC
9b3423b docs(aio): fix link to correct bio image (#24150) PR Close #24150 29 May 2018, 20:27:49 UTC
d6041d8 docs(aio): Added Mashhood as GDE in contributors (#24157) PR Close #24157 29 May 2018, 20:20:05 UTC
a638f50 docs(aio): add material community components (#24042) PR Close #24042 25 May 2018, 17:45:40 UTC
a29c756 refactor(aio): improve logging output in `update-preview-server.sh` (#24071) PR Close #24071 25 May 2018, 17:44:44 UTC
f206eb9 docs(aio): add Juri Strumpflohner to GDE resources (#24086) PR Close #24086 25 May 2018, 17:43:50 UTC
3d6e82e docs(aio): remove outdated rangle link (#24108) PR Close #24108 25 May 2018, 17:41:59 UTC
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
back to top