https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
540b119 fix(form): fix merge errors 15 December 2016, 02:22:03 UTC
d30cc84 docs(changelog): add changelog for 2.3.1 15 December 2016, 02:14:34 UTC
f27954e build: bump angular to 2.3.1 & tsc-wrapped to 0.5.0 15 December 2016, 02:11:35 UTC
69b52eb fix(compiler): fix merge error in compiler_host 15 December 2016, 02:08:54 UTC
b9b557c fix(compiler): update to metadata version 3 (#13464) This change retracts support for metadata version 2. The collector used to produce version 2 metadata was incomplete and can cause the AOT compiler to fail to resolve symbols or produce other spurious errors. All libraries compiled and published with 2.3.0 ngc will need to be recompiled and updated with this change. 15 December 2016, 02:08:48 UTC
a72a002 refactor: format & lint 15 December 2016, 02:08:43 UTC
a0437f8 chore(animations/aot): always export NoOpAnimationDriver (#13480) 15 December 2016, 02:08:36 UTC
1c279b3 fix(compiler): fix simplify a reference without a name closes #13470 15 December 2016, 02:08:32 UTC
cd03c77 fix(tsc-wrapped): generate metadata for exports without module specifier fixes #13327 15 December 2016, 02:08:29 UTC
f6ef7d6 fix(compiler): propagate exports when upgrading metadata to v2 15 December 2016, 02:08:25 UTC
6aeaca3 fix(compiler): resolver should merge host bindings and listeners (#13474) fixes #13327 15 December 2016, 02:07:41 UTC
af62050 docs(upgrade): fix UpgradeAdapter examples closes #12675 15 December 2016, 02:02:26 UTC
cb69656 docs(upgrade/upgrade_adapter): fix up references to AngularJS and Angular 2 15 December 2016, 02:02:14 UTC
2fc0560 feat(upgrade): enable Angular 1 unit testing of upgrade module - New method `UpgradeAdapter.registerForNg1Tests(modules)` declares the Angular 1 upgrade module and provides it to the `angular.mock.module()` helper. This prevents the need to bootstrap the entire hybrid for every test. Closes #5462, #12675 15 December 2016, 02:02:05 UTC
86c5098 fix(upgrade): fix downgrade content projection and injector inheritance - Full support for content projection in downgraded Angular 2 components. In particular, this enables multi-slot projection and other features on <ng-content>. - Correctly wire up hierarchical injectors for downgraded Angular 2 components: downgraded components inherit the injector of the first other downgraded Angular 2 component they find up the DOM tree. Closes #6629, #7727, #8729, #9643, #9649, #12675 15 December 2016, 01:56:20 UTC
2197644 refactor(upgrade/upgrade_adapter): use `Deferred` helper Making Angular 1's `$compile` asynchronous by chaining injector promises in linking functions can cause flickering views in applications. 15 December 2016, 01:56:16 UTC
998ce9a refactor(upgrade/util): remove unused `stringify()` method 15 December 2016, 01:56:11 UTC
1115236 refactor(compiler/template_parser): export `createElementCssSelector` This is needed in `ngUpgrade`. 15 December 2016, 01:56:06 UTC
2d74a22 refactor(upgrade): add missing Angular 1 type info 15 December 2016, 01:55:56 UTC
4d6ac9d fix(core): detectChanges() doesn't work on detached instance Closes #13426 Closes #13472 15 December 2016, 01:55:38 UTC
6557bc3 fix(animations): throw errors and normalize offset beyond the range of [0,1] Closes #13348 Closes #13440 15 December 2016, 01:55:34 UTC
e2622ad perf(animations): always run the animation queue outside of zones Related #12732 Closes #13440 15 December 2016, 01:55:27 UTC
ecfad46 fix(compiler): emit quoted object literal keys if the source is quoted feat(tsc-wrapped): recored when to quote a object literal key Collecting quoted literals is off by default as it introduces a breaking change in the .metadata.json file. A follow-up commit will address this. Fixes #13249 Closes #13356 15 December 2016, 01:55:22 UTC
5918133 Revert "fix(compiler): xmb `<ph>` tags should not self close (#13413)" This reverts commit 4b3d13519399f8db5ead50ab24ee6e5a64acbe43. closes #13463 15 December 2016, 01:55:18 UTC
700bce9 Revert "test(i18n): fix a typo in the reference xmb (#13441)" This reverts commit a8d237581d4df742bb1e36be56518f383bf3d19f. 15 December 2016, 01:55:14 UTC
a64a35a refactor(facade): don't expect super() to return a new Error object in BaseError (#12600) Related to #12575 15 December 2016, 01:55:10 UTC
b3dcff0 fix(forms): ensure select[multiple] retains selections If you bound an array to select[multiple] via ngModel and subsequently changed the options to select from, the UI would drop any selections made since by the user. This was due to SelectMultipleControlValueAccessor not keeping a reference to the new model arrays it generated when users interacted with the select control. Update code to keep the reference. Closes #12527 Closes #12654 15 December 2016, 01:55:02 UTC
124267c fix(forms): introduce checkbox required validator Closes #11459 Closes #13364 15 December 2016, 01:52:53 UTC
547bfa9 fix (forms): clear selected options when model is not an array (#12519) When an invalid model value (eg empty string) was preset ngModel on select[multiple] would throw an error, which is inconsistent with how it works on other user input elements. Setting the model value to null or undefined would also have no effect on what was already selected in the UI. Fix this by clearing selected options when model set to null, undefined or a type other than Array. Closes #11926 15 December 2016, 01:52:02 UTC
d40bbf4 fix(core): properly destroy embedded Views attatched to ApplicationRef (#13459) Fixes #13062 15 December 2016, 01:51:56 UTC
94b7031 refactor: format & lint 15 December 2016, 01:51:48 UTC
df0bf1d chore(internal API): introduce an internal API for ngtools. (#13415) 15 December 2016, 01:51:40 UTC
c8a9b70 fix(compiler): generated CSS files suffixed with ngstyle. (#13353) Mirrors factories which ends in `ngfactory`. Closes #13141. 15 December 2016, 01:50:29 UTC
efa2d80 fix(compiler): make sure provider values with `name` property don’t break. Fixes #13394 Closes #13445 15 December 2016, 01:50:22 UTC
a58e5ef test(i18n): fix a typo in the reference xmb (#13441) 15 December 2016, 01:50:12 UTC
86cf0ef refactor: remove intl from facades (#13404) The existing intl.ts file is not a facade but rather a set of utils used by i18n-related pipes only. As such moving it back to common module so those utils are not used accidently from other places. 15 December 2016, 01:50:02 UTC
5c568fa test(upgrade): fix failing test in browsers which do not support RAF closes #13399 15 December 2016, 01:49:52 UTC
5661045 ci(browser providers): update browsers in SL and BS (#13431) 15 December 2016, 01:49:37 UTC
307d305 fix(compiler): narrow the span reported for invalid pipes fixes #13326 closes #13411 15 December 2016, 01:49:05 UTC
0a7364f fix(language-service): correctly type undefined fixes #13412 closes #13414 15 December 2016, 01:40:58 UTC
4544b1d fix(compiler): xmb `<ph>` tags should not self close (#13413) 15 December 2016, 01:39:51 UTC
9e0e6b5 docs(core): update OnDestroy description (#13369) Closes #11228 15 December 2016, 01:39:45 UTC
14dd2b3 fix(language-service): treat string unions as strings (#13406) Fixes #13403 15 December 2016, 01:39:36 UTC
91eb891 build: update the package list of the symlinks scripts for Windows (#13408) 15 December 2016, 01:39:30 UTC
77823d7 refactor: format and lint code 15 December 2016, 01:38:31 UTC
2afe2d1 docs(Location): updating Location docs and adding example closes #11500 15 December 2016, 01:38:22 UTC
17f40fb chore: Add @types/systemjs 15 December 2016, 01:37:43 UTC
98936fd chore: convert hash_location_strategy example to a tested spec 15 December 2016, 01:37:33 UTC
7383e4a fix(forms): fix Validators.min/maxLength with FormArray (#13095) Fixes #13089 15 December 2016, 01:37:18 UTC
65c9b5b fix(http): create a copy of headers when merge options (#13365) Closes #11980 15 December 2016, 01:36:48 UTC
5fab871 fix(dom_adapter): remove logError from logGroup (#12925) 15 December 2016, 01:35:12 UTC
f106a18 fix(http): check response body text against undefined (#13017) 15 December 2016, 01:35:05 UTC
8db184d fix(compiler): support dotted property binding fixes angular/flex-layout#34 15 December 2016, 01:31:08 UTC
c18eb29 test(Selector): add a test for dotted attribute names 15 December 2016, 01:31:00 UTC
3f4aa59 refactor(Compiler): cleanup 15 December 2016, 01:30:50 UTC
79728b4 fix(compiler): fix PR 13322 (#13331) 15 December 2016, 01:30:40 UTC
413167a style: clang-format the code 15 December 2016, 01:26:52 UTC
203cc7e fix: Better instructions on running examples and their tests 15 December 2016, 01:23:11 UTC
b0cd514 fix: Better error when directive not listed in NgModule.declarations 15 December 2016, 01:22:58 UTC
392c9ac fix(selector): SelectorMatcher match elements with :not selector (#12977) 15 December 2016, 01:21:34 UTC
a26e054 fix(animations): always cleanup players after they have finished internally (#13334) Closes #13333 Closes #13334 15 December 2016, 01:21:23 UTC
c0b001a refactor(router): misc refactoring (#13330) 15 December 2016, 01:21:09 UTC
c8c1f22 refactor(router): simplify regexp closes #11373 closes #13329 15 December 2016, 01:20:47 UTC
e4d5a5f fix(router): add support for query params with mulitple values closes #11373 15 December 2016, 01:20:22 UTC
03d9de3 Revert "fix(compiler): fix transpiled ES5 code (#13322)" This reverts commit 43980561467b705516940a9cf32610ccf6c84585. 15 December 2016, 01:20:14 UTC
a8a80cf doc: update triage owners for language service and router (#13325) 15 December 2016, 01:19:50 UTC
6c1d790 fix(compiler): fix transpiled ES5 code (#13322) fixes #13301 The inner class would transpile to a nested function declaration which is not allowed in ES5. See http://eslint.org/docs/rules/no-inner-declarations 15 December 2016, 01:18:12 UTC
9aab6d2 build(tslint): enable no-inner-declarations (#13316) 15 December 2016, 01:18:02 UTC
5ee8155 fix(router): Use T type in Resolve interface (#13242) 15 December 2016, 01:17:45 UTC
21de0f2 docs(changelog): fix a typo (#13298) 15 December 2016, 01:16:49 UTC
13b41bd chore(release): update version of tsc-wrapped to 0.4.2 07 December 2016, 21:54:22 UTC
f3524af docs(changelog): add changelog for 2.3.0 07 December 2016, 19:21:13 UTC
0a56f4e chore(release): cut the 2.3.0 release 07 December 2016, 18:58:29 UTC
cf52284 docs(changelog): fix typo AplicationRef => ApplicationRef (#13284) docs(changelog): fix typo AplicationRef => ApplicationRef 07 December 2016, 18:06:40 UTC
4a09c81 fix(language-service): do not throw for invalid metadata (#13261) Fixes #13255 07 December 2016, 01:11:09 UTC
16efb13 fix: display framework version on bootstrapped component (#13252) 07 December 2016, 00:21:07 UTC
986abbe fix(http): set the default Accept header (#12989) Fixes #6354 07 December 2016, 00:20:43 UTC
25c2141 fix(language-service): remove incompletely used parameter from `createLanguageServiceFromTypescript()` (#13278) Fixes #13277 07 December 2016, 00:19:39 UTC
2893c2c fix(router): validate nested routes (#13224) Fixes #12827 06 December 2016, 18:41:01 UTC
393c100 fix(tsc-wrapped): have UserError display the actual error 06 December 2016, 18:40:38 UTC
66b6fc0 refactor(common): unify export structure 06 December 2016, 18:40:38 UTC
f31c947 fix(compiler): short-circut expressions with an index (#13263) Fixes #13254 06 December 2016, 18:40:15 UTC
4bd8f58 FIX typo (#13267) 06 December 2016, 18:40:01 UTC
93556a5 fix(language-service): avoid throwing for invalid class declarations (#13257) Fixes #13253 06 December 2016, 17:56:30 UTC
5614c4f fix(compiler): serialize any `StaticSymbol` correctly, not matter in which context. 05 December 2016, 22:20:01 UTC
c3065aa refactor(compiler): replace `isStaticSymbol` with `instanceof StaticSymbol` 05 December 2016, 22:20:01 UTC
c767df0 fix(router): throw a better error message when angular 1 is not bootstraped 05 December 2016, 18:57:24 UTC
25e5b2f fix(router): make setUpLocationChangeListener idempotent 05 December 2016, 18:57:24 UTC
307c469 refactor(router): code cleanup 05 December 2016, 18:54:10 UTC
349ad75 fix(router): fix replaceUrl on RouterLink directives 05 December 2016, 18:54:10 UTC
f562cbf fix(router): fix skipLocationChanges on RouterLink directives fixes #13156 05 December 2016, 18:54:10 UTC
804943c refactor(router): cleanup RouterLink 05 December 2016, 18:54:10 UTC
dea5916 docs(developer): add anchor to source code formatting (#13199) In CONTRIBUTING.md#rules has reference to DEVELOPER.md#clang-format but anchor to #clang-format is not present 05 December 2016, 18:27:20 UTC
a132287 fix(facade): cache original format string (#12764) 05 December 2016, 18:26:59 UTC
b8c839b docs(cheatsheet): correct HostBinding decorator example (#13206) 05 December 2016, 18:25:40 UTC
d2e5198 docs(contributing): fix styleguide link and typos (#13198) 05 December 2016, 18:25:20 UTC
6cf7a1b refactor(build): fix build location of compiler-cli esm module (#13212) 02 December 2016, 23:19:52 UTC
d46b8de fix(router): runs guards every time when unsuccessfully navigating to the same url over and over again (#13209) 02 December 2016, 23:19:00 UTC
bbb7a39 fix(router): allow specifying a matcher wihtout specifying a path fixes #12972 02 December 2016, 23:03:59 UTC
d7d8fab refactor(router): cleanup config 02 December 2016, 23:03:59 UTC
back to top