https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
1ac9085 docs: add changelog for 4.3.0-beta.1 29 June 2017, 21:41:40 UTC
1cfe67d release: cut the 4.3.0-beta.1 release 29 June 2017, 21:38:52 UTC
8d01db4 docs: Updated router guide content and examples for paramMap and queryParamMap, tracing, and incidental improvements. closes #16991 and #16259 which it also fixes. 29 June 2017, 16:35:39 UTC
4268c82 feat(aio): use shorter URLs for previews Use the 7 first characters of the 40-chars long SHAs for shorter/cleaner URLs. The collision probability is extremely low (since all SHAs are further "namespaced" under the corresponding PR). In case of a collision, the second PR will not be deployed, in order to avoid overwriting the original build. (This is a design decision to keep the implementation simple. It can be changed later if necessary.) 29 June 2017, 16:35:22 UTC
3c4eef9 fix(aio): clean up non-public previews The previous clean-up code for PR directories on the preview server assumed that all directories were named after the PR number. With the changes introduced in #17640 it is possible to have PR directories that do not follow that naming convention (e.g. "non-public" directories). This PR ensures that both public and non-public directories are removed when cleaning up. 29 June 2017, 16:35:22 UTC
96b1703 feat(aio): cross reference readme and docs styleguide 29 June 2017, 16:35:04 UTC
e47a77f docs(aio): update punctuation mark added in TOOLS guide 29 June 2017, 16:33:12 UTC
af14b1e test(animations): add proper tests to check multiple combinations of :enter/:leave animation queries 29 June 2017, 01:18:10 UTC
40f77cb fix(animations): properly collect :enter nodes that exist within multi-level DOM trees Closes #17632 29 June 2017, 01:18:10 UTC
6c1a8da docs: correct grammar in CONTRIBUTING.md 27 June 2017, 23:23:57 UTC
d699c35 fix(animations): do not remove container nodes when children are queried by a parent animation Closes #17746 27 June 2017, 18:00:17 UTC
34f3832 fix(animations): do not delay style() values before a stagger() runs Closes #17412 27 June 2017, 18:00:06 UTC
f162657 fix(aio): build `scripts-js` before creating a new docker image for the preview server When creating a new docker image for the preview server, the TypeScript source code in `scripts-js/` is not copied over. Instead only the generated JavaScript core in `scripts-js/dist/` are. Because of that, it is necessary to have run `yarn build` before running `docker build`, so that the new docker image contains the latest changes in `scripts-js/`. This was previously part of the `create-image.sh` script, but was accidentally removed in 21d213dfc. 27 June 2017, 17:11:06 UTC
68fc65d ci: add npm postinstall back to the lint step so node_modules doesn't get out of date 27 June 2017, 00:12:06 UTC
693f79e docs: fix spelling of case variants in naming.md unify variant forms of spelling letter cases (upper-case, uppercase, lower case) 26 June 2017, 20:43:37 UTC
448d9f9 test(compiler): add a test for components not part of any `NgModule` 26 June 2017, 20:24:36 UTC
8786ba9 build(aio): boilerplate wont be removed by default now 26 June 2017, 18:05:34 UTC
97bb374 fix(aio): Typo in Setup Anatomy documentation page Solves #17076 26 June 2017, 18:04:46 UTC
233044e docs(aio): fix typo 26 June 2017, 18:04:32 UTC
f365a0f docs(aio): animations typos fixed 26 June 2017, 18:04:13 UTC
263c1a1 refactor: remove unused imports of the deprecated Renderer 24 June 2017, 00:24:40 UTC
3097083 feat(compiler-cli): new compiler api and command-line using TypeScript transformers 23 June 2017, 23:18:44 UTC
43c187b refactor(forms): remove usage of deprecated Renderer 23 June 2017, 23:12:52 UTC
3165fd3 refactor(router): remove usage of deprecated Renderer 23 June 2017, 23:12:43 UTC
e80851d fix(core): add needed closure compiler warning suppression 23 June 2017, 21:44:00 UTC
b754e60 feat(compiler): add support `::ng-deep` - /deep/ is deprecated and being removed from Chrome - >>> is semantically invalid in a stylesheet - sass will no longer support either in any version of sass -> use ::ng-deep in emulated shadow DOM mode Because the deep combinator is deprecated in the CSS spec, `/deep/`, `>>>` and `::ng-deep` are also deprecated in emulated shadow DOM mode and will be removed in the future. see https://www.chromestatus.com/features/6750456638341120 23 June 2017, 21:43:42 UTC
81734cf refactor(compiler): add tracking comment for self-import detection The underlying cause of #17386 needs to be investigated and as a simple string compare should have been valid. 23 June 2017, 21:43:24 UTC
30f4fe2 docs(aio): cleanup rollup-config script 23 June 2017, 18:55:55 UTC
d6265df ci(aio): Change the firebase token 23 June 2017, 18:55:20 UTC
d51f862 ci(aio): address comments 23 June 2017, 18:55:20 UTC
97ace57 ci(aio): fix test 23 June 2017, 18:55:20 UTC
86949e0 ci(aio): remove umd 23 June 2017, 18:55:20 UTC
6924780 ci(aio): debug 23 June 2017, 18:55:20 UTC
1b0b69e ci(aio): add back deploy-preview 23 June 2017, 18:55:20 UTC
fa85389 ci(aio): updated limits 23 June 2017, 18:55:20 UTC
2e55857 ci(aio): rename limits file and address comments 23 June 2017, 18:55:20 UTC
ca970f5 ci(aio): Also track umd.min.js file size 23 June 2017, 18:55:20 UTC
204a2cf ci(aio): Add payload size limit file 23 June 2017, 18:55:20 UTC
0440251 ci(aio): upload aio payload size to firebase ci(aio): Add timestamp and change data 23 June 2017, 18:55:20 UTC
08ecfd8 build: No longer need to bazel build twice 23 June 2017, 18:54:51 UTC
7395a64 build: circleci workflows to run lint in parallel 23 June 2017, 18:54:51 UTC
979bfd0 refactor(aio): provide fallback values for secrets (useful during dev) 23 June 2017, 18:54:20 UTC
b6ce814 refactor(aio): enable `-u` flag on preview server scripts 23 June 2017, 18:54:20 UTC
66088fe docs(aio): document preview server HTTP status codes 23 June 2017, 18:54:20 UTC
808bd4a ci(aio): deploy previews for all PRs PRs that could not be automatically verified will not be publicly accessible, until manually verified. 23 June 2017, 18:54:20 UTC
f90b35a test(aio): add e2e tests for non-public previews 23 June 2017, 18:54:20 UTC
8ae0eec feat(aio): enable previews for any PR This commit introduces the ability to show previews for PRs by any author. It works as follows: - The build artifacts of all PRs are uploaded to the preview server. - Automatically verified PRs (i.e. from trusted authors or having a specific label) are deployed and publicly accessible as usual. - PRs that could not be automatically verified are stored for later use (after re-verification). - A PR can be marked as "trusted" and make its preview publicly accessible by adding the GitHub label specified in the `AIO_TRUSTED_PR_LABEL` env var of the preview server. At the moment, there is no automatic mechanism for notifying the preview server about changes to the PR's verification status. The PR's "visibility" will be checked and updated every time a new build is uploaded. 23 June 2017, 18:54:20 UTC
0fe6851 refactor(aio): simplify preview server build events 23 June 2017, 18:54:20 UTC
a98440b test(aio): add missing unit test for preview server 23 June 2017, 18:54:20 UTC
3112311 test(aio): fix preview server tests on Windows 23 June 2017, 18:54:20 UTC
1b13bde build(aio): upgrade preview server dependencies 23 June 2017, 18:54:20 UTC
3ce9d51 fix(aio): prefix `location.assign` with `window.` No practical effect but clears the TS compiler warning. 23 June 2017, 18:53:53 UTC
14d2de1 fix(aio): fix links on `/about` in Firefox Fixes #17661 23 June 2017, 18:53:22 UTC
5713e7c refactor(aio): clean up `aio-contributor` template and styles 23 June 2017, 18:53:22 UTC
87206e1 fix(aio): preserve newlines when copying code Before 4f37f8643, we were using `innerText` to retrieved the code content for copying. This preserved the text layout (including newlines), but suffered from other issues (browser support, performance). With 4f37f8643 we switched to `textContent`, which works well except in the following case: When `prettify` formats the code to have line numbers, it removes the newlines and uses `<li>` elements instead. This affects `textContent`. This commit fixes this by keeping a reference of the code as text and using that for copying. Fixes #17659 23 June 2017, 18:53:01 UTC
414c7e9 ci: test merge commits on circle We expect this behavior because it's what Travis does. Also it's better because we want to test what happens if we merge the PR, not the status of the PR branch. 23 June 2017, 18:52:41 UTC
6191d53 docs(aio): Update resources.json - fixed language error 23 June 2017, 18:52:22 UTC
7d30ccc docs(aio): update resources - Add Compodoc - documentation tool for Angular app 23 June 2017, 18:52:22 UTC
494a0d0 fix(aio): fix topbar nav-item focus style Fixing it requires upgrading `@angular/material` to v2.0.0-beta.7. Fixes #17216 23 June 2017, 18:51:17 UTC
849200b docs: remove unnecessary newline 23 June 2017, 18:50:48 UTC
60273a9 docs: fix “under to hood” typo in changelog.md closes #14856 23 June 2017, 16:04:40 UTC
7ba720a docs(aio): resources.json - replace “Angular 2” in titles/descriptions closes #16965 23 June 2017, 16:04:21 UTC
eacc36b docs(aio): update Bash for Windows info As of the Creator's Update, Bash on Ubuntu on Windows supports all npm commands. https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/ Update setup documentation accordingly. 23 June 2017, 16:04:04 UTC
8b4acbb docs(aio): minor fixes for the upgrade guide Fixes #17093 23 June 2017, 16:03:28 UTC
b1fe63d fix(aio): add missing WeakMap polyfill 23 June 2017, 16:03:07 UTC
f2ee1dc fix(animations): do not validate style overlap errors in different transitions 23 June 2017, 16:02:37 UTC
21018af docs(aio): replace “Angular 1” in upgrade phonecat script 22 June 2017, 21:57:02 UTC
67ffbae docs(aio): fix promises link in toh-pt4 closes #16050 22 June 2017, 21:56:41 UTC
5dd5bfd docs(aio): remove "_" from private property name follow best practices from the documentation: https://angular.io/guide/styleguide#properties-and-methods 22 June 2017, 21:55:42 UTC
400486c docs(aio): correct typos in Tour of Heroes `HeroSearchService` 22 June 2017, 21:55:17 UTC
1a947e4 docs(aio): Added resources to UI Components (#17635) docs(aio): Added resources to UI Components 22 June 2017, 21:52:58 UTC
92bcfef docs(aio): remove min, max & move built-in validators paragraph 22 June 2017, 21:51:05 UTC
133b5e6 docs(aio): added link to Russian Angular Courses 22 June 2017, 21:46:24 UTC
5c576d3 docs: add documentation for LTS versions 22 June 2017, 21:45:36 UTC
68b64a2 docs: add missing colon in the Constants section of NAMING.md 22 June 2017, 21:40:33 UTC
68f939e docs: Fix Stack Overflow being repeatedly misspelt as a single word (To see that it is two words, see e.g. the page title at https://stackoverflow.com/ or the spelling at http://stackoverflow.com/tour) 22 June 2017, 21:39:10 UTC
8c129d7 docs: Fix some non-code being formatted as code in the router docs 22 June 2017, 21:38:55 UTC
1fc0d05 docs: add changelog for 4.3.0-beta.0 22 June 2017, 00:21:39 UTC
20a04f9 release: cut the 4.3.0-beta.0 release 22 June 2017, 00:16:04 UTC
02a38d3 docs: add changelog for 4.2.4 22 June 2017, 00:11:19 UTC
37cdc4f docs(aio): ward's changes 21 June 2017, 23:21:20 UTC
b1dab18 docs(aio): change to overall prose 21 June 2017, 23:21:20 UTC
fd6c4e3 docs(aio): create author style guide 21 June 2017, 23:21:20 UTC
4352dd2 fix(compiler): avoid emitting self importing factories Fixes: #17389 21 June 2017, 23:19:43 UTC
34cc3f2 feat(aio): display “Searching ..." while building search index closes #15923 21 June 2017, 21:31:32 UTC
97fd248 fix(aio): fix patch script on windows Running the patch script on Windows (with `patch` available) yields an invalid syntax warning, and does not apply patches. ``` kamik@T460p MINGW64 /d/work/angular/aio (master) $ yarn postinstall yarn postinstall v0.24.6 $ node tools/cli-patches/patch.js && uglifyjs node_modules/lunr/lunr.js -c -m -o src/assets/js/lunr.min.js --source-map The syntax of the command is incorrect. Done in 1.52s. ``` 21 June 2017, 20:51:35 UTC
1d93cf2 build(aio): ensure all doc tests are run It is not possible to run all the docs tests directly via the jasmine CLI. Instead we now have a small script that will run jasmine via its library. 21 June 2017, 20:51:15 UTC
3fb98fe build(aio): do not recurse node_modules when loading examples in doc-gen 21 June 2017, 20:51:15 UTC
bb804dd feat(aio): select contributor group with URL “about?group=gde” closes #17656 also adds test for ContributorListComponent. 21 June 2017, 20:50:57 UTC
0034bb2 fix(aio): restore component-styles/exclude hidden children 21 June 2017, 18:33:19 UTC
ca51e02 fix(aio): redirect "cli-quickstart" to "quickstart" 21 June 2017, 18:33:19 UTC
d168528 docs(aio): fix numbered list in testing.md This list renders OK in the github UI but not at https://angular.io/guide/testing#setup 20 June 2017, 23:43:26 UTC
46ddf50 fix(tsc-wrapped): skip collecting metadata for default functions Fixes: #17518 20 June 2017, 21:22:49 UTC
8c89cc4 fix(compiler-cli): find lazy routes in nested module import arrays Fixes: #17531 20 June 2017, 21:21:14 UTC
00874c2 docs(aio): update resource listing 20 June 2017, 19:58:02 UTC
c59c390 fix: argument destructuring sometimes breaks strictNullChecks Destructuring of the form: function foo({a, b}: {a?, b?} = {}) breaks strictNullChecks, due to the TypeScript bug https://github.com/microsoft/typescript/issues/10078. This change eliminates usage of destructuring in function argument lists in cases where it would leak into the public API .d.ts. 20 June 2017, 19:56:08 UTC
009651e refactor(core): remove toString() method from DefaultKeyValueDiffer toString() from DefaultKeyValueDiffer is only used in tests and should not be part of the production code. toString() methods from differs add ~ 0.3KB (min+gzip) to the production bundle size. 20 June 2017, 19:55:20 UTC
f194f18 fix(language-service): infer `any` `ngForOf` of type `any` Fixes: #17611 20 June 2017, 19:04:51 UTC
4e6be15 fix(language-service): rollup `tslib` into the language service package Fixes: #17614 20 June 2017, 18:50:20 UTC
3e685f9 fix(forms): roll back breaking change with min/max directives With 4.2, we introduced the min and max validator directives. This was actually a breaking change because their selectors could include custom value accessors using the min/max properties for their own purposes. For now, we are rolling back the change by removing the exports. At the least, we should wait to add them until a major version. In the meantime, we will have further discussion about what the best solution is going forward for all validator directives. Closes #17491. ---- PR #17551 tried to roll this back, but did not remove the dead code. This failed internal tests that were checking that all declared directives were used. This PR rolls back the original PR and commit the same as #17551 while also removing the dead code. 20 June 2017, 16:04:50 UTC
back to top