b94b04c074chore(build): Migrate remaining tasks under build.js.dev to broccoli.
Alex Eagle
2015-04-08 08:28:12 -07:00
cfc5dd830cperf(build): use patched broccoli-funnel version
Igor Minar
2015-04-09 12:48:51 -07:00
a3097aaf05chore(build): Migrate build.js.dev fully to broccoli.
Alex Eagle
2015-04-08 08:28:12 -07:00
5e9e095111Fixed github urls
John Caliman
2015-04-09 16:08:28 +03:00
69c3bff086feat(change_detection): updated change detection to update directive directly, without the dispatcher
vsavkin
2015-04-01 15:49:14 -07:00
50098767fcrefactor(render): use render layer fully
Tobias Bosch
2015-04-07 20:54:20 -07:00
de581ea8b3chore(build): Move broccoli support to own module. Add support for multiple pipelines in different Brocfile's.
Alex Eagle
2015-04-08 08:28:12 -07:00
9f8a9c6fc7chore(doc-gen): ensure all public exports are rendered in public_docs
Peter Bacon Darwin
2015-04-08 18:58:14 +02:00
ad083ed28ffix(repo): .gitignore the broccoli tmp dir
Alex Eagle
2015-04-08 09:57:24 -07:00
105ba30ce9chore(doc-gen): improve method signature formatting
Peter Bacon Darwin
2015-04-08 17:11:26 +02:00
ee8bf0b3c0chore(doc-gen): HTML escape method signatures
Peter Bacon Darwin
2015-04-08 17:10:44 +02:00
41262f4265feat(Ruler): introduce Ruler service
Pawel Kozlowski
2015-04-06 21:45:54 +02:00
d6003ee0abchore(build): Add traceur transpiler for broccoli. This exactly reproduces the output tree from one of the gulp tasks, which is now removed. Next step is to migrate another sibling task to broccoli.
Alex Eagle
2015-04-06 13:30:35 -07:00
bc248e9a15fix(build) use relative path in file property inside sourcemap
Alex Eagle
2015-04-07 12:53:06 -07:00
42c0171b40chore(dart/transform): Create targets for serving transformed Dart code
Tim Blasi
2015-04-06 14:48:07 -07:00
981465f8f6margins
Alex Wolfe
2015-04-07 05:49:17 -07:00
d2cd87d7f5Basic layouts added
Alex Wolfe
2015-04-07 05:47:20 -07:00
69844f59e3aside added
Alex Wolfe
2015-04-07 05:35:19 -07:00
1a99090b45chore(doc-gen): don't show Members heading if no members
Peter Bacon Darwin
2015-04-07 09:23:07 +02:00
b7eea4f577docs(directives): add # to for directive microsyntax example
John Arstingstall
2015-04-06 13:54:47 -04:00
9c62b5867ebenchmark(change_detection): added a new set of benchmarks measuring updating properties
vsavkin
2015-04-06 07:52:49 -07:00
2560af731arefactor(dart): use Map instead of HashMap
Harry Terkelsen
2015-04-01 16:26:09 -07:00
86211eb5f0doc(directives): add inline documentation
Victor Berchet
2015-04-06 11:47:38 +02:00
8c8f148131Merge pull request #22 from angular/kwalrath-patch-1
Alex Wolfe
2015-04-06 07:19:57 -07:00
f48ee9332aMerge pull request #23 from angular/resources
Alex Wolfe
2015-04-06 07:17:42 -07:00
a0accaf1bffix data, update bios pics
Alex Wolfe
2015-04-06 07:17:30 -07:00
bcaa6646a8tables and more info for code snippets
Alex Wolfe
2015-04-06 07:08:11 -07:00
2b2c5ce972updated styleguide page with partials
Alex Wolfe
2015-04-06 06:41:24 -07:00
78391effbdinitial styleguide files
Alex Wolfe
2015-04-06 06:41:08 -07:00
a3387b7f48fix(di): allow injecting static attrs without type annotations
Pawel Kozlowski
2015-04-03 17:23:13 +02:00
94a48e8640test(VmTurnZone): provide a stub VmTurnZone for CJS tests
Victor Berchet
2015-03-31 19:04:25 +02:00
d8aeb40b49reafactor(XHR): rename XHRMock to MockXHR for consistency
Victor Berchet
2015-03-31 16:55:46 +02:00
52c55d0ee8test: convert to using TestBed
Victor Berchet
2015-03-30 17:11:18 +02:00
438c2b31e4test(TestBed): initial implementation
Victor Berchet
2015-03-30 16:37:33 +02:00
57e308dd46test(MockTemplateResolver): allow directive overriding
Victor Berchet
2015-03-30 15:45:03 +02:00
c922b5a112docs(annotations): fix some typos, align docs with code
Gerd Jungbluth
2015-04-03 22:07:15 +02:00
d552303cd5docs(02_directives.md): foreach -> for
PatrickJS
2015-04-03 20:26:27 -07:00
1d4d18d9dbrefactor(render): user render compiler
Tobias Bosch
2015-04-02 14:40:49 -07:00
069bbf3ed0docs(02_directives.md): Fixes variable name for visibility in Components example
Patrick
2015-03-16 23:31:06 +01:00
a4a2d4e56dchore: allow latest stack_track package
Kevin Moore
2015-03-30 12:47:06 -07:00
d77f409093chore: analyzer fixes for Dart transformer
Kevin Moore
2015-04-01 13:47:42 -07:00
25c709c58efix(angular2): export PrivateComponent{Loader,Location} in angular2/core
Andrew
2015-04-01 15:56:16 -06:00
bc909d1d0frefactor(dart/transform): Minor renames
Tim Blasi
2015-04-03 12:33:10 -07:00
a6736ff9f2perf(change detection): Assign this.locals in change detector ctor
Tim Blasi
2015-04-02 15:48:46 -07:00
894a0f0ee5chore(ts): duplicate the .es6 files in the facade directory to TypeScript. Adds a gulp task which builds the .ts files (in the cjs build only). The new files have extension .ts since they are now valid typescript. Unfortunately until Typescript can emit System.require, we have to keep the old .es6 version so traceur works inside the Karma preprocessor. This should be fixed soon.
Alex Eagle
2015-04-01 10:45:56 -07:00
abea92af59refactor(change_detection): call onChange from the change detector
vsavkin
2015-03-31 09:07:01 -07:00
5c5dfc2fa9add new blog post to resources and 2 contributors
Naomi Black
2015-04-02 20:58:25 -07:00
bcbed2812dfeat(bundle): work-around rx.all.js bundle issue.
Rado Kirov
2015-04-02 19:53:11 -07:00
c0b04ca0bcfeat(gulp): adds System.register bundle task.
Rob Wormald
2015-03-23 13:18:05 -07:00
86dc3e5b07docs: create public API surface
Misko Hevery
2015-03-31 22:47:11 +00:00
814d389b6echore(gulp): add typescript transpilation tasks
Jeff Cross
2015-03-30 13:25:18 -07:00
e81e5fb2b9feat(testability): add an initial scaffold for the testability api
Julie Ralph
2015-03-23 16:46:18 -07:00
f68cdf3878chore(ts): introduce some TypeScript type declarations. This uses tsd to fetch the typings from another git repo. I've forked the DefinitelyTyped repo because some typings we use are not available upstream. We should probably fork it in the Angular org, so everyone on the team has commit access to our DefinitelyTyped fork.
Alex Eagle
2015-03-31 19:56:50 -07:00
91e0e9e1ddchore(ts): Patch traceur's type module only when targetting es6 output.
Alex Eagle
2015-03-31 16:12:13 -07:00
59c1299168fix(tests): add missing ;s
Victor Berchet
2015-04-01 15:30:46 +02:00
27c6afbeb4chore(doc-gen): add temporary dump of all API docs
Peter Bacon Darwin
2015-04-01 10:24:27 +01:00
514ba54282feat(change_detection): added changeDetection to Component
vsavkin
2015-03-30 16:54:10 -07:00
a11f683e7bchore(ts): Don't mask the Regexp builtin. Doing so makes it impossible to compile with TypeScript, since it conflicts with the shape of the Regexp global var defined in the standard lib.
Alex Eagle
2015-03-31 17:03:48 -07:00
b65b145122refactor(view): refactored DirectiveMemento to expose properties in a consistent way
vsavkin
2015-03-31 07:47:26 -07:00
982bb8b01dfix(forms): fixed a directive selector
vsavkin
2015-03-30 20:52:37 -07:00
eb7b7581cafix(build): Actually code in the subset of JS that Traceur-Dart supports.
Martin Probst
2015-03-31 16:08:16 -07:00
adab6c0728chore(doc-gen): add temporary dump of all API docs
Peter Bacon Darwin
2015-03-31 22:12:34 +01:00
609201e109chore(doc-gen): add method signatures to members and functions
Peter Bacon Darwin
2015-03-31 21:51:25 +01:00
54a4e4a67cfix(dart): The Traceur dart transpiler doesn't support shorthand syntax.
Martin Probst
2015-03-31 13:17:37 -07:00
aca4604879feat(CSSClass): support binding to classList
Pawel Kozlowski
2015-03-26 17:51:08 +01:00
48811cd805doc(lifecycle): minor fixes
Victor Berchet
2015-03-30 10:03:51 +02:00
136f64f4acfix(dart): don't instantiate abstract directive.
Martin Probst
2015-03-30 17:26:22 -07:00
123ee8e06ffeat(dom): add replaceChild to DOM adapter
Jeff Cross
2015-03-26 16:26:44 -07:00
a55efbd8b8feat(perf): add Angular2 implementation of largetable benchmark from AngularJS 1.x
Jeff Cross
2015-02-03 15:29:05 -08:00
7bf9525353fix(benchmark_util): remove strict equality check from getStringParameter
Jeff Cross
2015-03-26 15:49:41 -07:00
3915e1b242docs(annotations): Added new text
Naomi Black
2015-03-30 17:19:27 -07:00
ed5975d3e5test(dart/transform): Add unit tests for url-linked templates
Tim Blasi
2015-03-19 09:16:21 -07:00
1a788e6b0dfeat(dart/transform): Parse url values in Templates
Tim Blasi
2015-03-19 09:16:01 -07:00
d822793229fix(test): add a test for @PropertySetter on a class with a dash
Marc Laval
2015-03-26 10:59:52 +01:00