https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
6ccb937 docs: add changelog for 4.0.3 21 April 2017, 04:41:41 UTC
b54a957 release: cut the 4.0.3 release 21 April 2017, 04:39:36 UTC
21c14a7 fix(compiler): suppress another closure warning (#16137) closure compiler warns in generated .ngfactory.ts files: ``` WARNING - property createInternal already defined on superclass module$contents$..$core$src$linker$ng_module_factory_NgModuleInjector; use @override to override it ``` PR Close #16137 21 April 2017, 04:39:36 UTC
eed2d45 refactor(tsc-wrapped): cleanup (#16178) PR Close #16178 21 April 2017, 04:39:36 UTC
719c232 fix(core): distribute externs for testability API (#16179) Workaround for #11119 PR Close #16179 21 April 2017, 04:39:36 UTC
bd033b6 feat: add support for TS 2.3 21 April 2017, 04:39:36 UTC
5b92f7e fix(core): benchmarks - enable ng1 benchmark again Also make it match the ng2 benchmark. 21 April 2017, 04:39:36 UTC
20ffb41 fix(benchpress): chrome - prevent trace buffer overflow 21 April 2017, 04:39:36 UTC
11e6f45 build: bump protractor to 4.0.14 21 April 2017, 04:39:36 UTC
a30a73c fix(compiler): ignore calls to unresolved symbols in metadata This only shows up in the language service. Calls to symbols that are not resolve resulted in null instead of being resolved causing the language service to see exceptions when the null was not expected such as in the animations array. Fixes #15969 21 April 2017, 04:39:36 UTC
fb94c99 feat(upgrade): fixes for allow setting the angularjs lib at runtime - always have a value for `angular`, even if no angular is on the page - use `const` instead of `function` to allow to export a variable `module` without breaking tsickle / closure. 21 April 2017, 04:39:36 UTC
b3259e2 feat(upgrade): allow setting the angularjs lib at runtime (#15168) Readds 8ad464d90e735ab3f59bdb95191ef9110e63ac84. 21 April 2017, 04:39:36 UTC
be406f8 fix(compiler): Inform user where Quoted error was thrown 21 April 2017, 04:39:36 UTC
5cab3b1 fix(router): prevent `RouterLinkActive` from causing an infinite CD loop fixes #15825 21 April 2017, 04:39:36 UTC
eff6216 fix(language-service): only use canonical symbols Language service was treating some alias TypeScript symbols as if they where the canonical symbol. If the symbol in scope is an alias of another symbol the symbol should be converted to the canonical symbol. 21 April 2017, 04:39:35 UTC
88b2ab0 Revert "fix(compiler): ignore calls to unresolved symbols in metadata (#15970)" This reverts commit ce47d33cd94a242f23b47f287e975c80506c9a05. 21 April 2017, 04:39:35 UTC
5ad6d55 Revert "feat(upgrade): allow setting the angularjs lib at runtime (#15168)" This reverts commit 8ad464d90e735ab3f59bdb95191ef9110e63ac84. Breaks G3. 21 April 2017, 04:39:35 UTC
c81c7c0 fix(compiler): fix build error in xliff2 21 April 2017, 04:39:35 UTC
6f8e23b refactor(router): drop the `InternalRoute` interface 21 April 2017, 04:39:35 UTC
dc97111 refactor(router): misc refactoring 21 April 2017, 04:39:35 UTC
4c0c1e5 feat(compiler): Implement i18n XLIFF 2.0 serializer (#14185) - Ensure that the result passes OASIS XLIFF 2.0 schema validation - Use <ph/> for self-closing placeholder tags - Use <pc></pc> for other placeholder tags - Check for the correct XLIFF file version - Add ICU support fixes #11735 21 April 2017, 04:39:35 UTC
06ef090 feat(upgrade): allow setting the angularjs lib at runtime (#15168) This PR adds an ability to reset the angularjs library, which is often needed when Angular is loaded lazily using RequireJS. 21 April 2017, 04:39:35 UTC
a893d5e fix(packaging): increased buffer size (#15840) 21 April 2017, 04:39:35 UTC
44afa5a fix(core): key-value differ changes iteration (#15968) fixes #14997 21 April 2017, 04:39:35 UTC
0733f8d fix(compiler): ignore calls to unresolved symbols in metadata (#15970) This only shows up in the language service. Calls to symbols that are not resolve resulted in null instead of being resolved causing the language service to see exceptions when the null was not expected such as in the animations array. Fixes #15969 21 April 2017, 04:39:35 UTC
6604a4d refactor(compiler): cleanup (#15960) 21 April 2017, 04:39:35 UTC
96c63a9 fix(platform-server): handle innerText (#15818) 21 April 2017, 04:39:35 UTC
c444b15 fix(tsc-wrapped): collect new expressions with no arguments (#15908) Fixes #15906 21 April 2017, 04:39:35 UTC
2b67619 docs: add changelog for 4.1.0-beta.1 21 April 2017, 04:39:34 UTC
14a2d1a docs: add changelog for 4.0.2 11 April 2017, 21:56:13 UTC
61e0899 release: cut the 4.0.2 release 11 April 2017, 21:50:12 UTC
cbf30cb ci: add jasonaden to the router 11 April 2017, 21:38:46 UTC
2f41b52 fix(router): fix query param parsing 11 April 2017, 21:38:46 UTC
dcf60da refactor(router): cleanup & simplifications 11 April 2017, 21:38:45 UTC
9c9f409 test(router): enable running the campaign in non-ES6 browsers Closes #15806. 11 April 2017, 21:38:45 UTC
b44b983 test(router): test preloading when a module is already loaded 11 April 2017, 21:38:45 UTC
978f809 fix(router): the preloader use the module from the loaded config 11 April 2017, 21:38:45 UTC
c10e50c fix(tsc-wrapped): ensure valid path separators in metadata * Fixes that `tsc-wrapped` stores invalid path separators in the bundled metadata files. Previous errors could have been: `Cannot find module '.corecoordinationnique-selection-dispatcher'.` (See https://github.com/angular/material2/issues/3834) * Fixes failing tests on Windows. Now all tooling tests are green on Windows. Related to #15403 11 April 2017, 21:38:45 UTC
168a2eb fix(language-service): detect when there isn't a tsconfig.json Fixes #15874 11 April 2017, 21:38:44 UTC
c9c7acd fix(language-service): parse extended i18n forms 11 April 2017, 21:34:15 UTC
5b99533 fix(language-service): initialize static reflector correctly Fixes #15768 11 April 2017, 21:34:14 UTC
037805b style(router): fix typo in router preloader method 11 April 2017, 21:34:14 UTC
0861fda fix(language-service): avoid throwing exceptions when reporting metadata errors 11 April 2017, 21:34:13 UTC
feae7b6 fix(language-service): resolve any parameter types to any result 11 April 2017, 21:34:12 UTC
e4277a0 fix(language-service): improve resilience to incomplete information 11 April 2017, 21:34:12 UTC
1864ccb fix(compiler): fix inheritance for AOT with summaries (#15583) Allows to inherit ctor args, lifecycle hooks and statics from a class in another compilation unit. Will error if trying to inherit from a class in another compilation unit that has an `@Component` / `@Directive` / `@Pipe` / `@NgModule`. 11 April 2017, 21:34:11 UTC
6b79ab5 docs: add changelog for 4.0.1 29 March 2017, 23:27:40 UTC
53c12a8 release: cut the 4.0.1 release 29 March 2017, 23:26:06 UTC
ca66530 fix(core): fix inheritance in JIT mode for TS 2.1 (#15599) Fixes #15502 29 March 2017, 23:19:15 UTC
0fe4985 fix(language-service): correctly determine base members of types (#15600) Fixes #15460 29 March 2017, 23:19:09 UTC
74087cb docs(http): remove deprecated stuff and outdated plunkrs (#15598) 29 March 2017, 22:18:03 UTC
902bb2f fix(compiler): throw when a component defines both template and templateUrl (#15572) Closes #15566 29 March 2017, 17:29:00 UTC
23bf348 refactor(router): cleanup & simplification (#15436) 29 March 2017, 17:15:00 UTC
8c4b963 fix(core): Update types for TypeScript nullability support (#15472) 29 March 2017, 17:14:55 UTC
bfa4f70 fix(language-service): don't require `reflect-metadata` module to be provided (#15569) Fixes #15568 29 March 2017, 17:14:48 UTC
d481f6d docs(core): fix API docs for `Injector.get` 29 March 2017, 17:14:38 UTC
fd61145 perf(router): don't create new serializer every time UrlTree.toString is called (#15565) 29 March 2017, 17:11:21 UTC
c828511 fix(animations): make sure style calculations are not computed too early (#15540) Closes #15507 29 March 2017, 17:11:06 UTC
75478b2 fix(router): should run CanActivate after CanDeactivate guards Closes #14059 Closes #15467 29 March 2017, 17:11:00 UTC
cdbb3db refactor(router): fix tests structure 29 March 2017, 17:10:53 UTC
e72124c fix(core): fix the key/value differ (#15539) fixes #15457 29 March 2017, 17:10:43 UTC
b8c0a97 fix(core): check for undefined on normalizeDebugBindingValue (#15503) DebugServices is parsing false atributes values incorrectly. Parse5 expects a string value for attributes, but currently boolean is being sent. Closes #15494 29 March 2017, 17:10:37 UTC
5597fd3 fix(language-service): improve performance of `updateModuleAnalysis()` (#15543) 29 March 2017, 17:10:26 UTC
a88413f fix(compiler): ignore errors when evaluating base classes (#15560) Fixes #15536 29 March 2017, 17:10:22 UTC
aa11652 refactor(router): improve flatten fn closes #15505 29 March 2017, 17:10:10 UTC
4a5ad7b refactor(router): use object spread operator instead of merge fn 29 March 2017, 17:10:06 UTC
d74e4d0 fix(core): improve error msg for invalid KeyValueDiffer.diff arg (#15489) Closes #15402 29 March 2017, 17:09:55 UTC
a2c2b87 fix(language-service): be resilient to invalidate ordering (#15470) Fixes #15466 29 March 2017, 17:09:19 UTC
8f4ea3e docs(core): fix typo and example in InjectionToken doc (#15449) The doc included an example that didn't use InjectionToken. 29 March 2017, 17:08:22 UTC
bf25e94 fix(language-service): guard access to `Symbol.members` (#15529) Fixes #15528 What is the current behavior? The language service access TypeScript's Symbol.members without checking for null or undefined. What is the new behavior? The access is guarded. 29 March 2017, 17:08:06 UTC
7983414 ci: add tbosch and vicb as approvers of the language service (#15530) 29 March 2017, 17:07:58 UTC
8248eba docs: in doc comments, replace [aA]ngular2 with Angular (#15463) 29 March 2017, 17:07:44 UTC
a654875 fix(compiler): allow single quotes into named interpolations (#15461) Fixes #15318 29 March 2017, 17:07:32 UTC
426b3a1 refactor: use object spread operator rather than merge (#15426) 29 March 2017, 17:07:14 UTC
2360676 fix(router): shouldn't execute CanLoad when a route has been loaded Closes #14475 Closes #15438 29 March 2017, 17:07:01 UTC
ce3e03f refactor(router): polishing 29 March 2017, 17:06:52 UTC
858c11c docs: clarify querying all descendants (#15400) Fixes #14417 Updated example to illustrate @ContentChildren default behavior (only query direct children), and how to query for nested elements/all descendants. 29 March 2017, 17:06:09 UTC
95afaf4 test(compiler): refactor i18n integration test 24 March 2017, 21:35:10 UTC
d92930e docs: fixed broken links (#15455) Closes #15446 24 March 2017, 15:14:23 UTC
c2892da docs: revert the move of CONTRIBUTING.md to docs/CONTRIBUTING.md Because the root path has a special meeting for GitHub, Jeremy, unicorns and red arrows. 24 March 2017, 03:57:49 UTC
b2b1195 docs: update the contributing link one more time :-) 24 March 2017, 02:26:25 UTC
e1b09e3 docs: update CONTRIBUTING link in README.md 24 March 2017, 02:25:46 UTC
c65b754 docs: add the 4.0.0 code name to the changelog 24 March 2017, 00:46:02 UTC
db0dca3 docs: add a note about exclusion of symbols prefixed with ɵ from our public api surface (#15440) 24 March 2017, 00:21:52 UTC
7a715b2 docs: add changelog for 4.0.0 23 March 2017, 23:48:54 UTC
1ba2966 release: cut the 4.0.0 release 23 March 2017, 23:45:16 UTC
b800a0c fix: prevent strictNullChecks support until #15432 is fixed (#15434) 23 March 2017, 21:54:19 UTC
0dda01e fix(compiler): correctly handle when `toString` is exported (#15430) Fixes #15420 23 March 2017, 20:38:01 UTC
c8ab5cb fix(compiler): assume queries with no matches as static (#15429) This has the side effect of allowing `@Input` and `@ContentChild` on the same property if the query is static (see the bug description for details). Fixes #15417 23 March 2017, 20:37:45 UTC
92084f2 fix(platform-browser): setAttribute should work with xmlns namespace (#14874) Closes #14865 23 March 2017, 19:52:06 UTC
08f2f08 fix(router): should pass new data to Observable when query params change (#15387) Fixes #15290 23 March 2017, 17:43:14 UTC
376088d build(aio): delete content folder before doc-gen (#15414) This should prevent false-positive e2e test runs where stale files are left lying around. 23 March 2017, 17:23:09 UTC
73808dd build(aio): upgrade to @angular@4.0.0-rc.6 (#15412) 23 March 2017, 06:52:43 UTC
ee03418 release: cut the 4.0.0-rc.6 release 23 March 2017, 06:09:47 UTC
da700d1 docs: move markdown docs from root dir to docs/ and remove obsolete files (#15410) 23 March 2017, 05:50:12 UTC
de87c47 docs: spelling errors 23 March 2017, 04:28:24 UTC
1060805 docs: fix spelling 23 March 2017, 04:28:24 UTC
08d8675 fix(compiler): only log template deprecation warning once (#15364) 23 March 2017, 04:26:53 UTC
9319b5f docs(common): update ngFor docs to new `as` syntax (#15166) 23 March 2017, 00:18:22 UTC
26f6bd4 ci(travis): update excluded branch to g3 (#15391) 23 March 2017, 00:15:38 UTC
back to top