https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
78ba39b docs: add changelog for 5.1.0-beta.0 08 November 2017, 19:32:48 UTC
119034c docs: add changelog for 5.0.1 08 November 2017, 18:30:17 UTC
6e8e3bd refactor(core): misc changes and integrate review feedback on #19996 closes #20224 06 November 2017, 22:13:02 UTC
a460066 feat(compiler): introduce `TestBed.overrideTemplateUsingTestingModule` This allows to overwrite templates for JIT and AOT components alike. In contrast to `TestBed.overrideTemplate`, the template is compiled in the context of the testing module, allowing to use other testing directives. Closes #19815 06 November 2017, 22:12:30 UTC
05d96dc feat(core): allow to pass in aot summaries also to `TestBed.configureTestingModule` Also adds caching for summaries. Closes #19817. 06 November 2017, 22:12:30 UTC
b489259 docs(common): fix mis-ordered lines (#20221) 06 November 2017, 19:28:39 UTC
6b74883 build(aio): upgrade to @anglar/core@5.0.0 and cli@1.5.0 -rw-r--r-- 1 iminar eng 14880 Nov 4 11:54 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1533 Nov 4 11:54 dist/inline.9183bfe0d60f43b6a772.bundle.js -rw-r--r-- 1 iminar eng 486476 Nov 4 11:54 dist/main.f5445f99490330207c9c.bundle.js -rw-r--r-- 1 iminar eng 37070 Nov 4 11:54 dist/polyfills.0dfca732c5a075c110d0.bundle.js Closes #20184 06 November 2017, 18:04:43 UTC
d30ea61 build(aio): remove the build-optimizer flag it's on by default now. 06 November 2017, 18:04:02 UTC
0c47ea7 build(aio): use aot compiler for development since it was not turned on by default in the cli we have to opt in. 06 November 2017, 18:04:02 UTC
049c896 docs(aio): update ToH for CLI (#19811) 06 November 2017, 18:02:17 UTC
bf22f2d fix(compiler): report a reasonable error with invalid metadata (#20062) The compiler would throw an internal exception if an import using the `ngModule` syntax and the module as not a resolvable symbol. Fixes: #20049 06 November 2017, 18:01:27 UTC
8802016 fix(aio): style correctly on Safari (#20157) 06 November 2017, 18:00:37 UTC
63d26a1 ci(aio): move e2e tests to optional job (#20178) 06 November 2017, 17:59:59 UTC
8b50ed0 docs(aio): fixed case-typo for code (#20196) 06 November 2017, 17:59:17 UTC
3997d97 revert: feat(elements): implement `@angular/elements` #19469 (#20152) This PR was merged without API docs and general rollout plan. We can't release this as is in 5.1 without a plan for documentation, cli integration, etc. 03 November 2017, 22:54:54 UTC
200d92d fix(core): should support event.stopImmediatePropagation (#19222) 03 November 2017, 22:22:05 UTC
dbec3ca docs(aio): update pipes for CLI (#19553) 03 November 2017, 22:21:14 UTC
f7c9b94 ci(aio): Add payload size percentage changes check to payload size task (#19908) 03 November 2017, 22:20:09 UTC
f076401 revert: feat(core): add source to `StaticInjectorError` message (#19482) (#20171) This reverts commit faa621218e0f55b38cb2bcf58e5e93066030e361. 03 November 2017, 21:51:06 UTC
a99eb16 test(aio): make e2e tests less flakey closes #20117 03 November 2017, 18:22:57 UTC
e36bac9 build(aio): upgrade `protractor` to v5.2.0 03 November 2017, 18:22:41 UTC
196ce6d build(aio): use correct types for e2e tests 03 November 2017, 18:22:41 UTC
faa6212 feat(core): add source to `StaticInjectorError` message (#19482) 03 November 2017, 18:14:05 UTC
169cedd docs: Bootstrapping guide prose for CLI (#19777) 03 November 2017, 18:13:24 UTC
567cc26 docs: Component Styles guide for CLI (#19791) 03 November 2017, 18:12:34 UTC
1d19d61 fix(platform-browser): support Symbols in custom jasmineToString() method (#19794) It's illegal to coerce a Symbol to a string, and results in a TypeError: TypeError: Cannot convert a Symbol value to a string Previously, the custom jasmineToString() method monkey-patched onto Maps in platform-browser/testing/src/matchers.ts would coerce keys and values to strings. A change in a newer version of Jasmine calls this method more often, resulting in calls against Maps which contain Symbols in some applications, which causes crashes. The fix is to explicitly convert keys and values to strings, which does work on Symbols. 03 November 2017, 18:11:47 UTC
03f080b docs: Deployment guide for CLI (#19839) 03 November 2017, 18:10:53 UTC
26f8299 fix(compiler): don't overwrite missingTranslation's value in JIT (#19952) 03 November 2017, 18:08:39 UTC
f1da141 docs(aio): Fix typo in Architecture Overview. (#20073) 03 November 2017, 18:00:22 UTC
5079d2d docs(aio): Add v4 doc link to navigation (#20089) Fixes #20090 03 November 2017, 17:59:27 UTC
c7fd172 build(aio): make plunker works with rxjs operators (#20124) 03 November 2017, 17:47:23 UTC
dcf8840 feat(elements): implement `registerAsCustomElements()` closes #19469 02 November 2017, 23:09:30 UTC
60c0b17 feat(elements): implement `NgElements` 02 November 2017, 23:09:09 UTC
0899f4f feat(elements): implement `NgElementConstructor` 02 November 2017, 23:09:09 UTC
aed4a11 feat(elements): implement `NgElement` 02 November 2017, 23:09:09 UTC
75cf70a feat(elements): implement `NgElementApplicationContext` 02 November 2017, 23:09:09 UTC
6b30fbf feat(elements): implement `extractProjectableNodes()` 02 November 2017, 23:09:09 UTC
24f17f9 feat(elements): implement `utils` 02 November 2017, 23:09:09 UTC
ebfa204 feat(elements): set up the `elements` package 02 November 2017, 23:09:09 UTC
a28d616 fix(core): __symbol__ should return __zone_symbol__ without zone.js loaded (#19541) 02 November 2017, 23:06:06 UTC
613a9e3 build: update Windows symlink scripts (#16761) Fixes packages\upgrade\static\src symlink. Closes #16760 02 November 2017, 23:05:13 UTC
65d57a0 build(aio): avoid building before running the local PWA tests When this command is run on CI, `yarn build` has already been run, so this was unnecessarily building angular.io again (adding ~4mins to the `aio` job). When this command is run locally, it is most often about testing a new `lighthouse` version/config, so you don't need to build angular.io over and over (and if necessary, one can always run `yarn build` manually). Closes #19633 02 November 2017, 23:02:52 UTC
22946cf build(aio): upgrade `lighthouse` to v2.5.0 02 November 2017, 23:02:25 UTC
9975486 build: remove local yarn (#19981) We use the globally installed yarn now. The local yarn was used in `check-environment.js` only, which results in the `--integrity` check always failing (if dependencies were installed with the global yarn). 02 November 2017, 22:11:34 UTC
068348e build(aio): do not fail the initial doc-gen when running docs-watch Checks that cause the doc-gen to fail were already disabled in `docs-watch` for the doc-gen that runs when a file is changed. Now these checks are also disabled for the initial doc-gen run. closes #20038 02 November 2017, 22:03:59 UTC
1beab0d build(aio): do not fail on bad examples when running `docs-watch` 02 November 2017, 22:00:22 UTC
3a03ff6 build(aio): allow render-examples to complete even if examples are broken By setting `renderExamples.ignoreBrokenExamples = true` the doc-gen will not fail if there is something wrong with an example. Instead it will just log a warning. 02 November 2017, 22:00:22 UTC
feae55b docs(aio): fix badly formatted code-examples closes #19970 02 November 2017, 21:59:05 UTC
0355142 build(aio): fail doc-gen if a code-example is badly formatted. This will catch the problem that was missed in https://github.com/angular/angular/pull/19845#issuecomment-338626662 02 November 2017, 21:58:38 UTC
5b16ce9 fix(compiler-cli): don't report emit diagnostics when --noEmitOnError is off (#20063) 02 November 2017, 21:49:38 UTC
17ed14f docs: fix changelog for v5 (#20097) 02 November 2017, 21:37:39 UTC
d156e72 docs: Add 0 in padding of 'dd' (#20107) 02 November 2017, 21:36:22 UTC
7186c9c docs: AOT guide for CLI #19510 (#19818) 02 November 2017, 21:34:21 UTC
a41558e docs: BrowserSupport guide for CLI (#19843) 02 November 2017, 21:29:59 UTC
a91252a docs: Npm Packages guide for CLI (#19850) 02 November 2017, 21:27:53 UTC
132c071 docs(aio): updated i18n guide and example (#19975) 02 November 2017, 21:22:09 UTC
3db7112 docs(aio): fix linting for universal (#20086) PR Close #20086 01 November 2017, 23:51:29 UTC
2ea76cc build: change the version in package.json to 5.1.0-beta this is needed to reflect that the current branch will be yielding 5.1.0 releases some of our scripts (e.g. aio deployment) relies on this identifier. 01 November 2017, 23:17:55 UTC
b8bb2dd build(aio): update lockfile for examples Installing dependencies for the docs examples fails, because the lockfile is out-of-sync with the corresponding `package.json`. This commit brings the lockfile in sync with `package.json`. (For reference, this was accidentally broken in #20039.) 01 November 2017, 23:15:59 UTC
27ae0f9 build(aio): upgrade to @angular/material@2.0.0-beta.12 (#19702) -rw-r--r-- 1 iminar eng 14880 Nov 1 12:25 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1533 Nov 1 12:25 dist/inline.2826385ad3e299c6d1c1.bundle.js -rw-r--r-- 1 iminar eng 486476 Nov 1 12:25 dist/main.f0610805f4aad19da4be.bundle.js -rw-r--r-- 1 iminar eng 37070 Nov 1 12:25 dist/polyfills.0dfca732c5a075c110d0.bundle.js PR Close #19702 01 November 2017, 22:24:48 UTC
171dceb build(aio): upgrade to @angular/core@5.0.0-rc.9 (#19702) build fails - material upgrade required PR Close #19702 01 November 2017, 22:24:48 UTC
1ebc0d1 revert: build(aio): remove cli patches (#19702) This reverts commit f0d530b4de38f71c759e42afc8f3d7531eb1b1fb. cli rc.8 reintroduces the node polyfill which causes size regression, so I'm putting the patch back in. -rw-r--r-- 1 iminar eng 14880 Nov 1 12:11 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1533 Nov 1 12:11 dist/inline.25600c3b48de18b97581.bundle.js -rw-r--r-- 1 iminar eng 486476 Nov 1 12:11 dist/main.d1292a34401056535884.bundle.js -rw-r--r-- 1 iminar eng 37070 Nov 1 12:11 dist/polyfills.0dfca732c5a075c110d0.bundle.js PR Close #19702 01 November 2017, 22:24:47 UTC
1d8e075 build(aio): upgrade to @angular/cli@1.5.0-rc.8 (#19702) -rw-r--r-- 1 iminar eng 14880 Nov 1 11:57 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1533 Nov 1 11:57 dist/inline.3574d1d784c09c507dbd.bundle.js -rw-r--r-- 1 iminar eng 497812 Nov 1 11:57 dist/main.76bbb69df79eaefef54c.bundle.js -rw-r--r-- 1 iminar eng 37259 Nov 1 11:57 dist/polyfills.fdb71956ccd13330fb47.bundle.js PR Close #19702 01 November 2017, 22:24:47 UTC
cd55643 build(aio): upgrade to @angular/cli@1.5.0-rc.6 (#19702) -rw-r--r-- 1 iminar eng 14880 Oct 30 11:29 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1533 Oct 30 11:29 dist/inline.25600c3b48de18b97581.bundle.js -rw-r--r-- 1 iminar eng 486476 Oct 30 11:29 dist/main.d1292a34401056535884.bundle.js -rw-r--r-- 1 iminar eng 37070 Oct 30 11:29 dist/polyfills.0dfca732c5a075c110d0.bundle.js PR Close #19702 01 November 2017, 22:24:47 UTC
486b8e6 ci(aio): decrease payload size limit for main file (#19702) PR Close #19702 01 November 2017, 22:24:47 UTC
215d373 refactor(aio): rename `CustomMdIconRegistry` to `CustomIconRegistry` (#19702) The change of Angular Material version means that the `md` prefix is no longer appropriate. PR Close #19702 01 November 2017, 22:24:47 UTC
4038b42 build(aio): lock zone.js to 0.8.16 (#19702) Later versions (before 0.8.19) had a size increase. PR Close #19702 01 November 2017, 22:24:46 UTC
9ab1f4a style(aio): fix docs linting issues (#19702) These issues appeared after upgrade of eslint jasmine plugin PR Close #19702 01 November 2017, 22:24:46 UTC
e9afc59 ci(aio): increase payload size limit for polyfills.ts (#19702) The latest builds have added ~2kB to the size of this file (500 bytes zipped). PR Close #19702 01 November 2017, 22:24:46 UTC
83c826c build(aio): remove hack to modify CLI version (#19702) PR Close #19702 01 November 2017, 22:24:46 UTC
abfc41d build(aio): upgrade to Angular@rc.5 and CLI@rc.3 (#19702) PR Close #19702 01 November 2017, 22:24:45 UTC
11fd7ea build(aio): revert temporary increase in size limit (#19702) PR Close #19702 01 November 2017, 22:24:45 UTC
54eba60 build(aio): fix tests to work with @angular/{material,cdk}@2.0.0-beta.12 (#19702) PR Close #19702 01 November 2017, 22:24:45 UTC
3337865 build(aio): remove cli patches (#19702) PR Close #19702 01 November 2017, 22:24:45 UTC
f24397c build(aio): revert to clean CLI test.ts file (#19702) The use of `System.import()` in test.ts was causing the webpack build to fail with a mysterious "Module build failed: Error: TypeScript compilation failed" error, when running `yarn test`. PR Close #19702 01 November 2017, 22:24:44 UTC
9d52bf2 build(aio): temporarily increaze the size limit until the regressions are fixed (#19702) related issues: https://github.com/angular/angular/issues/19857 https://github.com/angular/devkit/pull/231 PR Close #19702 01 November 2017, 22:24:44 UTC
19fbfbc build(aio): disable 'global' support in webpack (#19702) This will be fixed in CLI once https://github.com/angular/angular-cli/pull/8130 lands. -rw-r--r-- 1 iminar eng 14942 Oct 20 22:23 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 20 22:23 dist/inline.5d66b81ec9e01af9d28d.bundle.js -rw-r--r-- 1 iminar eng 528395 Oct 20 22:23 dist/main.e36bb99245ca52ae546f.bundle.js -rw-r--r-- 1 iminar eng 37205 Oct 20 22:23 dist/polyfills.0dfca732c5a075c110d0.bundle.js PR Close #19702 01 November 2017, 22:24:44 UTC
6578b30 build(aio): upgrade to build-optimizer@0.0.29 (#19702) -rw-r--r-- 1 iminar eng 14942 Oct 20 22:16 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 20 22:16 dist/inline.68ebcf831dc9c905804f.bundle.js -rw-r--r-- 1 iminar eng 541291 Oct 20 22:16 dist/main.5ec6fb5f95fc0433d822.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 20 22:16 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:44 UTC
10c1c2b build(aio): upgrade to @angular/cli@1.5.0-rc.2 (#19702) -rw-r--r-- 1 iminar eng 84219 Oct 19 21:37 dist/0.0f327734d18211139822.chunk.js -rw-r--r-- 1 iminar eng 14942 Oct 19 21:37 dist/4.c719ac5645940382cdce.chunk.js -rw-r--r-- 1 iminar eng 1560 Oct 19 21:37 dist/inline.887757679ff553e20b54.bundle.js -rw-r--r-- 1 iminar eng 492354 Oct 19 21:37 dist/main.5e5dc9ed980c9f5dc2bd.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 19 21:37 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:44 UTC
e18bfd1 build(aio): upgrade to @angular/cli@1.5.0-rc.1 (#19702) -rw-r--r-- 1 iminar eng 84219 Oct 18 21:05 dist/0.0f327734d18211139822.chunk.js -rw-r--r-- 1 iminar eng 14942 Oct 18 21:05 dist/4.c719ac5645940382cdce.chunk.js -rw-r--r-- 1 iminar eng 1560 Oct 18 21:05 dist/inline.887757679ff553e20b54.bundle.js -rw-r--r-- 1 iminar eng 492354 Oct 18 21:05 dist/main.5e5dc9ed980c9f5dc2bd.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 18 21:05 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:43 UTC
3c2ddbe build(aio): upgrade to rxjs@5.5.0 (#19702) -rw-r--r-- 1 iminar eng 84219 Oct 18 09:13 dist/0.8ef208c27531d5c6af63.chunk.js -rw-r--r-- 1 iminar eng 14942 Oct 18 09:13 dist/4.c719ac5645940382cdce.chunk.js -rw-r--r-- 1 iminar eng 1560 Oct 18 09:13 dist/inline.adc367eb50c706f3fd04.bundle.js -rw-r--r-- 1 iminar eng 492354 Oct 18 09:13 dist/main.b9d9549455c74aff1480.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 18 09:13 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:43 UTC
a149605 build(aio): turn off preserveWhitespaces in compiler options (#19702) -rw-r--r-- 1 iminar eng 14942 Oct 13 16:12 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 16:12 dist/inline.eede8140efeab4c45b22.bundle.js -rw-r--r-- 1 iminar eng 559389 Oct 13 16:12 dist/main.20858f9aa7cf8741b6aa.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 16:12 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:43 UTC
b396029 build(aio): patch @angular/cli to use esm builds of rxjs (#19702) -rw-r--r-- 1 iminar eng 14942 Oct 13 14:52 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 14:52 dist/inline.6ca24f1c3b848103b041.bundle.js -rw-r--r-- 1 iminar eng 567802 Oct 13 14:52 dist/main.c8183a2c0116782ca366.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 14:52 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:43 UTC
040b376 build(aio): upgrade to rxjs@5.5.0-beta.7 (#19702) -rw-r--r-- 1 iminar eng 14942 Oct 13 14:30 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 14:30 dist/inline.702d6ff5146ddc373f05.bundle.js -rw-r--r-- 1 iminar eng 588943 Oct 13 14:30 dist/main.64c96d55a10c56cfd6cd.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 14:30 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:42 UTC
175c872 build(aio): upgrade to @angular/{material,cdk}@2.0.0-beta.12 (#19702) -rw-r--r-- 1 iminar eng 14942 Oct 13 13:35 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 13:35 dist/inline.f005f1bd6803b72f5961.bundle.js -rw-r--r-- 1 iminar eng 582527 Oct 13 13:35 dist/main.b9ef1abb785be8de15b8.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 13:35 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:42 UTC
71291aa fix(aio): hand fix the renaming md->mat issues (#19702) These are changes that the mat-switcher missed and I had to make them by hand. PR Close #19702 01 November 2017, 22:24:42 UTC
415e757 build(aio): upgrade to @angular/{material,cdk}@2.0.0-beta.11 + md->mat migration (#19702) all the non-npm changes were made by the angular-material-prefix-updater tool. the tool missed a few things, which I'll fix in a separate commit to preserve the diff. -rw-r--r-- 1 iminar eng 14942 Oct 13 13:09 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 13:09 dist/inline.0592c25ceb544d6aca3d.bundle.js -rw-r--r-- 1 iminar eng 578250 Oct 13 13:09 dist/main.45d4edca3facc6d621e7.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 13:09 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:42 UTC
3216abe build(aio): upgrade to @angular/cli@1.5.0-rc.0 and typescript@2.5.3 (#19702) the size regression has gotten worse: -rw-r--r-- 1 iminar eng 14942 Oct 13 12:24 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 12:24 dist/inline.41e701c562960ede8ef5.bundle.js -rw-r--r-- 1 iminar eng 865780 Oct 13 12:24 dist/main.6c4c605d461870b9c2d7.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 12:24 dist/polyfills.f8409a9eb69060ac1aa6.bundle.js PR Close #19702 01 November 2017, 22:24:41 UTC
327ad02 build(aio): upgrade to @angular/cli@1.4.7 (#19702) this causes the size regression to get only worse: -rw-r--r-- 1 iminar eng 14942 Oct 13 10:37 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 10:37 dist/inline.3cc964095cb25e329dc0.bundle.js -rw-r--r-- 1 iminar eng 846141 Oct 13 10:37 dist/main.5eb64df77b2877327a16.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 10:37 dist/polyfills.965a9a5ad3e11b17f85e.bundle.js PR Close #19702 01 November 2017, 22:24:41 UTC
1df0c9e build(aio): update to @angular/core@5.0.0-rc.2 (#19702) there is a size regression right now because the CLI is out of date: -rw-r--r-- 1 iminar eng 14942 Oct 13 10:23 dist/0.b19e913fbdd6507d346b.chunk.js -rw-r--r-- 1 iminar eng 1535 Oct 13 10:23 dist/inline.812a4af83ecce165c71c.bundle.js -rw-r--r-- 1 iminar eng 643481 Oct 13 10:23 dist/main.74550bb35f9f5a57e78a.bundle.js -rw-r--r-- 1 iminar eng 37402 Oct 13 10:23 dist/polyfills.965a9a5ad3e11b17f85e.bundle.js PR Close #19702 01 November 2017, 22:24:41 UTC
280dada docs(aio): fix typo in attribute-directives Closes #20071 01 November 2017, 22:21:09 UTC
c30eff8 docs(aio): update universal for CLI PR Close #20039 01 November 2017, 22:18:43 UTC
ca129ba docs(aio): upgrade to v5 and cli 1.5 PR Close #20077 01 November 2017, 21:14:08 UTC
171ae15 docs(packaging): fix typo PR Close #18915 01 November 2017, 19:45:58 UTC
4426c0f fix(docs): Fix 404 on amcdnl image PR Close #19120 01 November 2017, 19:45:28 UTC
901436e docs: fix link texts Fixes #19701 PR Close #19709 01 November 2017, 19:44:59 UTC
6fbc2b3 docs(aio): update AngularJS Quick Reference guide PR Close #19939 01 November 2017, 19:44:35 UTC
93d23dd docs(aio): fix typo PR Close #20029 01 November 2017, 19:42:25 UTC
548a809 docs(aio): fix typo PR Close #20042 01 November 2017, 19:41:57 UTC
a161b4a docs(aio): fix typo PR Close #20069 01 November 2017, 19:41:27 UTC
back to top