vsavkin
197cf09689
feat(core): improve NoAnnotationError message
...
Closes #4866
Closes #5927
2015-12-17 23:37:54 +00:00
vsavkin
e67ebb7f70
feat(core): improve stringify for dart to handle closures
2015-12-17 23:37:54 +00:00
vsavkin
3524946581
fix(docs): fix an import in TOOLS_DART.md
...
Closes #5923
2015-12-17 23:30:44 +00:00
flyyang
9276dad42c
docs: fix some typos in comments and strings
...
Couple of typos fixed:
- occuring -> occurring
- imlement -> implement
- idenitifer -> identifer
etc...
Closes #5943
2015-12-17 22:57:43 +00:00
Brian Ford
2a2f9a9a19
feat(router): support links with just auxiliary routes
...
Closes #5930
2015-12-16 19:50:19 +00:00
Naomi Black
909e70bd61
Update README.md
2015-12-15 12:38:48 -08:00
Naomi Black
8ac9719832
Update README.md
2015-12-15 12:38:13 -08:00
Jeremy Elbourn
3eff7c6f59
docs(changelog): fix typo in "somnambulant"
2015-12-15 11:58:20 -08:00
Igor Minar
17fbbfba91
docs(readme): remove angular 1 js & dart links
...
they are confusing now that we are in beta.
2015-12-15 11:36:07 -08:00
Alex Eagle
b232dded77
chore(readme): update README: no longer alpha
2015-12-15 11:25:14 -08:00
Igor Minar
f50affaf9c
chore(release): cut 2.0.0-beta.0 - sonambulent-inauguration
2015-12-15 10:54:10 -08:00
Igor Minar
463754bf16
docs(changelog): release notes for 2.0.0-beta.0 sonambulent-inauguration
2015-12-15 10:54:10 -08:00
Igor Minar
a45b27e7f9
chore(release): cut 2.0.0-alpha.54
2015-12-15 09:57:05 -08:00
Igor Minar
af3ea16acb
docs(changelog): add release notes for alpha.55
2015-12-15 09:57:05 -08:00
Igor Minar
fc75220d63
fix(router): export ROUTER_LINK_DSL_PROVIDER and hide MockPopStateEvent
2015-12-15 09:45:00 -08:00
Jeff Cross
00822c3415
chore(publish): add Rx bundles to code.angularjs.org publish step
...
Closes #5904
Closes #5909
2015-12-15 17:12:42 +00:00
vsavkin
3dca9d522a
feat(core): enable dev mode by default
...
BREAKING CHANGE
Before
Previously Angular would run in dev prod mode by default, and you could enable the dev mode by calling enableDevMode.
After
Now, Angular runs in the dev mode by default, and you can enable the prod mode by calling enableProdMode.
2015-12-15 08:34:44 -08:00
Igor Minar
de996ec50b
build(publish.sh): uncomment prepare steps for existing tmp repo
...
I tested these steps manually and they seem to work well.
2015-12-15 03:31:47 -08:00
Igor Minar
059e09c3be
chore(release): cut alpha.54 - rxjs bundle separation
2015-12-15 03:04:28 -08:00
Igor Minar
d5e4686e7e
docs(changelog): add alpha.54 release notes
2015-12-15 03:04:28 -08:00
Pawel Kozlowski
d55655f5a3
fix(bundles): rename the testing.js bundle
...
BREAKING CHANGE:
System.register testing bundle was renamed:
`testing.js` -> `testing.dev.js`
Closes #5899
Closes #5776
2015-12-15 02:52:25 -08:00
Pawel Kozlowski
61b9468596
fix(bundles): rename UMD bundles
...
BREAKING CHANGE:
UMD bundles were renamed:
* `angular2.umd.js` -> `angular2-all.umd.js`
* `angular2-testing.umd.js` -> `angular2-all-testing.umd.js`
Closes #5898
2015-12-15 10:24:32 +00:00
Igor Minar
c6f52e3282
docs(cheatsheet): fix the ES5 snippets for services
2015-12-15 01:27:19 -08:00
Igor Minar
42ccff859c
build(gulp): remove obsolete insertRXLicense bundle transform
2015-12-15 01:11:10 -08:00
Igor Minar
29600c0c87
docs(bundles): update RxJS info in bundles/overview.md post-#5893
2015-12-15 01:07:16 -08:00
Igor Minar
5b63b6764f
fix(docs,benchmarks): remove invalid </input> closing tags
...
Closing #5752
2015-12-15 00:45:31 -08:00
Jeremy Wilken
2835265916
docs(cheatsheet) adding JS specific syntax to cheatsheet
...
Closes #5861
2015-12-14 23:19:12 -08:00
Jeff Cross
e950dd6a2a
refactor(bundles): make rxjs an external dependency in umd bundle
...
Closes #5886
Closes #5893
2015-12-14 22:08:22 -08:00
Jeff Cross
321ed7d099
chore(package): update rxjs to beta.0
2015-12-14 22:08:16 -08:00
Pawel Kozlowski
42b74f524a
chore(bundles): use RxJS bundles
2015-12-14 22:08:16 -08:00
Pawel Kozlowski
77b7caeceb
fix(bundles): don't include RxJS in System.register bundles
...
BREAKING CHANGE:
RxJS used to be bundled with Angular 2 code and this is not the case
any more. RxJS needs to be loaded explicitly.
2015-12-14 22:08:16 -08:00
Julie Ralph
b803ecf7e7
refactor(testing): reenable injectAsync checking for return value
...
Before #5375 , injectAsync would check the return value and fail
if it was not a promise, to help users remember that they need to
return a promise from an async test. #5375 removed that with the
introduction of the testing zone.
This un-deprecates `injectAsync` until we can resolve
https://github.com/angular/angular/issues/5515 .
To be clear, this means that `inject` and `injectAsync` are now
identical except that `injectAsync` will fail if the test
does not return a promise, and `inject` will fail if the test
returns any value.
Closes #5721
2015-12-15 05:51:54 +00:00
Igor Minar
d3a79db48d
build(publish.sh): do not error when tmp/code.angularjs.org already exists
...
I'm not sure what's the best way to update the shallow repo and I'm in a state where there is nothing to be
updated so I'll revisit the proper fix the next time I'm doing a release unless someone beats me to it.
Closes #5872
2015-12-15 05:45:10 +00:00
Ciro Nunes
e891baeea4
chore: remove unused decorator
...
Closes #5880
2015-12-15 05:20:35 +00:00
Alex Eagle
2aaef81b1b
Revert "refactor(testing): move common testing logic into test_injector"
...
This reverts commit b88a6d983f
.
2015-12-14 20:27:31 -08:00
Alex Rickabaugh
3191fd1440
cleanup(linker): Remove vestigial ComponentUrlMapper.
...
Closes #5849
2015-12-15 03:04:49 +00:00
Alex Rickabaugh
80a5e47e61
docs(*): Document a lot more symbols that are missing comments in our generated docs.
2015-12-15 03:04:48 +00:00
Victor Berchet
5a04ffec3e
refactor(Directive): drop moduleId
...
moduleId is only used by components to resolve urls.
Directives have no templates and do not need moduleId.
Closes #5873
2015-12-15 01:20:56 +00:00
Pawel Kozlowski
1c779d8b9e
docs(bundles): document existing bundles and their usage
...
Closes #5777
Closes #5878
2015-12-15 01:18:44 +00:00
Tamas Csaba
a79fe057f9
fix(changelog): fix rxjs operator import paths
...
Closes #5864
2015-12-15 01:15:57 +00:00
Julie Ralph
b88a6d983f
refactor(testing): move common testing logic into test_injector
...
Before, all test framework wrappers (internal for dart and js/ts,
angular2_test for dart and testing for js/ts) had similar logic to
keep track of current global test injector and test provider list.
This change wraps that logic into one class managed by the test
injector.
Closes #5819
2015-12-15 01:14:48 +00:00
Igor Minar
19396d14cc
docs(contributing.md): improve submit issue instructions
...
Closes #5889
2015-12-15 00:45:29 +00:00
Pawel Kozlowski
2983558e5e
fix(bundles): remove polyfills from angular2.js bundle
...
BREAKING CHANGE:
Previously `angular2.js`, `angular2.min.js` and `angular2.dev.js` bundles
would have zone.js and reflect-metadata pre-appended. New bundles don't
contain zone.js nor reflect-metadata - those external dependencies can
be easily loaded into a browser using `angular2-polyfills.js`
Closes #5881
2015-12-14 21:34:56 +00:00
Victor Berchet
0f8e40bb42
chore(zone.js) : update to 0.5.10
...
Closes #5845
2015-12-14 21:23:18 +00:00
Jason Teplitz
006a96dd20
refactor(WebWorker): Make WebWorker bootstrap synchronous
...
BREAKING CHANGE
From the app thread, in both TypeScript and Dart, you bootstrap the app
using `application` instead of `asyncApplication`.
Before:
```TypeScript
platform([WORKER_APP_PLATFORM])
.asyncApplication(setupWebWorker, optionalProviders?)
.then((ref) => ref.bootstrap(RootComponent));
```
Now:
```TypeScript
platform([WORKER_APP_PLATFORM])
.application([WORKER_APP_APPLICATION])
.bootstrap(RootComponent);
```
closes #5857
Closes #5862
2015-12-14 21:04:46 +00:00
Pawel Kozlowski
4deaf0bdd3
chore(bundles): align content of System.register and UMD bundles
...
Closes #5856
2015-12-14 20:48:29 +00:00
Pawel Kozlowski
9917d7f8af
chore(bundles): properly clean the dist/build folder
...
The `dist/build` folder is created as part of the bundling
process but it was never cleaned up in the `clean` task.
Closes #5832
2015-12-14 20:48:19 +00:00
Georgios Kalpakas
1607ef8782
refactor(HtmlLexer): process carriage returns in one pass
...
Closes #5867
2015-12-14 20:17:06 +00:00
Pawel Kozlowski
539c5633bf
chore(bundles): add http and router mocks to angular2-testing
...
Closes #5830
2015-12-14 19:04:03 +00:00
Dmitriy Shekhovtsov
f83f4ace2d
chore(changelog): fix formatting for alpha.53
...
Closes #5866
2015-12-14 18:34:51 +00:00