https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
4f40792 fix(api): export missing shadow dom strategies Can be merged once decided in #2688 Closes #2688 30 June 2015, 07:28:40 UTC
1f7296c feat: upgrade clang-format and gulp-clang-format. This makes sure just running clang-format will use whatever version is used in the project, by loading it from the closest node_modules folder. It also moves the clang-format dependency to the top and explicitly passes it to gulp-clang-format, giving us more control over the version used. 26 June 2015, 05:55:58 UTC
d1f7900 docs: consolidate clang-format docs. Move the section from `CONTRIBUTING.md` (which should only be policy) to `DEVELOPER.md` (which should document developer tooling). Consolidates the whole thing a bit, and adjusts for the now always installed `git clang-format` hook. Also mentions clang-format's lookup behaviour. 25 June 2015, 23:26:30 UTC
393f703 fix: export top-level pipe factories as const Also appComponent(Ref|Type)Token Related to https://github.com/angular/angular/issues/1485 25 June 2015, 22:16:24 UTC
7a7b3a6 perf(Compiler): do not resolve bindings for cached ProtoViews 25 June 2015, 21:45:08 UTC
0949a4b feat(benchpress): initial support for firefox Closes #2419 25 June 2015, 21:40:46 UTC
7a4a3c8 fix(typings): Minor issues preventing angular2.d.ts from working in TS 1.4. This removes some, but not all, of the manual work needed to patch up our .d.ts for pushing to DefinitelyTyped. Remaining manual steps are: - some types still missing - declaration of decorators - remove destructuring args See #2686. 25 June 2015, 21:13:05 UTC
8a5cf8f docs(directives): correct property binding examples Closes #2663 25 June 2015, 13:12:16 UTC
aeb17d8 test(NgSwitch): simplify tests with static values 25 June 2015, 13:12:16 UTC
85d6ae3 chore(test): migrate directives tests to testcomponentbuilder Part of #2354 25 June 2015, 04:58:36 UTC
d3dda61 chore(test): migrate remaining core tests to testcomponentbuilder Also add a small utility function to debug element to get an array of native elements, which works smoothly with the toHaveText matcher. 25 June 2015, 04:52:03 UTC
1c8a589 fix(build): fix paths in `test.typings` task 25 June 2015, 04:18:46 UTC
19a9dc6 chore(packaging): bump version to 2.0.0-alpha.28 24 June 2015, 23:20:57 UTC
a0e0f31 refactor: change template for view where it makes sense 24 June 2015, 16:40:04 UTC
b15474c refactor(TemplateResolver): rename to ViewResolver 24 June 2015, 16:40:04 UTC
356c927 refactor(TemplateLoader): rename to ViewLoader 24 June 2015, 16:40:04 UTC
b89c067 test(refactor): cleanup test to use the new UrlMapper 24 June 2015, 16:40:04 UTC
0a2f6dd fix(parse5): do not try to insert empty text node 24 June 2015, 16:40:03 UTC
3ea6559 refactor(Compiler): inline styles before compiling the template 24 June 2015, 16:40:03 UTC
3875f02 refactor(UrlResolver): move away from the anchor link fixes #2029 fixes #872 24 June 2015, 16:40:03 UTC
06aaa0c refactor(UrlResolver): extract app url resolution into AppRootUrl fixes #1732 24 June 2015, 16:40:03 UTC
8c993dc feat(CSSClass): add support for string and array expresions Closes #2025 24 June 2015, 14:17:10 UTC
2c11205 chore(testbed): migrate compiler integration spec to testcomponentbuilder Part of #2354 24 June 2015, 02:02:46 UTC
d800d2f fix(injectors): sync injector tree with dom element tree. Changes adds createGrowableSize method to allow for growable lists with fixed start. Closes: #2498 24 June 2015, 01:32:57 UTC
24646e7 feat(typings): add typing specs add test in gulpfile which will compile a basic TS file with generated angular2.d.ts to ensure generated d.ts is valid syntactic TS Adds support for enums in .d.ts generation pipeline. Removes renaming reexports in http module. 24 June 2015, 01:22:47 UTC
6149ce2 fix(render): fix failing tests in dynamic_component_loader.ts 24 June 2015, 00:43:36 UTC
c8bdacb refactor(render): cleanup access to native dom elements BREAKING CHANGES: - rename `ElementRef.domElement` to `ElementRef.nativeElement` - add `Renderer.getNativeElementSync` to make the app side less dependent on the dom renderer. - don’t use `ElementRef.nativeElement` in directives but use the methods on `Renderer` directly. - Removed `ElementRef.setAttribute`. Use `Renderer.setElementAttribute` instead. Closes #2712 Last part of #2476 Closes #2476 24 June 2015, 00:27:59 UTC
5c9e53a chore(testbed): migrate dynamic component loader spec to testcomponentbuilder Part of #2354 23 June 2015, 23:33:11 UTC
ba9fecd refactor(render): use `RenderElementRef` in all renderer methods BREAKING CHANGES: - Almost all methods in `Renderer` now take a `RenderElementRef` instead of a `ViewRef` + `boundElementIndex`. - These methods can be called with the `ElementRef` from the app side directly. Closes #2706 Related to #2476 23 June 2015, 21:26:34 UTC
2c3c235 Revert "build(broccoli): allow rebuild() to return DiffResult" This reverts commit d575915d7a504c155fbdfad5614a210268e5bea4. See #2662 23 June 2015, 20:21:17 UTC
7b2f757 build(gulp/travis): move circular check and style check to before pre/post-test tasks In order to speedup the startup time of test.unit.js task, we are moving the circular dependency check into a pre-test check that executes only on travis. Similarly we are moving the style check to a post-test check that executes on travis. This way if a circular dependency issue occurs, we find it before running tests on CI and if the code is not formatted we fail the build only if all the tests pass. Related to #2536 Related to #2094 23 June 2015, 17:52:08 UTC
a67f231 feat(router): add support for hash-based location Closes #2555 23 June 2015, 01:46:20 UTC
0a51ccb feat(render): don’t use the reflector for setting properties BREAKING CHANGES: - host actions don't take an expression as value any more but only a method name, and assumes to get an array via the EventEmitter with the method arguments. - Renderer.setElementProperty does not take `style.`/... prefixes any more. Use the new methods `Renderer.setElementAttribute`, ... instead Part of #2476 Closes #2637 23 June 2015, 01:35:16 UTC
2932377 feat(mock): add mock module and bundle Closes #2325 22 June 2015, 23:14:25 UTC
e5de1f7 refactor(router): refactor BrowserLocation into LocationStrategy This makes it easy to mock browser location and paves the way to implementing hash routing. 22 June 2015, 23:14:24 UTC
b48f000 docs(benchpress): document frame time metrics closes #2656 closes #2685 22 June 2015, 23:09:13 UTC
d8929c1 fix(benchmarks): add waits for naive scrolling benchmark to ensure loading Also, simplify selectors. Closes #1706. 22 June 2015, 19:39:59 UTC
92ffc46 feat(host): limits host properties to renames 22 June 2015, 19:10:02 UTC
c1a494b chore(ShadowDomStrategy): remove redundant field styleInliner 22 June 2015, 18:15:46 UTC
783654e chore(example): adds zippy example 22 June 2015, 15:00:42 UTC
dee0e00 chore(doc-gen): refactor versionInfo logic to new `git` dgeni-package Closes #2444 21 June 2015, 01:15:42 UTC
d7b9345 feat(compiler): detect dangling property bindings BREAKING CHANGE: compiler will throw on binding to non-existing properties. Till now it was possible to have a binding to a non-existing property, ex.: `<div [foo]="exp">`. From now on this is compilation error - any property binding needs to have at least one associated property: eaither on an HTML element or on any directive associated with a given element (directives' properites need to be declared using the `properties` field in the `@Directive` / `@Component` annotation). Closes #2598 20 June 2015, 06:06:07 UTC
f158fbd chore(ShadowDomStrategy): fix MapWrapper usage, DemoUrlResolver 20 June 2015, 01:50:30 UTC
1c4d233 fix(ShadowDomStrategy): always inline import rules fixes #1694 20 June 2015, 01:50:30 UTC
d575915 build(broccoli): allow rebuild() to return DiffResult Plugins may opt to return a DiffResult themselves, and avoid the need to calculate a diff Closes #2514 20 June 2015, 01:35:44 UTC
ed9d9d5 build(broccoli): make node_trees produce strict-mode scripts Closes #2575 Closes #2648 20 June 2015, 01:19:12 UTC
2d2ae9b feat(router): enforce usage of ... syntax for parent to child component routes 20 June 2015, 00:54:45 UTC
fa7a3e3 cleanup: explicitly export symbols from di, cd, forms 19 June 2015, 23:59:40 UTC
a057789 docs: clang-format instructions in CONTRIBUTING.md Document installation, command line usage, editors, etc. 19 June 2015, 23:57:44 UTC
20a8f0d refactor(pipes): removed pipes from properties BREAKING CHANGE: This PR remove an ability to use pipes in the properties config. Instead, inject the pipe registry. 19 June 2015, 23:56:52 UTC
ad7aca6 refactor(NgClass): remove pipes from property bindings 19 June 2015, 23:56:52 UTC
c899b0a feat(element_injector): support multiple injectables with the same token 19 June 2015, 23:02:56 UTC
5ba5da5 cleanup(forms): cleanup 19 June 2015, 23:02:43 UTC
4d1ed50 refactor(forms): refactored forms to user Query to get html validators 19 June 2015, 23:02:43 UTC
85b8a15 chore(build): add a task to watch and render examples and e2e tests for production You can now run `gulp serve.e2e.prod` to instantiate a task that watches and compiles example and module files into the prod directory in dist and then allows the code to be run via protractor. Closes #2369 19 June 2015, 22:57:41 UTC
920982c chore: update files to match clang-format 1.0.21. 19 June 2015, 22:00:32 UTC
254e58c feat: update clang-format to 1.0.21. 19 June 2015, 22:00:31 UTC
f9d72bd fix(transformer): Throw unimplemented errors in HtmlAdapter. closes #2624 closes #2627 19 June 2015, 21:45:58 UTC
b8ef20e chore(doc-gen): ignore `@param` tags At the moment we are not parsing param tags. This commit ignores them completely. TODO: hook up param descriptions with the actual param data in the doc. Closes #2633 19 June 2015, 19:10:01 UTC
c8ef5b5 chore: readme link to community-help hotlist 19 June 2015, 18:25:00 UTC
22f4cd2 chore(doc-gen): remove redundant processors from angular.io generation 19 June 2015, 18:08:34 UTC
aadaa20 chore(doc-gen): clean dist/angular.io folder when generating those docs 19 June 2015, 18:04:41 UTC
f2ef90b feat(transformers): inline styleUrls to view directive While creating the ng_deps.dart file for a view inline the styleUrls attribute. This copies the pattern used for templateUrl, aleviating the need to make an XHR request for those resources. closes #2566 19 June 2015, 05:12:44 UTC
f80f972 refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces List of changes: - Makes ChangeDetector and ProtoChangeDetector interfaces - Assigns a unique id to every detector 19 June 2015, 00:41:22 UTC
ee8da36 chore(pub): add angular2_material to pub 18 June 2015, 23:33:28 UTC
9d4111d fix(compiler): make text interpolation more robust Allows to add or remove previous siblings of text interpolations (e.g. by added `<script>` tags for content reproduction, or by removed `<style>` tags). Also calculates correctly whether an element is empty. Fixes #2591 18 June 2015, 22:45:00 UTC
180e617 Revert "fix(Compiler): fix text nodes after content tags" This reverts commit d599fd3434f7ab5889be5a4d913769b185f918eb. but keeps the integration test. The test is made green by the following commits. 18 June 2015, 22:45:00 UTC
bc798b1 fix(router): return promise with error handler See https://github.com/angular/angular/pull/2528\#discussion_r32493195 18 June 2015, 21:57:33 UTC
9413620 feat: remove MapWrapper.clear(). It's the same in Dart and JavaScript. 18 June 2015, 21:55:13 UTC
dfd3091 feat: remove MapWrapper.contains(). 18 June 2015, 21:55:12 UTC
be7ac9f feat: remove MapWrapper.create()/get()/set(). Better dart2js code, better Angular code. 18 June 2015, 21:55:12 UTC
35e882e feat: add constructors without type arguments. As the constructed objects have an any type, the resulting containers are assignable to any type: var x: Map<string, number> = new Map(); That is useful to avoid having to specify types twice when declaration and assignment are in different places. 18 June 2015, 21:55:12 UTC
58b38c9 feat: upgrade ts2dart to 0.6.4. 18 June 2015, 21:55:12 UTC
ed3af5f fix(benchpress): do not throw on unkown frame timestamp event Closes #2622 18 June 2015, 20:48:08 UTC
5beaf6d fix(change detection): preserve memoized results from pure functions 18 June 2015, 00:33:37 UTC
b0e2ebd feat(query): added support for querying by var bindings 17 June 2015, 23:36:55 UTC
cd21df3 refactor(element_injector): renamed Query.directive into Query.selector 17 June 2015, 23:25:41 UTC
c7e4835 chore: kill ListWrapper.create() and .push(). These wrappers are not natively understood by ts2dart. Removing them will improve Dart2JS compilation due to fewer megamorphic calls to List functions. It also makes Angular code more succinct and improves type safety in Angular due to better type inference of the Array component type. This change exposed several bugs in Angular. 17 June 2015, 23:21:55 UTC
6af41a4 chore: add missing `.d.ts` to type reference. /// <reference> tags actually take a precise path, it seems. 17 June 2015, 23:21:55 UTC
f9eb8a4 chore: add some FIXMEs to globals.d.ts. StringMap really ought to always enforce a string key, and also ought to have an index property. This currently breaks too much code in Angular, so should be fixed in a follow up Pull Request separate from this. 17 June 2015, 23:21:54 UTC
d43394f chore(build): overwrite tsd files on npm install 17 June 2015, 22:06:57 UTC
dcc4bc2 fix(annotations): swap DirectiveArgs & ComponentArgs 17 June 2015, 19:59:53 UTC
5dee8e2 fix(views): remove dynamic component views, free host views, free embedded views Closes #2472 Closes #2339 BREAKING CHANGE - `Compiler.compile` has been removed, the only way to compile components dynamically is via `Compiler.compileInHost` - `DynamicComponentLoader.loadIntoExistingLocation` has changed: * renamed into `loadIntoLocation` * will always create the host element as well * requires an element with a variable inside of the host component view next to which it will load new component. - `DynamicComponentLoader.loadNextToExistingLocation` was renamed into `DynamicComponentLoader.loadNextToLocation` - `DynamicComponentLoader.loadIntoNewLocation` is removed * use `DynamicComponentLoader.loadNextToLocation` instead and then move the view nodes manually around via `DomRenderer.getRootNodes()` - `AppViewManager.{create,destroy}Free{Host,Embedded}View` was removed * use `AppViewManager.createViewInContainer` and then move the view nodes manually around via `DomRenderer.getRootNodes()` - `Renderer.detachFreeView` was removed. Use `DomRenderer.getRootNodes()` to get the root nodes of a view and detach them manually. 17 June 2015, 18:33:51 UTC
df6aced refactor(RenderCompiler): minor changes to PropertyBindingParser Closes #2583 17 June 2015, 11:53:33 UTC
ffd1ac4 style(DI): idiomatic TS 17 June 2015, 09:22:16 UTC
edd0161 refactor(Lexer): switch token types to an enum 17 June 2015, 09:16:33 UTC
9700e80 fix(docs): Fix docs for Directive.compileChildren 17 June 2015, 07:14:44 UTC
cd735c4 fix(XHRImpl): file:/// and IE9 bugs 17 June 2015, 07:14:26 UTC
f93aae4 chore(release): releases 2.0.0-alpha.27 17 June 2015, 04:34:47 UTC
b2c6694 feat: allow Type.annotations = Component(...).View(...) Closes #2577 16 June 2015, 23:36:46 UTC
eb3586d fix: makes NgModel work in strict mode 16 June 2015, 23:36:46 UTC
5b5ffe7 docs(Http): add docs for Http lib Fixes #2442 16 June 2015, 22:42:18 UTC
e68e69e refactor(Http): rename request options interface 16 June 2015, 22:42:01 UTC
70ffd26 refactor(Http): implement Request object parameter for http.request Fixes #2416 16 June 2015, 22:42:01 UTC
b68e561 feat(Http): add Http class Fixes #2530 16 June 2015, 22:42:01 UTC
93596df feat(BaseRequestOptions): add merge method to make copies of options 16 June 2015, 22:42:01 UTC
ea27704 fix(docs): order class members in order of declaration Previously, class members were ordered alphabetically. This change leaves it up to the class author to determine the order in which they would like properties and methods to appear in class documentation, without having to create methods like `zUnimportantMethod`. Fixes #2569 16 June 2015, 22:21:54 UTC
35589a6 feat(benchpress): more smoothness metrics Benchpress now prints out the best and worst frame time in addition to the percentage of frames that hit the target of 60fps. It also renames 'meanFrameTime' to 'frameTime.mean'. That way, all frameTime metrics start with a common suffix and will be grouped together in the console reporter. part of #821 16 June 2015, 20:34:32 UTC
598a75e style(ChangeDetection): idiomatic TS 16 June 2015, 17:45:00 UTC
cdfb635 refactor(facade): refactor type check function - is*() 16 June 2015, 17:27:34 UTC
back to top